Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 1 | -11/+1 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -1/+1 |
| | | | | | | - 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 stored | Michael Muré | 2020-07-28 | 1 | -8/+8 |
| | | | | fix #426 | ||||
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 | 1 | -6/+15 |
| | | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be. | ||||
* | cache: fix missing login in LegacyAuthorExcerpt causing panic | Michael Muré | 2020-03-05 | 1 | -1/+2 |
| | |||||
* | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 | 1 | -2/+13 |
| | | | | informational) | ||||
* | more more wip | Michael Muré | 2020-02-08 | 1 | -15/+3 |
| | |||||
* | cache: don't store legacy identities IDs in bug excerpt as they are not ↵ | Michael Muré | 2020-02-03 | 1 | -6/+10 |
| | | | | reachable. Fix a panic | ||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -10/+6 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -3/+4 |
| | |||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 1 | -0/+14 |
| | |||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -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. | Sladyn | 2019-03-02 | 1 | -4/+21 |
| | |||||
* | Made requested changes | Sladyn | 2019-03-02 | 1 | -23/+6 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | ls.go:`git bug ls` should be faster | Sladyn | 2019-03-02 | 1 | -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" command | Michael Muré | 2019-03-01 | 1 | -0/+4 |
| | |||||
* | identity: some UX cleanup | Michael Muré | 2019-03-01 | 1 | -5/+5 |
| | |||||
* | identity: working identity cache | Michael Muré | 2019-03-01 | 1 | -5/+30 |
| | |||||
* | identity: wip caching | Michael Muré | 2019-03-01 | 1 | -14/+6 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -6/+12 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -1/+3 |
| | |||||
* | cache: also index the first op metadata | Michael Muré | 2018-10-01 | 1 | -0/+3 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | bug: ensure that OpBase field are public and properly serialized | Michael Muré | 2018-09-10 | 1 | -1/+1 |
| | | | | fix #37 | ||||
* | cache: combine sorting and filtering into a query with its micro-DSL | Michael Muré | 2018-09-09 | 1 | -4/+18 |
| | |||||
* | BugExcerpt: also store bug labels | Michael Muré | 2018-09-09 | 1 | -0/+2 |
| | |||||
* | cache: provide sorted (id, creation, edit) list of bugs | Michael Muré | 2018-09-02 | 1 | -2/+2 |
| | |||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 1 | -1/+8 |
| | |||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 1 | -0/+92 |
sorting and retrieval |