aboutsummaryrefslogtreecommitdiffstats
path: root/cache/filter.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 AST/lexer/p...Michael Muré2020-03-281-12/+35
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-251-1/+2
* 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
* 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
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-5/+49
* cache/filter.go: Fix and match for labelsSladyn2019-03-311-1/+1
* 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
* ls.go:`git bug ls` should be fasterSladyn2019-03-021-0/+16
* 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