aboutsummaryrefslogtreecommitdiffstats
path: root/commands/show.go
Commit message (Expand)AuthorAgeFilesLines
* 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-281-6/+6
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-13/+5
* commands: refactor to avoid globalsMichael Muré2020-06-281-74/+79
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-34/+32
* cmds: cleanup and re-generate filesMichael Muré2020-06-241-120/+26
* Fix bugsvince2020-06-241-7/+9
* Clean up code and fix suggestionsvince2020-06-241-18/+17
* Add org-mode formatting optionvince2020-06-231-5/+87
* Add output formatting support to the 'show' and 'user ls' commandsvince2020-06-211-14/+195
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-3/+3
* integrate actors and participant filters into ls and show commandsAmine Hilaly2019-04-051-7/+34
* commands: add "show --field humanId"Michael Muré2019-04-031-1/+3
* commands: fix labels no showing properly in "git bug show <id> -f labels"Michael Muré2019-04-031-2/+5
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* identity: all tests green o/Michael Muré2019-03-011-1/+1
* identity: more progress and fixesMichael Muré2019-03-011-1/+1
* commands: show: change for a single valued --field flagMichael Muré2019-01-071-60/+66
* Simplified show commadn error handling.Sebastien Devaux2019-01-071-7/+1
* Fixed golangci check error about new error from format stringSebastien Devaux2019-01-041-1/+1
* Adding fields switch to show command to select fields to display.Sebastien Devaux2019-01-041-37/+69
* Allow empty messages in comments.Cyril Roelandt2018-12-261-1/+8
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
* github: also pull users emailMichael Muré2018-10-071-2/+2
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-181-12/+3
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-151-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-111-4/+4
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-3/+9
* cleanup go importsMichael Muré2018-08-131-1/+2
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-1/+1
* generate markdown documentationMichael Muré2018-07-201-1/+1
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-6/+10
* implement label op+commandMichael Muré2018-07-181-2/+9
* crude implementation of showMichael Muré2018-07-171-0/+74