Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Select and Label command documentation | Jocelyn FACCHINI | 2019-03-23 | 1 | -1/+1 |
| | | | | | | - Informed that label command adds/removes a label to a given bug. - Added suggestion to use select command when omitting to provide a bug id as argument. - Added a bit more detail for the select command documentation, giving a hint to "deselect" command. | ||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | commands: description cleanup | Michael Muré | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | commands: convert compatible commands to the implicit select mechanism | Michael Muré | 2018-09-18 | 1 | -13/+3 |
| | |||||
* | commands: make "label" display the current labels | Michael Muré | 2018-09-17 | 1 | -42/+10 |
| | |||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -2/+21 |
| | |||||
* | ls: support expressing a query with flags as well | Michael Muré | 2018-09-10 | 1 | -0/+2 |
| | |||||
* | cmds: various cleaning | Michael Muré | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 | 1 | -11/+10 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -1/+2 |
| | |||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 1 | -57/+13 |
| | |||||
* | 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 | -17/+16 |
| | |||||
* | implement label op+command | Michael Muré | 2018-07-18 | 1 | -0/+108 |