aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache.go
Commit message (Expand)AuthorAgeFilesLines
* query: no need for an ast packageMichael Muré2020-03-281-11/+11
* cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-281-6/+14
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-251-5/+5
* graphql: expose the name of RepositoryMichael Muré2020-02-121-0/+12
* cache: add proper locking to avoid concurrent accessMichael Muré2020-02-091-1/+86
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-091-22/+86
* more more wipMichael Muré2020-02-081-11/+20
* cache: rework resolving of bugs, identityMichael Muré2020-02-081-42/+30
* cmd: "user create" only assign the user identity if not setMichael Muré2019-12-101-0/+4
* cache: update RepoCache and identity to use new repository Configamine2019-11-011-25/+10
* issue 178: fetch the repo dir with rev-parse --git-dirSebastien Devaux2019-08-241-3/+3
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-12/+4
* 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 IdentityE...Michael Muré2019-03-011-2/+2
* 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 metadata...Michael Muré2018-10-011-2/+2
* 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 a...Michael Muré2018-09-251-1/+13
* 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