Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: make label a common type, in a similar fashion as for status (#1252) | Michael Muré | 2024-08-25 | 6 | -151/+23 |
| | | | This will be useful for Board, and likely code review support later | ||||
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 22 | -88/+88 |
| | | | | | | | | 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/+6 |
| | |||||
* | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 | 1 | -2/+5 |
| | |||||
* | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 | 2 | -53/+4 |
| | |||||
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 2 | -12/+3 |
| | |||||
* | WIP | Michael Muré | 2022-11-29 | 2 | -61/+21 |
| | |||||
* | WIP | Michael Muré | 2022-11-28 | 2 | -23/+1 |
| | |||||
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 | 5 | -15/+7 |
| | |||||
* | generalized interface for an Entity | Michael Muré | 2022-08-25 | 3 | -65/+9 |
| | |||||
* | dag: test op serialisation with the unmarshaller, to allow resolving entities | Michael Muré | 2022-08-24 | 8 | -24/+29 |
| | |||||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 10 | -130/+150 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 | 6 | -100/+19 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 28 | -0/+2205 |