aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_cache.go
Commit message (Expand)AuthorAgeFilesLines
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-221-1/+1
* WIPMichael Muré2022-12-191-3/+3
* WIPMichael Muré2022-11-281-101/+36
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-14/+17
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-3/+8
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-81/+19
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-2/+3
* Fix a bunch of comments and documentationsMichael Muré2022-03-101-4/+4
* make sure every text input is safe and validatedMichael Muré2021-04-171-0/+2
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-3/+1
* Implement cache eviction and testingvince2020-08-251-2/+0
* Fix concurrency errorvince2020-08-181-11/+24
* Remove pointer and unnecessary codevince2020-08-131-1/+1
* Add mutex to bugCachevince2020-08-131-0/+33
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-3/+3
* codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-181-4/+4
* Implement jira bridgeJosh Bialkowski2019-12-181-0/+22
* bridge/github: importer corectly emit eventsamine2019-11-191-0/+4
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-30/+12
* fix everything following the hash-->id changeMichael Muré2019-08-081-12/+8
* [misc] update man docs and completion scriptsAmine Hilaly2019-06-241-1/+1
* [cache] BugCache: Add set metadata methodsAmine Hilaly2019-06-241-0/+18
* Add ForceLabelChange functionalitiesAmine Hilaly2019-05-051-0/+27
* github: fix 3 edge-case failuresMichael Muré2019-03-011-34/+34
* identity: wip cachingMichael Muré2019-03-011-2/+10
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-20/+18
* identity: all tests green o/Michael Muré2019-03-011-6/+6
* identity: I can compile again !!Michael Muré2019-03-011-4/+1
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-6/+6
* identity: more progress and fixesMichael Muré2019-03-011-0/+4
* WIP identity in gitMichael Muré2019-03-011-12/+14
* github: working incremental + comment history for the first commentMichael Muré2018-10-011-0/+47
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-011-13/+55
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-8/+7
* cache: add raw edit functions to allow setting up the author, the timestamp a...Michael Muré2018-09-251-10/+28
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-181-0/+4
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-4/+16
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-7/+10
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-2/+8
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-34/+26
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-231-28/+3
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-0/+137