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

Fixed error if latestSGV not filled #4919

Merged
merged 40 commits into from
Sep 17, 2019
Merged

Commits on Jul 29, 2019

  1. (bluefox) add npmignore

    GermanBluefox committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    6f8a295 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Release 0.12.3

    This is a bug fix / improvement point release of Nightscout Jellybean
    
    **New features**
    
    * Adds option to colorize the OpenAPS prediction lines, along with a new mechanism for plugins to expose their extended settings to the client UI, so this setting can be switched on and off in the client
    * CarePortal now validates Temporary Target values and prevents saving entries with broken data
    
    **Changes**
    
    * Lowers the Node version requirement to allow Azure deploys. Azure deploys are still likely to fail on free Azure tiers due to running out of hosting resources to run the site. Microsoft is looking into this and hoping to provide us a solution to hosting Nightscout in Azure, but for now if you want to upgrade to this release, you will need to use a paid Azure tier or an alternate hosting solution like Heroku (instructions on how to migrate to Heroku are to be found at nightscout.info)
    * Updated documentation regarding Azure and above mentioned configuration
    * **OpenAPS 0.6 users** OpenAPS 0.6 has issues with date comparison that cause the Nightscout treatment synchronization to fail for users in time zones with the relative time earlier to UTC (UTC minus something). This release adds a workaround to the system that converts dates back to the originating form in the REST API, causing the OpenAPS date comparison logic to work as expected. You can enable this workaround by setting  DE_NORMALIZE_DATES=true in Heroku / Azure.* Fixes the button positioning the toolbar
    * The clock view close X button is now controlled by a parameter in the URL. If you want to bookmark a clock view without the X, open the clock view from Nightscout navigation and remove the `showClockClosebutton=true` parameter from the page address before adding the bookmark
    * Latest Stop Sensor event from last 32 days is now loaded to fix some plugin issues for users who have a sensor that was started and stopped recently but more than 2 days ago
    
    **Developers**
    
    * Allow Node 12 in the node version checks
    * Swagger REST API documentation how works over /api-docs and developer docs in CONTRIBUTING.md have been updated
    sulkaharo authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    f81298f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce3b0b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

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

Commits on Aug 3, 2019

  1. Merge remote-tracking branch 'remotes/nightscout/master'

    # Conflicts:
    #	app.js
    #	npm-shrinkwrap.json
    #	package.json
    GermanBluefox committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    94be928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f222b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    5afbdd4 View commit details
    Browse the repository at this point in the history
  2. 0.12.3-2

    Allow slow communication without socket.io
    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    60b40d1 View commit details
    Browse the repository at this point in the history
  3. (bluefox) fix errors

    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    8d06b40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    409b6a5 View commit details
    Browse the repository at this point in the history
  5. (bluefox) fix clock

    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0a2dcbe View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'remotes/nightscout/dev'

    # Conflicts:
    #	app.js
    #	npm-shrinkwrap.json
    #	package.json
    #	views/clockviews/shared.html
    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b523419 View commit details
    Browse the repository at this point in the history
  7. fix time

    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    007cea4 View commit details
    Browse the repository at this point in the history
  8. Formatting

    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    11aff8a View commit details
    Browse the repository at this point in the history
  9. Fix clock if authentication is enabled

    Add .npmignore file
    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    3c25914 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'dev'

    # Conflicts:
    #	lib/client/clock-client.js
    #	views/clockviews/shared.html
    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    baa613f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    366d10c View commit details
    Browse the repository at this point in the history
  12. Merge branch 'dev'

    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    bb5fe99 View commit details
    Browse the repository at this point in the history
  13. Formatting

    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    3a52cac View commit details
    Browse the repository at this point in the history
  14. Merge branch 'dev'

    GermanBluefox committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    ce21b4e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Fix authentication dialog

    Take browser language for auth dialog
    GermanBluefox committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d2d82dd View commit details
    Browse the repository at this point in the history
  2. Select browser language for authentication dialog

    Make authentication dialog bigger to suit for other languages.
    GermanBluefox committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d61e8f9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev'

    # Conflicts:
    #	lib/hashauth.js
    GermanBluefox committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    7bb7289 View commit details
    Browse the repository at this point in the history
  4. Update hashauth.js

    GermanBluefox authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    050808d View commit details
    Browse the repository at this point in the history
  5. Update hashauth.js

    GermanBluefox authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    ccad081 View commit details
    Browse the repository at this point in the history
  6. Update hashauth.js

    GermanBluefox authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    293ac55 View commit details
    Browse the repository at this point in the history
  7. Update hashauth.js

    GermanBluefox authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    afbe6a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    fa442ae View commit details
    Browse the repository at this point in the history
  2. Select language from localStorage

    And get suitable language for the very first auth dialog (before the settings were read from server or user can select language in the configuration)
    GermanBluefox authored Aug 10, 2019
    Configuration menu
    Copy the full SHA
    d361a72 View commit details
    Browse the repository at this point in the history
  3. Fix language selection

    GermanBluefox committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    22474e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    bd42ad8 View commit details
    Browse the repository at this point in the history
  2. Charts were fixed if no latestSGV value found

    HTML formatting for "TDD average" and so on
    GermanBluefox committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    db1febb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/nightscout/dev' into dev

    # Conflicts:
    #	lib/client/clock-client.js
    #	lib/client/index.js
    #	lib/hashauth.js
    #	views/clockviews/shared.html
    GermanBluefox committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7f22ad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c935ee View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev'

    GermanBluefox committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    88c6d16 View commit details
    Browse the repository at this point in the history
  6. Remove .npmignore

    GermanBluefox committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    6baf359 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into dev

    # Conflicts:
    #	.npmignore
    GermanBluefox committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    beed799 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4e07fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18cd822 View commit details
    Browse the repository at this point in the history
  10. Small CSS Formatting

    GermanBluefox authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    a87fb50 View commit details
    Browse the repository at this point in the history