ludovicm67
d156f41d99
core: use RBGA color from image/color
2019-05-22 20:22:35 +02:00
ludovicm67
9839d8bc00
core: rename Color to RGBColor
2019-05-22 20:22:35 +02:00
ludovicm67
e3ce535705
test: add some tests for label color
2019-05-22 20:22:35 +02:00
ludovicm67
1d94fd1b31
core: format and add some comments for color label
2019-05-22 20:22:34 +02:00
ludovicm67
93bed322fa
core: add color for label
2019-05-22 20:22:33 +02:00
Michael Muré
e781d6c7fe
Merge pull request #148 from MichaelMure/sandhose/webui-update-deps
...
Updates WebUI dependencies & rework the bug list pagination
2019-05-22 20:09:29 +02:00
Quentin Gliech
a43c7ea1c8
webui: Bump dependencies
2019-05-22 19:59:33 +02:00
Quentin Gliech
51ca8527dc
webui: Rework pagination
2019-05-22 19:52:01 +02:00
Quentin Gliech
d79ef7a794
webui: Migrate to Material-UI's new style API
2019-05-22 19:52:01 +02:00
Michael Muré
1a7ccd594a
Merge pull request #145 from MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.4
...
build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
2019-05-21 14:15:33 +02:00
Michael Muré
150f79c4d1
Merge pull request #144 from MichaelMure/dependabot/dep/github.com/skratchdot/open-golang-79abb63
...
build(deps): bump github.com/skratchdot/open-golang from `75fb7ed` to `79abb63`
2019-05-21 14:09:44 +02:00
Michael Muré
dec5c40e9f
Merge pull request #139 from MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.2
...
build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2
2019-05-21 14:08:19 +02:00
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]
13002c521d
build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v0.0.3...v0.0.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-21 11:39:36 +00:00
dependabot[bot]
17a837debe
build(deps): bump github.com/skratchdot/open-golang
...
Bumps [github.com/skratchdot/open-golang](https://github.com/skratchdot/open-golang ) from `75fb7ed` to `79abb63`.
- [Release notes](https://github.com/skratchdot/open-golang/releases )
- [Commits](75fb7ed420...79abb63cd6
)
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-21 11:37:43 +00:00
dependabot[bot]
ed2ccec704
build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2
...
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux ) from 1.6.2 to 1.7.2.
- [Release notes](https://github.com/gorilla/mux/releases )
- [Commits](https://github.com/gorilla/mux/compare/v1.6.2...v1.7.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-21 11:34:27 +00: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