summaryrefslogtreecommitdiffstatshomepage
path: root/cache/bug_excerpt.go
Commit message (Collapse)AuthorAge
* core: make label a common type, in a similar fashion as for status (#1252)Michael Muré2024-08-25
| | | This will be useful for Board, and likely code review support later
* feat: update references to the git-bug organization (#1249)sudoforge2024-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
* cache: tie up the refactor up to compilingMichael Muré2022-12-21
|
* WIPMichael Muré2022-11-28
|
* move bug.Status in entities/common for reuseMichael Muré2022-08-20
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
|
* cache: fix empty actors/participants in the indexMichael Muré2021-04-22
|
* bug: migrate to the DAG entity structure!Michael Muré2021-02-14
|
* identity: remove support for legacy identityMichael Muré2020-10-04
|
* cache,bug,identity: structural changeMichael 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
* cache: fix BugExcerpt's timestamp not properly storedMichael Muré2020-07-28
| | | | fix #426
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-25
| | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.
* cache: fix missing login in LegacyAuthorExcerpt causing panicMichael Muré2020-03-05
|
* identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-25
| | | | informational)
* more more wipMichael Muré2020-02-08
|
* cache: don't store legacy identities IDs in bug excerpt as they are not ↵Michael Muré2020-02-03
| | | | reachable. Fix a panic
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-12
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-11
|
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-11
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-04
| | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
* Rebased and updated.Sladyn2019-03-02
|
* Made requested changesSladyn2019-03-02
| | | | Made changes to the doc files and remaining areas which required updation.
* ls.go:`git bug ls` should be fasterSladyn2019-03-02
| | | | | | | | Added `Title` to BugExcerpt Added `TitleFilter` to `filter.go` Used BugExcerpt in `ls` command to improve performance. Closes https://github.com/MichaelMure/git-bug/issues/98
* commands: add a super-fast "user ls" commandMichael Muré2019-03-01
|
* identity: some UX cleanupMichael Muré2019-03-01
|
* identity: working identity cacheMichael Muré2019-03-01
|
* identity: wip cachingMichael Muré2019-03-01
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-01
|
* identity: more progress and fixesMichael Muré2019-03-01
|
* WIP identity in gitMichael Muré2019-03-01
|
* cache: also index the first op metadataMichael Muré2018-10-01
|
* reorganize package for a more idomatic goMichael Muré2018-09-11
|
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-10
| | | | fix #37
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-09
|
* BugExcerpt: also store bug labelsMichael Muré2018-09-09
|
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-02
|
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-23
|
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-23
sorting and retrieval