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

Mongo driver update & less frequent database polls #8026

Merged
merged 11 commits into from
Oct 12, 2023
Merged

Commits on May 29, 2023

  1. Increase debounce for data loads to 15 seconds and trigger a data-loa…

    …ded event to process local data updates even if the call is debounced
    sulkaharo committed May 29, 2023
    Configuration menu
    Copy the full SHA
    cf5646b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    93ffb25 View commit details
    Browse the repository at this point in the history
  2. * Fix storage so tests pass with new Mongo driver

    * Removes old openaps-storage feature
    sulkaharo committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    32163a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fix authorization storage

    sulkaharo committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ea56b79 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. allow running any version of LTS

    Given node 18 and 20, allow running on any LTS version of node.
    We can block out bad versions if needed.
    bewest committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3893eb4 View commit details
    Browse the repository at this point in the history
  2. n 14 && npm install

    Use npm install under node 14 generates different lock file.
    bewest committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ebece1b View commit details
    Browse the repository at this point in the history
  3. set expectation to take around 15 seconds for first load

    This patch adjusts the user feedback while the server is initializing to
    communicate that Nightscout startup sequence should take closer to 15 second
    than 5 seconds.
    bewest committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    48dfa22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6c0a0a View commit details
    Browse the repository at this point in the history
  5. Allow any LTS version.

    bewest committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7819223 View commit details
    Browse the repository at this point in the history
  6. n 14 && npm install

    Record output of npm instlal using oldest supported version.
    bewest committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6964916 View commit details
    Browse the repository at this point in the history
  7. upgrade nightscout-connect@^0.0.12, npm install

    Record changes from upgrading nightscout-connect to at least the latest
    release, 0.0.12.
    bewest committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    97a603f View commit details
    Browse the repository at this point in the history