-
Notifications
You must be signed in to change notification settings - Fork 71.8k
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
Nightscout Release 13.0.0 #5113
Merged
Conversation
This file contains 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
Update 2019-05-08
D3 cleanup
Fix for distributionpage
fix focus scale hour format
Set Auth Dialog Width to Client Width Client Smaller Than Default Width
API versions list
Update virtual assistants v2
API3 read-only documents
More hebrew translations
Russian translation update edit
* Added sanity check for the bridge interval value, setting minimum allowed value to 30 seconds and maximum to 5 minutes. This is to avoid input of very low values which might overload the dexcom servers. * Added missin ';' * Fixed typoe in comment * Added test for default interval (not set in config) * Set lower limit to 1 second
* Allow auth tokens to be passed in the api-secret header and used in the client in place of the API secret * Fix unit test * Fix admin test * Reload page when token is used as a secret
…n numbering should really work
To use cgm-remote-monitor as npm package, the main attribute is required.
* Revert "change default back to 3HR" This reverts commit e60ff3a. * shorten HR to H to avoid line-wrapping on mobile * try larger label font: 35 instead of 25 (vs. 40) * add comma * deviceInfo.recent null check * default back to 3, w/ 4 as an option * re-add H to single-digit hours * * Don't use cache manifest all all for development * Add 4 hours option to view and change the labelling to remove language issues * Have page scale the minor pill widths more gracefully
* Fix !delta check for delta == 0 * Fixed delta comparison
* Read BG targets in using mmol when server is in mmol mode * Change the Heroku template to match the new logic * Deal with mmol targets being set using commas
Here is an overview of what got changed by this pull request: Issues
======
+ Solved 2
- Added 2
Complexity increasing per file
==============================
- lib/api3/shared/storageTools.js 3
- lib/api3/generic/read/operation.js 1
- lib/plugins/googlehome.js 6
- lib/api3/specific/status.js 5
- lib/api3/storage/mongoCollection/index.js 2
- lib/api3/shared/fieldsProjector.js 4
- lib/plugins/xdripjs.js 37
- lib/api3/index.js 11
- lib/api3/storage/mongoCollection/modify.js 3
- lib/api/root.js 1
- lib/api3/generic/patch/validate.js 1
- lib/api3/generic/update/validate.js 11
- lib/api3/generic/collection.js 8
- lib/api3/storage/mongoCollection/utils.js 16
- lib/api3/generic/create/operation.js 1
- lib/api3/generic/search/operation.js 1
- lib/api3/specific/version.js 1
- lib/api3/shared/dateTools.js 16
- lib/api3/generic/history/operation.js 6
- lib/api3/generic/update/operation.js 1
- lib/api/notifications-v2.js 2
- lib/api3/specific/lastModified.js 1
- lib/api3/shared/operationTools.js 15
- lib/server/loop.js 22
- lib/api3/shared/stringTools.js 3
- lib/api3/storage/mongoCollection/find.js 2
- lib/api3/generic/search/input.js 13
- lib/api/googlehome/index.js 4
- lib/api3/swagger.js 2
- lib/api3/generic/patch/operation.js 1
- lib/api3/security.js 5
- lib/api3/generic/setup.js 13
- lib/api3/storageSocket.js 8
- lib/api3/generic/create/validate.js 3
- lib/api3/generic/delete/operation.js 1
See the complete overview on Codacy |
klem4e
added a commit
to klem4e/cgm-remote-monitor
that referenced
this pull request
Dec 17, 2019
Merge pull request nightscout#5113 from nightscout/dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Preparing for Nightscout 0.13.0 release
New features (already merged to
dev
)Candidates PR's to merge (not merged to
dev
yet)These candidates are available as https://github.com/nightscout/cgm-remote-monitor/tree/wip/013alpha . Please help testing that branch and give feedback to the PR owners.