Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge 14.0.7 #7

Merged
merged 60 commits into from
Nov 15, 2020
Merged

merge 14.0.7 #7

merged 60 commits into from
Nov 15, 2020

Commits on Sep 13, 2020

  1. Merge pull request #5984 from nightscout/dev

    Release 14.0.1
    sulkaharo authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    4f85e19 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Merge pull request #6004 from nightscout/dev

    Release 14.0.2
    sulkaharo authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    92f23e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6009 from nightscout/dev

    Release 14.0.3 Liquorice
    sulkaharo authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    6e50c23 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. * Require created_at for Treatments on insert

    * Refactoring the cache: moved to another file and support flushing from bus events
    sulkaharo committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    0c7e9bf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Add support for CGM data and device statuses. Refactor dataloader to …

    …use the new model and reduce queries back down
    sulkaharo committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    f878ce1 View commit details
    Browse the repository at this point in the history
  2. Fix data order for REST API

    sulkaharo committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    a75c5a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. * Add cache update events to websocket API

    * Remove the validation for created_at in REST API ;(
    sulkaharo committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    1059232 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Remove excess logging

    sulkaharo committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    54008a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6056 from nightscout/cache_invalidation

    Refactor in-memory caching
    sulkaharo authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    cde9aa3 View commit details
    Browse the repository at this point in the history
  3. Bump version to .4

    sulkaharo committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    3f1081e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Merge pull request #6078 from nightscout/dev

    Nightscout 14.0.4 Liquorice
    sulkaharo authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    a95ad79 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    de792d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07eee47 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    8ac9734 View commit details
    Browse the repository at this point in the history
  2. * Fix security test

    * Change boot and caching to expose Mongo connection errors
    sulkaharo committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    f846165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8956bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3c1613 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eec131b View commit details
    Browse the repository at this point in the history
  6. Fix tests

    sulkaharo committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    84c245c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    54a5b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2a731 View commit details
    Browse the repository at this point in the history
  3. Update --bug-report.md

    sulkaharo authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    5af8d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d6cf31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48096fc View commit details
    Browse the repository at this point in the history
  6. 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
    sulkaharo authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    dfa86a9 View commit details
    Browse the repository at this point in the history
  7. Add error cat to error page

    sulkaharo committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    0670c5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ba636d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6135 from nightscout/dev

    Nightscout 14.0.5 Liquorice
    sulkaharo authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    9315b06 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Bump version to 14.0.6

    sulkaharo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    0dd1254 View commit details
    Browse the repository at this point in the history
  2. Support uploading device statuses in batches (#6147)

    * Support uploading device statuses in batches
    * Correctly report batch insertion results
    sulkaharo authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a8b53f5 View commit details
    Browse the repository at this point in the history
  3. Make empty cache detection a bit more aggressive to account for cache…

    … flush and data insert happening concurrently
    sulkaharo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    48f5578 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6148 from nightscout/dev

    Nightscout release 14.0.6 Liquorice
    sulkaharo authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    1818810 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. * Bump version to 14.0.7

    * Add onerror handler for pushover
    sulkaharo committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f08f9ea View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Update README.md

    Explicitly link to the application template in Github
    sulkaharo authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    0aed5c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    b6bde83 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Fix broken swagger for APIv3 (#6201)

    * APIv3: isolating documents from tests (not allowing clashes of calculated identifiers)
    
    * removing unused async keyword
    
    * fixing api v3 swagger and moving it to /api3-docs
    
    Co-authored-by: Petr Ondrusek <petr.ondrusek@seznam.cz>
    Co-authored-by: Petr Ondrůšek <petr.ondrusek@okin.eu>
    3 people authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    d9e63fb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Use lodash.get() in virtual assistant API endpoints (v2) (#6199)

    * Fixed #5632 - Improved value resolution
    
    * More value resolution improvements
    
    * Fixed a couple object paths
    inventor96 authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    76b9de9 View commit details
    Browse the repository at this point in the history
  2. Corrected setup of dbsize for virtual assistants (#6270)

    * Corrected db size config for virtual assistants
    
    * Language fix, improvements, added dbsize to virtAsst config
    
    * Using env
    
    * Added logging
    
    * Debug logging
    
    * Different logging
    
    * More troubleshooting
    
    * Another try
    
    * Reverted stuff, added dbsize to server defaults
    
    * Fixed test
    
    * Fixed another test
    inventor96 authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7753241 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Create config.yml

    sulkaharo authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fe33f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba3793 View commit details
    Browse the repository at this point in the history
  3. Update config.yml

    sulkaharo authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    bc55b07 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Fix batch (#6248)

    * 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
    sulkaharo authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    b762ade View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Adding Hungarian translation to nightscout (#6037)

    * Finished first round of translation for Hungarian language
    
    * Added hungarian language to the readme file
    
    * Fixes
    
    * WIP
    
    * Typo fixes and changes to translations
    
    * Update language.js
    
    Fixed some mistyped language keys
    
    Co-authored-by: Andy Feher <andras.feher@smildonis.com>
    Co-authored-by: Sulka Haro <sulka@sulka.net>
    3 people authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    f81ac59 View commit details
    Browse the repository at this point in the history
  2. Update language.js (#6193)

    Isfjell -> Istapp
    
    Co-authored-by: Sulka Haro <sulka@sulka.net>
    bjornoleh and sulkaharo authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    6a84be1 View commit details
    Browse the repository at this point in the history
  3. #5991 Typo in translation (#6217)

    Co-authored-by: Sulka Haro <sulka@sulka.net>
    mg80 and sulkaharo authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    60424d3 View commit details
    Browse the repository at this point in the history
  4. add missing translations (#6346)

    Co-authored-by: Sulka Haro <sulka@sulka.net>
    herzogmedia and sulkaharo authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    92ac596 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    ead1370 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Add runtime state tracking to Nightscout, where client now checks if …

    …the server has loaded initial data from Mongo before the user is directed to the UI
    sulkaharo committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    376c790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978f205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c59a6 View commit details
    Browse the repository at this point in the history
  4. Update app.json

    sulkaharo authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5f59c1d View commit details
    Browse the repository at this point in the history
  5. Fix unit tests

    sulkaharo committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    384de77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edf432a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7f472a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. * Added basal and careportal to default plugins

    * Changed report BG target to allow fractional numbers
    sulkaharo committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    a9692d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d080a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6445 from nightscout/dev

    Release 14.0.7
    sulkaharo authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    257dfb2 View commit details
    Browse the repository at this point in the history
  4. Bump version to 14.0.8

    sulkaharo committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    cb14de0 View commit details
    Browse the repository at this point in the history
  5. Create codeql-analysis.yml

    sulkaharo authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    695e98b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a96c44 View commit details
    Browse the repository at this point in the history