aboutsummaryrefslogtreecommitdiffstats
path: root/cache/resolvers.go
Commit message (Collapse)AuthorAgeFilesLines
* WIPMichael Muré2022-11-291-42/+0
|
* core: generalized resolvers to resolve any entity time when unmarshalling an ↵Michael Muré2022-08-181-24/+15
| | | | operation
* cache: many fixes following the dag entity migrationMichael Muré2021-04-081-0/+29
|
* cache,bug,identity: structural changeMichael Muré2020-10-041-0/+22
- bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface