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: 534f6d7
Choose a base ref
...
head repository: cli/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ebcf3a1
Choose a head ref
  • 17 commits
  • 30 files changed
  • 7 contributors

Commits on Oct 17, 2023

  1. Add status column for each projectItem object.

    This should be comparable to classic project's notion of column, although not _exactly_ the same since new projects are much more configurable.
    mattruggio committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8a86877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83418cb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    581b665 View commit details
    Browse the repository at this point in the history
  2. Add mutex for connect

    dmgardiner25 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b566ea6 View commit details
    Browse the repository at this point in the history
  3. Defer the mutex unlock

    dmgardiner25 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1bcf924 View commit details
    Browse the repository at this point in the history
  4. Lock the Close func

    dmgardiner25 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d04a9d9 View commit details
    Browse the repository at this point in the history
  5. Update comment

    dmgardiner25 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d22c6f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix(release create): Handle latest flag value when updating the relea…

    …se after assets are uploaded (#8207)
    
    Signed-off-by: Arun <arun@arun.blog>
    Co-authored-by: William Martin <williammartin@github.com>
    arunsathiya and williammartin authored Nov 1, 2023
    1 Configuration menu
    Copy the full SHA
    5eff7a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a9eb7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8202 from mattruggio/mattruggio/add-status-column…

    …-value-to-project-items
    
    Include Project Item Status for Issues and Pull Requests
    williammartin authored Nov 1, 2023
    1 Configuration menu
    Copy the full SHA
    28d3628 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. build(deps): bump github.com/henvic/httpretty from 0.1.2 to 0.1.3

    Bumps [github.com/henvic/httpretty](https://github.com/henvic/httpretty) from 0.1.2 to 0.1.3.
    - [Commits](henvic/httpretty@v0.1.2...v0.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/henvic/httpretty
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b025298 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8275 from dmgardiner25/fix-cs-conn-race

    Resolve race condition in codespaces connection
    dmgardiner25 authored Nov 2, 2023
    1 Configuration menu
    Copy the full SHA
    ecdb557 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #8286 from cli/dependabot/go_modules/github.com/he…

    …nvic/httpretty-0.1.3
    
    build(deps): bump github.com/henvic/httpretty from 0.1.2 to 0.1.3
    williammartin authored Nov 3, 2023
    1 Configuration menu
    Copy the full SHA
    f41f402 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Improve gh release download doc (#8294)

    * Improve `gh release download` doc
    
    When downloading latest release assets,
    `gh release download --archive=(zip|tar.gz)` works too.
    
    Sync doc with no-arguments warning.
    
    * Apply suggestion from code review
    
    Co-authored-by: Sam Coe <samcoe@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Sam Coe <samcoe@users.noreply.github.com>
    muzimuzhi and samcoe authored Nov 6, 2023
    1 Configuration menu
    Copy the full SHA
    ccf45cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8364301 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8301 from cli/wm/minor-annotation-fetch-error-sim…

    …plification
    
    Simplify run view annotation fetch error handling
    williammartin authored Nov 6, 2023
    1 Configuration menu
    Copy the full SHA
    515b854 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    ebcf3a1 View commit details
    Browse the repository at this point in the history
Loading