Andy Feller
|
c7c74dd422
|
Merge pull request #8342 from muzimuzhi/docs/unify-markup
Unify doc mark-ups
|
2023-12-01 09:31:36 -05:00 |
|
Andy Feller
|
8ab2f50e3e
|
Merge branch 'trunk' into prmerge
|
2023-12-01 08:00:31 -05:00 |
|
ffalor
|
74e5e84d71
|
Update pkg/cmd/pr/merge/merge.go
Co-authored-by: Andy Feller <andyfeller@github.com>
|
2023-11-30 18:51:09 -06:00 |
|
William Martin
|
e775bc64b8
|
Fix PR and Issue list
Separate the GQL and JSON decoded types that we use for queries.
|
2023-11-27 17:00:10 +01:00 |
|
William Martin
|
7aeccdb7a0
|
Update pkg/cmd/pr/shared/finder_test.go
Co-authored-by: Andy Feller <andyfeller@github.com>
|
2023-11-27 15:18:13 +01:00 |
|
William Martin
|
b96a8e3c01
|
Add PR Finder test to cover projectItems
|
2023-11-27 10:40:09 +01:00 |
|
ffalor
|
ed68930c64
|
print info about merge when interactive
|
2023-11-26 18:44:52 -06:00 |
|
Yukai Chou
|
b14da6c63f
|
Wrap scopes
|
2023-11-23 07:22:57 +08:00 |
|
Yukai Chou
|
afbdb945bc
|
Small docs tweaks
|
2023-11-23 07:14:38 +08:00 |
|
Yukai Chou
|
b70c28ba20
|
Misc docs improvements
|
2023-11-17 01:32:28 +08:00 |
|
Yukai Chou
|
896101678f
|
Wrap cli commands in backticks uniformly
|
2023-11-17 01:32:00 +08:00 |
|
Yukai Chou
|
17d336e005
|
Wrap cli flags in backticks uniformly
|
2023-11-16 22:54:27 +08:00 |
|
Sam Coe
|
7924878315
|
Fix git protocol and refactor Config interface (#8246)
|
2023-10-27 15:42:05 +02:00 |
|
Sam Coe
|
5023b61909
|
Remove uses of FuzzyAgoAbbr in tables (#8222)
|
2023-10-22 17:33:49 +02:00 |
|
Heath Stewart
|
7738b6187c
|
Add headers to all tables (#8157)
|
2023-10-20 11:20:02 +02:00 |
|
William Martin
|
6dc04bb1e2
|
Remove GetOrDefault uses in favour of GitProtocol
|
2023-10-19 12:57:19 +02:00 |
|
Carl Walsh
|
3443a752a9
|
docs: fix typo in pr create (#8115)
https://cli.github.com/manual/gh_pr_create shows `BADINDEX` and broken markdown formatting right now.
Was very recently introduced in #8080
|
2023-10-03 17:20:02 +00:00 |
|
Andy Feller
|
8d53e246f2
|
Merge pull request #8080 from peterramaldes/3888-document-explicitly-fill-flag
docs: update the flag `--fill` docs
|
2023-10-03 08:30:30 -04:00 |
|
Peter A. Ramaldes
|
c10371605c
|
Update pkg/cmd/pr/create/create.go
Co-authored-by: Andy Feller <andyfeller@github.com>
|
2023-10-02 14:46:02 -03:00 |
|
Peter Admilson Ramaldes
|
d4668c599e
|
docs: update the details of fill and fill-first
|
2023-09-28 06:00:54 -03:00 |
|
Peter Admilson Ramaldes
|
756d9a07d0
|
docs: update the flag --fill docs
The `--title` and/or `--body` could be overwritten when use `--fill`
togheter, so, this change makes this behavior more evident
|
2023-09-25 07:26:33 -03:00 |
|
Raj Hawaldar
|
decbbd2165
|
Show cancelled checks (#7960)
|
2023-09-24 18:27:01 +02:00 |
|
Raj Hawaldar
|
9fc571499f
|
pr checks return distinct exit code for PENDING checks (#7866)
|
2023-08-25 10:30:45 -07:00 |
|
Nate Smith
|
bff4727331
|
linter appeasement
|
2023-08-17 17:17:26 -05:00 |
|
Nate Smith
|
4382efdf69
|
prompter for milestone
|
2023-08-17 15:58:38 -05:00 |
|
Nate Smith
|
6a4dbf9db3
|
prompter for projects
|
2023-08-17 15:54:46 -05:00 |
|
Nate Smith
|
abf49d1322
|
use prompter for labels
|
2023-08-17 15:50:55 -05:00 |
|
Nate Smith
|
542c154d07
|
prompter for assignees
|
2023-08-17 15:45:04 -05:00 |
|
Nate Smith
|
f867eff04d
|
prompter for reviewers
|
2023-08-17 15:41:12 -05:00 |
|
Nate Smith
|
a3539d4f24
|
use MultiSelect for metadata survey in pr, issue create
|
2023-08-17 15:29:47 -05:00 |
|
Nate Smith
|
f04e3398ed
|
use prompter in shared editable code
|
2023-08-17 11:28:01 -05:00 |
|
Armand Grillet
|
fc685f92b6
|
Allow deleting of local branch after merging cross repo PRs (#7709)
|
2023-07-25 09:03:33 -07:00 |
|
Sam Coe
|
f5d581d363
|
Do not make reviewer update request if there are no reviewer changes (#7730)
|
2023-07-24 10:16:45 -07:00 |
|
Sam Coe
|
ad283cff72
|
Fix pr checks command for GHES versions older than 3.9 (#7725)
|
2023-07-19 09:25:07 -07:00 |
|
Sam Coe
|
1b79e95311
|
Clean up style nits and simplify some logic
|
2023-07-11 13:34:22 +09:00 |
|
Nate Smith
|
4c918e90a6
|
Merge pull request #7398 from kousikmitra/feature/pr-fill-first
Feature: Add `fill-first` flag to `pr create` command
|
2023-07-10 16:20:15 -07:00 |
|
nate smith
|
557127c7ca
|
remove stray print
|
2023-07-10 15:16:51 -07:00 |
|
Nate Smith
|
3dd3fb0319
|
Merge pull request #7666 from cli/7651-fix
fix pr create crash on interactive milestone selection
|
2023-07-06 12:19:34 -07:00 |
|
Johannes Grumböck
|
8a7d80864b
|
Add check description to pr checks output (#7451)
|
2023-07-06 14:38:44 +09:00 |
|
nate smith
|
6c9de6258c
|
fix pr create crash on interactive milestone selection
|
2023-07-05 16:08:49 -07:00 |
|
leavesster
|
d871da679b
|
Change how remotes are treated during pr create when repo is forked (#7330)
|
2023-06-28 04:07:42 +00:00 |
|
Sam Coe
|
d46f47e430
|
Don't deduplicate checks that stem from different events (#7618)
|
2023-06-27 09:12:52 +09:00 |
|
Kousik Mitra
|
38e6287fe8
|
Fix commit order
|
2023-06-23 17:47:03 +05:30 |
|
Kousik Mitra
|
1b9906268f
|
Add test for fill first flag
|
2023-06-23 17:47:03 +05:30 |
|
Kousik Mitra
|
a7fdc37b5d
|
Add fill-first option to create pr
This will add an flag --fill-first to pr create sub-command.
Which will allow users to create pr with details from first commit.
|
2023-06-23 17:47:03 +05:30 |
|
ffalor
|
31ffa6b499
|
Alphabetically sort labels for pr/issue view (#7587)
|
2023-06-20 11:30:03 +09:00 |
|
Benjamin Levesque
|
4aa31b3f0f
|
fix: apply latin matching filter to more fields
|
2023-05-26 14:50:20 +02:00 |
|
William Martin
|
2717dc5758
|
Add cmd test for pr status with counts by state
|
2023-05-24 16:00:34 +02:00 |
|
William Martin
|
dad5f25748
|
Use go enums for status and check status graphql enums
|
2023-05-23 17:22:56 +02:00 |
|
William Martin
|
b73ad06f15
|
Avoid setting status check rollups when user supplies fields
|
2023-05-23 16:53:16 +02:00 |
|