Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 1 | -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 | ||||
* | [DATALAD RUNCMD] Fix one ambigous overrided | Yaroslav Halchenko | 2023-01-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "sed -i -e s,overrided,overridden,g ./entity/dag/op_set_metadata_test.go", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
* | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 | 1 | -0/+6 |
| | |||||
* | dag: test op serialisation with the unmarshaller, to allow resolving entities | Michael Muré | 2022-08-24 | 1 | -2/+8 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -0/+106 |
- 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 |