Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve naming and functions signatures | Amine Hilaly | 2019-05-05 | 4 | -171/+169 |
| | | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given | ||||
* | Add ForceLabelChange functionalities | Amine Hilaly | 2019-05-05 | 3 | -5/+60 |
| | |||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 8 | -305/+434 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | Integrate iterator with importer | Amine Hilaly | 2019-05-05 | 4 | -421/+222 |
| | |||||
* | Add github iterator | Amine Hilaly | 2019-05-05 | 3 | -3/+453 |
| | | | | | use `goto` in .Next* functions Update iterator.go | ||||
* | commands: fix ls-id description | Michael Muré | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | readme: improve the bridge feature matrix | Michael Muré | 2019-04-29 | 1 | -9/+7 |
| | |||||
* | readme: use check marks instead of confusing fruits | Michael Muré | 2019-04-24 | 1 | -14/+14 |
| | |||||
* | readme: add a apple/tomato caption | Michael Muré | 2019-04-23 | 1 | -0/+3 |
| | |||||
* | travis: enable go 1.12, build release with go 1.110.5.0 | Michael Muré | 2019-04-22 | 1 | -1/+3 |
| | |||||
* | readme: add a feature matrix of the bridges implementation | Michael Muré | 2019-04-21 | 1 | -0/+21 |
| | |||||
* | termui: make bugTable only use the cache Easy pick | Michael Muré | 2019-04-21 | 1 | -20/+35 |
| | | | | fix #127 | ||||
* | Update architecture.md | Michael Muré | 2019-04-18 | 1 | -3/+2 |
| | |||||
* | doc: add an architecture overview | Michael Muré | 2019-04-18 | 5 | -5/+108 |
| | |||||
* | readme: update the documentation with the new identity workflow | Michael Muré | 2019-04-18 | 1 | -0/+6 |
| | |||||
* | move media in /misc | Michael Muré | 2019-04-17 | 5 | -3/+3 |
| | |||||
* | bug: fix a potential crash with malformed data in EditCommentOperation | Michael Muré | 2019-04-17 | 1 | -9/+9 |
| | | | | | crashed with indexOutOfRange when the target of the op existed but wasn't a CreateOperation or a AddCommentOperation | ||||
* | bug: fix EditCommentOperation targeting the wrong comment | Michael Muré | 2019-04-14 | 2 | -10/+36 |
| | | | | fix #126 | ||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 7 | -11/+53 |
| | |||||
* | Merge pull request #125 from ludovicm67/patch-edit-no-selection | Michael Muré | 2019-04-11 | 1 | -0/+4 |
|\ | | | | | termui: fix bug when trying to edit without selection | ||||
| * | termui: fix bug when trying to edit without selection | ludovicm67 | 2019-04-10 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #124 from ludovicm67/feat-valid-labels | Michael Muré | 2019-04-10 | 3 | -45/+105 |
|\ \ | |/ |/| | graphql: expose valid labels | ||||
| * | graphql: expose valid labels | ludovicm67 | 2019-04-10 | 3 | -45/+105 |
|/ | |||||
* | force a version of golang.org/x/tools due to an incompatibility with gqlgen | Michael Muré | 2019-04-10 | 38 | -11453/+14950 |
| | |||||
* | Merge pull request #123 from A-Hilaly/graphql | Michael Muré | 2019-04-10 | 125 | -10465/+15684 |
|\ | | | | | Upgrade gqlgen version to 0.8.3 | ||||
| * | drop go 1.8 support | Amine Hilaly | 2019-04-09 | 7 | -22/+20 |
| | | |||||
| * | Update Gopkg.* | Amine Hilaly | 2019-04-09 | 105 | -4996/+10079 |
| | | |||||
| * | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 14 | -5447/+5585 |
|/ | |||||
* | Merge pull request #122 from A-Hilaly/command-ls-show | Michael Muré | 2019-04-05 | 2 | -14/+57 |
|\ | | | | | integrate actors and participant filters into ls and show commands | ||||
| * | integrate actors and participant filters into ls and show commands | Amine Hilaly | 2019-04-05 | 2 | -14/+57 |
|/ | |||||
* | Merge pull request #121 from A-Hilaly/query-humanid | Michael Muré | 2019-04-05 | 3 | -8/+12 |
|\ | | | | | Support matching identities with ID and truncated ID | ||||
| * | implement identityExcerpt match method and integrate it into filters | Amine Hilaly | 2019-04-05 | 3 | -12/+12 |
| | | | | | | | | Update docs | ||||
| * | Support query with identity ID and truncated ID | Amine Hilaly | 2019-04-05 | 1 | -1/+5 |
| | | |||||
* | | doc: fix typos | Michael Muré | 2019-04-05 | 1 | -6/+6 |
|/ | |||||
* | graphql: fix test indentation | Michael Muré | 2019-04-05 | 1 | -17/+18 |
| | |||||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 | 9 | -172/+469 |
| | |||||
* | Merge pull request #117 from A-Hilaly/bug-participants | Michael Muré | 2019-04-05 | 17 | -38/+376 |
|\ | | | | | Implement participants and actors functionalities | ||||
| * | improve docs | Amine Hilaly | 2019-04-05 | 2 | -7/+7 |
| | | |||||
| * | 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 | 17 | -38/+368 |
|/ | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 | 4 | -1/+45 |
| | | | | individually | ||||
* | commands: add "show --field humanId" | Michael Muré | 2019-04-03 | 3 | -3/+5 |
| | |||||
* | commands: fix labels no showing properly in "git bug show <id> -f labels" | Michael Muré | 2019-04-03 | 1 | -2/+5 |
| | | | | fix #119 | ||||
* | cache: add a push/pull test | Michael Muré | 2019-04-02 | 2 | -0/+76 |
| | |||||
* | Merge pull request #116 from sladyn98/fixlabelquery | Michael Muré | 2019-04-01 | 1 | -1/+1 |
|\ | | | | | cache/filter.go: Fix query match for --label | ||||
| * | 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 | ||||
* | | update generated files | Michael Muré | 2019-04-01 | 32 | -32/+32 |
| | | |||||
* | | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 26 | -130/+1121 |
| | | |||||
* | | webui: pack it | Michael Muré | 2019-03-31 | 1 | -33/+33 |
| | | |||||
* | | Merge pull request #104 from MichaelMure/sandhose/webui-timeline | Michael Muré | 2019-03-31 | 8 | -76/+110 |
|\ \ | | | | | | | Use Timeline API instead of raw operations |