aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Expand)AuthorAgeFilesLines
* update to golang-lru v2Michael Muré2023-08-113-39/+14
* execenv: fix some cache building progress bar artifactMichael Muré2023-03-181-0/+5
* cache: faster indexing by caping Bleve batch countMichael Muré2023-01-241-6/+45
* Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-142-49/+91
|\
| * commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-112-49/+91
* | add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-116-3/+104
|/
* properly close files in edge cases in various placesMichael Muré2023-01-112-9/+18
* make go1.19 fmt happyMichael Muré2023-01-111-8/+8
* cache: fix tests?Michael Muré2023-01-111-94/+68
* Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilitiesMichael Muré2023-01-081-0/+7
|\
| * style(TestCache): remove empty trailing line from functionSteve Moyer2023-01-031-1/+0
| * test(cache): close second instance of RepoCacheSteve Moyer2023-01-031-0/+8
* | chore(TestCache): cleanup per PR reviewSteve Moyer2023-01-051-13/+33
* | refactor(TestCache): guarantee test caches are closed when tests finishSteve Moyer2023-01-041-99/+111
* | fix(TestCache): eliminate hanging Windows testsSteve Moyer2023-01-031-0/+7
|/
* commands: don't double build the lamport clocksMichael Muré2022-12-291-0/+2
* cache: simplify cache building events handlingMichael Muré2022-12-272-39/+45
* cache: tie the last printf in an event to make the core print freeMichael Muré2022-12-271-46/+44
* cache: fix some bugs after refactorMichael Muré2022-12-238-45/+97
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-225-51/+63
* cache: tie up the refactor up to compilingMichael Muré2022-12-2111-282/+372
* WIPMichael Muré2022-12-198-200/+180
* WIPMichael Muré2022-12-153-30/+111
* WIPMichael Muré2022-11-297-109/+73
* WIPMichael Muré2022-11-2814-943/+908
* commands: reorg into different packagesMichael Muré2022-11-201-1/+1
* 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