aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_excerpt.go
Commit message (Collapse)AuthorAgeFilesLines
* cache: fix missing login in LegacyAuthorExcerpt causing panicMichael Muré2020-03-051-1/+2
|
* identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-251-2/+13
| | | | informational)
* more more wipMichael Muré2020-02-081-15/+3
|
* cache: don't store legacy identities IDs in bug excerpt as they are not ↵Michael Muré2020-02-031-6/+10
| | | | reachable. Fix a panic
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-10/+6
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-3/+4
|
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-111-0/+14
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-4/+18
| | | | | | | | 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-021-4/+21
|
* Made requested changesSladyn2019-03-021-23/+6
| | | | Made changes to the doc files and remaining areas which required updation.
* ls.go:`git bug ls` should be fasterSladyn2019-03-021-2/+6
| | | | | | | | 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-011-0/+4
|
* identity: some UX cleanupMichael Muré2019-03-011-5/+5
|
* identity: working identity cacheMichael Muré2019-03-011-5/+30
|
* identity: wip cachingMichael Muré2019-03-011-14/+6
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-6/+12
|
* identity: more progress and fixesMichael Muré2019-03-011-1/+1
|
* WIP identity in gitMichael Muré2019-03-011-1/+3
|
* cache: also index the first op metadataMichael Muré2018-10-011-0/+3
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
|
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-101-1/+1
| | | | fix #37
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-091-4/+18
|
* BugExcerpt: also store bug labelsMichael Muré2018-09-091-0/+2
|
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-2/+2
|
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-1/+8
|
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-231-0/+92
sorting and retrieval