aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache.go
Commit message (Collapse)AuthorAgeFilesLines
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-251-1/+13
| | | | and the metadatas
* 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-211-6/+20
|
* 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-181-0/+4
|
* cache: attempt to future-proof the cache fileMichael Muré2018-09-131-22/+36
|
* 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-111-4/+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
|
* cache: doc & cleaningMichael Muré2018-09-101-2/+2
|
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-091-14/+61
|
* 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
| | | | fix #36
* cache: provide a generic bug sorting functionMichael Muré2018-09-021-55/+12
|
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-2/+53
|
* add some documentationMichael Muré2018-09-021-1/+11
|
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-1/+99
|
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-29/+104
|
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-0/+144