aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* commands: ls fix CJK characters out of alignmentYongwen Zhuang2019-05-141-2/+3
| | | #85
* text: fix escape sequence disapearing at the end of a lineMichael Muré2019-05-102-1/+12
|
* readme: polishingMichael Muré2019-05-071-14/+21
|
* Merge pull request #131 from A-Hilaly/github-importMichael Muré2019-05-0621-389/+2183
|\ | | | | github: support for partial import and refactor into iterator/importer
| * Add unicode control characters test caseAmine Hilaly2019-05-0511-32/+1404
| | | | | | | | | | | | | | | | | | | | | | Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic
| * Fix import bugAmine Hilaly2019-05-051-1/+1
| |
| * Add old importer comments in the iteratorAmine Hilaly2019-05-053-11/+33
| | | | | | | | | | Test operation authors Fix typo in test repo url
| * github: simplify and improve the import testMichael Muré2019-05-051-58/+25
| |
| * Improve naming and functions signaturesAmine Hilaly2019-05-054-171/+169
| | | | | | | | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given
| * Add ForceLabelChange functionalitiesAmine Hilaly2019-05-053-5/+60
| |
| * Add importer testsAmine Hilaly2019-05-058-305/+434
| | | | | | | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
| * Integrate iterator with importerAmine Hilaly2019-05-054-421/+222
| |
| * Add github iteratorAmine Hilaly2019-05-053-3/+453
|/ | | | | use `goto` in .Next* functions Update iterator.go
* commands: fix ls-id descriptionMichael Muré2019-05-041-1/+1
|
* readme: improve the bridge feature matrixMichael Muré2019-04-291-9/+7
|
* readme: use check marks instead of confusing fruitsMichael Muré2019-04-241-14/+14
|
* readme: add a apple/tomato captionMichael Muré2019-04-231-0/+3
|
* travis: enable go 1.12, build release with go 1.110.5.0Michael Muré2019-04-221-1/+3
|
* readme: add a feature matrix of the bridges implementationMichael Muré2019-04-211-0/+21
|
* termui: make bugTable only use the cache Easy pickMichael Muré2019-04-211-20/+35
| | | | fix #127
* Update architecture.mdMichael Muré2019-04-181-3/+2
|
* doc: add an architecture overviewMichael Muré2019-04-185-5/+108
|
* readme: update the documentation with the new identity workflowMichael Muré2019-04-181-0/+6
|
* move media in /miscMichael Muré2019-04-175-3/+3
|
* bug: fix a potential crash with malformed data in EditCommentOperationMichael Muré2019-04-171-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 commentMichael Muré2019-04-142-10/+36
| | | | fix #126
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-117-11/+53
|
* Merge pull request #125 from ludovicm67/patch-edit-no-selectionMichael Muré2019-04-111-0/+4
|\ | | | | termui: fix bug when trying to edit without selection
| * termui: fix bug when trying to edit without selectionludovicm672019-04-101-0/+4
| |
* | Merge pull request #124 from ludovicm67/feat-valid-labelsMichael Muré2019-04-103-45/+105
|\ \ | |/ |/| graphql: expose valid labels
| * graphql: expose valid labelsludovicm672019-04-103-45/+105
|/
* force a version of golang.org/x/tools due to an incompatibility with gqlgenMichael Muré2019-04-1038-11453/+14950
|
* Merge pull request #123 from A-Hilaly/graphqlMichael Muré2019-04-10125-10465/+15684
|\ | | | | Upgrade gqlgen version to 0.8.3
| * drop go 1.8 supportAmine Hilaly2019-04-097-22/+20
| |
| * Update Gopkg.*Amine Hilaly2019-04-09105-4996/+10079
| |
| * Support gqlgen v0.8.3Amine Hilaly2019-04-0914-5447/+5585
|/
* Merge pull request #122 from A-Hilaly/command-ls-showMichael Muré2019-04-052-14/+57
|\ | | | | integrate actors and participant filters into ls and show commands
| * integrate actors and participant filters into ls and show commandsAmine Hilaly2019-04-052-14/+57
|/
* Merge pull request #121 from A-Hilaly/query-humanidMichael Muré2019-04-053-8/+12
|\ | | | | Support matching identities with ID and truncated ID
| * implement identityExcerpt match method and integrate it into filtersAmine Hilaly2019-04-053-12/+12
| | | | | | | | Update docs
| * Support query with identity ID and truncated IDAmine Hilaly2019-04-051-1/+5
| |
* | doc: fix typosMichael Muré2019-04-051-6/+6
|/
* graphql: fix test indentationMichael Muré2019-04-051-17/+18
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-059-172/+469
|
* Merge pull request #117 from A-Hilaly/bug-participantsMichael Muré2019-04-0517-38/+376
|\ | | | | Implement participants and actors functionalities
| * improve docsAmine Hilaly2019-04-052-7/+7
| |
| * Improve actor/participant query filtersAmine Hilaly2019-04-041-18/+26
| | | | | | | | Lower case identity login
| * Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-0417-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-034-1/+45
| | | | individually
* commands: add "show --field humanId"Michael Muré2019-04-033-3/+5
|