Next | Query returned 88 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2021-01-23 20:40:00 by Benny Siegert | Files touched by this commit (3)
Log message:
Update gh to 1.5.0.

Add ability to comment on issues and pull requests

gh issue comment and gh pr comment commands are now available

Add ability to clone gists

gh gist clone is now available

New Features

- pr view: Display top level review comments inline with regular comments
- repo fork: Add ability to specify fork remote name
- pr merge: Add ability to delete local branch for previously merged PRs

Fixes

- auth: Add more descriptive error messaging when aborting due to environment
  variables
- completion: Improve docs for bash, zsh, fish #2636
- version: Output link to correct tagged release #2638
- Update notification avoids incorrect notifications when gh is built from
  source
   2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | Package updated
Log message:
Revbump all Go packages after go115 update
   2020-12-20 21:12:44 by Benny Siegert | Files touched by this commit (3)
Log message:
Update gh (Github CLI) to 1.4.0.

New Features
- View issue and pull request comment threads
- Manage GitHub Actions secrets
- Set up git credentials when logging into GitHub CLI

Fixes
- pr merge: attempt the merge even if mergeability status could not be
  determined
- repo clone: enable cloning repository wikis
- Recognize Include directives when parsing ssh config files
- Display the new release notice only once per 24 hours
   2020-11-27 10:11:39 by Benny Siegert | Files touched by this commit (3)
Log message:
Update gh (Github CLI) to 1.3.0.

New Stuff

  * If an interactive invocation of either pr create or issue create fails, gh
    will now save a user's input. Both create commands now support a --recover
    option to pick up where you left off.
  * Add support for GH_TOKEN and GH_ENTERPRISE_TOKEN

Bug Fixes

  * Correctly select branch when viewing repository
  * Downgrade survey to v2.1.1

Cleanup

  * Refactor pr/issue creation code for readability and maintainability
  * Fix spelling errors
  * Fix USAGE help info for some commands
   2020-11-20 18:15:59 by Leonardo Taccari | Files touched by this commit (4) | Package updated
Log message:
gh: Update to 1.2.1

pkgsrc changes:
 - Remove patch-go.mod, version was bumped upstream too

Changes:
1.2.1
=====
Security
--------
  * This fixes the security vulnerability where running gh inside of an
    untrusted directory on Windows could lead to .\git.exe, .\git.bat, or a
    similarly crafted executable in the same directory being run instead of the
    system git command. See GHSA-fqfh-778m-2v32

Fixes
-----
  * issue list: fetch and display all labels instead of just the first three
  * pr view <branch>: allow viewing closed PRs
  * pr create: omit the unnecessary and misleading Create a pull request for
    '<branch>' on GitHub by visiting: <URL> message generated by git push
  * pr checks: improve error message when no checks are reported
  * repo clone: print friendly error for the required argument
  * release create: print friendly error for the required argument
  * garden: completely reset status line when moving around
  * Allow running gh commands from Windows Explorer search bar

1.2.0
=====
Features
--------
  * api: add flag --hostname to set host target for api requests
  * pr merge: add confirmation step in interactive mode
  * auth login: add flag --scopes to set authorization scopes
  * auth status: add flag --show-token to display auth token
  * config set: add validation of configuration values
  * config set: add warning for unknown configuration keys
  * Codespaces: add support for "integration" tokens
  * Add GH_NO_UPDATE_NOTIFIER environment variable to allow skipping of update
    checks
  * Skip update checks in CI environments

Bugs
----
  * issue list: fix result inconsistencies when specifying limit
  * issue list: fix filtering by milestone for large milestone numbers
  * repo clone: use canonical capitalization for remote URLs
  * pr create: fix continue in browser for branches with special characters
  * repo garden: fix incorrect terminal state after Ctrl-C
  * Improve shell autocompletions for bash, zsh, and PowerShell

Build
-----
  * Rename the internal command package, resulting in a rename of Version and
    Date variables passed via ldflags at build time.
    To set version and date when building from source, use the GH_VERSION and
    BUILD_DATE environment variables in conjunction with our Makefile.

1.1.0
=====
Features
--------
  * Support GH_PAGER environment override for PAGER
  * Disable terminal pager when its value is set to cat
  * repo view: add option to specify a branch
  * repo view: render :emoji: syntax as emoji characters

Bugs
----
  * Fix pr create when branch was already pushed to a non-base remote
  * pr status/view/create: fix API-related failures with GitHub Enterprise
    Server
  * Fix markdown rendering when terminal pager is enabled
  * repo create: respect repo name input given in interactive prompt
  * auth login: display correct hostname in Personal Access Token instructions
  * auth login: document minimum required token scopes
  * pr checkout: fix running on detached HEAD
  * pr merge: default to "no" for "delete branch after \ 
merge" prompt
  * gist list: switch to GraphQL API to improve fetching
      + support fetching more than 100 gists
      + list gists ordered by creation time, descending
      + for machine-readable output, serialize timestamps in RFC 3339 format
      + ensure newlines in gist description are rendered as spaces
  * gist view/edit: fix passing Gist URL as argument
  * gist edit: check ownership before editing
  * gist edit: avoid updating gist when the contents haven't changed
  * repo garden: fix for repositories with only a few commits
  * repo garden: restore tty settings on exit
  * Fix reading the current git branch name when it contains a non-breaking
    space
  * Document gh config set pager ... option
  * Fix .tar upload tests on different OSs
   2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go115 update
   2020-11-11 11:20:43 by Leonardo Taccari | Files touched by this commit (1)
Log message:
gh: Remove an extra comment so distinfo still matches

termenv 0.7.1 or newer is probably not helpful for just NetBSD but for
everything else that is not Linux and Darwin.
   2020-11-08 22:59:39 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after Go 1.15 update.
   2020-10-08 22:12:25 by Leonardo Taccari | Files touched by this commit (1)
Log message:
gh: Add NetBSD RCS keyword
   2020-09-17 21:33:01 by Leonardo Taccari | Files touched by this commit (2)
Log message:
gh: Document the rationale behind patch-go.mod

muesli/termenv v0.6.0 probably only works on Darwin and Linux.

Next | Query returned 88 messages, browsing 71 to 80 | Previous