Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 1 | -0/+13 |
| | | | | | | | | | | | | Example: ~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42 or ~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42\" Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567>. | ||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -1/+4 |
| | |||||
* | Update docs for full text search | Mike Goldin | 2020-11-17 | 1 | -1/+7 |
| | |||||
* | ls: fix query quotation | Michael Muré | 2020-11-17 | 1 | -27/+43 |
| | |||||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 1 | -28/+12 |
| | |||||
* | command: match the output in ls and in the termui | Michael Muré | 2020-09-27 | 1 | -3/+6 |
| | |||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #427 from wavexx/trim_titles | Michael Muré | 2020-07-14 | 1 | -2/+2 |
|\ | | | | | Trim titles in list views | ||||
| * | Trim titles in list views | Yuri D'Elia | 2020-07-13 | 1 | -2/+2 |
| | | |||||
* | | ls: minor code improvements | Michael Muré | 2020-07-14 | 1 | -21/+20 |
| | | |||||
* | | ls --format org-mode enhancements | Dima Gerasimov | 2020-07-12 | 1 | -8/+20 |
|/ | | | | | | | - fix and align OPEN/CLOSED states - fix org-mode links format - santize tags (org-mode only allows _ and @ as special characters) - format datetimes as org-mode | ||||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 1 | -25/+23 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -90/+96 |
| | |||||
* | 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 |
| |