Commit Graph
32 Commits
Author SHA1 Message Date
Sulka Haro 3103af71f3 Reduce the amount of false positives reported 2021-02-08 10:37:21 +02:00
1c349527a1 Update webpack to v5 (#6844)
* upgrade webpack info

* cleanup eslint findings

* fix eslint formatter stylish error

* lazy is invalid option for webpack dev middleware

* upgrade webpack to 5.x

* remove unsupported terser option

* fix missing process polyfill dependency

* try alternate proces fix

* fix css image reference

* add statements to import missing css files to index.html

* TerserPlugin no longer required

* add missing css links

* remove terser

Co-authored-by: Jeremy Cunningham <jpcunningh@gmail.com>
Co-authored-by: Sulka Haro <sulka@sulka.net>
2021-02-07 17:25:19 +02:00
Sulka HaroandGitHub 034eea9422 Changes the bundling so the site works on old Safari versions (#6800)
* Changes the bundling so the site works on old Safari versions

* Fix quotes

* Cache babel output for faster development
2021-01-26 22:05:28 +02:00
Sulka Haro 14872695ba Move to package-lock, as per #5735 2021-01-17 20:08:14 +02:00
Sulka Haro a869e3cbec Update version, remove package-lock.json 2017-10-25 20:08:53 +03:00
PieterGit 68536d9dc3 npm update with nodejs 8.8.0 2017-10-25 08:05:25 +02:00
PieterGit f51a24f0d0 update to nodejs 8.8.0 and npm update 2017-10-25 08:00:22 +02:00
PieterGit 62f352cdb9 update nodejs to 8.7.0 and npm update 2017-10-21 14:30:00 +02:00
Sulka Haro 1c387b8be4 Update dev version to 0.10.2 2017-10-15 23:44:37 +03:00
Sulka Haro 1f0b3ef37f Update version to release 2017-10-15 22:18:55 +03:00
Sulka Haro d6a0b10927 Use lodash cloneDeep instead of JSON serialize/desearialize 2017-10-11 16:58:08 +03:00
Sulka Haro d7d5e8a7c6 Revert part of changes from previous merge 2017-09-22 21:46:53 +03:00
Sulka Haro 904f80fb03 Testing disabling heap dumps 2017-09-22 11:56:02 +03:00
Sulka Haro f7af5095a0 Testing Node 8.1.4 for Azure 2017-09-22 10:58:37 +03:00
Sulka Haro fc0bd46946 Move all html files to views folder, update to use the rendered cache buster 2017-09-11 19:49:05 +03:00
Sulka Haro be34ac5677 Merge dev 2017-09-11 18:50:06 +03:00
PieterGit f30f1b7a24 create bundle before tests and time tests execution for travis 2017-09-10 22:29:05 +02:00
PieterGit 745730b486 increase timeout to 30 secs for admintools test and change environment variables for travis 2017-09-10 22:10:10 +02:00
PieterGit 75c308d43d npm update 2017-09-10 21:06:38 +02:00
PieterGit 148fe9063b change node-uuid to uuid 2017-09-10 18:56:28 +02:00
Sulka Haro e39e1132ea Unit tests fixed 2017-08-29 22:59:55 +03:00
Sulka Haro 4d0a3728cc Use ejs to render the app cache and cache buster tokens 2017-08-27 14:34:46 +03:00
Sulka Haro eda7c7743c Trigger app on DOM ready event (as recommended by HTML5 spec). Detect if app is completely offline, auto-reload if needed. 2017-08-26 11:54:25 +03:00
Sulka Haro 20a99a1db3 Added sync-exec in an attempt to appease Azure 2017-08-23 23:17:14 +03:00
Sulka Haro 49378c0687 Added variability measure explanations to reporting 2017-08-18 14:28:20 +03:00
Sulka Haro 0e9977f5a3 Oops forgot package-lock.json 2017-08-16 17:59:35 +03:00
Sulka Haro 76988d6281 Bower is gone 2017-08-16 17:55:04 +03:00
Sulka Haro 9e055ad519 Added missing icons, changed how jQuery and jQuery-UI is packaged 2017-08-16 12:28:52 +03:00
Sulka Haro 7df05f0198 Removing Bower part 1 2017-08-15 22:24:23 +03:00
Sulka Haro 7564420ad0 CSS bundling 2017-08-15 14:26:31 +03:00
Sulka Haro 6c940a5b24 * Glucose data smoothing / patching before calculating variability to reduce the effects of CGM noise
* Added calculation for GVI, PGS and Total Absolute Change calculation
* Refactored the server to use Webpack for the bundle generation instead of Browserify (since browserify-express seems to not work with Node 8 and is not maintained)
* Improved caching & compression of JS and CSS resources
* If NODE_ENV="development”, don’t cache resources for more than 10 seconds & generate a report about Bundle size
2017-08-11 14:57:53 +03:00
Sulka Haro 8ff4e127c3 Updated package.json to 8.1.4, updated modules 2017-07-17 14:14:12 +03:00