aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Expand)AuthorAgeFilesLines
...
* improve docsAmine Hilaly2019-04-051-6/+6
* Improve actor/participant query filtersAmine Hilaly2019-04-041-18/+26
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-044-10/+79
* cache: add a push/pull testMichael Muré2019-04-022-0/+76
* cache/filter.go: Fix and match for labelsSladyn2019-03-311-1/+1
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-14/+46
* cache: add basic unit testingMichael Muré2019-03-252-0/+114
* cache: make the title filter case insensitiveMichael Muré2019-03-032-3/+40
* Commit to chane the description of functionSladyn2019-03-031-1/+1
* Rebased and updated.Sladyn2019-03-023-15/+23
* Rectified TestsSladyn2019-03-021-1/+1
* Fixed filter.go Sladyn2019-03-021-5/+1
* Made requested changesSladyn2019-03-023-23/+13
* ls.go:`git bug ls` should be fasterSladyn2019-03-023-2/+31
* cache: better API to access excerptsMichael Muré2019-03-011-12/+20
* identity: another round of cleanupsMichael Muré2019-03-011-4/+0
* commands: add a super-fast "user ls" commandMichael Muré2019-03-013-3/+39
* cache: fix ResolveIdentityImmutableMetadata byt storing metadata in IdentityE...Michael Muré2019-03-012-7/+9
* github: fix 3 edge-case failuresMichael Muré2019-03-011-34/+34
* identity: some UX cleanupMichael Muré2019-03-012-6/+6
* identity: store the times properlyMichael Muré2019-03-011-1/+1
* identity: working identity cacheMichael Muré2019-03-014-31/+202
* identity: wip cachingMichael Muré2019-03-015-41/+133
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-013-36/+96
* identity: all tests green o/Michael Muré2019-03-012-7/+7
* identity: I can compile again !!Michael Muré2019-03-011-4/+1
* identity: wip push/pullMichael Muré2019-03-011-1/+1
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-014-14/+25
* identity: more progress and fixesMichael Muré2019-03-013-45/+98
* identity: more progress and fixesMichael Muré2019-03-012-1/+71
* WIP identity in gitMichael Muré2019-03-013-15/+20
* cache: fix unhandled errorMichael Muré2019-02-281-1/+1
* cache: output the build info message on stderr to avoid breaking scriptsMichael Muré2019-02-201-2/+2
* github: working incremental + comment history for the first commentMichael Muré2018-10-012-1/+72
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-012-15/+57
* cache: also index the first op metadataMichael Muré2018-10-011-0/+3
* add documentationMichael Muré2018-10-011-0/+3
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-292-10/+8
* cache: add raw edit functions to allow setting up the author, the timestamp a...Michael Muré2018-09-252-11/+41
* commands: add "bridge rm"Michael Muré2018-09-241-0/+7
* repo: add functions to read/write git configMichael Muré2018-09-241-0/+8
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-212-8/+22
* commands: add a "ls-labels" command that output valid labelsMichael Muré2018-09-211-0/+30
* cache: relay early the merge eventsMichael Muré2018-09-191-4/+2
* cache: don't ignore error when building the cacheMichael Muré2018-09-181-2/+10
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-182-0/+8
* docs & cleaningMichael Muré2018-09-161-0/+3
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-4/+16
* cache: attempt to future-proof the cache fileMichael Muré2018-09-132-23/+36
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-7/+10