forked from nightscout/cgm-remote-monitor
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dev #6
Merged
Merged
Dev #6
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
25.09.2017
Habanero 0.10.2
Update dev branch
added NL language on missing codes
Update Dutch language.js
bugfix/issue3462
The chart would create SVG objects for treatment event records, then later recreate them without deleting the old ones. This resulted in a huge number of duplicates accumulating, which (in my setup) would cause a crash due to excessive memory usage and DOM size in about a day.
… display on the client. (#3549) mmol units from clients and values under 20 will be treated as mmol and converted to mgdl
* First pass at adding a new activity data collection & API to Nightscout * Attempt of fixing /api-docs.html Converted swagger.yaml to OpenAPI 3.0 format using: https://github.com/Mermade/swagger2openapi https://mermade.org.uk/openapi-converter Conversion / Validation engine v2.11.5 Web frontend version v1.3.8 * add swagger-ui-dist and exported swagger.json * add swagger-config.yaml * move swagger-ui to static folder, update static/api-docs.html (based on swagger-ui-dist, without bower) * move swagger.json to static * add tokenbased authentication * token based authentication * add json webtokens for swagger * npm update, add swagger-ui-dist and expose that to webroot swagger-ui-dist * remove swagger-config.yaml (not needed) * Fix swagger and upgrade to openapi3 (and npm update) (#3366) * fix swagger and upgrade to openapi3, reapply changes of issue #3345 * use nightscout icon for swagger ui * Comment out deprecated API call
* More alexa translatable texts and german translations. * More alexa translatable texts and german translations. * More alexa translatable texts and german translations. * More alexa translatable texts and german translations.
…... (#3709) * Fix Warning, Pump Battery Low Alarm cannot be disabled * fix Clock Views language.js * see if this will solve the problems with the speech plugin detection at the client * fix dutch spelling * translate Clock Views: * disable again * Update language.js
if use latest nodejs on Azure if it want yargs, we'll give it > [email protected] postinstall D:\home\site\wwwroot > webpack --mode production --config webpack.config.js && npm run-script update-buster module.js:549 throw err; ^ Error: Cannot find module 'yargs' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object.<anonymous> (D:\home\site\wwwroot\node_modules\webpack\bin\webpack.js:16:13) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3
…nds / 5 minutes Azure deploy fails with message Thread was being aborted. This happens when the deploy commands take too long to execute. You can resolve this by setting the SCM_COMMAND_IDLE_TIMEOUT app setting to 900 (900 seconds, 15 minutes) for your app in the Azure portal. Thanks https://github.com/kemmis/Panda and projectkudu/kudu#2089 (comment)
fix deployment on Azure
* Adds API to plugin manager that calls plugins to visualize alarms * Refactoring how the translation object is managed after discovering every server-side plugin had it's own instance of the translations and the language code wasn't propagated to any code that generated alarms * Add more missing translations * Some more localization fixes Update Finnish to 100% localized Change Mongo connection to not stop retrying connecting * Better scaling for mmol Fix bug in detecting new BG values * Delta calculation was the wrong way round :D * add missing dutch translations * Have tests bail early & tell Mocha to exit at the end of the run * Try if Travis likes running tests one by one better * Enable blocking IO for Travis
…into nightscout-dev # Conflicts: # lib/language.js
Update Italian Translation
thanks @whooze for the report (source: https://gitter.im/nightscout/public?at=5b5b9ac412f1be71375ea448 )
fix duplicate 'min ago' in languages.js and npm update, require node 8.11.x (x>=3 is recommended)
RO translation June, 27th 2018
fixed error
Update danish to line 8562
cherry picking from #3746
Make bold in tooltips bolder and only show 3 digits for pump reservoir
* Update language.js Update danish translation to line 10100 * Update language.js fixed a bug
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.
No description provided.