summaryrefslogtreecommitdiffstatshomepage
path: root/cache
Commit message (Expand)AuthorAge
* update to golang-lru v2Michael Muré2023-08-11
* execenv: fix some cache building progress bar artifactMichael Muré2023-03-18
* cache: faster indexing by caping Bleve batch countMichael Muré2023-01-24
* Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-14
|\
| * commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-11
* | add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-11
|/
* properly close files in edge cases in various placesMichael Muré2023-01-11
* make go1.19 fmt happyMichael Muré2023-01-11
* cache: fix tests?Michael Muré2023-01-11
* Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilitiesMichael Muré2023-01-08
|\
| * style(TestCache): remove empty trailing line from functionSteve Moyer2023-01-03
| * test(cache): close second instance of RepoCacheSteve Moyer2023-01-03
* | chore(TestCache): cleanup per PR reviewSteve Moyer2023-01-05
* | refactor(TestCache): guarantee test caches are closed when tests finishSteve Moyer2023-01-04
* | fix(TestCache): eliminate hanging Windows testsSteve Moyer2023-01-03
|/
* commands: don't double build the lamport clocksMichael Muré2022-12-29
* cache: simplify cache building events handlingMichael Muré2022-12-27
* cache: tie the last printf in an event to make the core print freeMichael Muré2022-12-27
* cache: fix some bugs after refactorMichael Muré2022-12-23
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-22
* cache: tie up the refactor up to compilingMichael Muré2022-12-21
* WIPMichael Muré2022-12-19
* WIPMichael Muré2022-12-15
* WIPMichael Muré2022-11-29
* WIPMichael Muré2022-11-28
* commands: reorg into different packagesMichael Muré2022-11-20
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-13
* fix: process unused (but assigned) errorSteve Moyer2022-10-01
* generalized interface for an EntityMichael Muré2022-08-25
* webui: adapt to CombinedIdMichael Muré2022-08-23
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-22
* move bug.Status in entities/common for reuseMichael Muré2022-08-20
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
* core: generalized resolvers to resolve any entity time when unmarshalling an ...Michael Muré2022-08-18
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-31
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-25
* Merge branch 'master' into refactor/guarantee-test-cleanupSteve Moyer2022-06-22
|\
| * Merge pull request #807 from MichaelMure/default-repo-nameMichael Muré2022-06-18
| |\
| | * cache: ensure that the default repo has a non-empty name to make js/apollo happyMichael Muré2022-05-31
* | | refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-16
|/ /
* / fix(778): remove extra mutex lock when resolving bug prefixSteve Moyer2022-05-31
|/
* Fix a bunch of comments and documentationsMichael Muré2022-03-10
* cache: fix empty actors/participants in the indexMichael Muré2021-04-22
* make sure every text input is safe and validatedMichael Muré2021-04-17
* cache: many fixes following the dag entity migrationMichael Muré2021-04-08
* Merge pull request #532 from MichaelMure/dag-entityMichael Muré2021-04-04
|\
| * Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-29
| |\
| * | bug: wrap dag.Entity into a full Bug in MergeAllMichael Muré2021-02-14
| * | bug: migrate to the DAG entity structure!Michael Muré2021-02-14
| * | entity: readAll and more testingMichael Muré2021-02-14