Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: wrap dag.Entity into a full Bug in MergeAll | Michael Muré | 2021-02-14 | 1 | -1/+20 |
| | |||||
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -92/+14 |
| | |||||
* | entity: more testing and bug fixing | Michael Muré | 2021-02-14 | 1 | -9/+2 |
| | |||||
* | entity: readAll and more testing | Michael Muré | 2021-02-14 | 1 | -1/+2 |
| | |||||
* | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -3/+3 |
| | |||||
* | entity: total ordering of operations | Michael Muré | 2021-02-14 | 1 | -1/+0 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -2/+8 |
| | | | | | | - 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/+5 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -2/+7 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -1/+1 |
| | |||||
* | cache: properly push/pull identities and bugs | Michael Muré | 2019-03-27 | 1 | -78/+14 |
| | |||||
* | bug: don't make bug actions drive identity actions | Michael Muré | 2019-03-25 | 1 | -43/+3 |
| | | | | | | Turns out it was a mistake, who is suprised ? It leaks the abstraction and it's generally much cleaner to let the cache layer make both calls | ||||
* | identity: another round of cleanups | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -3/+43 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 1 | -5/+2 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 1 | -3/+9 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -0/+5 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -2/+2 |
| | |||||
* | bug: reclassify some merge error as "invalid" instead of hard error | Michael Muré | 2018-09-19 | 1 | -4/+5 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -14/+27 |
| | |||||
* | bug: proper int baked enum for merge result status instead of a string | Michael Muré | 2018-09-13 | 1 | -35/+56 |
| | |||||
* | cache: refactor to handle bug changes during Pull | Michael Muré | 2018-09-08 | 1 | -20/+23 |
| | |||||
* | bug: refactor the Pull code to have the message formating in the upper layers | Michael Muré | 2018-09-07 | 1 | -21/+5 |
| | |||||
* | add some documentation | Michael Muré | 2018-09-02 | 1 | -1/+6 |
| | |||||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 | 1 | -0/+1 |
| | |||||
* | bug: add benchmarcks for bug merge | Michael Muré | 2018-08-19 | 1 | -0/+5 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -0/+5 |
| | |||||
* | termui: implement push/pull | Michael Muré | 2018-08-12 | 1 | -4/+8 |
| | |||||
* | bug: store the referenced media in their own git tree under /media, as per ↵ | Michael Muré | 2018-08-05 | 1 | -3/+2 |
| | | | | the doc I wrote myself | ||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 1 | -0/+143 |