Commit Graph

629 Commits

Author SHA1 Message Date
Michael Muré
fce0dbaf3c
Merge pull request #136 from MichaelMure/dependabot/dep/github.com/shurcooL/vfsgen-6a9ea43
build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`
2019-05-21 14:04:20 +02:00
dependabot[bot]
2a9b9059ad
build(deps): bump github.com/shurcooL/vfsgen from 62bca83 to 6a9ea43
Bumps [github.com/shurcooL/vfsgen](https://github.com/shurcooL/vfsgen) from `62bca83` to `6a9ea43`.
- [Release notes](https://github.com/shurcooL/vfsgen/releases)
- [Commits](62bca832be...6a9ea43bca)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-21 11:32:11 +00:00
Michael Muré
22f435bd2a
Merge pull request #134 from A-Hilaly/gqlgen
Upgrade gqlgen version to v0.9.0
2019-05-15 18:20:54 +02:00
Amine Hilaly
8bab279114 Update graphql package to support gqlgen 0.9.0 2019-05-15 16:57:30 +02:00
Amine Hilaly
6949d6c543 Upgrade gqlgen version to v0.9.0 2019-05-15 15:04:57 +02:00
Michael Muré
97476ff5fa
Merge pull request #133 from zYeoman/patch-1
commands: ls fix CJK characters out of alignment
2019-05-14 17:11:26 +02:00
Yongwen Zhuang
5f0123d138
commands: ls fix CJK characters out of alignment
#85
2019-05-14 23:01:49 +08:00
Michael Muré
606a66dd6d
text: fix escape sequence disapearing at the end of a line 2019-05-10 00:45:36 +02:00
Michael Muré
239646f3ef
readme: polishing 2019-05-07 13:24:30 +02:00
Michael Muré
33c1c79a55
Merge pull request #131 from A-Hilaly/github-import
github: support for partial import and refactor into iterator/importer
2019-05-06 00:14:14 +02:00
Amine Hilaly
2e17f37175 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
2019-05-05 18:16:10 +02:00
Amine Hilaly
537eddb978 Fix import bug 2019-05-05 18:16:10 +02:00
Amine Hilaly
7d02963372 Add old importer comments in the iterator
Test operation authors
Fix typo in test repo url
2019-05-05 18:16:10 +02:00
Michael Muré
eec17050f1 github: simplify and improve the import test 2019-05-05 18:16:10 +02:00
Amine Hilaly
390ca86724 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
2019-05-05 18:16:10 +02:00
Amine Hilaly
f7ea3421ca Add ForceLabelChange functionalities 2019-05-05 18:16:10 +02:00
Amine Hilaly
0d976f66e8 Add importer tests
Changes to Importer and exporter interface
Improve importer
Fix extra edits bug
2019-05-05 18:16:10 +02:00
Amine Hilaly
3bcaa35b5d Integrate iterator with importer 2019-05-05 18:16:10 +02:00
Amine Hilaly
c8ad4dbfd9 Add github iterator
use `goto` in .Next* functions
Update iterator.go
2019-05-05 18:16:10 +02:00
Michael Muré
c0c8b11549 commands: fix ls-id description 2019-05-04 19:55:22 +02:00
Michael Muré
eb4946743a
readme: improve the bridge feature matrix 2019-04-29 11:52:16 +02:00
Michael Muré
3bc5e6d503
readme: use check marks instead of confusing fruits 2019-04-24 10:25:31 +02:00
Michael Muré
015a3b2eb3
readme: add a apple/tomato caption 2019-04-23 15:10:46 +02:00
Michael Muré
8d7a2c076a
travis: enable go 1.12, build release with go 1.11 2019-04-22 01:26:01 +02:00
Michael Muré
5be164c439
readme: add a feature matrix of the bridges implementation 2019-04-21 15:31:54 +02:00
Michael Muré
b76357a5b1
termui: make bugTable only use the cache Easy pick
fix #127
2019-04-21 00:55:39 +02:00
Michael Muré
ae7cf0b9d9
Update architecture.md 2019-04-18 14:14:37 +02:00
Michael Muré
cc3a21acb6 doc: add an architecture overview 2019-04-18 02:48:27 +02:00
Michael Muré
5dd9d24803 readme: update the documentation with the new identity workflow 2019-04-18 02:44:52 +02:00
Michael Muré
790c1e4b82 move media in /misc 2019-04-17 20:27:33 +02:00
Michael Muré
ef84fda0d4
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
2019-04-17 18:27:55 +02:00
Michael Muré
d862575d80
bug: fix EditCommentOperation targeting the wrong comment
fix #126
2019-04-14 14:12:44 +02:00
Michael Muré
5eeeae7cdf
commands: fix ls not displaying the new Identities properly 2019-04-11 20:04:44 +02:00
Michael Muré
4fac4abbcd
Merge pull request #125 from ludovicm67/patch-edit-no-selection
termui: fix bug when trying to edit without selection
2019-04-11 13:24:03 +02:00
ludovicm67
ff686e6d5b
termui: fix bug when trying to edit without selection 2019-04-10 23:53:10 +02:00
Michael Muré
5db2ddcbe8
Merge pull request #124 from ludovicm67/feat-valid-labels
graphql: expose valid labels
2019-04-10 23:35:23 +02:00
ludovicm67
14461060b7
graphql: expose valid labels 2019-04-10 22:36:34 +02:00
Michael Muré
0e53d2555e force a version of golang.org/x/tools due to an incompatibility with gqlgen 2019-04-10 20:30:34 +02:00
Michael Muré
9722d7c9ec
Merge pull request #123 from A-Hilaly/graphql
Upgrade gqlgen version to 0.8.3
2019-04-10 01:48:53 +02:00
Amine Hilaly
4d14cadde4 drop go 1.8 support 2019-04-09 21:56:56 +02:00
Amine Hilaly
26b5343e21 Update Gopkg.* 2019-04-09 21:45:24 +02:00
Amine Hilaly
6e8496f4c1 Support gqlgen v0.8.3 2019-04-09 17:43:17 +02:00
Michael Muré
30efc99f44
Merge pull request #122 from A-Hilaly/command-ls-show
integrate actors and participant filters into ls and show commands
2019-04-05 19:04:13 +02:00
Amine Hilaly
14ce66f0dd integrate actors and participant filters into ls and show commands 2019-04-05 17:18:47 +02:00
Michael Muré
16d2b92f05
Merge pull request #121 from A-Hilaly/query-humanid
Support matching identities with ID and truncated ID
2019-04-05 17:00:41 +02:00
Amine Hilaly
1d00ded250 implement identityExcerpt match method and integrate it into filters
Update docs
2019-04-05 16:56:08 +02:00
Michael Muré
4184beaf55 doc: fix typos 2019-04-05 16:51:19 +02:00
Amine Hilaly
98169d5ad1 Support query with identity ID and truncated ID 2019-04-05 15:29:14 +02:00
Michael Muré
5733178aba
graphql: fix test indentation 2019-04-05 01:15:52 +02:00
Michael Muré
e027d5ee65
graphql: make Bug's actors and participants a connection 2019-04-05 01:13:17 +02:00