Commit graph

4761 commits

Author SHA1 Message Date
Param Patidar
20f915d5ba escape metacharacters in job name 2021-06-02 17:20:31 +00:00
Bruno Alla
32856c987d Add ability to set environments secrets 2021-06-02 15:56:33 +01:00
Bruno Alla
d396674e12 Fix a typo in the docs 2021-06-02 15:53:03 +01: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
jack1142
6a74eb1262
Merge branch 'trunk' into patch-1 2021-06-02 11:10:25 +02: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
jack1142
184149b844
Add missing new line 2021-06-01 23:53:58 +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ć
fce93d6080 Experimental command extensions support
Extensions are looked up as `~/.config/gh/extensions/gh-*`.
Additionally, any executables found in PATH named `gh-*` are available
as `gh <command>`.
2021-06-01 17:15:20 +02: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
Husrav Homidov
5fb5d41bb8
Merge pull request #28 from ravocean/trunk
Starter code for testing
2021-05-31 16:40:57 -07:00
ravocean
6391bf5801 Starter code for testing 2021-05-31 16:39:10 -07:00
bchadwic
798e03cf15 working on testing browse.go 2021-05-31 15:21:15 -07:00
Thanh D Tran
8fa2457163
Merge pull request #27 from ttran112/trunk
added the message to help the user navigate github
2021-05-31 14:09:23 -07:00
ttran112
52e7b7cc86 added the message to help the user navigate github 2021-05-31 14:08:15 -07:00
jlsestak
0f2e2990cc
Merge pull request #26 from jlsestak/trunk
Fixed error messages, added repo override
2021-05-31 13:02:51 -07:00
Jessica Sestak
0bfeb8926a Fixed error messages, added repo override 2021-05-31 13:02:05 -07: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
Husrav Homidov
bd28e0e957
Merge pull request #23 from ravocean/trunk
Finished refactoring (addCombined)
2021-05-31 11:45:50 -07:00
ravocean
a8a01badf1 Finished refactoring (addCombined) 2021-05-31 11:42:48 -07: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
Husrav Homidov
2444e4aadc Merge branch 'bchadwic:trunk' into trunk 2021-05-31 10:59:35 -07:00
bchadwic
c162a28099 started to refactor the code base 2021-05-31 10:57:16 -07:00
Husrav Homidov
ab037b0e74 Merge branch 'cli:trunk' into trunk 2021-05-31 10:11:40 -07:00
itsme-alan
b51403391e
Update upgrade docs for winget 2021-05-31 13:22:35 +05:30
Thanh D Tran
74d9a9b866
Merge pull request #22 from ttran112/trunk
fixed the 404 edge case error
2021-05-30 20:28:37 -07:00
ttran112
5077d4794c fixed the 404 edge case error 2021-05-30 20:25:11 -07:00
Gowtham Munukutla
5c96d5d460 fix lint errors 2021-05-30 13:53:56 +05:30
Gowtham Munukutla
c4beed8276 complete tests 2021-05-30 13:42:39 +05:30
Gowtham Munukutla
9b87b13b80 add test cases WIP 2021-05-29 19:27:30 +05:30
jack1142
42333bb2d1
Update issue non-tty view formatting and its tests 2021-05-29 04:44:48 +02:00
jack1142
979ec9298d
Update issue tty view formatting and its tests 2021-05-29 04:44:48 +02:00
jack1142
3943a8bb1f
Update PR tty view formatting and its tests 2021-05-29 04:44:34 +02:00
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
Husrav Homidov
53dff30ab0 Merge branch 'cli:trunk' into trunk 2021-05-26 19:32:29 -07:00
Thanh D Tran
43a9709e4e
Merge pull request #18 from ttran112/trunk
fix minor error and add branchName for addArgs, addCombine
2021-05-26 19:29:14 -07:00
ttran112
cb3792051a fix minor error and add branchName for addArgs, addCombine 2021-05-26 19:27:07 -07:00
Thanh D Tran
c127ca4051
Merge pull request #17 from ttran112/trunk
fix addArgs and combine by addding branchName parameter
2021-05-26 17:47:30 -07:00
ttran112
3a48c35bc6 fix addArgs and combine by addding branchName parameter 2021-05-26 17:45:42 -07:00
Sam Coe
602167c0c7
Address PR comments 2021-05-26 11:28:58 -04:00