aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* webui: Add Label gql fragmentAmine Hilaly2019-05-225-60/+55
|
* Webui: use grahql response to create labels colorsAmine Hilaly2019-05-225-70/+96
|
* Update grpahql testsAmine Hilaly2019-05-221-4/+25
|
* Regen graphql with gqlgen 0.9.0Amine Hilaly2019-05-221-16/+30
|
* graphql: expose label colorludovicm672019-05-227-50/+432
|
* core: use RBGA color from image/colorludovicm672019-05-222-44/+39
|
* core: rename Color to RGBColorludovicm672019-05-222-78/+54
|
* test: add some tests for label colorludovicm672019-05-221-0/+60
|
* core: format and add some comments for color labelludovicm672019-05-221-21/+23
|
* core: add color for labelludovicm672019-05-221-0/+40
|
* Merge pull request #148 from MichaelMure/sandhose/webui-update-depsMichael Muré2019-05-2214-358/+458
|\ | | | | Updates WebUI dependencies & rework the bug list pagination
| * webui: Bump dependenciesQuentin Gliech2019-05-222-30/+32
| |
| * webui: Rework paginationQuentin Gliech2019-05-224-155/+237
| |
| * webui: Migrate to Material-UI's new style APIQuentin Gliech2019-05-2210-173/+189
|/
* Merge pull request #145 from ↵Michael Muré2019-05-212-4/+4
|\ | | | | | | | | 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
| * build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4dependabot[bot]2019-05-212-4/+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>
* | Merge pull request #144 from ↵Michael Muré2019-05-211-2/+2
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/skratchdot/open-golang-79abb63 build(deps): bump github.com/skratchdot/open-golang from `75fb7ed` to `79abb63`
| * | build(deps): bump github.com/skratchdot/open-golangdependabot[bot]2019-05-211-2/+2
| |/ | | | | | | | | | | | | 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>
* | Merge pull request #139 from ↵Michael Muré2019-05-212-12/+4
|\ \ | | | | | | | | | | | | 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
| * | build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2dependabot[bot]2019-05-212-12/+4
| |/ | | | | | | | | | | | | 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>
* | Merge pull request #136 from ↵Michael Muré2019-05-211-2/+2
|\ \ | |/ |/| | | | | MichaelMure/dependabot/dep/github.com/shurcooL/vfsgen-6a9ea43 build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`
| * build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`dependabot[bot]2019-05-211-2/+2
|/ | | | | | | 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>
* Merge pull request #134 from A-Hilaly/gqlgenMichael Muré2019-05-1532-644/+1197
|\ | | | | Upgrade gqlgen version to v0.9.0
| * Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-1511-523/+642
| |
| * Upgrade gqlgen version to v0.9.0Amine Hilaly2019-05-1521-121/+555
|/
* Merge pull request #133 from zYeoman/patch-1Michael Muré2019-05-141-2/+3
|\ | | | | commands: ls fix CJK characters out of alignment
| * commands: ls fix CJK characters out of alignmentYongwen Zhuang2019-05-141-2/+3
|/ | | #85
* text: fix escape sequence disapearing at the end of a lineMichael Muré2019-05-102-1/+12
|
* readme: polishingMichael Muré2019-05-071-14/+21
|
* Merge pull request #131 from A-Hilaly/github-importMichael Muré2019-05-0621-389/+2183
|\ | | | | github: support for partial import and refactor into iterator/importer
| * Add unicode control characters test caseAmine Hilaly2019-05-0511-32/+1404
| | | | | | | | | | | | | | | | | | | | | | 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
| * Fix import bugAmine Hilaly2019-05-051-1/+1
| |
| * Add old importer comments in the iteratorAmine Hilaly2019-05-053-11/+33
| | | | | | | | | | Test operation authors Fix typo in test repo url
| * github: simplify and improve the import testMichael Muré2019-05-051-58/+25
| |
| * Improve naming and functions signaturesAmine Hilaly2019-05-054-171/+169
| | | | | | | | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given
| * Add ForceLabelChange functionalitiesAmine Hilaly2019-05-053-5/+60
| |
| * Add importer testsAmine Hilaly2019-05-058-305/+434
| | | | | | | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
| * Integrate iterator with importerAmine Hilaly2019-05-054-421/+222
| |
| * Add github iteratorAmine Hilaly2019-05-053-3/+453
|/ | | | | use `goto` in .Next* functions Update iterator.go
* commands: fix ls-id descriptionMichael Muré2019-05-041-1/+1
|
* readme: improve the bridge feature matrixMichael Muré2019-04-291-9/+7
|
* readme: use check marks instead of confusing fruitsMichael Muré2019-04-241-14/+14
|
* readme: add a apple/tomato captionMichael Muré2019-04-231-0/+3
|
* travis: enable go 1.12, build release with go 1.110.5.0Michael Muré2019-04-221-1/+3
|
* readme: add a feature matrix of the bridges implementationMichael Muré2019-04-211-0/+21
|
* termui: make bugTable only use the cache Easy pickMichael Muré2019-04-211-20/+35
| | | | fix #127
* Update architecture.mdMichael Muré2019-04-181-3/+2
|
* doc: add an architecture overviewMichael Muré2019-04-185-5/+108
|
* readme: update the documentation with the new identity workflowMichael Muré2019-04-181-0/+6
|
* move media in /miscMichael Muré2019-04-175-3/+3
|