Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 |
| | |||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 |
| | |||
* | update doc | Michael Muré | 2022-03-22 |
| | |||
* | query: refactor to reuse the split function for both query and token | Michael Muré | 2021-02-27 |
| | |||
* | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 |
| | | | | | | | | | | | | 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>. | ||
* | query: expand the tokenizer/parser to parse arbitrary search terms | Michael Muré | 2020-11-17 |
| | |||
* | query: more robust tokenizer | Michael Muré | 2020-03-28 |
| | |||
* | query: no need for an ast package | Michael Muré | 2020-03-28 |
| | |||
* | cache: replace the all-in-one query parser by a complete one with ↵ | Michael Muré | 2020-03-28 |
AST/lexer/parser |