aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation.go
Commit message (Collapse)AuthorAgeFilesLines
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-241-3/+3
| | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-221-0/+2
|
* WIPMichael Muré2022-11-281-0/+7
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
|
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-4/+228
| | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing
* entity: more commentsMichael Muré2021-04-041-0/+4
|
* WIP operation with filesMichael Muré2021-03-141-0/+9
|
* bug: nonce on all operation to prevent id collisionMichael Muré2021-03-141-3/+13
|
* entity: support different author in staging operationsMichael Muré2021-02-141-8/+0
|
* entity: more progress on merging and signingMichael Muré2021-02-141-3/+5
|
* WIPMichael Muré2021-02-141-0/+31