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/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1136764
Choose a base ref
...
head repository: cli/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d60e5ff
Choose a head ref
  • 8 commits
  • 13 files changed
  • 4 contributors

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    a47b4c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10006 from cli/10005-fix-flaky-run-download-test

    Use consistent slice ordering in run download tests
    andyfeller authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    179f0c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bd8f09 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Error for mutually exclusive json and watch flags

    Closes #10013
    
    This commit enhances `gh pr checks` to exit with an error when mutually exclusive `--json` and `--watch` flags are used.  Users are encouraged to either 1) retrieve information about the checks via `--json` or 2) watch and wait on PR checks that are being updated.
    andyfeller committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    c9ecf31 View commit details
    Browse the repository at this point in the history
  2. include alg with digest when fetching bundles from OCI

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    2137a48 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10019 from malancas/gh-attestation-oci-attestatio…

    …ns-bug
    
    Fix bug when fetching bundles from OCI registry
    malancas authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    90dfefb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10009 from cli/wm/safepaths

    Use safepaths for run download
    andyfeller authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    acfdae4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10016 from cli/andyfeller/cli-cli-10013-pr-checks…

    …-json-watch-mutex
    
    Error for mutually exclusive json and watch flags
    andyfeller authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    d60e5ff View commit details
    Browse the repository at this point in the history
Loading