aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache.go
Commit message (Expand)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-2/+2
* core: generalized resolvers to resolve any entity time when unmarshalling an ...Michael Muré2022-08-181-8/+6
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-3/+3
* cache: many fixes following the dag entity migrationMichael Muré2021-04-081-1/+1
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-1/+1
* deal with the previous changesMichael Muré2021-02-141-1/+2
* repo: move bleve thereMichael Muré2020-12-081-8/+6
* repo: finish RepoStorage moveMichael Muré2020-12-081-23/+8
* Add full-text search support in the ls commandMike Goldin2020-11-171-19/+2
* Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-171-0/+36
* identity: remove support for legacy identityMichael Muré2020-10-041-1/+2
* cache,bug,identity: structural changeMichael Muré2020-10-041-2/+2
* repo: implement local/global/any config everywhereMichael Muré2020-09-291-0/+2
* Fix bugs and cleanup codevince2020-08-261-2/+2
* cache: simplify cache evictionMichael Muré2020-08-251-11/+19
* Implement cache eviction and testingvince2020-08-251-12/+4
* Implement the LRU Cachevince2020-08-201-2/+18
* cache: fix BugExcerpt's timestamp not properly storedMichael Muré2020-07-281-2/+1
* cache: split into multiple files for readabilityMichael Muré2020-07-031-846/+14
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-5/+4
* Reorganize the webUI and API codeMichael Muré2020-06-271-0/+10
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-0/+6
* 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-251-4/+8
* 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