Joe Previte
a6f06f8084
feat: update README
2020-03-09 19:16:44 -07:00
Mislav Marohnić
115b4b5ee9
Merge pull request #614 from MikeRogers0/refactor/fix-spelling-mistakes
...
Fixing 2 typos
2020-03-09 11:44:08 +01:00
Mike Rogers
50e886c5f8
sequental > sequential
2020-03-07 20:44:39 +00:00
Mike Rogers
caf12adef1
unusally > unusually
2020-03-07 20:44:14 +00:00
Mislav Marohnić
ca7a9364fd
Merge pull request #594 from alissonbrunosa/pr-list-remove-duplicates
...
Remove duplicated PRs from GitHub API response.
2020-03-05 19:15:26 +01:00
Alisson Santos
7a0a6658d5
avoid nested ifs
2020-03-05 18:52:27 +01:00
Mislav Marohnić
7e3ce60da5
Merge pull request #526 from henvic/impr/race
...
tests: adding the Go data race detector.
2020-03-05 18:25:38 +01:00
Alisson Santos
101d985a16
remove duplicate from pages
2020-03-05 18:10:00 +01:00
Henrique Vicente
a1db5c3070
tests: adding the Go data race detector.
...
https://golang.org/doc/articles/race_detector.html
https://blog.golang.org/race-detector
2020-03-05 14:40:55 +01:00
Alisson Santos
a3557197fe
2 space identation for JSON
2020-03-05 14:05:33 +01:00
Alisson Santos
dcedacd4f7
Remove duplicates
2020-03-05 13:55:36 +01:00
Nate Smith
d4cb2d860f
Merge pull request #586 from cli/lets-be-punctual
...
Consistent punctuation in repo usage
2020-03-04 11:28:28 -06:00
Billy Griffin
f2262cfcae
Consistent punctuation in usage
2020-03-04 10:22:46 -07:00
Nate Smith
bc6a151e7f
Merge pull request #577 from cli/update-site-docs
...
Fix `make site-docs`
2020-03-04 10:49:38 -06:00
Nate Smith
9336a7d207
Merge pull request #584 from muesli/typo-fixes
...
Fix typo in 'overridden'
2020-03-04 10:48:51 -06:00
Christian Muehlhaeuser
fdfcecfcb6
Fix typo in 'overridden'
2020-03-04 14:20:55 +00:00
Mislav Marohnić
f3e0a0366f
Merge pull request #583 from muesli/glamour-update
...
Bump glamour dependency
2020-03-04 15:20:31 +01:00
Christian Muehlhaeuser
0d6e347155
Bump glamour dependency
...
This indirectly also updates the chroma syntax highlighting package,
which fixes a rendering bug for CRLF line endings, which we
encountered in cli. We can therefore remove our internal work-around.
2020-03-04 15:03:04 +01:00
Mislav Marohnić
535f7546ac
Merge pull request #578 from cli/update-repo-usage
...
Add fork, clone, create, view to repo usage
2020-03-03 23:41:40 +01:00
Billy Griffin
be32459de1
Update repo usage
2020-03-03 15:38:50 -07:00
Mislav Marohnić
86b5d4a277
Merge pull request #576 from cli/repo-usage-in-readme
...
Add usage to README for repos
2020-03-03 23:37:17 +01:00
Billy Griffin
d3013595f0
Add usage to README for repos
2020-03-03 15:35:10 -07:00
Mislav Marohnić
030538871d
Fix make site-docs
2020-03-03 23:34:32 +01:00
Mislav Marohnić
6c2328bdb3
Merge pull request #547 from cli/repo-create
...
Add preliminary `repo create` command
2020-03-03 23:05:40 +01:00
Mislav Marohnić
74cd5b3837
Use overridable Confirm
2020-03-03 22:59:50 +01:00
Mislav Marohnić
15b758aaa9
Tweak repo docs
2020-03-03 22:59:35 +01:00
Nate Smith
e1aa43ffaa
Merge pull request #570 from cli/pending-release
...
Move pending release cards into done on release
2020-03-03 15:56:36 -06:00
Mislav Marohnić
52cc04e300
Merge remote-tracking branch 'origin/master' into repo-create
2020-03-03 22:55:49 +01:00
vilmibm
26c799e2ea
use function not env var
2020-03-03 15:52:26 -06:00
Mislav Marohnić
c610f5c9ff
Merge pull request #549 from cli/repo-fork
...
gh repo fork
2020-03-03 22:51:52 +01:00
vilmibm
17e690e093
hopefully fix if
2020-03-03 15:48:31 -06:00
vilmibm
11424e0ed0
step not job
2020-03-03 15:46:32 -06:00
Nate Smith
3d7733870e
Merge branch 'master' into repo-fork
2020-03-03 15:40:54 -06:00
vilmibm
44c0d115fc
usage
2020-03-03 15:40:19 -06:00
vilmibm
90d2f99d2a
this fetch was redundant since AddRemote fetches
2020-03-03 15:38:05 -06:00
Mislav Marohnić
a73880f5dd
Merge pull request #567 from cli/pr-selector-base
...
Fix detecting PR for current branch pushed to fork
2020-03-03 22:02:21 +01:00
Mislav Marohnić
f8956a2525
Merge pull request #573 from cli/bump-deps
...
Bump dependencies
2020-03-03 21:57:27 +01:00
Mislav Marohnić
232453173c
Merge pull request #574 from cli/help-flag
...
Ensure that `gh <command> -h` is equivalent to `--help`
2020-03-03 21:57:07 +01:00
Mislav Marohnić
be09717918
Add ability to repo create within an org
2020-03-03 21:49:47 +01:00
Mislav Marohnić
8deb0d8783
repo create NAME offers to set up when ran outside of a git repo
2020-03-03 21:07:51 +01:00
Mislav Marohnić
371d4f5c6a
Ensure that gh <command> -h is equivalent to --help
...
This compensates for what appears to be a bug in Cobra, which only
handles `pflag.ErrHelp` unless the error is wrapped. It also might be
that Cobra doesn't recognize Go 1.13-style error wrapping.
2020-03-03 20:05:44 +01:00
Mislav Marohnić
6b286072dd
Bump dependencies
2020-03-03 18:12:30 +01:00
Nate Smith
fdf940eeba
Merge pull request #530 from doi-t/issue-467
...
Ability to differentiate pull requests by their state
2020-03-02 16:12:55 -06:00
vilmibm
cc9f58afee
upon release move Pending Release project cards into Done column
2020-03-02 16:06:27 -06:00
vilmibm
ce8f3418eb
remove short versions of repo/clone to reduce usage clutter
2020-03-02 14:41:51 -06:00
vilmibm
48a6bbf043
minor golfing
2020-03-02 14:38:49 -06:00
vilmibm
6a57f04285
allow continuing if already forked
2020-03-02 14:37:08 -06:00
Mislav Marohnić
201217d88a
Fix detecting PR for current branch pushed to fork
...
Now passing base repo as reference to `prSelectorForCurrentBranch()` so
that it doesn't have to (inexactly) determine the base repo itself and
risk it being different than the base repo determined during `pr
status/view`.
2020-03-02 11:35:20 +01:00
vilmibm
bb65bda62f
escape codes in errors render v poorly in windows
2020-02-28 10:28:36 -06:00
vilmibm
5d44d9f483
tweak flag settings
2020-02-27 16:55:31 -06:00