aboutsummaryrefslogtreecommitdiffstats
path: root/cache/filter.go
Commit message (Collapse)AuthorAgeFilesLines
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-31/+25
|
* WIPMichael Muré2022-11-291-2/+2
|
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-2/+2
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
|
* cache: fix no-label filter not properly wiredMichael Muré2021-03-291-0/+3
|
* Add ability to search by arbitrary metadataMiklos Vajna2021-02-211-0/+18
| | | | | | | | | | | | 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>.
* identity: remove support for legacy identityMichael Muré2020-10-041-11/+4
|
* query: no need for an ast packageMichael Muré2020-03-281-3/+3
|
* cache: replace the all-in-one query parser by a complete one with ↵Michael Muré2020-03-281-12/+35
| | | | AST/lexer/parser
* identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-251-1/+2
| | | | informational)
* cache: add proper locking to avoid concurrent accessMichael Muré2020-02-091-29/+36
|
* more more wipMichael Muré2020-02-081-2/+1
|
* implement identityExcerpt match method and integrate it into filtersAmine Hilaly2019-04-051-12/+3
| | | | Update docs
* Support query with identity ID and truncated IDAmine Hilaly2019-04-051-1/+5
|
* improve docsAmine Hilaly2019-04-051-6/+6
|
* Improve actor/participant query filtersAmine Hilaly2019-04-041-18/+26
| | | | Lower case identity login
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-5/+49
| | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
* cache/filter.go: Fix and match for labelsSladyn2019-03-311-1/+1
| | | | | | | Fixed filter query for multiple labels from `OR` to `AND` according to github conventions. Fixed https://github.com/MichaelMure/git-bug/issues/115
* cache: make the title filter case insensitiveMichael Muré2019-03-031-3/+6
|
* Commit to chane the description of functionSladyn2019-03-031-1/+1
|
* Rebased and updated.Sladyn2019-03-021-2/+2
|
* Fixed filter.go Sladyn2019-03-021-5/+1
| | | GolangCI complained about an if return else return statement which is fixed in this commit.
* ls.go:`git bug ls` should be fasterSladyn2019-03-021-0/+16
| | | | | | | | 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
* identity: some UX cleanupMichael Muré2019-03-011-1/+1
|
* identity: working identity cacheMichael Muré2019-03-011-16/+28
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-1/+6
|
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-7/+1
|
* cache: doc & cleaningMichael Muré2018-09-101-0/+6
|
* cache: implement the filteringMichael Muré2018-09-091-0/+103