Commit Graph
26 Commits
Author SHA1 Message Date
PieterGit fb4d467755 update Node requirements. This is a follow up from https://github.com/nightscout/cgm-remote-monitor/pull/7417 since @bewest already merged his branch to dev
add NodeJS 16.x support.
drop NodeJS 12.x support.It reached End-of-Life status on 30 April 2022
allow NodeJS 18.x support to run for CI
upgrade webpack and webpack-cli
update browserlist and browser documentation, config is now at .browserslistrc
update README.md for browsers and Node versions
fix typos in comments in lib/client/hashauth.js and webpack/webpack.config from https://github.com/nightscout/cgm-remote-monitor/pull/7440
2022-08-15 17:44:08 +02:00
Dominik DzieniaandGitHub 43165a0cca [DEV][FIX] Fix dbsize plugin to make it hideable again (#5529)
* [FIX] Making dbsize plugin default but hideable - removed its forced show state

* Removed unused lodash dependency
2020-02-22 17:00:21 +02:00
PieterGit 2e869c7cd7 increase SCM_COMMAND_IDLE_TIMEOUT (default 60, 1 minute), to 300 seconds / 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 https://github.com/projectkudu/kudu/issues/2089#issuecomment-262499421
2018-07-26 20:56:20 +02:00
PieterGit 3981558f2c fix azure problems
if use latest nodejs on Azure

if it want yargs, we'll give it

> Nightscout@0.10.3-dev-20180723 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
2018-07-26 20:33:37 +02:00
MilosKozak 7bbfa3012d change node to 8.5.0 2017-09-22 15:12:06 +02:00
MilosKozak 275aeec64a add node env for deploy in azure 2017-09-22 15:08:50 +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 f7af5095a0 Testing Node 8.1.4 for Azure 2017-09-22 10:58:37 +03:00
Sulka Haro f1efb739f6 Add Node version to DEV Azure deploy json 2017-09-22 09:19:53 +03:00
Milos KozakandGitHub ef71db0f1e add AUTH_DEFAULT_ROLES to azuredeply.jon 2017-01-01 11:11:55 +01:00
Milos KozakandGitHub 2e84a5d6af Update azuredeploy.json by iob, food 2017-01-01 11:00:21 +01:00
baembel08andGitHub 90ea304bc0 Update azuredeploy.json 2016-11-10 20:31:51 +01:00
Milos KozakandGitHub ebc72d4fe0 Add greek language to Azure deploy 2016-10-16 10:35:30 +02:00
MilosKozak b2695c102f add SCALE_Y to azure deploy 2016-10-10 19:59:20 +02:00
MilosKozak 196647e9bc add PROFILE_MULTIPLE to azure deploy 2016-10-10 19:37:31 +02:00
MilosKozak 987338b76f update basal_render in azure deploy 2016-10-10 19:31:46 +02:00
MilosKozak 3f0281f7de remote TREATMENTS_AUTH from azure deploy 2016-10-10 19:29:23 +02:00
MilosKozak 4b0d1d8e61 add DEVICESTATUS_ADVANCED to azure deploy 2016-10-10 19:16:16 +02:00
MilosKozak da2a88f45c reformat idents 2016-10-10 18:40:44 +02:00
MilosKozak 7020a0c53e add missing languages to azure deploy 2016-10-10 18:34:11 +02:00
Milos Kozak e5907ca60e Update azuredeploy.json 2016-05-29 09:11:46 +02:00
ruud de rooij 1ca6bb49d1 Add colorblind-friendly color theme
The color theme uses light green and yellow which to some colorblind
people may be too close to distinguish easily. This adds a
"colorblind-friendly colors" theme which uses light blue instead of
light green for the "in-range" color.
2016-04-22 03:58:39 +00:00
baembel08 d64cc2acbd default language = en + careportal entry for show plugins 2016-04-08 15:58:59 +02:00
baembel08 9081394548 update azuredeploy.json
I#ve added more parameters for a nearly complete installation and configuration.
2016-04-06 06:24:27 +02:00
davidebbo cb49d70e6d Add API_SECRET to Azure template 2015-12-29 09:00:40 -08:00
davidebbo b524a74f52 Add Deploy To Azure button and ARM template 2015-12-28 22:12:37 -08:00