aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache_bug.go
Commit message (Expand)AuthorAgeFilesLines
* generalized interface for an EntityMichael Muré2022-08-251-1/+1
* webui: adapt to CombinedIdMichael Muré2022-08-231-1/+1
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-7/+7
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* core: generalized resolvers to resolve any entity time when unmarshalling an ...Michael Muré2022-08-181-1/+1
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-5/+1
* fix(778): remove extra mutex lock when resolving bug prefixSteve Moyer2022-05-311-4/+0
* Fix a bunch of comments and documentationsMichael Muré2022-03-101-1/+1
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-291-3/+18
|\
| * cache: only FTS index token < 100 charactersMichael Muré2021-03-281-3/+18
* | bug: migrate to the DAG entity structure!Michael Muré2021-02-141-1/+1
* | entity: more progress on merging and signingMichael Muré2021-02-141-4/+1
* | entity: generalize the combined Ids, use 64 lengthMichael Muré2021-02-141-1/+1
* | Change the comment ID to use both bug and comment ID references.vince2021-02-141-0/+47
|/
* repo: move bleve thereMichael Muré2020-12-081-37/+23
* repo: finish RepoStorage moveMichael Muré2020-12-081-8/+2
* 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
* 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
* 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
* cache: split into multiple files for readabilityMichael Muré2020-07-031-0/+361