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

Dev #39

Merged
merged 23 commits into from
Mar 31, 2024
Merged

Dev #39

merged 23 commits into from
Mar 31, 2024

Commits on Mar 7, 2024

  1. Update Documents

    link Discord, typo fix, change `code quality` to `open source and peer review`
    MikePlante1 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    21fbf3d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    2619070 View commit details
    Browse the repository at this point in the history
  2. Support for new Dexcom One+ sensors

    Connect using G7 manager in Open-iAPS
    Sjoerd-Bo3 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d7b814e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db2556f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6683a34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f941e18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c4528b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    1a2ebf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21779ba View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fastfile: Parse Config.xcconfig to get BUNDLE_IDENTIFIER

    - Replace $(DEVELOPMENT_TEAM) parsed from BUNDLE_IDENTIFIER in Config.xcconfig with ENV["TEAMID"]
    - Use BUNDLE_ID instead of hard coded bundle identifier in Fastfile, inspired by Artificial-Pancreas/iAPS 6a46a2a by @Jon-b-m 
    - Allows building of different instances of the app by only editing Config.xcconfig.
    bjornoleh authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    419c13a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update App Name and Icons

    tmhastings committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f2ff756 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Merge pull request #19 from tmhastings/Logos

    Update App Name and Logos
    MikePlante1 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a81bba6 View commit details
    Browse the repository at this point in the history
  2. Fastlane/GH build improvements: Add sync action and keepalive action,…

    … align with Loop dev improvements, as previously added to iAPS in PR 46
    bjornoleh committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c475879 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Bump browser build dependencies to Node 20

    - use actions/checkout@v4
    - use aormsby/Fork-Sync-With-Upstream-action@v3.4.1
    - comment out "Select Xcode version" step to use the default Xcode (15.0.1) in macos-13 runner
    
    based on https://github.com/LoopKit/LoopWorkspace/pull/120/files by @dnzxy
    bjornoleh committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e07994b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Rename build workflow to build_Open-iAPS, and related changes

    - UPSTREAM_REPO: nightscout/Open-iAPS
    - Search for and create `alive` branch by use of `${{ github.repository }}` context, instead of
    `${{ github.repository_owner }}/iAPS`
    - Create `alive` branch from `main` instead of `dev`
    - do not run the upstream sync action on the upstream repository (owner = nightscout)
    - update testflight.md with the Open-iAPS name
    bjornoleh committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9dd2523 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Allow to get SHA for alive branch creation from a private repository

    - Authenticate the curl API request by GH_PAT according to
    https://docs.github.com/de/rest/authentication/authenticating-to-the-rest-api?apiVersion=2022-11-28#authenticating-in-a-github-actions-workflow-using-curl
    Thank you @dnzxy for the hint!
    
    This is a temporary requirement until the repositories are made public.
    bjornoleh committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5ea744f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Update testflight.md

    bjornoleh committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    44ba98f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Config.xcconfig: #include? "../../ConfigOverride.xcconfig"

    Allow config override file to take action from two directories up, to align with Loop and other DIY projects.
    bjornoleh authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9ea35c9 View commit details
    Browse the repository at this point in the history
  2. Config.xcconfig: reverse the order of config override files

    Makes the config override file in the project root take precedence if there are override files in both root and two directories up.
    bjornoleh authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a468756 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Merge pull request #34 from nightscout/ConfigOverride

    Config.xcconfig: #include? "../../ConfigOverride.xcconfig"
    bjornoleh authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b92a2fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from bjornoleh/fastlane

    Fastlane/GH build improvements: Add sync action and keepalive action,
    bjornoleh authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2b4e28e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9015c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17 from bjornoleh/fastlane_bundle_id

    Get BUNDLE_IDENTIFIER from Config.xcconfig for use in Fastfile
    bjornoleh authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1d3c8f0 View commit details
    Browse the repository at this point in the history