aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache_bug.go
Commit message (Collapse)AuthorAgeFilesLines
* query: english specialized indexingMichael Muré2020-11-171-0/+2
|
* ls: fix query quotationMichael Muré2020-11-171-3/+10
|
* Add full-text search support in the ls commandMike Goldin2020-11-171-32/+52
|
* Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-171-1/+66
|
* cache,bug,identity: structural changeMichael Muré2020-10-041-1/+1
| | | | | | - bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface
* Fix bugs and cleanup codevince2020-08-261-1/+1
|
* cache: simplify cache evictionMichael Muré2020-08-251-60/+55
|
* Implement cache eviction and testingvince2020-08-251-41/+51
|
* Implement the LRU Cachevince2020-08-201-23/+66
|
* Update docsvince2020-07-281-1/+1
|
* Remove need to specify remotevince2020-07-281-11/+2
| | | | This commit makes the removeBug command use the listRefs repo command to search for the bug, eliminating the need to input the remote the bug came from.
* Move args parsing out of repo cachevince2020-07-281-8/+4
|
* Allow user to delete remote bugsvince2020-07-281-3/+14
|
* Add the 'rm' commandvince2020-07-281-0/+18
| | | | This commit adds a command that removes a bug from the repository, given a prefix.
* cache: split into multiple files for readabilityMichael Muré2020-07-031-0/+361