Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 | 1 | -18/+15 |
| | | | | 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 | -39/+17 |
| | |||||
* | Clean up code and fix suggestions | vince | 2020-06-24 | 1 | -22/+25 |
| | |||||
* | Add org-mode formatting option | vince | 2020-06-23 | 1 | -2/+81 |
| | | | | 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 | -11/+4 |
| | | | | | | 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 | ||||
* | Print JSON as a well-formed object | vince | 2020-06-18 | 1 | -4/+6 |
| | | | | This prints all the bugs in a JSON array instead of one by one. | ||||
* | ls: Add support to ls dump bug information in specific formats | vince | 2020-06-16 | 1 | -5/+121 |
| | | | | This adds an optional flag to the ls command that allows users to specify the format they wish to dump the output as. Currently, supported parameters are 'default', 'plain' and 'json'. | ||||
* | query: no need for an ast package | Michael Muré | 2020-03-28 | 1 | -48/+28 |
| | |||||
* | cache: replace the all-in-one query parser by a complete one with ↵ | Michael Muré | 2020-03-28 | 1 | -32/+25 |
| | | | | AST/lexer/parser | ||||
* | switch to go-term-text to fix bad underflow for label rendering | Michael Muré | 2019-11-03 | 1 | -14/+11 |
| | |||||
* | ls: add labels color + formatting for comments | ludovicm67 | 2019-10-28 | 1 | -5/+22 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | commands: ls fix CJK characters out of alignment | Yongwen Zhuang | 2019-05-14 | 1 | -2/+3 |
| | | | #85 | ||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 1 | -1/+13 |
| | |||||
* | integrate actors and participant filters into ls and show commands | Amine Hilaly | 2019-04-05 | 1 | -7/+23 |
| | |||||
* | Rebased and updated. | Sladyn | 2019-03-02 | 1 | -5/+1 |
| | |||||
* | Made requested changes | Sladyn | 2019-03-02 | 1 | -1/+5 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | ls.go:`git bug ls` should be faster | Sladyn | 2019-03-02 | 1 | -16/+15 |
| | | | | | | | | Added `Title` to BugExcerpt Added `TitleFilter` to `filter.go` Used BugExcerpt in `ls` command to improve performance. Closes https://github.com/MichaelMure/git-bug/issues/98 | ||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | |||||
* | 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 | -1/+2 |
| | | | | fix #67 | ||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 1 | -1/+1 |
| | |||||
* | commands: ls now accept queries without quote | Michael Muré | 2018-09-19 | 1 | -2/+3 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -4/+4 |
| | |||||
* | ls: support expressing a query with flags as well | Michael Muré | 2018-09-10 | 1 | -3/+95 |
| | |||||
* | cache: properly parse and clean qualifier with multi word | Michael Muré | 2018-09-10 | 1 | -1/+0 |
| | |||||
* | ls: accept a query to sort and filter the list | Michael Muré | 2018-09-09 | 1 | -2/+12 |
| | |||||
* | cache: fix missed code path that should update the cache | Michael Muré | 2018-09-04 | 1 | -0/+1 |
| | | | | fix #36 | ||||
* | cache: provide a generic bug sorting function | Michael Muré | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | cache: provide sorted (id, creation, edit) list of bugs | Michael Muré | 2018-09-02 | 1 | -12/+12 |
| | |||||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 | 1 | -0/+7 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | bug: refactor to limit abstraction leak and to have a more reusable code for ↵ | Michael Muré | 2018-07-23 | 1 | -14/+8 |
| | | | | 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 |
| | |||||
* | ls: add some colors | Michael Muré | 2018-07-17 | 1 | -1/+19 |
| | |||||
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 1 | -3/+3 |
| | |||||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 | 1 | -4/+3 |
| | |||||
* | add a "comment" command | Michael Muré | 2018-07-15 | 1 | -3/+3 |
| | |||||
* | ls: better output | Michael Muré | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | list --> ls, silly ! | Michael Muré | 2018-07-15 | 1 | -0/+36 |