summaryrefslogtreecommitdiffstatshomepage
path: root/bug/bug_actions.go
Commit message (Collapse)AuthorAge
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
|
* core: generalized resolvers to resolve any entity time when unmarshalling an ↵Michael Muré2022-08-18
| | | | operation
* Fix a bunch of comments and documentationsMichael Muré2022-03-10
|
* bug: wrap dag.Entity into a full Bug in MergeAllMichael Muré2021-02-14
|
* bug: migrate to the DAG entity structure!Michael Muré2021-02-14
|
* entity: more testing and bug fixingMichael Muré2021-02-14
|
* entity: readAll and more testingMichael Muré2021-02-14
|
* entity: more progress on merging and signingMichael Muré2021-02-14
|
* entity: total ordering of operationsMichael Muré2021-02-14
|
* cache,bug,identity: structural changeMichael Muré2020-10-04
| | | | | | - 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 pushMichael Muré2020-10-04
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-12
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-11
|
* cache: properly push/pull identities and bugsMichael Muré2019-03-27
|
* bug: don't make bug actions drive identity actionsMichael Muré2019-03-25
| | | | | | 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 cleanupsMichael Muré2019-03-01
|
* identity: I can compile again !!Michael Muré2019-03-01
|
* identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-01
|
* identity: wip push/pullMichael Muré2019-03-01
|
* WIP identity in gitMichael Muré2019-03-01
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-21
|
* bug: reclassify some merge error as "invalid" instead of hard errorMichael Muré2018-09-19
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-15
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-13
|
* cache: refactor to handle bug changes during PullMichael Muré2018-09-08
|
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-07
|
* add some documentationMichael Muré2018-09-02
|
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-31
|
* bug: add benchmarcks for bug mergeMichael Muré2018-08-19
|
* fix some linting troubleMichael Muré2018-08-13
|
* termui: implement push/pullMichael Muré2018-08-12
|
* bug: store the referenced media in their own git tree under /media, as per ↵Michael Muré2018-08-05
| | | | the doc I wrote myself
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-25