aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/clock.go
Commit message (Collapse)AuthorAgeFilesLines
* go-git: concurrent loading of clocksMichael Muré2022-11-151-0/+1
|
* core: generalized resolvers to resolve any entity time when unmarshalling an ↵Michael Muré2022-08-181-14/+7
| | | | operation
* cache: many fixes following the dag entity migrationMichael Muré2021-04-081-3/+4
|
* entity: support different author in staging operationsMichael Muré2021-02-141-2/+2
|
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-141-5/+1
| | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational.
* entity: clock loaderMichael Muré2021-02-141-0/+41