X Tutup
The Wayback Machine - https://web.archive.org/web/20211206094133/https://github.com/cli/cli/commits/trunk
Skip to content
Permalink
trunk
Loading

Commits on Dec 3, 2021

  1. pr view: ensure that PR reviews are always rendered in --comments m…

    …ode (#4848)
    
    The GraphQL query for review didn't use to request the `TotalCount`
    field, but that field was checked before rendering the conversation
    thread in `pr view --comments`. This fixes rendering the conversation
    thread when a PR only has reviews but no ordinary comments.
    mislav committed Dec 3, 2021
  2. Merge pull request #4847 from rsteube/fix-shorthand

    gist view: fix missing files shorthand
    mislav committed Dec 3, 2021
  3. gist view: fix missing files shorthand

    converted to `BoolVar`
    rsteube committed Dec 3, 2021
  4. Merge pull request #4842 from cli/gh-cs-cp-help-typo

    gh cs cp --help: fix typo
    adonovan committed Dec 3, 2021

Commits on Dec 2, 2021

  1. gh cs cp --help: fix typo

    adonovan committed Dec 2, 2021
  2. Add auth setup-git for setting up gh as a git credential helper (#4246

    )
    
    Adds a new command `gh auth setup-git [<hostname>]` that sets up git to
    use the GitHub CLI as a credential helper.
    
    The gist is that it runs these two git commands for each hostname the
    user is authenticated with.
    
    ```
    git config --global --replace-all 'credential.https://github.com.helper' ''
    git config --global --add 'credential.https://github.com.helper' '!gh auth git-credential'
    ```
    
    If a hostname flag is given, it'll setup GH CLI as a credential helper
    for only that hostname.
    
    If the user is not authenticated with any git hostnames, or the user is
    not authenticated with the hostname given as a flag, it'll print an
    error.
    
    Co-authored-by: Mislav Marohnić <mislav@github.com>
    despreston and mislav committed Dec 2, 2021
  3. Merge pull request #4838 from cli/go-1.17-fmt

    Generate Go 1.17-style `go:build` directives
    vilmibm committed Dec 2, 2021
  4. Add secret set --no-store to print the encrypted secret (#4423)

    Co-authored-by: Mislav Marohnić <mislav@github.com>
    sguzmanm and mislav committed Dec 2, 2021
  5. go fmt

    mislav committed Dec 2, 2021

Commits on Dec 1, 2021

  1. Merge pull request #4729 from cli/config-list

    Add `gh config list`
    vilmibm committed Dec 1, 2021
  2. Ignore scope suggestions for http 422 (#4809)

    HTTP 422 messages are for validation errors, but OAUTH permissions
    suggestions get printed anyways. Most times, the user probably has the
    right permissions. This fix adds the check to avoid printing a confusing
    message.
    
    Co-authored-by: Mislav Marohnić <mislav@github.com>
    despreston and mislav committed Dec 1, 2021
  3. Merge pull request #4833 from cli/diff-color

    pr diff color output fixes
    vilmibm committed Dec 1, 2021
  4. pr diff: respect global NO_COLOR/CLICOLOR_FORCE settings

    In the absence of an explicit `--color` setting, or when `--color=auto`
    is passed, the pr diff command should fall back to respecting the global
    colorization setting as inferred from the environment.
    mislav committed Dec 1, 2021
  5. Merge pull request #4832 from cli/dependabot/go_modules/github.com/it…

    …chyny/gojq-0.12.6
    
    Bump github.com/itchyny/gojq from 0.12.5 to 0.12.6
    mislav committed Dec 1, 2021
  6. Bump github.com/itchyny/gojq from 0.12.5 to 0.12.6

    Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.12.5 to 0.12.6.
    - [Release notes](https://github.com/itchyny/gojq/releases)
    - [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
    - [Commits](itchyny/gojq@v0.12.5...v0.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/itchyny/gojq
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot committed Dec 1, 2021

Commits on Nov 30, 2021

  1. Merge pull request #4802 from cli/mislav/bin-ext-create

    Extensions create 💅
    vilmibm committed Nov 30, 2021
  2. Merge pull request #4718 from cli/bin-ext-create

    make extension create binary aware
    vilmibm committed Nov 30, 2021
  3. Merge pull request #4489 from lpessoa/lp-2167

    Adding gh release download for .zip and .tar.gz
    mislav committed Nov 30, 2021
  4. Ensure that we never download "legacy" archive formats

    The `zipball_url` and `tarball_url` fields on the Release API payload
    always link to "legacy" archives that are of a different format than
    those one would get if they downloaded an archive from a Release using
    the web interface. The GitHub API does not seem to publish links to
    non-legacy archives.
    
    This adds a redirect hack to turn "legacy" Codeload URLs into non-legacy
    ones with the goal of ensuring the consistency of user experience when
    downloading archives.
    mislav committed Nov 30, 2021
  5. Adding gh release download for .zip and .tar.gz

    Co-authored-by: Mislav Marohnić <mislav@github.com>
    lpessoa and mislav committed Nov 30, 2021

Commits on Nov 29, 2021

  1. Merge pull request #4810 from cli/some-automation

    some automation
    vilmibm committed Nov 29, 2021
  2. Merge pull request #4803 from cli/issue-view-resilient

    Improve `issue view` re: overfetching, PR support
    mislav committed Nov 29, 2021

Commits on Nov 25, 2021

Commits on Nov 24, 2021

  1. oops

    vilmibm committed Nov 24, 2021
  2. self-assign core team PRs

    vilmibm committed Nov 24, 2021
  3. label external PRs as such

    vilmibm committed Nov 24, 2021
  4. Improve issue view re: overfetching, PR support

    - Supports passing a PR as argument, not just issues
    - Makes it non-fatal when project cards were not able to load
    - Cleans up legacy method for fetching issues
    mislav committed Nov 24, 2021
  5. Fix codespace code command under WSL (#4747)

    The `codespace code` command used the `skratchdot/open-golang` library
    to open `vscode://` URLs, which uses `xdg-open` for Linux under the
    hood, which isn't available under WSL.
    
    This switches over to using the `cli/browser` package which has explicit
    support for WSL by invoking `wslview` when found.
    mislav committed Nov 24, 2021
  6. Merge pull request #4784 from cli/config-map-fixes

    Fix up bug in RemoveEntry and add tests for config_map
    samcoe committed Nov 24, 2021
  7. Merge pull request #4804 from cli/dependabot/go_modules/github.com/ma…

    …ttn/go-colorable-0.1.12
    
    Bump github.com/mattn/go-colorable from 0.1.11 to 0.1.12
    mislav committed Nov 24, 2021
Older
X Tutup