| Commit message (Expand) | Author | Age |
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 |
* | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 |
* | WIP | Michael Muré | 2022-12-19 |
* | WIP | Michael Muré | 2022-11-28 |
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 |
* | bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug... | Michael Muré | 2022-08-22 |
* | 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 |
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 |
* | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 |
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 |
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 |
* | Implement cache eviction and testing | vince | 2020-08-25 |
* | Fix concurrency error | vince | 2020-08-18 |
* | Remove pointer and unnecessary code | vince | 2020-08-13 |
* | Add mutex to bugCache | vince | 2020-08-13 |
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 |
* | codereview #2: some cleanup, correct use of nothing-events | Josh Bialkowski | 2019-12-18 |
* | Implement jira bridge | Josh Bialkowski | 2019-12-18 |
* | bridge/github: importer corectly emit events | amine | 2019-11-19 |
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 |
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 |
* | [misc] update man docs and completion scripts | Amine Hilaly | 2019-06-24 |
* | [cache] BugCache: Add set metadata methods | Amine Hilaly | 2019-06-24 |
* | Add ForceLabelChange functionalities | Amine Hilaly | 2019-05-05 |
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 |
* | identity: wip caching | Michael Muré | 2019-03-01 |
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 |
* | identity: all tests green o/ | Michael Muré | 2019-03-01 |
* | identity: I can compile again !! | Michael Muré | 2019-03-01 |
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 |
* | identity: more progress and fixes | Michael Muré | 2019-03-01 |
* | WIP identity in git | Michael Muré | 2019-03-01 |
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 |
* | bug: in op convenience function, return the new op to be able to set metadata... | Michael Muré | 2018-10-01 |
* | 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 a... | Michael Muré | 2018-09-25 |
* | commands: add a package to handle implicit bug selection | Michael Muré | 2018-09-18 |
* | 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 |
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 |
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 |
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 |
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a snap... | Michael Muré | 2018-08-23 |
* | cache: lock the repo with a pid file; automatic cleaning | Michael Muré | 2018-08-21 |