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.10.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.11.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 11, 2024

  1. Replace duplicate isEnterprise and isTenancy fn in api pkg with auth pkg

    There were duplicated, unexported isEnterprise and isTenancy functions in
    the api package. The exported IsEnterprise and IsTenancy functions exist
    in the auth package. This removes the duplicated functions from api and
    replaces them with the exported packages from auth. It doesn't attempt to
    clean up any more logic than that.
    jtmcg committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    877a8e3 View commit details
    Browse the repository at this point in the history
  2. Clean up tenancyHost const

    jtmcg committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    98f5bb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    6a5df44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238112d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #173 from cli/jtmcg/577

    Replace duplicated IsEnterprise and IsTenancy functions in api pkg with auth pkg
    jtmcg authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7177035 View commit details
    Browse the repository at this point in the history
Loading