| Commit message (Expand) | Author | Age |
* | core: make label a common type, in a similar fashion as for status (#1252) | Michael Muré | 2024-08-25 |
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 |
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 |
* | WIP | Michael Muré | 2022-11-28 |
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 |
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 |
* | cache: fix empty actors/participants in the index | Michael Muré | 2021-04-22 |
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 |
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 |
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 |
* | cache: fix BugExcerpt's timestamp not properly stored | Michael Muré | 2020-07-28 |
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 |
* | cache: fix missing login in LegacyAuthorExcerpt causing panic | Michael Muré | 2020-03-05 |
* | identity: bring back the login to hold that info from bridges (purely informa... | Michael Muré | 2020-02-25 |
* | more more wip | Michael Muré | 2020-02-08 |
* | cache: don't store legacy identities IDs in bug excerpt as they are not reach... | Michael Muré | 2020-02-03 |
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 |
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 |
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 |
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 |
* | Rebased and updated. | Sladyn | 2019-03-02 |
* | Made requested changes | Sladyn | 2019-03-02 |
* | ls.go:`git bug ls` should be faster | Sladyn | 2019-03-02 |
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 |
* | identity: some UX cleanup | Michael Muré | 2019-03-01 |
* | identity: working identity cache | Michael Muré | 2019-03-01 |
* | identity: wip caching | 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 |
* | cache: also index the first op metadata | Michael Muré | 2018-10-01 |
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 |
* | bug: ensure that OpBase field are public and properly serialized | Michael Muré | 2018-09-10 |
* | cache: combine sorting and filtering into a query with its micro-DSL | Michael Muré | 2018-09-09 |
* | BugExcerpt: also store bug labels | Michael Muré | 2018-09-09 |
* | cache: provide sorted (id, creation, edit) list of bugs | Michael Muré | 2018-09-02 |
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 |
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient sort... | Michael Muré | 2018-08-23 |