Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -46/+0 |
| | |||||
* | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -4/+7 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -3/+3 |
| | | | | | | - 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 | ||||
* | use go-git by default! | Michael Muré | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | misc: move the random bug command on its own package | Michael Muré | 2020-09-27 | 1 | -3/+6 |
| | |||||
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -1/+2 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -3/+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: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 1 | -12/+19 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -0/+11 |
| | |||||
* | generator cleanup | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 1 | -16/+22 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -14/+12 |
| | |||||
* | bug: in op convenience function, return the new op to be able to set ↵ | Michael Muré | 2018-10-01 | 1 | -6/+6 |
| | | | | metadata later | ||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -9/+8 |
| | |||||
* | cache: add raw edit functions to allow setting up the author, the timestamp ↵ | Michael Muré | 2018-09-25 | 1 | -8/+24 |
| | | | | and the metadatas | ||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -2/+2 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -5/+13 |
| | |||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -1/+5 |
| | |||||
* | random bugs: fix a crash when minOps == maxOps | Michael Muré | 2018-09-12 | 1 | -1/+6 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | random bugs: cleanup + generate random OperationPack as well | Michael Muré | 2018-09-06 | 2 | -7/+55 |
| | |||||
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵ | Michael Muré | 2018-08-23 | 1 | -4/+4 |
| | | | | snapshot | ||||
* | random_bugs: make it seedable and reusable | Michael Muré | 2018-08-19 | 2 | -0/+154 |