Commit graph

708 commits

Author SHA1 Message Date
vilmibm
c8a4ac66d8 start on fixing tests 2020-02-11 21:56:20 -06:00
vilmibm
135c63aa36 remove --self for now 2020-02-11 20:46:46 -06:00
vilmibm
c93c5f7668 move determineBaseRepo to root 2020-02-11 19:44:49 -06:00
vilmibm
ad170118e4 use resolve remotes code in issue commands 2020-02-11 19:43:02 -06:00
vilmibm
f653dbb6b5 wrap and reuse the resolveToRemotes code from PR commands 2020-02-11 19:33:04 -06:00
vilmibm
22be13d8d5 move resolveRemotesToRepos to context 2020-02-11 19:33:04 -06:00
Borna Butkovic
f0d8c65194 pr view, status, list parent repo instead of fork 2020-02-11 19:33:04 -06:00
Nate Smith
c23b9d1cda
Merge pull request #347 from cli/captialize-status
Make approval statuses sentence case
2020-02-11 10:01:40 -06:00
Amanda Pinsker
1790d14c61
Update tests to reflect content change 2020-02-10 16:44:37 -08:00
Amanda Pinsker
e61b216b4f
Make approval statuses sentence case 2020-02-10 16:15:02 -08:00
Nate Smith
1286c09360
Merge pull request #346 from cli/pr-template
Add Bugfix Pull Request Template
2020-02-10 14:22:14 -06:00
evelyn masso
dd9b89b0c0 first pr template draft 2020-02-10 10:33:35 -08:00
Nate Smith
87ffb4652f
Merge pull request #338 from spenrose/add-to-gitignore
Add .vscode and .DS_Store to .gitignore
2020-02-10 11:55:06 -06:00
Scott Penrose
2d10eb9b32
Add .vscode and .DS_Store to .gitignore 2020-02-09 00:16:47 -05:00
Nate Smith
7c8b69fb5b
Merge pull request #329 from ahmedelgabri/master
Check for $GIT_EDITOR first
2020-02-07 12:50:27 -06:00
Ahmed El Gabri
ff2d5fa6d0
Check $GIT_EDITOR first 2020-02-07 19:38:04 +01:00
Nate Smith
8467c94498
Merge pull request #318 from sh0rez/master
doc: add arch install instructions
2020-02-06 17:42:43 -06:00
Nate Smith
cc7f919c6e
Merge pull request #322 from cli/scoop-skip-pre
use new goreleaser config
2020-02-06 13:14:48 -06:00
vilmibm
0da478d5d7 use new goreleaser scoop config 2020-02-06 13:03:20 -06:00
sh0rez
1205ad91eb
doc: add arch install instructions 2020-02-06 13:38:26 +01:00
Nate Smith
d43cdfe59d
Merge pull request #302 from cli/co-unique
Prefix branch names when checking out a PR locally
2020-02-05 12:04:47 -06:00
Nate Smith
4177413020
Merge pull request #304 from dominguezcelada/patch-1
Fix link to docs on README.md
2020-02-05 11:44:14 -06:00
OscarDOM
163bc43bc1
Update README.md 2020-02-05 01:31:14 +01:00
Tiernan L
64f94367ce
Swapping to this link
https://cli.github.io/cli/manual/gh
2020-02-04 14:11:39 -10:00
OscarDOM
656158950d
Update README.md 2020-02-05 01:08:46 +01:00
vilmibm
5b8d7c1841 prefix branch names for local pr checkout 2020-02-04 17:49:02 -06:00
vilmibm
36397dbdc5 move checkout to its own file 2020-02-04 13:18:29 -06:00
Nate Smith
b565a98213
Merge pull request #285 from cli/site-docs-update
Update `make site-docs` to reflect latest setup
2020-02-04 12:40:47 -06:00
Nate Smith
1b9b76d8fc
Merge pull request #289 from atomiyama/misc/modify_installation
ADD installation from source section to README.
2020-02-04 12:14:43 -06:00
Nate Smith
109a45c61e
Merge pull request #301 from cli/fix-brew
put homebrew formula back in the right place
2020-02-04 12:09:22 -06:00
vilmibm
a274a35b07 put gh.rb in the right place 2020-02-04 11:55:53 -06:00
atomiyama
4ee098ff1f split installation section; build source into source.md and linking to from README. 2020-02-04 10:19:56 +09:00
Nate Smith
ae3e03373d
Merge pull request #298 from cli/scoop
scoop config for gh
2020-02-03 19:14:54 -06:00
Nate Smith
966168e6f6
lll
Co-Authored-By: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
2020-02-03 19:11:43 -06:00
vilmibm
14f67f17ae *shakes fist at markdown* 2020-02-03 19:07:00 -06:00
vilmibm
53b5c22478 add scoop note to readme as well as upgrade notes 2020-02-03 18:59:28 -06:00
vilmibm
0dcec2c231 add scoop config to goreleaser 2020-02-03 18:59:28 -06:00
Nate Smith
c03b0d110d
Merge pull request #291 from HowJMay/fix_typos
fix: Fix typos
2020-02-03 11:17:37 -06:00
Nate Smith
816e22484a
Merge pull request #292 from TaKO8Ki/TaKO8Ki/fix_typo
Fix typos
2020-02-03 11:16:53 -06:00
TaKO8Ki
6f2d7c5dd1 fx typo 2020-02-02 17:23:51 +09:00
HowJMay
c517fd79b9 fix: Fix typos
Fix typos in files
2020-02-02 01:49:11 +08:00
atomiyama
17e2944051 Modify installation section. 2020-02-02 01:49:56 +09:00
Mislav Marohnić
04aff00798 Update make site-docs to reflect latest setup
- Man pages are now placed under `/manual/`
- Use Jekyll `permalink` to avoid the `.html` extension
- Strip "SEE ALSO" and everything after it
2020-01-31 15:35:57 +01:00
Nate Smith
1c1212e6e3
Merge pull request #281 from cli/fish-homebrew
Setup fish completion when installing with Homebrew
2020-01-30 15:21:36 -06:00
Mislav Marohnić
1be8bb990d Setup fish completion when installing with Homebrew 2020-01-30 21:36:56 +01:00
Nate Smith
526714cfd2
Merge pull request #278 from vilmibm/pr-status-info
Print repo and user context for status commands
2020-01-30 14:06:21 -06:00
vilmibm
d7bf83a82c strip color, add whitespace 2020-01-30 14:00:43 -06:00
Mislav Marohnić
8aa46ab0f2
Merge pull request #276 from cli/rework-release
Add more binary builds, simplify release process
2020-01-30 19:33:21 +01:00
vilmibm
34248f9892 fix tests 2020-01-29 17:51:18 -06:00
vilmibm
d81cf009f5 simpler repo context 2020-01-29 17:47:29 -06:00