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: cli/go-gh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: cli/go-gh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on May 19, 2024

  1. test: create case showcasing that a 205 breaks DoWithContext

    A 205 must not return any content, so DoWithContext should handle this
    case and not fail when trying to parse the JSON.
    
    Ref: https://httpwg.org/specs/rfc9110.html#status.205
    nobe4 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    17ee4c6 View commit details
    Browse the repository at this point in the history
  2. fix: implement the fix that resolve the 205 miss-handling

    Similar to the check for 204.
    nobe4 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    17b8084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d754f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25db6b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 16, 2024

  1. Merge pull request #172 from cli/wm/tenant-api

    Use api subdomain for REST and GQL clients when host is tenant
    andyfeller authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    267e1ca View commit details
    Browse the repository at this point in the history
Loading