Sam
7388d1e2ff
Merge pull request #3768 from cli/xdg-data
...
Add support for XDG_DATA_HOME
2021-06-02 13:40:16 -04:00
Sam Coe
389fdb7f99
Add XDG env variables to environment help topic
2021-06-02 09:56:22 -04:00
Sam Coe
e6ad8a10d0
Add support for XDG_DATA_HOME
2021-06-02 09:46:14 -04:00
Mislav Marohnić
548a91f0cd
Merge pull request #3767 from astroparam/fix-project-layout-link
...
fix project layout link
2021-06-02 09:29:11 +02:00
Param Patidar
c34d017a04
fix project layout link
2021-06-02 12:33:40 +05:30
Mislav Marohnić
49609350af
Merge pull request #3737 from cli/requested-reviewers-slug
...
Fix how teams are displayed in requested reviewers
2021-06-02 08:48:11 +02:00
Sam
e65d956040
Merge pull request #3717 from cli/xdg-state-2
...
Add support for XDG_STATE_HOME
2021-06-01 15:57:16 -04:00
Sam Coe
1d7ffc2013
Add support for LocalAppData and .local/state/ fallback
2021-06-01 15:50:10 -04:00
Mislav Marohnić
89eff6c790
Merge pull request #3750 from itsme-alan/patch-1
...
Update upgrade docs for winget
2021-06-01 13:44:48 +02:00
Mislav Marohnić
6bb34cf6a2
Merge pull request #3270 from tylerxwright/feature/issue-3265-implement-gh-secret-list-env
...
Adds the ability to list environment secrets - gh secret list -e dev
2021-05-31 21:22:07 +02:00
Tyler Wright
e5bdaaab2c
Add ability to list environment secrets
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2021-05-31 21:15:10 +02:00
Mislav Marohnić
157bab18e4
Merge pull request #3679 from g14a/feature/list-secrets-limit
...
List all secrets instead of being subject to the default limit of 30 results
2021-05-31 21:11:21 +02:00
Mislav Marohnić
260f720c07
💅 refactor and add tests for Secrets pagination
2021-05-31 20:40:53 +02:00
Gowtham Munukutla
cb60538709
paginate to get all secrets at once
2021-05-31 20:39:32 +02:00
itsme-alan
b51403391e
Update upgrade docs for winget
2021-05-31 13:22:35 +05:30
Mislav Marohnić
1a980e768c
Fix how teams are displayed in requested reviewers
...
1. The `--json` export now only renders the `login` field for User types
and `name` and `slug` fields for Team types.
2. The `pr view` command now renders team reviewers in the format of
`ORG/SLUG` instead of the team name. This is so that the same value
can be used in the `pr create -r` flag.
2021-05-28 14:32:31 +02:00
Gowtham Munukutla
e160dd3eae
fix listing of PRs when merged ones are searched ( #3730 )
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2021-05-28 10:11:12 +00:00
Sam
35e5c758b5
Merge pull request #3701 from mercimat/fix-pr-team-reviewrequests
...
fix adding/removing team reviewers with `gh pr edit`
2021-05-27 09:09:58 -04:00
Sam Coe
761fa94831
Small nitpicky polish
2021-05-27 08:47:41 -04:00
Sam Coe
602167c0c7
Address PR comments
2021-05-26 11:28:58 -04:00
Mislav Marohnić
ece536a5fd
Merge pull request #3700 from cli/pr-checkout-deleted
...
Fix `pr checkout` for PRs coming from deleted forks
2021-05-26 12:59:02 +02:00
Mislav Marohnić
ebf2bb9f4b
Merge pull request #3714 from cli/pr-checkout-push
...
Fix `pr checkout` setting up git push configuration
2021-05-26 12:49:24 +02:00
Sam Coe
583e74d70c
Add support for XDG_STATE_HOME
2021-05-25 16:30:51 -04:00
Mislav Marohnić
053d43f705
Fix pr checkout setting up git push configuration
2021-05-25 15:43:18 +02:00
Sam
6b49b487e2
Merge pull request #3707 from cli/fix-test-env
...
Fix test that was deleting local config folder
2021-05-24 18:41:41 -04:00
Sam Coe
972d5ff5f0
Fix test that was deleting local config folder
2021-05-24 18:35:37 -04:00
Sam
045089c483
Merge pull request #3671 from cli/xdg-config
...
Add support for XDG_CONFIG_HOME and AppData on Windows
2021-05-24 16:22:36 -04:00
Sam Coe
0d49bfba42
Add support for XDG_CONFIG_HOME and AppData on Windows
2021-05-24 16:13:33 -04:00
mercimat
a612f06dee
fix pr review requests for teams
2021-05-24 17:00:25 +02:00
Mislav Marohnić
b9a4a425bf
Fix pr checkout for PRs coming from deleted forks
2021-05-24 16:52:53 +02:00
Mislav Marohnić
55b183f3c9
Merge pull request #3697 from sadikkuzu/patch-1
...
Capitalized h
2021-05-24 12:27:21 +02:00
SADIK KUZU
0da3a19526
Capitalized h
2021-05-24 04:04:05 +03:00
Nate Smith
c49c7f4de2
Merge pull request #3575 from g14a/feature/action-headers
...
add column headers and age column in listing runs
2021-05-21 15:41:16 -05:00
Mislav Marohnić
09a92c6e1d
Merge pull request #3688 from cli/pr-merge-fix
...
Fix `pr merge` with GHE < 3.0
2021-05-21 19:30:32 +02:00
Mislav Marohnić
0208620a6f
Remove unnecessary commits stubs from fixtures
2021-05-21 17:37:21 +02:00
Mislav Marohnić
6bec7a956a
Fix pr merge on GHE < 3.0
...
This avoids loading authorship information for git commits, since it
relies on a GraphQL API that wasn't available before GHE v3.0. The
authorship information wasn't necessary for the merge operation anyway;
just loading the last commit OID was.
2021-05-21 17:35:41 +02:00
Gowtham Munukutla
9c614247a6
lint fix
2021-05-21 09:36:23 +05:30
Gowtham Munukutla
605f785c70
use fuzzy abbr to display age
2021-05-21 09:33:55 +05:30
Dan Greene
ca04e21921
Merge pull request #3681 from dgreene1/trunk
...
Describes usage in Github Actions
2021-05-20 20:03:44 +02:00
Nate Smith
4842b69b6b
Merge pull request #3672 from cli/deb-doc
...
simplify deb installation docs
2021-05-20 09:50:36 -07:00
vilmibm
3e21da9167
just use stable
2021-05-20 11:44:50 -05:00
Mislav Marohnić
48f114dae4
Merge pull request #3668 from tklauser/uniseg-bump
...
Bump github.com/rivo/uniseg to v0.2.0
2021-05-20 13:40:57 +02:00
Gowtham Munukutla
bc4be19319
lint repair
2021-05-20 12:28:26 +05:30
Gowtham Munukutla
31854f0b25
add extra age column and repair tests
2021-05-20 12:24:47 +05:30
Gowtham Munukutla
6b0a07f22e
Merge branch 'trunk' of https://github.com/cli/cli into feature/action-headers
2021-05-20 10:59:14 +05:30
vilmibm
2d704ba591
bonus: support sid
2021-05-19 16:51:58 -05:00
vilmibm
320ab8ad31
restore header, use an emoji
2021-05-19 16:20:01 -05:00
Tobias Klauser
7ed4204dfc
Bump github.com/rivo/uniseg to v0.2.0
...
Changes: https://github.com/rivo/uniseg/compare/v0.1.0...v0.2.0
This speed up and reduces the memory footprint of `uniseg.NewGraphemes`,
used in `pkg/text`.
2021-05-19 19:14:56 +02:00
vilmibm
6c5b690bbe
simplify deb installation docs
2021-05-19 12:13:29 -05:00
Mislav Marohnić
6aedba38c4
Merge pull request #3666 from cli/fix-windows-config
...
Fix creating Windows directory for gh config
2021-05-19 17:18:18 +02:00