Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve docs | Amine Hilaly | 2019-04-05 | 1 | -6/+6 |
| | |||||
* | Improve actor/participant query filters | Amine Hilaly | 2019-04-04 | 1 | -18/+26 |
| | | | | Lower case identity login | ||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 4 | -10/+79 |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||||
* | cache: add a push/pull test | Michael Muré | 2019-04-02 | 2 | -0/+76 |
| | |||||
* | cache/filter.go: Fix and match for labels | Sladyn | 2019-03-31 | 1 | -1/+1 |
| | | | | | | | Fixed filter query for multiple labels from `OR` to `AND` according to github conventions. Fixed https://github.com/MichaelMure/git-bug/issues/115 | ||||
* | cache: properly push/pull identities and bugs | Michael Muré | 2019-03-27 | 1 | -14/+46 |
| | |||||
* | cache: add basic unit testing | Michael Muré | 2019-03-25 | 2 | -0/+114 |
| | |||||
* | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 2 | -3/+40 |
| | |||||
* | Commit to chane the description of function | Sladyn | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Rebased and updated. | Sladyn | 2019-03-02 | 3 | -15/+23 |
| | |||||
* | Rectified Tests | Sladyn | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | Fixed filter.go | Sladyn | 2019-03-02 | 1 | -5/+1 |
| | | | GolangCI complained about an if return else return statement which is fixed in this commit. | ||||
* | Made requested changes | Sladyn | 2019-03-02 | 3 | -23/+13 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | ls.go:`git bug ls` should be faster | Sladyn | 2019-03-02 | 3 | -2/+31 |
| | | | | | | | | 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 | ||||
* | cache: better API to access excerpts | Michael Muré | 2019-03-01 | 1 | -12/+20 |
| | |||||
* | identity: another round of cleanups | Michael Muré | 2019-03-01 | 1 | -4/+0 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 3 | -3/+39 |
| | |||||
* | cache: fix ResolveIdentityImmutableMetadata byt storing metadata in ↵ | Michael Muré | 2019-03-01 | 2 | -7/+9 |
| | | | | IdentityExcerpt | ||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 1 | -34/+34 |
| | |||||
* | identity: some UX cleanup | Michael Muré | 2019-03-01 | 2 | -6/+6 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: working identity cache | Michael Muré | 2019-03-01 | 4 | -31/+202 |
| | |||||
* | identity: wip caching | Michael Muré | 2019-03-01 | 5 | -41/+133 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 3 | -36/+96 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 2 | -7/+7 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -4/+1 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 4 | -14/+25 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 3 | -45/+98 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -1/+71 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 3 | -15/+20 |
| | |||||
* | cache: fix unhandled error | Michael Muré | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | cache: output the build info message on stderr to avoid breaking scripts | Michael Muré | 2019-02-20 | 1 | -2/+2 |
| | |||||
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 | 2 | -1/+72 |
| | |||||
* | bug: in op convenience function, return the new op to be able to set ↵ | Michael Muré | 2018-10-01 | 2 | -15/+57 |
| | | | | metadata later | ||||
* | cache: also index the first op metadata | Michael Muré | 2018-10-01 | 1 | -0/+3 |
| | |||||
* | add documentation | Michael Muré | 2018-10-01 | 1 | -0/+3 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 2 | -10/+8 |
| | |||||
* | cache: add raw edit functions to allow setting up the author, the timestamp ↵ | Michael Muré | 2018-09-25 | 2 | -11/+41 |
| | | | | and the metadatas | ||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -0/+7 |
| | |||||
* | repo: add functions to read/write git config | Michael Muré | 2018-09-24 | 1 | -0/+8 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 2 | -8/+22 |
| | |||||
* | commands: add a "ls-labels" command that output valid labels | Michael Muré | 2018-09-21 | 1 | -0/+30 |
| | |||||
* | cache: relay early the merge events | Michael Muré | 2018-09-19 | 1 | -4/+2 |
| | |||||
* | cache: don't ignore error when building the cache | Michael Muré | 2018-09-18 | 1 | -2/+10 |
| | |||||
* | commands: add a package to handle implicit bug selection | Michael Muré | 2018-09-18 | 2 | -0/+8 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+3 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -4/+16 |
| | |||||
* | cache: attempt to future-proof the cache file | Michael Muré | 2018-09-13 | 2 | -23/+36 |
| | |||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -7/+10 |
| |