Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 |
| | | | | | | | | 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 |
| | |||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 |
| | |||
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 |
| | |||
* | refactor: use namespace instead of application of applicationName | Steve Moyer | 2022-05-26 |
| | |||
* | feat: make local storage configurable | Steve Moyer | 2022-05-25 |
| | |||
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 |
| | |||
* | deal with the previous changes | Michael Muré | 2021-02-14 |
| | |||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 |
| | |||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 |
| | | | | | | - 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 | ||
* | use go-git by default! | Michael Muré | 2020-09-29 |
| | |||
* | misc: move the random bug command on its own package | Michael Muré | 2020-09-27 |
| | |||
* | repo: more tests | Michael Muré | 2020-06-27 |
| | |||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 |
| | | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen. | ||
* | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 |
| | |||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 |
| | |||
* | generator cleanup | Michael Muré | 2019-03-01 |
| | |||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 |
| | |||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 |
| | |||
* | WIP identity in git | Michael Muré | 2019-03-01 |
| | |||
* | bug: in op convenience function, return the new op to be able to set ↵ | Michael Muré | 2018-10-01 |
| | | | | metadata later | ||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 |
| | |||
* | cache: add raw edit functions to allow setting up the author, the timestamp ↵ | Michael Muré | 2018-09-25 |
| | | | | and the metadatas | ||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 |
| | |||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 |
| | |||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 |
| | |||
* | random bugs: fix a crash when minOps == maxOps | Michael Muré | 2018-09-12 |
| | |||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 |
| | |||
* | random bugs: cleanup + generate random OperationPack as well | Michael Muré | 2018-09-06 |
| | |||
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵ | Michael Muré | 2018-08-23 |
| | | | | snapshot | ||
* | random_bugs: make it seedable and reusable | Michael Muré | 2018-08-19 |