feat: let user select pr to checkout by nilvng · Pull Request #9868 · cli/cli · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7d7c240
feat: let user select pr to checkout
nilvng Nov 3, 2024
49b10b7
Merge branch 'trunk' into nil/fix-2329
nilvng Nov 17, 2024
4386fcb
issue #2329: fix the unit tests issue - ensure its backward compatible
nilvng Nov 17, 2024
1832c1a
issue #2329: fix the linting issue
nilvng Nov 17, 2024
c6c2711
issue #2329: add happy path unit test
nilvng Nov 17, 2024
36eaf14
issue #2329: improve UI/UX
nilvng Nov 17, 2024
9c55099
Merge branch 'trunk' into nil/fix-2329
BagToad Nov 28, 2024
e4dced0
issue #2329: fix missing stub
nilvng Nov 30, 2024
d92e529
issue #2329: return error when not running interactively
nilvng Dec 1, 2024
985118e
fix: update the copy
nilvng Dec 3, 2024
9c82156
issue #2329: move Interactive check to RunE
nilvng Dec 3, 2024
2a1f27e
issue cli#2329: fix unsufficent properties required for PR checkout
nilvng Dec 4, 2024
1d19878
Merge branch 'trunk' into nil/fix-2329
BagToad Dec 4, 2024
490bfda
issue cli#2329: Fix linter
BagToad Dec 4, 2024
12479e3
issue #2329: fix unit tests
nilvng Dec 6, 2024
eced54c
issue #2329: update the prompt's format
nilvng Dec 6, 2024
409e3ca
issue #2329: simplify the UI of the prompt
nilvng Dec 6, 2024
4bc9010
issue #2329: fix prompt header getting duplicated
nilvng Dec 9, 2024
5109336
issue #2329: include PR status in the prompt's options
nilvng Dec 9, 2024
2679821
Merge branch 'trunk' into nil/fix-2329
nilvng Dec 9, 2024
de13d7b
Merge branch 'trunk' into nil/fix-2329
nilvng Dec 14, 2024
1f525bf
issue #2329: handle empty list of PR
nilvng Dec 15, 2024
d7cabf1
fix: tab format may break checkout prompts
nilvng Dec 15, 2024
91b3b99
issue #2329: create shared PRLister
nilvng Dec 15, 2024
55598d0
feat: integrate new PRLister into pr list command
nilvng Dec 15, 2024
3987f4a
chore: remove unused file
nilvng Dec 15, 2024
ef3a1ce
Merge branch 'trunk' into nil/fix-2329
nilvng Jan 10, 2025
59031c6
Revert color changes
nilvng Feb 1, 2025
7311b5c
revert isEqualSet to private
nilvng Feb 1, 2025
42c9d24
remove duplicated Prompter type
nilvng Feb 1, 2025
026672e
Merge branch 'trunk' into nil/fix-2329
BagToad Feb 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 104 additions & 7 deletions pkg/cmd/pr/checkout/checkout.go
Loading