forked from nightscout/cgm-remote-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Dev 180812 #5
Merged
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 dev branch
bis Zeile 6862
…edia/cgm-remote-monitor into dev-langUpdateGER-180720
Update german Language files
* upgrade mocha from 3.5.3 to 5.0.5 This resolves these security issues Low Regular Expression Denial of Service Package debug Dependency of mocha [dev] Path mocha > debug More info https://nodesecurity.io/advisories/534 Critical Command Injection Package growl Dependency of mocha [dev] Path mocha > growl More info https://nodesecurity.io/advisories/146 * upgrade mocha and start modularizing lodash to make sure tests pass * more lodash modularization * upgrade mqtt to 2.18.3 * allow npm 6.2 * upgrade share2nightscout-bridge * incorporate express-extension-to-accept into Nightscout the packages seems not maintained (github page is 404) and has a security issue with mime package. so upgraded and included into Nightscout code. if somebody knows a more efficient way of programming this with express4 please PR * update jsdom for security fixes * prevent wrapping of hour labels by removing the space * Revert "update jsdom for security fixes" This reverts commit 04f1f39. * Revert "more lodash modularization" This reverts commit c4fa530. * remove forever dependency * Revert "Revert "more lodash modularization"" This reverts commit b13c274. * fix report.test.js with newer packages sometimes a fix is very easy. This is to prevent: ``` Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info. Arguments: [0] _isAMomentObject: true, _isUTC: true, _useUTC: true, _l: undefined, _i: T00:00:00, _f: undefined, _strict: undefined, _locale: [object Object] Error at Function.createFromInputFallback (XXX\cgm-remote-monitor\tmp\js\bundle.js:117408:98) at configFromString (XXX\cgm-remote-monitor\tmp\js\bundle.js:119456:15) ``` We must use ISO8601 formatted strings and not use slashes in dates, see moment/moment#1407 (comment) * upgrade webpack to 4.16.2 * Update package.json
move webpack to devDependencies, install webpack-command instead of webpack-cli
Webpack fixes for Azure
…... (#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
add hebrew translations
Add more Hebrew localizations
change tabs to spaces, remove spaces from the end of lines
make languages.js clean again
Update Hebrew localizations
* Update language.js Added the remaining Hebrew translations I worked on * Update language.js * Update language.js * Update language.js * Update language.js
Update to polish translation
2018-08-04T10:25:32.244096+00:00 app[web.1]: Error: Argument passed in must be a single String of 12 bytes or a string of 24 hex characters 2018-08-04T10:25:32.244099+00:00 app[web.1]: at new ObjectID (/app/node_modules/bson/lib/bson/objectid.js:50:11) 2018-08-04T10:25:32.244101+00:00 app[web.1]: at Function.save (/app/lib/server/food.js:14:15) 2018-08-04T10:25:32.244103+00:00 app[web.1]: at /app/lib/api/food/index.js:59:18 2018-08-04T10:25:32.244105+00:00 app[web.1]: at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) 2018-08-04T10:25:32.244106+00:00 app[web.1]: at next (/app/node_modules/express/lib/router/route.js:137:13) 2018-08-04T10:25:32.244107+00:00 app[web.1]: at check (/app/lib/authorization/index.js:182:9) 2018-08-04T10:25:32.244109+00:00 app[web.1]: at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) 2018-08-04T10:25:32.244110+00:00 app[web.1]: at next (/app/node_modules/express/lib/router/route.js:137:13) 2018-08-04T10:25:32.244111+00:00 app[web.1]: at Route.dispatch (/app/node_modules/express/lib/router/route.js:112:3) 2018-08-04T10:25:32.244113+00:00 app[web.1]: at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) 2018-08-04T10:25:32.249694+00:00 heroku[router]: at=info method=PUT path="/api/v1/food/" host=xxx.herokuapp.com request_id=yyy fwd="zzz" dyno=web.1 connect=0ms service=20ms status=500 bytes=1026 protocol=https
renaming is required to be able to publish it with npm, see npm/npm#15787 (comment) update should from 13.2.2 to 13.2.3 and update webpack from 4.16.3 to 4.16.4
update simplified Chinese translation by zhongwen,
Simplified Chinese translations update
minor errors and typos corrected
Language update for Russian (ru)
rename package from Nightscout to nightscout and npm update
Update russian language translation
Re-Install swagger-ui-dist so that Swagger works at /api-docs.html
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.