aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* chore(808): merge in LocalStorage namespace configurationSteve Moyer2022-06-062-3/+3
* Merge branch 'master' into fix/778-git-bug-rm-brokenSteve Moyer2022-06-061-1/+3
|\
| * refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-261-2/+2
| * feat: make local storage configurableSteve Moyer2022-05-251-1/+3
* | fix(808): replace Windows line terminatorsSteve Moyer2022-06-061-1/+5
* | test(778): execute rm bug in testEnv (hangs)Steve Moyer2022-05-281-0/+15
* | test(778): execute add user in testEnv and return userIDSteve Moyer2022-05-281-0/+33
* | test(778): clear output after user creationSteve Moyer2022-05-281-1/+3
* | test(778): verify user create results in an identity and cacheSteve Moyer2022-05-272-0/+40
* | test(778): verify root command returns main help textSteve Moyer2022-05-272-0/+120
* | test(778): allow alternate CWD via contextSteve Moyer2022-05-271-2/+16
* | test(778): capture stderr and stdout during testsSteve Moyer2022-05-271-0/+3
|/
* completion: lots of small ironingMichael Muré2022-05-011-51/+43
* ls: fix incorrect query parsing with quotes escaped by the shellMichael Muré2022-05-012-7/+59
* completion: use the correct GenBashCompletionV2 instead of the legacy functionMichael Muré2022-05-011-8/+0
* Add command-specific argument completionsJohannes Altmanninger2022-05-0125-7/+398
* Command ls: Add compact formatSascha2021-08-171-0/+28
* commands: proper backend close on RunE errorMichael Muré2021-05-0935-200/+174
* CLI: Add non-interactive option to interactive commands (#651)Sascha2021-05-096-23/+47
* CLI - allow user create without prompt (#650)Hariharan2021-04-251-20/+39
* make sure every text input is safe and validatedMichael Muré2021-04-175-5/+13
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-292-3/+29
|\
| * commands: minor fixes for the webui open with queryMichael Muré2021-03-071-4/+5