Sulka Haro and GitHub
9315b06283
Merge pull request #6135 from nightscout/dev
...
Nightscout 14.0.5 Liquorice
14.0.5
2020-09-27 18:00:01 +03:00
Sulka Haro
4ba636d0b2
Fix MONGODB_URI reference in error message
2020-09-27 17:33:11 +03:00
Sulka Haro
0670c5a913
Add error cat to error page
2020-09-27 17:23:49 +03:00
Sulka Haro and GitHub
dfa86a9c6a
Fix memory leak and cache update issues in 14.0.4 ( #6133 )
...
* Fix a memory leak in 14.0.4
* Fix linter error in ddata.js
* Move data retention periods to caching
* Update _id of inserted entries and device status so merging to cache works correctly
* Reset the data in ddata before updating
* Fix typo on entry cache retention period
* Have device status cache retention period follow configuration
* Fix _id injection in treatments
2020-09-27 17:16:42 +03:00
Sulka Haro
48096fc30b
Merge branch 'master' into dev
2020-09-27 15:56:20 +03:00
Sulka Haro and GitHub
6d6cf31011
Update --individual-troubleshooting-help.md
2020-09-27 14:56:22 +03:00
Sulka Haro and GitHub
5af8d6358c
Update --bug-report.md
2020-09-27 14:54:43 +03:00
Sulka Haro and GitHub
4d2a731a53
Update --feature-request--.md
2020-09-27 14:54:33 +03:00
Sulka Haro
54a5b35578
Remove require statement breaking deploys
2020-09-27 12:01:48 +03:00
Sulka Haro
84c245c90f
Fix tests
2020-09-25 18:56:36 +03:00
Sulka Haro
eec131bc3b
Add file missing from last commit
2020-09-25 18:43:51 +03:00
Sulka Haro
d3c1613132
Less intimidating error page on start, which also checks for api_secret
2020-09-25 18:43:31 +03:00
Sulka Haro
a8956bc4cc
Don't report an error on every reconnect
2020-09-25 14:07:46 +03:00
Sulka Haro
f8461655bc
* Fix security test
...
* Change boot and caching to expose Mongo connection errors
2020-09-25 12:53:31 +03:00
Sulka Haro
8ac973471b
Make settings parsing whitespace tolerant
2020-09-25 10:37:23 +03:00
Sulka Haro
07eee47257
Fix Pebble API detecting mmol units from settings
2020-09-24 22:31:56 +03:00
Sulka Haro
de792d244d
Bump version to 14.0.5 and fix #6050
2020-09-24 22:06:02 +03:00
Sulka Haro and GitHub
a95ad79f06
Merge pull request #6078 from nightscout/dev
...
Nightscout 14.0.4 Liquorice
14.0.4
2020-09-23 22:30:36 +03:00
Sulka Haro
3f1081e3aa
Bump version to .4
2020-09-22 12:44:31 +03:00
Sulka Haro and GitHub
cde9aa3835
Merge pull request #6056 from nightscout/cache_invalidation
...
Refactor in-memory caching
2020-09-22 11:51:14 +03:00
Sulka Haro
54008a7122
Remove excess logging
2020-09-22 11:14:13 +03:00
Sulka Haro
1059232f16
* Add cache update events to websocket API
...
* Remove the validation for created_at in REST API ;(
2020-09-21 20:46:53 +03:00
Sulka Haro
a75c5a300a
Fix data order for REST API
2020-09-20 19:14:33 +03:00
Sulka Haro
f878ce115b
Add support for CGM data and device statuses. Refactor dataloader to use the new model and reduce queries back down
2020-09-20 18:36:19 +03:00
Sulka Haro
0c7e9bf456
* Require created_at for Treatments on insert
...
* Refactoring the cache: moved to another file and support flushing from bus events
2020-09-19 18:17:20 +03:00
Sulka Haro and GitHub
6e50c2356d
Merge pull request #6009 from nightscout/dev
...
Release 14.0.3 Liquorice
14.0.3
2020-09-16 16:35:51 +03:00
Sulka Haro
a0043ec206
Bump treatments default limit default to 1000 objects for queries that include other query parameters
2020-09-16 16:10:44 +03:00
Sulka Haro
8a1d6bf84a
Fix reports unit test
2020-09-16 11:46:22 +03:00
Sulka Haro
b62ab3c21a
Bumped up the number of treatments loaded / day for reporting
2020-09-16 11:21:04 +03:00
Sulka Haro
90f91c3e18
* Bump version to 14.0.3
...
* Fix a bug in the REST API query for profiles
2020-09-16 10:46:17 +03:00
Sulka Haro and GitHub
92f23e6616
Merge pull request #6004 from nightscout/dev
...
Release 14.0.2
14.0.2
2020-09-16 10:11:22 +03:00
Sulka Haro
fbe3e9b571
One more increase to treatment load time to cover long overrides
2020-09-16 09:52:42 +03:00
Sulka Haro
0a79cb1e2d
Bump treatment delta loading to four hours
2020-09-15 15:39:25 +03:00
Sulka Haro
b6201647df
When merging inserts and updates from the database, ensure we always use the new data over the old data
2020-09-15 14:54:38 +03:00
Sulka Haro
5f0b77bc21
* Remove unnecessary logging to help with Papertrail limits
...
* Load more treatments and entries to fix caching issues (need to add better cache invalidation to really fix this)
2020-09-15 10:07:31 +03:00
Sulka Haro
685ae5cd5d
Cleaned old appcache references
2020-09-14 19:32:29 +03:00
Sulka Haro
cd256ab1bc
Serve Last-Modified header for the service worker to help with some browsers misdetecting caching
2020-09-14 19:29:53 +03:00
Sulka Haro and GitHub
345b171c2c
Merge pull request #5980 from nightscout/absolute_amount
...
Load absolute dosing from amount field
2020-09-14 16:08:00 +03:00
Sulka Haro and GitHub
5cdba4a001
Merge pull request #5987 from jpcunningh/fix-recursion
...
Fix Brushing Recursion Error
2020-09-14 16:07:45 +03:00
Jeremy Cunningham
e9c09af283
Merge branch 'dev' into fix-recursion
2020-09-13 10:52:41 -05:00
Sulka Haro
663f439137
Bump dev to 14.0.2
2020-09-13 14:54:21 +03:00
Sulka Haro and GitHub
4f85e19461
Merge pull request #5984 from nightscout/dev
...
Release 14.0.1
14.0.1
2020-09-13 14:48:57 +03:00
Sulka Haro and GitHub
f04e7d7ca0
Merge pull request #5983 from pazaan/pazaan/fix-iquorice-treatment-report
...
Fix `Treatments` report for `mmol/L` users
2020-09-13 14:42:35 +03:00
Sulka Haro
0c11bf05e4
Bump version to 14.0.1
2020-09-13 14:42:14 +03:00
Lennart Goedhart
3928565a66
Fix Treatments report for mmol/L users
...
Fixed a typo to a client function name
2020-09-13 19:19:11 +10:00
Sulka Haro and GitHub
e54a6b8c10
Merge pull request #5526 from nightscout/dev
...
Release 14.0.0
14.0.0
2020-09-13 10:34:42 +03:00
Sulka Haro
14621a4f29
Update README to point to new docs
2020-09-13 10:03:36 +03:00
kskandispersonal and GitHub
be422f0c02
Add Loop Carbs foodType, absorptionTime to Reports for ISSUE #5701 ( #5702 )
...
* add carb foodType, absorptionTime to reports
2020-09-12 12:19:13 +03:00
Sulka Haro
57e33a0fe1
Normalize treatments to support absolute doses from the amount field
2020-09-12 10:38:35 +03:00
Jeremy Cunningham
ace19e1d0f
fix brushing recursion
2020-09-10 13:58:15 -05:00