Next | Query returned 93 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2021-11-05 21:02:50 by Benny Siegert | Files touched by this commit (97) | Package updated
Log message:
Revbump all Go packages after go117 update
   2021-10-27 08:52:16 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
gh: update to 2.2.0.

The new gh codespace commands allow creating, listing, connecting to, and \ 
otherwise managing your codespaces.

# list your codespaces
$ gh codespace list

# create a new codespace
$ gh codespace create --repo cli/cli

# start an interactive shell within a codespace
$ gh codespace ssh

What's new:
- Add repo delete command
- Add run cancel command
- Add gpg-key management commands
- Support logging in to github.localhost
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-11 14:27:02 by Tobias Nygren | Files touched by this commit (1)
Log message:
gh: remove redundant do-install, INSTALLATION_DIRS, CHECK_RELRO_SKIP
   2021-10-08 20:55:13 by Benny Siegert | Files touched by this commit (96) | Package updated
Log message:
Revbump all Go packages after go117 update
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-09-17 15:52:58 by Benny Siegert | Files touched by this commit (99) | Package updated
Log message:
Revbump all Go packages after go117 update
   2021-08-11 21:35:16 by Benny Siegert | Files touched by this commit (112) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-07-13 13:36:45 by Benny Siegert | Files touched by this commit (132) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-07-01 09:04:15 by Benny Siegert | Files touched by this commit (3)
Log message:
Update gh to 1.12.1.

GitHub CLI 1.12.1
-----------------

  * Fix bug where branchProtectionRule doesn't exist in enterprise 2.22
  * fix repo create in org with license/ignore

GitHub CLI 1.12.0
-----------------

HELLO and welcome back to GitHub on the command line.

This is a pretty cool release.

gh browse

Taking inspiration from hub, we've added gh browse. This is a multipurpose
command for getting from your terminal to your browser.

My favorite use is to open up lines of code for sharing with others:

gh browse pkg/cmd/repo/garden/garden.go:520

You can also get directly to a repo's settings:

gh browse --settings

The command can do much more, check out gh browse -h!

We're also excited to shout out the contributors who made this new feature
possible, a group of students in the MinT program.

Add .gitignore and LICENSE when creating repositories

When creating a repository from scratch (gh repo create mycoolrepo), you can
now select from GitHub's .gitignore and LICENSE templates to include with the
new repository.

Connect via a unix socket

A new config value http_unix_socket can be configured to a local path to push
all of gh's traffic over a socket.

GitHub CLI 1.11.0
-----------------

  * Add support for environment secrets
  * run list: add "age" column and columns headers in output
  * Add support for XDG Base Directory specification

    Additionally, the default configuration location on Windows is now changed
    from ~/.config/gh/ to %AppData%.

  * Include number alongside the title in issue/pr view

GitHub CLI 1.10.0
-----------------

Improvements to JSON exporting

  * Add gh repo list/view --json support
  * Add gh release view --json support
  * Fixes numerous issues with gh pr list/view --json support
      + fetching closed field
      + fetching date fields like createdAt or mergedAt
      + fetching files field
  * Fix exporting milestone field for issues and PRs
  * Add commits field to JSON export for PRs
  * Show more than 100 comments in gh issue view --json comments
  * Add shell completion for valid --json flag values

New Features

  * Add gh repo fork --org option
  * Allow passinggh alias set value via standard input
  * Prompt for value in gh secret set
  * Update gh api placeholder syntax to {owner}, {repo} to match GitHub API
    documentation
  * Extend our package repository to support Ubuntu Hirsute and Kali linux

Next | Query returned 93 messages, browsing 61 to 70 | Previous