aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-313-107/+108
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-234-86/+161
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-0/+92
* 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-213-245/+378
* termui: implement push/pullMichael Muré2018-08-121-0/+21
* termui: commit the bug when quiting the show bug windowMichael Muré2018-08-091-0/+8
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-2/+13
* termui: implement addComment and setTitleMichael Muré2018-08-021-52/+24