Commit c9fe11e
Robert Wild
Merge branch 'master' of github.com:nightscout/cgm-remote-monitor
* 'master' of github.com:nightscout/cgm-remote-monitor: (284 commits)
Update config.yml
Delete --individual-troubleshooting-help.md
Create config.yml
Update README.md
Make empty cache detection a bit more aggressive to account for cache flush and data insert happening concurrently
Support uploading device statuses in batches (nightscout#6147)
Bump version to 14.0.6
Fix MONGODB_URI reference in error message
Add error cat to error page
Fix memory leak and cache update issues in 14.0.4 (nightscout#6133)
Update --individual-troubleshooting-help.md
Update --bug-report.md
Update --feature-request--.md
Remove require statement breaking deploys
Fix tests
Add file missing from last commit
Less intimidating error page on start, which also checks for api_secret
Don't report an error on every reconnect
* Fix security test * Change boot and caching to expose Mongo connection errors
Make settings parsing whitespace tolerant
...
# Conflicts:
# app.jsonFile tree
236 files changed
+21924
-8058
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- assets/fonts
- bundle
- docs/plugins
- alexa-templates
- google-home-templates
- lib
- api3
- doc
- generic
- create
- delete
- history
- patch
- read
- search
- update
- specific
- storage/mongoCollection
- api
- activity
- alexa
- devicestatus
- entries
- googlehome
- profile
- treatments
- authorization
- client
- data
- middleware
- plugins
- report_plugins
- report
- server
- storage
- static
- css
- images
- profile/js
- report/js
- testing
- tests
- fixtures
- api3
- api
- views
- clockviews
- partials
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
236 files changed
+21924
-8058
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 | | |
14 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
Lines changed: 0 additions & 16 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
0 commit comments