aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * webui: allow specifying the initial queryMiklos Vajna2021-03-071-0/+8
| * Add option to specify host addressSascha2021-02-281-2/+6
| * Add ability to search by arbitrary metadataMiklos Vajna2021-02-211-0/+13
* | command: fix "comment edit" usageMichael Muré2021-02-141-1/+1
* | Change the comment ID to use both bug and comment ID references.vince2021-02-143-1/+74
* | deal with the previous changesMichael Muré2021-02-142-6/+10
|/
* repo: move bleve thereMichael Muré2020-12-081-1/+4
* repo: finish RepoStorage moveMichael Muré2020-12-082-18/+6
* Update docs for full text searchMike Goldin2020-11-171-1/+7
* ls: fix query quotationMichael Muré2020-11-171-27/+43
* identity: remove support for legacy identityMichael Muré2020-10-041-28/+12
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-1/+1
* use go-git by default!Michael Muré2020-09-291-1/+1
* repo: implement local/global/any config everywhereMichael Muré2020-09-291-1/+1
* command: match the output in ls and in the termuiMichael Muré2020-09-271-3/+6
* Fix 'no description' readability in terminal with bright backgroundZdenek Crha2020-09-271-1/+1
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-2825-53/+53
* Update docsvince2020-07-281-1/+1
* Remove need to specify remotevince2020-07-281-9/+5
* Move args parsing out of repo cachevince2020-07-281-1/+11
* Allow user to delete remote bugsvince2020-07-281-15/+7
* Add the 'rm' commandvince2020-07-282-0/+46
* Merge pull request #427 from wavexx/trim_titlesMichael Muré2020-07-141-2/+2
|\
| * Trim titles in list viewsYuri D'Elia2020-07-131-2/+2
* | ls: minor code improvementsMichael Muré2020-07-141-21/+20
* | ls --format org-mode enhancementsDima Gerasimov2020-07-121-8/+20
|/
* commands: fix segfault with badly loaded backendMichael Muré2020-07-071-1/+1
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-2834-480/+304
* commands: refactor to avoid globalsMichael Muré2020-06-2838-1111/+1328
* Reorganize the webUI and API codeMichael Muré2020-06-271-156/+20
* Use ErrNotAuthenticatedLuke Granger-Brown2020-06-271-5/+5