git-bug/commands
Steve Moyer ccb71fea57
Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-edit
test(850): add tests for `git-bug comment edit` has no effect
2022-08-23 14:01:44 -04:00
..
input move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
select move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
testdata/comment fix(850): merge in CombinedId from 664 2022-08-23 10:40:56 -04:00
add_test.go test(809): remove reliance on repo's filesystem 2022-06-22 10:38:09 -04:00
add.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
bridge_auth_addtoken.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
bridge_auth_rm.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
bridge_auth_show.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
bridge_auth.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
bridge_configure.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
bridge_pull.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
bridge_push.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
bridge_rm.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
bridge.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
commands.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
comment_add_test.go tests(850): add tests for comment ls, add and edit 2022-08-19 13:19:02 -04:00
comment_add.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
comment_edit_test.go fix(850): merge in CombinedId from 664 2022-08-23 10:40:56 -04:00
comment_edit.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
comment_test.go fix(850): normalize Windows line endings -> *nix (golden files) 2022-08-23 11:22:42 -04:00
comment.go bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug/issues/653 2022-08-22 13:25:26 +02:00
deselect.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
env_testing.go test(809): remove reliance on repo's filesystem 2022-06-22 10:38:09 -04:00
env.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
golden_test.go tests(850): add tests for comment ls, add and edit 2022-08-19 13:19:02 -04:00
helper_completion.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
json_common.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
label_add.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
label_rm.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
label.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
ls_test.go fix(850): remove obsolete test logging 2022-08-19 19:09:42 -04:00
ls-id.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
ls-labels.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
ls.go move bug.Status in entities/common for reuse 2022-08-20 10:52:11 +02:00
pull.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
push.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
rm_test.go test(809): remove reliance on repo's filesystem 2022-06-22 10:38:09 -04:00
rm.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
root.go completion: use the correct GenBashCompletionV2 instead of the legacy function 2022-05-01 10:54:13 +02:00
select.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
show.go bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug/issues/653 2022-08-22 13:25:26 +02:00
status_close.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
status_open.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
status.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
termui.go commands: proper backend close on RunE error 2021-05-09 11:33:20 +02:00
title_edit.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
title.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
user_adopt.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
user_create_test.go test(809): remove reliance on repo's filesystem 2022-06-22 10:38:09 -04:00
user_create.go move {bug,identity} to /entities, move input to /commands 2022-08-18 23:44:06 +02:00
user_ls.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
user.go Add command-specific argument completions 2022-05-01 10:54:13 +02:00
version.go commands: refactor to avoid globals 2020-06-28 18:26:29 +02:00
webui.go webui: add a flag to log handling errors 2022-08-23 15:09:31 +02:00