-
Notifications
You must be signed in to change notification settings - Fork 401
restore ww pumps for 0.7.0-dev #1176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
8ee8483
update example Go versions to verison with token based authentication
PieterGit c6ea53e
run travis with latest node 8 and node 10 (both LTS)
PieterGit d45d29c
remove init pump comms to set ww parameters. this is now done with ec…
PieterGit 5e15e18
fix duplicate radio_locale in pump.ini and don't run default code in …
PieterGit e54bdbe
create pump.ini before nightscout autoconfigure-device-crud
PieterGit 459c2e2
remove ww_ti_usb_reset
PieterGit 5b720b1
remove extra empty line
PieterGit 1d73dbb
WIP to deprecate old MDT CGM setup (new MDT CGM Go stuff just require…
cluckj 4971861
remove depreacte medtronic non Go setup
cluckj ac43e91
rename openaps-*.sh to oref0-*.sh and adjust
PieterGit 889cca7
remove crypto 0.0.3, it is included in Node
PieterGit e94cc78
update npm packages
PieterGit bd9a9c4
use jq >= 1.5 for slurpfile.
PieterGit 1e2ac27
Introduce is_debian_jessie function and use it to install jq from jes…
PieterGit 620ea30
still add openaps to oref0-packages for now
PieterGit a679bd9
remove creation of pump.ini as scott suggests
PieterGit 9bad0e2
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_de…
PieterGit 60aa85c
revert ac43e91a1a6a25fb3f42c1423ede7254a6e29cea renaming as scott sug…
PieterGit 300a100
switch back to openaps-packages.sh instead of oref0-packages.sh as sc…
PieterGit 9204022
on a fresh rpi3 there is no /usr/local/bin/mmtune so don't move it
PieterGit 2c3d41b
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_dev
PieterGit 9defb3c
implement changes as requested by scott
PieterGit d7c8a27
upgrade yargs to avoid security vulnerability . did a quick check of …
PieterGit 2eeae2e
pull https://github.com/openaps/oref0/pull/1203 into this branch and …
cclauss 72eac54
Merge branch 'dev' into 201812_dev
PieterGit 21204a4
some cleanup, consistent radio_locale string in pump.ini
PieterGit e658acc
Merge branch '201812_dev' of https://github.com/PieterGit/oref0 into …
PieterGit 54a0f25
there is no need to install the released oref0 globally, because oref…
PieterGit e074d61
prevent spurious grep message if monitor/mmtune.json is empty
PieterGit eb4d387
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_dev
PieterGit 3b731e3
1) cleanup ugly pump.ini stuff for edison. 2) mmeowlink is not only n…
PieterGit 07eba20
add missing then
PieterGit 641fbdd
Merge branch 'dev' into 201812_dev
PieterGit ea1d009
fix package.json typo and upgrade coveralls to 3.0.3
PieterGit 8d4f608
Merge branch 'dev' into 201812_dev
PieterGit 4f95a21
remove webpack from this branch
PieterGit 3665309
upgrade share2nightscout bridge and yargs
PieterGit 7a809c9
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_dev
PieterGit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| language: node_js | ||
| sudo: false | ||
| node_js: | ||
| - "8.11.1" | ||
| - 8 | ||
| - 10 | ||
| script: make travis | ||
| after_script: make report |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.