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 alpha into dev #333

Merged
merged 31 commits into from
Jun 27, 2024
Merged

Merge alpha into dev #333

merged 31 commits into from
Jun 27, 2024

Commits on May 15, 2024

  1. Auto-remove trailing slash and other unwanted errors from Nightscout URL

    When users enter a trailing / in their Nightscout URL (Eg: "https://url/" rather than "https://url"), this will immediately result in a "Not found!" (404) error, because a / is already being appended. (Resulting in "https://url//").
    
    This check removes the trailing slash to prevent 404's.
    LiroyvH committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f902c73 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 29, 2024

  1. Merge pull request #1 from bjornoleh/patch-1

    Xcode auto changes of indentation in NightscoutConfigStateModel.swift
    LiroyvH authored May 29, 2024
    Configuration menu
    Copy the full SHA
    c9c9e19 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Fix the dexcom share in Trio

    The PR allows to fecth BG of Dexcom share as a CGM as well as to fetch BG of Dexcom share with the Dexcom G6 CGM.
    
    The PR changes the logic of the CGM for all CGM based on Loop submodules (PluginSource).
    avouspierre committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    61ec999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e11f67 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge pull request #292 from nightscout/dev

    Merge dev into alpha
    dnzxy authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3a1360f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a093ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #190 from LiroyvH/patch-1

    Auto-remove trailing slash from Nightscout URL
    dnzxy authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    217d1d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    a5d159d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174a6df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51bdc77 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    7a6ddf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189c935 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Merge pull request #303 from loopandlearn/modify_submodule_source

    Modify .gitmodules to point to loopandlearn organization
    bjornoleh authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9f1b847 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #308 from nightscout/dev

    Merging CodeOwners Into Alpha
    bjornoleh authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d7a730c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #282 from avouspierre/dev+dexcomshare

    Fix the dexcom share in Trio
    bjornoleh authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3be872c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Merge pull request #299 from bjornoleh/testflight.md_enable_disable_a…

    …utomations
    
    testflight.md: Add the optional instructions for modifying automated build and sync
    dnzxy authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    82f2d01 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix(bgtargets): change variable from double to decimal

    Signed-off-by: Sjoerd-Bo3 <sjoerd.bozon@gmail.com>
    Sjoerd-Bo3 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1d1a332 View commit details
    Browse the repository at this point in the history
  2. refactor(bgtargets): typo fix

    Signed-off-by: Sjoerd-Bo3 <sjoerd.bozon@gmail.com>
    Sjoerd-Bo3 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9be108b View commit details
    Browse the repository at this point in the history
  3. fix(bgtargets): correctly assigning highindex

    Signed-off-by: Sjoerd-Bo3 <sjoerd.bozon@gmail.com>
    Sjoerd-Bo3 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    45d1ede View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b177a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    58adcd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6db960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    434e62a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    14b5a86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59479e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #297 from loopandlearn/update_browser_build_direct…

    …ions
    
    use Trio specific names and update instructions in testflight.md
    dnzxy authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6fc084d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #321 from Sjoerd-Bo3/fix-setting-of-bg-targets

    Fix for setting of BG Targets
    dnzxy authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7c88bac View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

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

Commits on Jun 23, 2024

  1. Merge pull request #330 from loopandlearn/update_CGMBLEKit_submodule

    update submodule CGMBLEKit: no change in function
    Sjoerd-Bo3 authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    3ec6176 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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