Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -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 testing | Michael Muré | 2020-06-26 | 1 | -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 rename | Michael Muré | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | repo: minor cleaning | Michael Muré | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | catch a lot of error not being checked | Michael Muré | 2018-09-13 | 1 | -2/+9 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -0/+2 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 1 | -0/+18 |
and edit time without having to rely on a timestamp |