aboutsummaryrefslogtreecommitdiffstats
path: root/bug/clocks.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-40/+0
|
* cache,bug,identity: structural changeMichael Muré2020-10-041-1/+4
| | | | | | - 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
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-16/+26
| | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen.
* repo: esthetism renameMichael Muré2019-11-191-2/+2
|
* repo: minor cleaningMichael Muré2018-12-251-1/+1
|
* catch a lot of error not being checkedMichael Muré2018-09-131-2/+9
|
* fix some linting troubleMichael Muré2018-08-131-0/+2
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-061-0/+18
and edit time without having to rely on a timestamp