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: v2.36.0
Choose a base ref
...
head repository: cli/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.37.0
Choose a head ref
  • 18 commits
  • 51 files changed
  • 11 contributors

Commits on Oct 3, 2023

  1. 1 Configuration menu
    Copy the full SHA
    49ec484 View commit details
    Browse the repository at this point in the history
  2. Update homebrew-bump.yml

    Adding missing input needed for testing
    andyfeller authored Oct 3, 2023
    1 Configuration menu
    Copy the full SHA
    aefecba View commit details
    Browse the repository at this point in the history
  3. Update deployment.yml

    Update release job to use repository environment needed for homebrew secret
    andyfeller authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    80e46ca View commit details
    Browse the repository at this point in the history
  4. docs: fix typo in pr create (#8115)

    https://cli.github.com/manual/gh_pr_create shows `BADINDEX` and broken markdown formatting right now.
    Was very recently introduced in #8080
    darthwalsh authored Oct 3, 2023
    1 Configuration menu
    Copy the full SHA
    3443a75 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge pull request #8116 from cli/andyfeller/7718-homebrew-bump

    Update deployment.yml
    andyfeller authored Oct 10, 2023
    1 Configuration menu
    Copy the full SHA
    7a68d19 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Disable issue with template (#7918)

    * allow --disable-issues option with --template
    
    * add a test case for creating repo with --disable-issues --template
    utouto97 authored Oct 11, 2023
    1 Configuration menu
    Copy the full SHA
    885ccd7 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    363dacb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    776fdf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6fba0 View commit details
    Browse the repository at this point in the history
  3. Migrate all Codespaces operations from Live Share to Dev Tunnels (#8149)

    * Migrate all Codespaces operations from Live Share to Dev Tunnels
    
    * Remove Live Share references
    
    * Fix linting errors
    
    * Update comments, remove deps, add uint16 bound checks
    
    * Fix tests and move keep-alive logic to forwarder
    
    * Address comments
    
    * Updated mock port forwarder
    
    * Fix CodeQL error
    
    * Update comment
    
    * Update func name
    
    * Add missing connection close
    
    * Fix linting error
    
    * https -> http
    
    * Update defer
    
    * Fix tests
    dmgardiner25 authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    64f4660 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8f8728 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.…

    …4.3 (#8185)
    
    Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.2 to 1.4.3.
    - [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
    - [Commits](gabriel-vasile/mimetype@v1.4.2...v1.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gabriel-vasile/mimetype
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7d558ed View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix linting error

    dmgardiner25 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    135c56a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8179 from dmgardiner25/poll-codespace-permissions

    Poll permission acceptance endpoint on codespace creation
    dmgardiner25 authored Oct 16, 2023
    1 Configuration menu
    Copy the full SHA
    bc0f63b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. update(repo create): Support for --homepage flag for template-based…

    … repository creation flow (#8188)
    arunsathiya authored Oct 17, 2023
    1 Configuration menu
    Copy the full SHA
    9b037ff View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5916439 View commit details
    Browse the repository at this point in the history
  3. gh pr create duplicates targets if there are duplicate remotes (#8184)

    * `gh pr create` duplicates targets if there are duplicate remotes
    
    * De-duplicate the same remote
    benebsiny authored Oct 17, 2023
    1 Configuration menu
    Copy the full SHA
    fd8bbf0 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    8e8e6d9 View commit details
    Browse the repository at this point in the history
Loading