Commit log
8c26346
Merge pull request #149 from MichaelMure/sandhose/authored
Click to expand commit body
graphql: Implement `Authored` whenever possible
Michael Muré
created
6 years ago
356d1b4
webui: Render markdown
Quentin Gliech
created
6 years ago
1c2ee10
graphql: Implement `Authored` whenever possible
Click to expand commit body
webui: Use a fragment for Authored nodes
Quentin Gliech
created
6 years ago
6e20bf0
Merge pull request #113 from ludovicm67/patch-colors
Click to expand commit body
bug: add label color directly in the core
Michael Muré
created
6 years ago
485ca59
vendor: update dependencies
Michael Muré
created
6 years ago
aa6247c
webui: Add Label gql fragment
Amine Hilaly
created
6 years ago
511ef01
Webui: use grahql response to create labels colors
Amine Hilaly
created
6 years ago
af8216c
Update grpahql tests
Amine Hilaly
created
6 years ago
24c3e1f
Regen graphql with gqlgen 0.9.0
Amine Hilaly
created
6 years ago
9adf6de
graphql: expose label color
ludovicm67
created
6 years ago
d156f41
core: use RBGA color from image/color
ludovicm67
created
6 years ago
9839d8b
core: rename Color to RGBColor
ludovicm67
created
6 years ago
e3ce535
test: add some tests for label color
ludovicm67
created
6 years ago
1d94fd1
core: format and add some comments for color label
ludovicm67
created
6 years ago
93bed32
core: add color for label
ludovicm67
created
6 years ago
e781d6c
Merge pull request #148 from MichaelMure/sandhose/webui-update-deps
Click to expand commit body
Updates WebUI dependencies & rework the bug list pagination
Michael Muré
created
6 years ago
a43c7ea
webui: Bump dependencies
Quentin Gliech
created
6 years ago
51ca852
webui: Rework pagination
Quentin Gliech
created
6 years ago
d79ef7a
webui: Migrate to Material-UI's new style API
Quentin Gliech
created
6 years ago
1a7ccd5
Merge pull request #145 from MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.4
Click to expand commit body
build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
Michael Muré
created
6 years ago
150f79c
Merge pull request #144 from MichaelMure/dependabot/dep/github.com/skratchdot/open-golang-79abb63
Click to expand commit body
build(deps): bump github.com/skratchdot/open-golang from `75fb7ed` to `79abb63`
Michael Muré
created
6 years ago
dec5c40
Merge pull request #139 from MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.2
Click to expand commit body
build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2
Michael Muré
created
6 years ago
fce0dba
Merge pull request #136 from MichaelMure/dependabot/dep/github.com/shurcooL/vfsgen-6a9ea43
Click to expand commit body
build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`
Michael Muré
created
6 years ago
13002c5
build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
Click to expand commit body
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>
dependabot[bot]
created
6 years ago
17a837d
build(deps): bump github.com/skratchdot/open-golang
Click to expand commit body
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](https://github.com/skratchdot/open-golang/compare/75fb7ed4208cf72d323d7d02fd1a5964a7a9073c...79abb63cd66e41cb1473e26d11ebdcd68b04c8e5)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot]
created
6 years ago
ed2ccec
build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2
Click to expand commit body
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>
dependabot[bot]
created
6 years ago
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
Page 32 of 45