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 | ||||
* | add wipe sub-command that remove local bugs and identities | Kalin Staykov | 2023-01-11 | 1 | -0/+16 |
| | |||||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 | 1 | -12/+12 |
| | |||||
* | WIP | Michael Muré | 2022-11-29 | 1 | -7/+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 | -7/+7 |
| | | | | operation | ||||
* | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
| | |||||
* | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 1 | -10/+10 |
| | |||||
* | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 1 | -7/+10 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | entity: implement remove | Michael Muré | 2021-02-14 | 1 | -2/+26 |
| | |||||
* | entity: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 1 | -13/+0 |
| | |||||
* | entity: test all merge scenario | Michael Muré | 2021-02-14 | 1 | -6/+8 |
| | |||||
* | entity: more testing and bug fixing | Michael Muré | 2021-02-14 | 1 | -10/+2 |
| | |||||
* | entity: readAll and more testing | Michael Muré | 2021-02-14 | 1 | -6/+2 |
| | |||||
* | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -29/+58 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -0/+227 |