aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Expand)AuthorAgeFilesLines
* cache,bug,identity: structural changeMichael Muré2020-10-045-4/+28
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-5/+5
* repo: implement local/global/any config everywhereMichael Muré2020-09-292-0/+12
* bridge: store credentials in the Keyring instead of the git configMichael Muré2020-09-291-3/+2
* Update cache/lru_id_cache.goVincent Tiu2020-08-271-1/+1
* Fix bugs and cleanup codevince2020-08-262-3/+3
* cache: simplify cache evictionMichael Muré2020-08-254-98/+89
* Implement cache eviction and testingvince2020-08-255-75/+73
* Implement the LRU Cachevince2020-08-204-29/+220
* Fix concurrency errorvince2020-08-181-11/+24
* Remove pointer and unnecessary codevince2020-08-132-19/+1
* Add mutex to bugCachevince2020-08-132-0/+51
* cache: fix BugExcerpt's timestamp not properly storedMichael Muré2020-07-282-10/+9
* bug: code cleanup for the rm featureMichael Muré2020-07-281-0/+5
* Fix bug testsvince2020-07-281-5/+48
* Update docsvince2020-07-281-1/+1
* Remove need to specify remotevince2020-07-281-11/+2
* Move args parsing out of repo cachevince2020-07-282-9/+5
* Add test for removing bug from cachevince2020-07-281-0/+5
* Allow user to delete remote bugsvince2020-07-281-3/+14
* Add the 'rm' commandvince2020-07-281-0/+18
* cache: split into multiple files for readabilityMichael Muré2020-07-034-846/+881
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-012-8/+7
* Reorganize the webUI and API codeMichael Muré2020-06-272-8/+18
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-262-3/+9
* fix cache not rebuilding properlyMichael Muré2020-06-261-20/+3
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-252-10/+23
* query: no need for an ast packageMichael Muré2020-03-282-14/+14
* cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-286-251/+52
* cache: fix missing login in LegacyAuthorExcerpt causing panicMichael Muré2020-03-051-1/+2
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-254-10/+35
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-141-0/+12
|\
| * graphql: expose the name of RepositoryMichael Muré2020-02-121-0/+12
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-097-139/+270
|\|
| * cache: add proper locking to avoid concurrent accessMichael Muré2020-02-093-31/+123
| * 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-086-46/+29
| * wipMichael Muré2020-02-081-1/+1
| * cache: rework resolving of bugs, identityMichael Muré2020-02-081-42/+30
| * identity: rework mutationMichael Muré2020-02-081-2/+2
| * cache: don't store legacy identities IDs in bug excerpt as they are not reach...Michael Muré2020-02-031-6/+10
* | codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-181-4/+4
* | Implement jira bridgeJosh Bialkowski2019-12-181-0/+22
|/
* cmd: "user create" only assign the user identity if not setMichael Muré2019-12-101-0/+4
* bridge/github: importer corectly emit eventsamine2019-11-191-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-125-87/+62
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-3/+4