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-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.1
Choose a base ref
...
head repository: apple/swift-openapi-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.2
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 28, 2025

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

    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
    4d27dc1 View commit details
    Browse the repository at this point in the history
  2. Update main.yml indentation (#751)

    Update main.yml indentation
    rnro authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    ed44eec View commit details
    Browse the repository at this point in the history
  3. Only run Darwin CI on macOS targets (#752)

    Only run Darwin CI on macOS targets as that's the only supported one.
    rnro authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    1e668a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

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

    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
    aa37de7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

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