aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Expand)AuthorAgeFilesLines
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-14/+17
* fix: process unused (but assigned) errorSteve Moyer2022-10-011-0/+6
* 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-222-10/+15
* move bug.Status in entities/common for reuseMichael Muré2022-08-202-3/+4
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-1810-13/+13
* core: generalized resolvers to resolve any entity time when unmarshalling an ...Michael Muré2022-08-184-34/+23
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-314-91/+25
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-2/+3
* Merge branch 'master' into refactor/guarantee-test-cleanupSteve Moyer2022-06-221-1/+2
|\
| * Merge pull request #807 from MichaelMure/default-repo-nameMichael Muré2022-06-181-1/+2
| |\
| | * cache: ensure that the default repo has a non-empty name to make js/apollo happyMichael Muré2022-05-311-1/+2
* | | refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-161-11/+7
|/ /
* / 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-102-5/+5
* cache: fix empty actors/participants in the indexMichael Muré2021-04-221-6/+2
* make sure every text input is safe and validatedMichael Muré2021-04-171-0/+2
* cache: many fixes following the dag entity migrationMichael Muré2021-04-083-3/+33
* Merge pull request #532 from MichaelMure/dag-entityMichael Muré2021-04-048-25/+84
|\
| * Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-293-3/+56
| |\
| * | bug: wrap dag.Entity into a full Bug in MergeAllMichael Muré2021-02-141-1/+1
| * | bug: migrate to the DAG entity structure!Michael Muré2021-02-146-11/+18
| * | entity: readAll and more testingMichael 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
| * | deal with the previous changesMichael Muré2021-02-143-8/+16
* | | cache: fix no-label filter not properly wiredMichael Muré2021-03-291-0/+3
| |/ |/|
* | cache: test for FTS bub with long descriptionMichael Muré2021-03-291-0/+20
* | cache: only FTS index token < 100 charactersMichael Muré2021-03-281-3/+18
* | Add ability to search by arbitrary metadataMiklos Vajna2021-02-211-0/+18
|/
* repo: move bleve thereMichael Muré2020-12-083-46/+32
* repo: finish RepoStorage moveMichael Muré2020-12-085-53/+27
* 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-172-51/+54
* Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-172-1/+102
* identity: remove support for legacy identityMichael Muré2020-10-043-23/+7
* cache,bug,identity: structural changeMichael Muré2020-10-045-4/+28
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-5/+5
* repo: implement local/global/any config everywhereMichael Muré2020-09-292-0/+12
* bridge: store credentials in the Keyring instead of the git configMichael Muré2020-09-291-3/+2
* Update cache/lru_id_cache.goVincent Tiu2020-08-271-1/+1
* Fix bugs and cleanup codevince2020-08-262-3/+3
* cache: simplify cache evictionMichael Muré2020-08-254-98/+89
* Implement cache eviction and testingvince2020-08-255-75/+73
* Implement the LRU Cachevince2020-08-204-29/+220
* Fix concurrency errorvince2020-08-181-11/+24
* Remove pointer and unnecessary codevince2020-08-132-19/+1