Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -2/+2 |
| | |||||
* | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 | 1 | -9/+23 |
| | |||||
* | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 1 | -6/+6 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -1/+1 |
| | | | | | | - 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 | ||||
* | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 1 | -1/+1 |
| | |||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -3/+2 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -1/+1 |
| | | | | | | | | | - 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. | ||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -7/+7 |
| | |||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -9/+9 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -3/+6 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -2/+9 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -5/+5 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -5/+6 |
| | |||||
* | Allow empty messages in comments. | Cyril Roelandt | 2018-12-26 | 1 | -1/+0 |
| | | | | | Some bug trackers, like Launchpad, allow messages to be empty (when adding a file to the bug, for instance). | ||||
* | bug: add a test for operations hash | Michael Muré | 2018-10-01 | 1 | -0/+36 |
| | |||||
* | bug: add a test for OpBase metadata | Michael Muré | 2018-10-01 | 1 | -8/+11 |
| | |||||
* | bug: use a value embedding for OpBase | Michael Muré | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | bug: implement comment edition | Michael Muré | 2018-09-29 | 1 | -1/+1 |
| | | | | | - add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations | ||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -0/+70 |