22f435b
Merge pull request #134 from A-Hilaly/gqlgen
Click to expand commit body
Upgrade gqlgen version to v0.9.0
Michael Muré created
22f435b
Merge pull request #134 from A-Hilaly/gqlgen
Upgrade gqlgen version to v0.9.0
Michael Muré created
8bab279
Update graphql package to support gqlgen 0.9.0
Amine Hilaly created
6949d6c
Upgrade gqlgen version to v0.9.0
Amine Hilaly created
97476ff
Merge pull request #133 from zYeoman/patch-1
commands: ls fix CJK characters out of alignment
Michael Muré created
5f0123d
commands: ls fix CJK characters out of alignment
#85
Yongwen Zhuang created
606a66d
text: fix escape sequence disapearing at the end of a line
Michael Muré created
239646f
readme: polishing
Michael Muré created
33c1c79
Merge pull request #131 from A-Hilaly/github-import
github: support for partial import and refactor into iterator/importer
Michael Muré created
2e17f37
Add unicode control characters test case
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
Amine Hilaly created
537eddb
Fix import bug
Amine Hilaly created
7d02963
Add old importer comments in the iterator
Test operation authors Fix typo in test repo url
Amine Hilaly created
eec1705
github: simplify and improve the import test
Michael Muré created
390ca86
Improve naming and functions signatures
expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given
Amine Hilaly created
f7ea342
Add ForceLabelChange functionalities
Amine Hilaly created
0d976f6
Add importer tests
Changes to Importer and exporter interface Improve importer Fix extra edits bug
Amine Hilaly created
3bcaa35
Integrate iterator with importer
Amine Hilaly created
c8ad4db
Add github iterator
use `goto` in .Next* functions Update iterator.go
Amine Hilaly created
c0c8b11
commands: fix ls-id description
Michael Muré created
eb49467
readme: improve the bridge feature matrix
Michael Muré created
3bc5e6d
readme: use check marks instead of confusing fruits
Michael Muré created
015a3b2
readme: add a apple/tomato caption
Michael Muré created
8d7a2c0
travis: enable go 1.12, build release with go 1.11
Michael Muré created
5be164c
readme: add a feature matrix of the bridges implementation
Michael Muré created
b76357a
termui: make bugTable only use the cache Easy pick
fix #127
Michael Muré created
ae7cf0b
Update architecture.md
Michael Muré created
cc3a21a
doc: add an architecture overview
Michael Muré created
5dd9d24
readme: update the documentation with the new identity workflow
Michael Muré created
790c1e4
move media in /misc
Michael Muré created
ef84fda
bug: fix a potential crash with malformed data in EditCommentOperation
crashed with indexOutOfRange when the target of the op existed but wasn't a CreateOperation or a AddCommentOperation
Michael Muré created
d862575
bug: fix EditCommentOperation targeting the wrong comment
fix #126
Michael Muré created
5eeeae7
commands: fix ls not displaying the new Identities properly
Michael Muré created
4fac4ab
Merge pull request #125 from ludovicm67/patch-edit-no-selection
termui: fix bug when trying to edit without selection
Michael Muré created
ff686e6
termui: fix bug when trying to edit without selection
ludovicm67 created
5db2ddc
Merge pull request #124 from ludovicm67/feat-valid-labels
graphql: expose valid labels
Michael Muré created
1446106
graphql: expose valid labels
ludovicm67 created
0e53d25
force a version of golang.org/x/tools due to an incompatibility with gqlgen
Michael Muré created
9722d7c
Merge pull request #123 from A-Hilaly/graphql
Upgrade gqlgen version to 0.8.3
Michael Muré created
4d14cad
drop go 1.8 support
Amine Hilaly created
26b5343
Update Gopkg.*
Amine Hilaly created
6e8496f
Support gqlgen v0.8.3
Amine Hilaly created
30efc99
Merge pull request #122 from A-Hilaly/command-ls-show
integrate actors and participant filters into ls and show commands
Michael Muré created
14ce66f
integrate actors and participant filters into ls and show commands
Amine Hilaly created
16d2b92
Merge pull request #121 from A-Hilaly/query-humanid
Support matching identities with ID and truncated ID
Michael Muré created
1d00ded
implement identityExcerpt match method and integrate it into filters
Update docs
Amine Hilaly created
4184bea
doc: fix typos
Michael Muré created
98169d5
Support query with identity ID and truncated ID
Amine Hilaly created
5733178
graphql: fix test indentation
Michael Muré created
e027d5e
graphql: make Bug's actors and participants a connection
Michael Muré created
b9e413c
Merge pull request #117 from A-Hilaly/bug-participants
Implement participants and actors functionalities
Michael Muré created
57f0c2f
improve docs
Amine Hilaly created