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.7.0
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.0
Choose a head ref
  • 5 commits
  • 16 files changed
  • 5 contributors

Commits on Nov 28, 2024

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

Commits on Dec 11, 2024

  1. Enable MemberImportVisibility check on all targets (#133)

    Enable MemberImportVisibility check on all targets. Use a standard
    string header and footer to bracket the new block for ease of updating
    in the future with scripts.
    rnro authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    0946588 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Update release.yml (#136)

    Update the release.yml file with the latest label changes
    FranzBusch authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    56e9fea View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Conform RuntimeError to HTTPResponseConvertible (#135)

    ### Motivation
    
    
    apple/swift-openapi-generator#609 (comment)
    
    ### Modifications
    
    Confirm `RuntimeError` to `HTTPResponseConvertible` and provide granular
    status codes.
    
    ### Result
    
    Response codes for bad user input will be 4xx (instead of 500)
    
    ### Test Plan
    
    Unit tests.
    
    ---------
    
    Co-authored-by: Gayathri Sairamkrishnan <[email protected]>
    gayathrisairam and Gayathri Sairamkrishnan authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    7e80669 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. [CI] Enable Linux nightly main on PRs (#137)

    ### Motivation
    
    PR CI was missing testing with nighly Linux toolchains from main.
    
    ### Modifications
    
    Enable nightly toolchain CI as well.
    
    ### Result
    
    More test coverage on PRs.
    
    ### Test Plan
    
    See this PR's CI if this works or if we need more changes.
    czechboy0 authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    23146bc View commit details
    Browse the repository at this point in the history
Loading