aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug_actions.go
Commit message (Expand)AuthorAgeFilesLines
* bug: wrap dag.Entity into a full Bug in MergeAllMichael Muré2021-02-141-1/+20
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-92/+14
* entity: more testing and bug fixingMichael Muré2021-02-141-9/+2
* entity: readAll and more testingMichael Muré2021-02-141-1/+2
* entity: more progress on merging and signingMichael Muré2021-02-141-3/+3
* entity: total ordering of operationsMichael Muré2021-02-141-1/+0
* cache,bug,identity: structural changeMichael Muré2020-10-041-2/+8
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-1/+5
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-2/+7
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-1/+1
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-78/+14
* bug: don't make bug actions drive identity actionsMichael Muré2019-03-251-43/+3
* identity: another round of cleanupsMichael Muré2019-03-011-1/+1
* identity: I can compile again !!Michael Muré2019-03-011-3/+43
* identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-011-5/+2
* identity: wip push/pullMichael Muré2019-03-011-3/+9
* WIP identity in gitMichael Muré2019-03-011-0/+5
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-2/+2
* bug: reclassify some merge error as "invalid" instead of hard errorMichael Muré2018-09-191-4/+5
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-14/+27
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-35/+56
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-20/+23
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-071-21/+5
* add some documentationMichael Muré2018-09-021-1/+6
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-0/+1
* bug: add benchmarcks for bug mergeMichael Muré2018-08-191-0/+5
* fix some linting troubleMichael Muré2018-08-131-0/+5
* termui: implement push/pullMichael Muré2018-08-121-4/+8
* bug: store the referenced media in their own git tree under /media, as per th...Michael Muré2018-08-051-3/+2
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-0/+143