Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.1
Choose a base ref
...
head repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 13, 2025

  1. Add static SDK CI workflow (#146)

    Add static SDK CI workflow which runs on commits to PRs, merges to main
    and daily on main.
    rnro authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    e1c9d54 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Enable macOS CI on merge to main and daily timer (#147)

    Motivation:
    
    * Improve test coverage
    * Check test pass/fail status
    * Monitor CI throughput
    
    Modifications:
    
    Enable macOS CI to be run on all merges to main and on a daily timer.
    
    Result:
    
    Improved test coverage run out-of-band at the moment so we can get a
    feeling for if any changes need to be made in the repo or in the CI
    pipelines to ensure timely and stable checks.
    rnro authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    e8bc5ed View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Enable macOS CI on pull requests (#149)

    Motivation:
    
    * Improve test coverage
    
    Modifications:
    
    Enable macOS CI to be run on pull request commits and make the use of
    the nightly runner pool for main.yml jobs explicit.
    
    Result:
    
    Improved test coverage.
    rnro authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    a6027e2 View commit details
    Browse the repository at this point in the history
  2. Add support for Windows (#148)

    CoreFoundation isn't API on Windows, so compile it out in that case. All
    tests pass with these changes.
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    jakepetroules and czechboy0 authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    8f33cc5 View commit details
    Browse the repository at this point in the history
Loading