aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operation_test.go
Commit message (Expand)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-131/+0
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-1/+1
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-5/+4
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-161-2/+1
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-2/+2
* bug: Id from first operation data, not git + remove root linkMichael Muré2021-02-141-9/+23
* repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-1/+1
* identity: remove support for legacy identityMichael Muré2020-10-041-6/+6
* cache,bug,identity: structural changeMichael Muré2020-10-041-1/+1
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-1/+1
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-3/+2
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-1/+1
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-7/+7
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-9/+9
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-3/+6
* identity: I can compile again !!Michael Muré2019-03-011-2/+9
* identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-011-1/+2
* identity: more progress and fixesMichael Muré2019-03-011-5/+5
* WIP identity in gitMichael Muré2019-03-011-5/+6
* Allow empty messages in comments.Cyril Roelandt2018-12-261-1/+0
* bug: add a test for operations hashMichael Muré2018-10-011-0/+36
* bug: add a test for OpBase metadataMichael Muré2018-10-011-8/+11
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-1/+1
* bug: implement comment editionMichael Muré2018-09-291-1/+1
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-0/+70