* Adds a new method for the server to push notifies to the client, which require administration privileges from the user. If there are messages in queue but user is not privileged, she is notified of pending messages
* Fix unit tests
* Increase timeouts on tests
* Add translations
* * Aggregate admin messages
* Send admin message on auth fail
* Sending messages over bus
* XSS filtering of objects sent over the REST API
* Warn users if their instance is world readable
* Fix adminnotifies init()
* Fix couple issues from Codacy
* Use the delta plugin data to show the delta in the clock views
* Update Node checks
* Fix disabling the BG alarms for simple alarms
* Load battery and other rare events up to two months back
* Possibly fixes compatibility with ios9 - needs testing
* Unified black and color clock layouts
* Update clock data every 20 seconds
* Update clock time every second
* Fix how CSP policy is set for Helmet, fixes#6260
* Authorization fix for misformatted URLs
* Added unit test for batch upload of CGM entries
* Improved / removed some logging
* Test if user is in read only mode when Nightscout starts and give an error if so
* On periodic polls, only load delta for CGM data, treatments and device statuses
* Serve basic CGM data API queries from in-memory cache. Increases the Nightscout memory footprint but should significantly reduce the Mongo load
* Serve device status, CGM and treatment records from memory cache
* Support count parameter in /profile
* * Update packages giving npm audit errors
* Fix Mongo test that broke after update (now uses async/await on getting the connection)
* Restore original navigation bar button order
* Disable Node 10 tests
Prepare to handle issue #5719. This patch adjusts dependencies to
target a community edition fork of minimed-connect-to-nightscout. The
new dependency targets information provided to begin addressing
changes to Medtronic Carelink services starting late June 2020.
Prepare to handle issue #5719. This patch adjusts dependencies to
target a community edition fork of minimed-connect-to-nightscout. The
new dependency targets information provided to begin addressing
changes to Medtronic Carelink services starting late June 2020.
* Send coverage reports to Codacy
* Action secrets may not be read from forks :(
* Let's see if this fixes the path & key passing
* Ok one more try for the Actions env
* Run tests and coverage separately
* Try increasing the admintools test runtime for Node 10
* Run tests only once
* * Fix reporting test to match the new output
* Fix number formatter to return the expected 0 when data is NaN
* Remove excessive logging during test runs from cob plugin
* Run all tests in one go
* Fixes D3 invocations for tests. Note this also removes transition timers (most of which seemed to be timed so fast they actually had no effect as the timer was faster than what it takes to draw a frame in Nightscout)
* Run tests independently
* Try not running tap-set-exit
* Remove tap-set-exit
* initial commit for d3 upgrade
* d3 v5 mostly working except brush
* more work on the brush
* brush and layout mostly working now
* make open-right and open-left lines visible
* make brush selection hidden
* fix open-right, open-top, and now-line in retro mode
* fix setting brush to now
* fix updateBrushToNow to set start correctly
* add extent to updateBrushToNow
* fix inRetro to use dataExtent instead of domain
* move a debug log message to better location
* debug for brush movements
* cleanup adjusted range vs. brushed range
* fix syntax error
* remove transitions for brush movements
* log message for dataUpdate
* fix updating brush range when new data arrives
* fix keeping up with data when not in retro
* keep brush range at focusRangeMS during update
* fix variable name error
* keep chart in sync with current time when not in retro
* use short transition time
* test no opacity changes
* remove one more highlight and use small transition duration
* fix race condition
* fix for uncommanded going to retro
* fix syntax error
* update chart scales when new data arrives in retro mode
* Use consistent transition for scroll
* clean chart.updateContext
* comment out debug messages
* remove unused variable
* update renderer to account for no structure arg for d3 attr
* fix syntax error
* one more syntax error
* use requestAnimationFrame
(cherry picked from commit b610485597b2e9ecf46471994980136d3c17deec)
* forgot to update current scroll data
(cherry picked from commit 1ab26522cd4abd3fb77a76964469200fc50dc555)
* remove extra treatment circles
* try using class for selection
(cherry picked from commit 92f678c6fe8e2bb700dc61ab56a71d483c5a9988)
* reduce update required for focus circles
(cherry picked from commit 46aab643125c2a083807627b9fb6052faef2134f)
* reduce update required for focus treatments
(cherry picked from commit 23ba5c4bea4bf2ff75f2296e1edc606f311ef7fe)
* fix update prepare treat circles
(cherry picked from commit afcbbab40fe0c93e26e97152513845cf2c5ecf6f)
* use _id for treatments key
* do not use opacity for past entry circles
* replace scale.linear with scaleLinear
see https://github.com/d3/d3/blob/master/CHANGES.md#scales-d3-scale
(cherry picked from commit 3445eeeedd1c0d863ca5210d4cd32994a9da4d49)
* d3 upgrade axis
(cherry picked from commit 06a8a9283100a980ccb5bed7920bce96a5b138cc)
* d3 upgrade axis
(cherry picked from commit 1ac583ce2b1d0796f8d8f0d5f9b5ee29a051af1e)
* fix tooltip location
* fix plugin tooltip location
* update reports for d3 v5
* fix inner radius default for insulin distribution pie
* fix dynamic scaling issues
* fix single click scroll
* Fix font size on axis labels
* Render ticks on top of everything
* fix click to scroll jankiness
* move loading finished to the bottom of updateHeader
* skeleton code
* publishing
* Activating remote override
* Fix event types refresh, and fix custom duration
* Don't create treatment record; loop will
* Additional override details for treatment tooltip
* Pass client from careportal
* attempt at moving endpoint to api/v2
* Add bodyParser to v2/notifications
* Remove notifications api from v1
* Remove unused var
* Better error handling and reporting
* Add documentation for new loop plugin vars
* Handle indefinite duration overrides
* Move label of indeterminate duration override to now line when start is offscreen
* test
* Use separate representation for indefinite duration treatments
* fix display for finite duration treatments
* Fix re-use of elements when treatment ordering changes
* Handle more rect transition() updates
* Add check for LOOP_DEVELOPER_TEAM_ID
* Support configuration of aps-environment via environment variable.
* Fix expiration date math; was essentially preventing retries
* Use moment.js to parse dates, with better error messaging for unparseable dates
* Oops fix a bug here
* Add logging for unparseable dates
* Output a better error
* * Re-enabled heap dumps
* Improved API documentation