aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache.go
Commit message (Collapse)AuthorAgeFilesLines
...
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-37/+37
|
* cache: expose the operation when creating a new bugMichael Muré2019-06-161-9/+9
|
* Add GetRemotes functionalitiesSladyn2019-05-291-1/+6
|
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-271-0/+12
|
* doc: add an architecture overviewMichael Muré2019-04-181-1/+1
|
* cache: add a push/pull testMichael Muré2019-04-021-0/+21
|
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-14/+46
|
* cache: add basic unit testingMichael Muré2019-03-251-0/+13
|
* 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-011-0/+12
|
* cache: fix ResolveIdentityImmutableMetadata byt storing metadata in ↵Michael Muré2019-03-011-2/+2
| | | | IdentityExcerpt
* identity: store the times properlyMichael Muré2019-03-011-1/+1
|
* identity: working identity cacheMichael Muré2019-03-011-8/+129
|
* identity: wip cachingMichael Muré2019-03-011-24/+64
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-16/+52
|
* identity: all tests green o/Michael Muré2019-03-011-1/+1
|
* identity: wip push/pullMichael Muré2019-03-011-1/+1
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-1/+1
|
* identity: more progress and fixesMichael Muré2019-03-011-45/+93
|
* identity: more progress and fixesMichael Muré2019-03-011-0/+70
|
* WIP identity in gitMichael Muré2019-03-011-2/+3
|
* 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-011-1/+25
|
* bug: in op convenience function, return the new op to be able to set ↵Michael Muré2018-10-011-2/+2
| | | | metadata later
* add documentationMichael Muré2018-10-011-0/+3
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-2/+1
|
* 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
|