Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 1 | -1/+2 |
| | | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment. | ||||
* | Fix 'no description' readability in terminal with bright background | Zdenek Crha | 2020-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | The rendering of color for 'No description provided' text is broken on bright terminals - it sets black background which together with default black forground color renders opaque rectangle. The GreyBold color alias is broken too - name suggests bold gray forground color, but actually sets bold default fg color with black bacground. First make color alias consistent. Rename it to BlackBold and have it set bold black fg color (same as similar *Bold aliases). Second, update all places which use it to render text to also use white background to prevent it from disappering in terminals with black background color. | ||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -6/+6 |
| | |||||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 1 | -13/+5 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -74/+79 |
| | |||||
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 | 1 | -34/+32 |
| | | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be. | ||||
* | cmds: cleanup and re-generate files | Michael Muré | 2020-06-24 | 1 | -120/+26 |
| | |||||
* | Fix bugs | vince | 2020-06-24 | 1 | -7/+9 |
| | | | | | | This fixes some bugs experienced when using the new formatting options: - org-mode indents not working properly - print statements missing contents | ||||
* | Clean up code and fix suggestions | vince | 2020-06-24 | 1 | -18/+17 |
| | |||||
* | Add org-mode formatting option | vince | 2020-06-23 | 1 | -5/+87 |
| | | | | This adds an option to the formatting flag on the ls, show and user ls commands that allows the user to specify the format of the output in org-mode. This will be useful for emacs users to read it in the editor. | ||||
* | Add output formatting support to the 'show' and 'user ls' commands | vince | 2020-06-21 | 1 | -14/+195 |
| | | | | | | This adds options to specify an output format for the commands in question. Supported formats are currently: - 'plain': plaintext, stripped of all colors - 'json': prints output as a json object | ||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -3/+3 |
| | |||||
* | integrate actors and participant filters into ls and show commands | Amine Hilaly | 2019-04-05 | 1 | -7/+34 |
| | |||||
* | commands: add "show --field humanId" | Michael Muré | 2019-04-03 | 1 | -1/+3 |
| | |||||
* | commands: fix labels no showing properly in "git bug show <id> -f labels" | Michael Muré | 2019-04-03 | 1 | -2/+5 |
| | | | | fix #119 | ||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | commands: show: change for a single valued --field flag | Michael Muré | 2019-01-07 | 1 | -60/+66 |
| | |||||
* | Simplified show commadn error handling. | Sebastien Devaux | 2019-01-07 | 1 | -7/+1 |
| | | | | Exit on first unknown field found in query. | ||||
* | Fixed golangci check error about new error from format string | Sebastien Devaux | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | Adding fields switch to show command to select fields to display. | Sebastien Devaux | 2019-01-04 | 1 | -37/+69 |
| | |||||
* | Allow empty messages in comments. | Cyril Roelandt | 2018-12-26 | 1 | -1/+8 |
| | | | | | Some bug trackers, like Launchpad, allow messages to be empty (when adding a file to the bug, for instance). | ||||
* | moved cleaner function to util/interrupt | Rafael Passos | 2018-10-24 | 1 | -2/+2 |
| | |||||
* | Registering lock clearing functions to Cleaner | Rafael Passos | 2018-10-23 | 1 | -0/+2 |
| | |||||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 | 1 | -3/+4 |
| | | | | fix #67 | ||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 1 | -2/+2 |
| | |||||
* | commands: convert compatible commands to the implicit select mechanism | Michael Muré | 2018-09-18 | 1 | -12/+3 |
| | |||||
* | commands: git bug comment now show the comments of a bug | Michael Muré | 2018-09-15 | 1 | -1/+1 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -4/+4 |
| | |||||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 | 1 | -3/+9 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -1/+2 |
| | |||||
* | bug: refactor to limit abstraction leak and to have a more reusable code for ↵ | Michael Muré | 2018-07-23 | 1 | -1/+1 |
| | | | | the UIs | ||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | rework all the commands to use cobra as a parser | Michael Muré | 2018-07-19 | 1 | -6/+10 |
| | |||||
* | implement label op+command | Michael Muré | 2018-07-18 | 1 | -2/+9 |
| | |||||
* | crude implementation of show | Michael Muré | 2018-07-17 | 1 | -0/+74 |