Commit graph

719 commits

Author SHA1 Message Date
Odin Ugedal
12887db9c8
Fix wrong repo url being used for pushing
afaik this should be finalURL (the fork) and not initURL (the upstream),
otherwise a bit of the code above can be removed.
2020-02-13 17:30:54 +01:00
Nate Smith
c27d7807a0
Merge pull request #355 from vilmibm/pr-parent-repo
More nuanced handling of parent/fork in various commands
2020-02-12 16:10:32 -06:00
Nate Smith
1a65c9bb6d
Merge pull request #363 from inverse/patch-1
Change AUR package
2020-02-12 13:26:11 -06:00
Malachi Soord
b6bd044cde
Change AUR package 2020-02-12 19:01:34 +01:00
vilmibm
2ff31909cd use new helper 2020-02-12 11:33:24 -06:00
Billy Griffin
6685efbe43
Merge pull request #358 from cli/update-docs-link
Update docs link to correct manual page
2020-02-12 09:16:41 -07:00
Billy Griffin
d122f1ff17
Update docs link to correct manual page 2020-02-12 09:02:25 -07:00
vilmibm
4f10a6d813 do not use local template files if overriding base repo 2020-02-12 08:57:55 -06:00
vilmibm
6732aa9725 fix tests 2020-02-12 08:48:25 -06:00
vilmibm
dd57b891d3 add helper for stubbing repo resolve response 2020-02-12 08:48:04 -06:00
vilmibm
a998a650cd still WIP, need to pause and refactor 2020-02-12 08:15:10 -06:00
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