aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-113-10/+11
* graphql: AllBugs now accept a queryMichael Muré2018-09-111-2/+5
* termui: allow to change the bug queryMichael Muré2018-09-111-2/+5
* cache: resolved id by prefix using the cache instead of reading bugsMichael Muré2018-09-111-18/+2
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-101-1/+1
* ls: support expressing a query with flags as wellMichael Muré2018-09-102-8/+7
* cache: doc & cleaningMichael Muré2018-09-104-5/+12
* cache: add the alias "state" for the qualifier "status"Michael Muré2018-09-101-1/+1
* cache: properly parse and clean qualifier with multi wordMichael Muré2018-09-102-12/+47
* doc: document the query DSLMichael Muré2018-09-091-8/+1
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-095-73/+237
* BugExcerpt: also store bug labelsMichael Muré2018-09-091-0/+2
* cache: implement the filteringMichael Muré2018-09-091-0/+103
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-2/+36
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-071-6/+0
* cache: fix missed code path that should update the cacheMichael Muré2018-09-041-0/+7
* cache: provide a generic bug sorting functionMichael Muré2018-09-022-55/+85
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-022-4/+55
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-8/+8
* add some documentationMichael Muré2018-09-021-1/+11