Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 1 | -4/+4 |
| | | | | | | | | 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 | ||||
* | fix openpgp handling to sign/check | Michael Muré | 2023-08-12 | 1 | -48/+7 |
| | |||||
* | [DATALAD RUNCMD] Run codespell -w | Yaroslav Halchenko | 2023-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
* | fix: keyrings must return keys with entities/identities | Steve Moyer | 2022-12-30 | 1 | -0/+7 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | core: generalized resolvers to resolve any entity time when unmarshalling an ↵ | Michael Muré | 2022-08-18 | 1 | -5/+37 |
| | | | | operation | ||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -1/+6 |
| | | | | | | | | - 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 | ||||
* | a few fixes | Michael Muré | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #763 from MichaelMure/resolve-entity | Michael Muré | 2022-03-10 | 1 | -1/+1 |
|\ | | | | | entity: allow to resolve identities when numashalling operations | ||||
| * | entity: allow to resolve identities when numashalling operations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
| | | |||||
* | | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
|/ | |||||
* | update keyring and migrate to github.com/ProtonMail/go-crypto | Michael Muré | 2022-02-15 | 1 | -10/+15 |
| | |||||
* | WIP operation with files | Michael Muré | 2021-03-14 | 1 | -3/+42 |
| | |||||
* | fix merge | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 1 | -7/+7 |
| | |||||
* | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 1 | -4/+4 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | entity: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 1 | -17/+0 |
| | |||||
* | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -4/+46 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -0/+294 |