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 | ||||
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 | 1 | -1/+1 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -2/+2 |
| | |||||
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 1 | -5/+6 |
| | |||||
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -46/+0 |
| | |||||
* | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -4/+7 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -3/+3 |
| | | | | | | - bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface | ||||
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -1/+2 |
| | |||||
* | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 1 | -12/+19 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -0/+11 |
| | |||||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 1 | -16/+22 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -14/+12 |
| | |||||
* | bug: in op convenience function, return the new op to be able to set ↵ | Michael Muré | 2018-10-01 | 1 | -6/+6 |
| | | | | metadata later | ||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -9/+8 |
| | |||||
* | cache: add raw edit functions to allow setting up the author, the timestamp ↵ | Michael Muré | 2018-09-25 | 1 | -8/+24 |
| | | | | and the metadatas | ||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -2/+2 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -5/+13 |
| | |||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -1/+5 |
| | |||||
* | random bugs: fix a crash when minOps == maxOps | Michael Muré | 2018-09-12 | 1 | -1/+6 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | random bugs: cleanup + generate random OperationPack as well | Michael Muré | 2018-09-06 | 1 | -6/+54 |
| | |||||
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵ | Michael Muré | 2018-08-23 | 1 | -4/+4 |
| | | | | snapshot | ||||
* | random_bugs: make it seedable and reusable | Michael Muré | 2018-08-19 | 1 | -0/+126 |