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