311 Commits
Author SHA1 Message Date
PieterGit 2f0e834565 upgrade node to 8.12.0, and upgrade to supertest@3.3.0 and webpack@4.20.2 and reimplement #3819 (webpack) 2018-09-29 14:49:56 +02:00
PieterGitandGitHub edb1a44877 Merge pull request #3888 from unsoluble/add-browser-requirements
Add browser requirements to Readme
2018-09-29 12:04:39 +02:00
Andrew WarringtonandGitHub 10e7570026 Corrected spacing before new update fork image 2018-09-03 22:18:13 +02:00
Andrew WarringtonandGitHub 7919af27d5 Update README.md 2018-09-03 22:16:21 +02:00
John Weston 174f80cfc2 Add browser requirements to Readme
(plus fix a few broken links)
2018-08-31 18:32:57 -07:00
tynbendadandGitHub 41c4eb7fde Update README.md 2018-08-26 11:42:17 -06:00
Jeremy Cunningham 99658b87ac Add preference to choose between plotting filtered or unfiltered raw values. 2018-08-18 09:29:03 -05:00
Jeremy Cunningham 6f633b8898 Added new rawbg extended setting. 2018-08-16 21:08:43 -05:00
Sulka Haro 56a8343a68 Added the language list to README 2018-07-27 16:22:49 +03:00
Sulka HaroandGitHub cb33193e08 Server-side localization fixes, better speech api use (#3724)
* 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
2018-07-27 16:04:07 +03:00
PieterGit bc681557aa update docs for Azure hosting (if anybody really wants it) 2018-07-26 21:07:43 +02:00
PieterGitandGitHub 5d76361ee9 Merge pull request #3675 from PieterGit/201807_upgrades
various upgrades, some small fixes and Windows support/instructions
2018-07-10 23:26:27 +02:00
PieterGitandGitHub 43e9301ac2 Merge pull request #3667 from jpcunningh/wip/sensor-state
Support xdrip-js Sensor State Pill
2018-07-10 22:36:39 +02:00
PieterGit 2625b32b1d prepare coverage shield for next release (need to change it back after the release) 2018-07-09 09:01:21 +02:00
PieterGit ffba14330d improve windows instructions 2018-07-09 08:32:44 +02:00
Jeremy Cunningham 5a66328d3f Fixed spelling in README 2018-07-08 22:04:31 -05:00
Jeremy Cunningham a89fa0b131 Fixed xdrip-js README link. 2018-07-08 21:56:05 -05:00
Jeremy Cunningham 3ecf3588a8 Updated defaults and README for xdrip-js plugin. 2018-07-08 21:53:23 -05:00
PieterGit 694e49b77f drop Node 10 (and Node 9) support for the 0.10.3 release in the documenation. 2018-07-08 22:46:52 +02:00
PieterGit 2122382c3b Merge branch '201807_supertest' of https://github.com/PieterGit/cgm-remote-monitor into 201807_upgrades 2018-07-08 22:29:55 +02:00
Sulka Haro aafc9ca9bb Small speech fix, make DEVICESTATUS_ADVANCED on by default 2018-07-08 19:53:42 +03:00
Sulka HaroandGitHub facad4a626 Speech plugin (#3325)
* Plugin to speak out CGM values as they arrive

* Formatting improvements

* Support using the actual lang for speech

* Added readme, prettified code
2018-07-08 17:55:30 +03:00
PieterGit 43ede29c72 improve readme instructions for installation 2018-07-07 14:04:17 +02:00
PieterGit 90effb4e1e drop Node 9 support, upgrade to Node 8.11.3 and 10.5.0 2018-06-24 00:31:16 +02:00
Sulka HaroandGitHub 57beae5f10 Activity data collection baseline implementation & swagger fixes (#3442)
* 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 https://github.com/nightscout/cgm-remote-monitor/pull/3345

* use nightscout icon for swagger ui

* Comment out deprecated API call
2018-05-07 20:31:01 +03:00
PieterGitandSulka Haro bfce3453e4 npm update / mongo fix / small fixes (#3413)
* npm update and test if nodejs 9.x (currently 9.7.1) also works

* explicit node version in .travis.yml

* add webpack-cli

* UglifyJsPlugin is deprecated in webpack 4. It's used as --optimize-minimize as default

* improve Readme

* update some more

* fix typo in .travis.yml and remove node 9.7.1 because Travis does not seem to support it

* upgrade simple-statistics.

Use standardDeviation instead of standard_deviation. Other functions are not changed.
try node 9 on travis

* downgrade async to 1.5.2 to see if that makes the test work again

* downgrade async module and fix tests

* npm update

* update npm in package.json

* restore RMS in glucosedistribution

* remove unused total
use SI units (L instead of l, min instead of m)

* improve mongo

* apply fix suggested by Paul Andrel @stavlor, see https://gitter.im/nightscout/public?at=5ab542f135dd17022e92891a

* npm update

* fix mongodb, remove ancient npm versions. azure has 5.7
j

* revert to simple-stats 0.7.0

* add bundle-dev option to package.json

* fix distribution test

* upgrade nvm version for travis to latest nvm.

once node 8 and node 9 ship with npm > 5.6.0 we should remove this. see https://github.com/npm/npm/issues/17858 for details
2018-04-03 17:26:10 +03:00
AdrianLxMandGitHub 10d623b20b mgdl -> mg/dl 2018-03-06 22:56:35 +01:00
John WestonandSulka Haro 4773be8dce Add "Views" section (#3211) 2018-02-07 19:46:48 +02:00
Milos KozakandGitHub 0d6fe69ba4 Fix PUMP_WARN_ON_SUSPEND in README.md 2018-01-16 22:29:06 +01:00
Jonas HummelstrandandSulka Haro e8502955ea Updated comments to clarify available parameter options and to improve the language (#3186)
* Updated comments to clarify available parameter options and to improve the language.
Added that 'colorblindfriendly' is an option for THEME.
Removed duplicate entries for THEME and SHOW_RAWBG in app.json
2017-12-27 16:42:37 +02:00
Sulka Haro a03683b370 Going down to 8.9.0 for Azure 2017-12-02 18:12:31 +02:00
PieterGitandSulka Haro 2f67610577 Upgrade to node 8.9.1 and npm update and some dutch translation fixes (#3037)
* upgrade to node 8.9.1

* further improve dutch language

* remove duplicate dutch line Filter

* remove dutch language.js record that was defined two times

* fix duplicate german language record

* reapply npm-shrinkwrap.json to fix unit tests

* another try to get a proper npm-shrinkwrap.json

* shorten minutes ago in dutch to improve formatting of status pills
2017-11-13 09:48:34 +02:00
PieterGit 63223e8457 Upgrading to 8.9.0 LTS (first LTS release!) and also let travis run on both Node 8.9.0 and Node 9.0.0 (to make sure we don't introduce future problems with Node 9.0.0).
Node 8.9.0 LTS will be the recommended version.
2017-11-03 10:43:08 +01:00
Sulka HaroandGitHub 5f57778ffc Merge pull request #2966 from schmitzn/fix-urls
Fix URLs of [mongostring] and [autoconfigure]
2017-11-01 21:43:29 +02:00
Sulka Haro dd5c125fc5 Bump 8.8.0 to 8.8.1 2017-10-26 20:28:08 +03:00
Sulka HaroandGitHub 56092f37bd Update README.md 2017-10-25 22:49:49 +03:00
PieterGit 9c971f0422 more node upgrade stuff 2017-10-25 21:40:43 +02:00
Nico Schmitz 3a7dc58543 Fix URLs of [mongostring] and [autoconfigure] 2017-10-20 17:40:46 +02:00
Sulka Haro 205bd5d135 Update to 8.5.0 to see if that works without the problematic module 2017-09-22 12:05:16 +03:00
Sulka Haro ed12279e53 Update README to reflect correct Node version 2017-09-11 20:18:09 +03:00
Sulka Haro ffb36f64ea Added note on configuring Azure to README 2017-08-27 17:19:45 +03:00
Sulka Haro 91f8635fd1 Merge branch 'dev' into wip/if-modified-since
Conflicts:
	lib/api/treatments/index.js
	package.json
2017-07-14 23:15:41 +03:00
Pete Schwamb 52a920d9ea Update example start command to allow spaces in vars 2017-06-27 13:50:22 -05:00
Jason CalabreseandGitHub 46d5f9ace1 Merge pull request #2526 from ollieglass/fix_readme_link
fix usage section link
2017-04-21 17:31:40 -07:00
Ollie Glass 4fad826296 fix usage section link 2017-04-02 19:24:07 +01:00
Jason Calabrese a51742ed5a resolve conflicts 2017-03-17 21:31:40 -07:00
Sulka Haro 5858ccd868 Added ability to issue w WARNING on pump suspend event 2017-01-08 00:14:19 +02:00
Jason Calabrese 5e8d15cac5 add option to disable bundle minification 2016-12-19 19:54:41 -08:00
Jason Calabrese 216efae45c add back some of the readme that got lost in a merge 2016-11-26 14:51:43 -08:00
Jason Calabrese 80aa36976d add count example to readme 2016-11-21 20:37:39 -07:00