summaryrefslogtreecommitdiffstatshomepage
path: root/cache
Commit message (Collapse)AuthorAge
...
* cache: fix ResolveIdentityImmutableMetadata byt storing metadata in ↵Michael Muré2019-03-01
| | | | IdentityExcerpt
* github: fix 3 edge-case failuresMichael Muré2019-03-01
|
* identity: some UX cleanupMichael Muré2019-03-01
|
* identity: store the times properlyMichael Muré2019-03-01
|
* identity: working identity cacheMichael Muré2019-03-01
|
* identity: wip cachingMichael Muré2019-03-01
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-01
|
* identity: all tests green o/Michael Muré2019-03-01
|
* identity: I can compile again !!Michael Muré2019-03-01
|
* identity: wip push/pullMichael Muré2019-03-01
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-01
|
* identity: more progress and fixesMichael Muré2019-03-01
|
* identity: more progress and fixesMichael Muré2019-03-01
|
* WIP identity in gitMichael Muré2019-03-01
|
* cache: fix unhandled errorMichael Muré2019-02-28
|
* cache: output the build info message on stderr to avoid breaking scriptsMichael Muré2019-02-20
|
* github: working incremental + comment history for the first commentMichael Muré2018-10-01
|
* bug: in op convenience function, return the new op to be able to set ↵Michael Muré2018-10-01
| | | | metadata later
* cache: also index the first op metadataMichael Muré2018-10-01
|
* add documentationMichael Muré2018-10-01
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-29
|
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-25
| | | | and the metadatas
* commands: add "bridge rm"Michael Muré2018-09-24
|
* repo: add functions to read/write git configMichael Muré2018-09-24
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-21
|
* commands: add a "ls-labels" command that output valid labelsMichael Muré2018-09-21
|
* cache: relay early the merge eventsMichael Muré2018-09-19
|
* cache: don't ignore error when building the cacheMichael Muré2018-09-18
|
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-18
|
* docs & cleaningMichael Muré2018-09-16
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-15
|
* cache: attempt to future-proof the cache fileMichael Muré2018-09-13
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-13
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-13
|
* reorganize package for a more idomatic goMichael Muré2018-09-11
|
* graphql: AllBugs now accept a queryMichael Muré2018-09-11
|
* termui: allow to change the bug queryMichael Muré2018-09-11
|
* cache: resolved id by prefix using the cache instead of reading bugsMichael Muré2018-09-11
|
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-10
| | | | fix #37
* ls: support expressing a query with flags as wellMichael Muré2018-09-10
|
* cache: doc & cleaningMichael Muré2018-09-10
|
* cache: add the alias "state" for the qualifier "status"Michael Muré2018-09-10
| | | | both are commonly expected
* cache: properly parse and clean qualifier with multi wordMichael Muré2018-09-10
|
* doc: document the query DSLMichael Muré2018-09-09
|
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-09
|
* BugExcerpt: also store bug labelsMichael Muré2018-09-09
|
* cache: implement the filteringMichael Muré2018-09-09
|
* cache: refactor to handle bug changes during PullMichael Muré2018-09-08
|
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-07
|
* cache: fix missed code path that should update the cacheMichael Muré2018-09-04
| | | | fix #36