aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-112-0/+59
* properly close files in edge cases in various placesMichael Muré2023-01-111-8/+10
* make go1.19 fmt happyMichael Muré2023-01-112-5/+5
* fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-071-0/+17
* commands: share JSON creationMichael Muré2022-12-297-126/+156
* commands: don't double build the lamport clocksMichael Muré2022-12-292-5/+5
* Merge pull request #962 from MichaelMure/select-completionMichael Muré2022-12-2719-302/+327
|\
| * commands: generic "select" code, move bug completion in bugcmdMichael Muré2022-12-2719-302/+327
* | cache: simplify cache building events handlingMichael Muré2022-12-272-10/+3
|/
* commands: move bug specific input code into commands/bug/inputMichael Muré2022-12-276-243/+252
* cache: tie the last printf in an event to make the core print freeMichael Muré2022-12-272-26/+24
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-231-1/+2
|\
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-271-1/+2
* | cache: fix some bugs after refactorMichael Muré2022-12-235-33/+27
* | cache: generic withSnapshot, some cleanupMichael Muré2022-12-222-5/+19
* | cache: tie up the refactor up to compilingMichael Muré2022-12-2118-59/+66
* | WIPMichael Muré2022-12-191-1/+20
* | WIPMichael Muré2022-11-281-3/+3
|/
* commands: reorg into different packagesMichael Muré2022-11-2087-1722/+1813
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-1/+1
* doc: fix incorrect indentationMichael Muré2022-10-221-1/+1
* feat(530) make label commands consistentSteve Moyer2022-09-253-12/+42
* test(863): fix test for full id instead of "human"Steve Moyer2022-09-251-1/+1
* refactor(git-bug-863): merge ls-id into lsSteve Moyer2022-09-253-2/+20
* Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-editSteve Moyer2022-08-2310-1/+240
|\
| * fix(850): normalize Windows line endings -> *nix (golden files)Steve Moyer2022-08-231-1/+1
| * fix(850): normalize Windows line endings -> *nixSteve Moyer2022-08-231-1/+1
| * fix(850): merge in CombinedId from 664Steve Moyer2022-08-232-16/+1
| * Merge branch 'master' into fix-850-ineffective-comment-editSteve Moyer2022-08-2315-18/+632
| |\
| * | fix(850): remove obsolete test loggingSteve Moyer2022-08-191-1/+0
| * | tests(850): add tests for comment ls, add and editSteve Moyer2022-08-199-0/+255
* | | webui: add a flag to log handling errorsMichael Muré2022-08-231-9/+17
| |/ |/|
* | bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-222-4/+4
* | move bug.Status in entities/common for reuseMichael Muré2022-08-201-1/+2
* | move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-1814-13/+626
|/
* fix(836): revert to older test harnessSteve Moyer2022-08-181-4/+2
* feat(836): updates default ls formatter for TSV outputSteve Moyer2022-08-182-1/+61
* docs(847): add compact to docs and bash for ls command's format flagSteve Moyer2022-08-161-2/+2
* test(809): remove reliance on repo's filesystemSteve Moyer2022-06-224-16/+15
* test(809): remove remaining calls to InitGoRepo in testsSteve Moyer2022-06-161-9/+2
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-162-2/+3
* test(778): simplify and guarantee backend cleanupSteve Moyer2022-06-151-18/+4
* refactor(778): test only command implementationsSteve Moyer2022-06-158-191/+94
* chore(808): rearrange imports to git-bug conventionSteve Moyer2022-06-071-2/+3
* test(808): document getCWD() and clean-up argumentsSteve Moyer2022-06-071-2/+8
* test(808): skip root help test that uses a golden fileSteve Moyer2022-06-071-4/+2
* fix(808): remove duplication stderr/stdout set-upSteve Moyer2022-06-061-3/+0
* test(808): make build tag compatible with Go 1.16Steve Moyer2022-06-061-0/+1
* test(808): do not run golden file tests on WindowsSteve Moyer2022-06-062-52/+63
* fix(808): simplify handling of Windows line terminationsSteve Moyer2022-06-061-2/+1