aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* webui: stop using defaultRepositoryQuentin Gliech2020-02-1110-19/+16
|
* graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-114-73/+21
|
* webui: make travis run unit testsQuentin Gliech2020-02-111-0/+1
|
* webui: force import orderQuentin Gliech2020-02-1124-43/+77
|
* webui: typecheck remaining bug list componentsQuentin Gliech2020-02-118-77/+128
|
* webui: fix logo urlludovicm672020-02-111-1/+1
|
* webui: convert custom tags to TypeScriptludovicm672020-02-112-2/+5
|
* webui: convert more things to typescriptQuentin Gliech2020-02-1110-58/+79
|
* webui: convert bug list to typescriptQuentin Gliech2020-02-1110-139/+218
|
* webui: convert bug view to TypeScriptludovicm672020-02-1111-119/+97
|
* webui: generate TS types for graphql queriesQuentin Gliech2020-02-1113-185/+578
|
* webui: transform index and App to TypeScriptludovicm672020-02-116-3/+62
|
* webui: upgrade packages + add some typescript dependenciesludovicm672020-02-112-2620/+4844
|
* Merge pull request #317 from MichaelMure/bridges-improveMichael Muré2020-02-108-71/+140
|\ | | | | github/gitlab: many fixes and improvments at the config step
| * github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-108-71/+140
|/
* Merge pull request #316 from MichaelMure/lazy-graphqlMichael Muré2020-02-0935-1276/+1791
|\ | | | | graphql: use the cache in priority for fast browsing in the WebUI
| * use the handle-interfaces-implementing-interfaces of gqlgen to fix a ↵Michael Muré2020-02-093-3/+8
| | | | | | | | generation bug
| * cache: add proper locking to avoid concurrent accessMichael Muré2020-02-093-31/+123
| |
| * cleanups, docMichael Muré2020-02-092-66/+70
| |
| * graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-0933-1248/+1662
|/ | | | seconds
* Merge pull request #294 from MichaelMure/cred-metadataMichael Muré2020-02-0960-796/+786
|\ | | | | Cred metadata
| * bridge: fix 2 uncatched errorsMichael Muré2020-02-082-0/+6
| |
| * bridge: hopefully fix testsMichael Muré2020-02-082-0/+4
| |
| * bridge: fix wrong error usedMichael Muré2020-02-081-1/+1
| |
| * github: make sure to have a nameMichael Muré2020-02-081-0/+5
| |
| * fix tests ?Michael Muré2020-02-082-10/+10
| |
| * fix mergeMichael Muré2020-02-084-157/+9
| |
| * it compiles \o/Michael Muré2020-02-0824-94/+175
| |
| * gitlab also compileMichael Muré2020-02-0810-144/+113
| |
| * more more wipMichael Muré2020-02-0830-155/+313
| |
| * wipMichael Muré2020-02-088-84/+49
| |
| * more wipMichael Muré2020-02-081-1/+35
| |
| * cache: rework resolving of bugs, identityMichael Muré2020-02-081-42/+30
| |
| * identity: rework mutationMichael Muré2020-02-083-6/+33
| |
| * more wipMichael Muré2020-02-089-83/+47
| |
| * WIPMichael Muré2020-02-086-110/+78
| |
| * input: better reusable prompt functionsMichael Muré2020-02-083-141/+110
|/
* various cleanups suggested by golang-ciMichael Muré2020-02-087-49/+29
|
* Merge pull request #314 from ↵Michael Muré2020-02-072-1/+4
|\ | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/text-0.3.2 build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2
| * build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2dependabot-preview[bot]2020-02-072-1/+4
|/ | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.0...v0.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #311 from ↵Michael Muré2020-02-072-1/+3
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/pkg/errors-0.9.1 build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1
| * build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1dependabot-preview[bot]2020-02-072-1/+3
| | | | | | | | | | | | | | Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/pkg/errors/releases) - [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #313 from ↵Michael Muré2020-02-072-1/+5
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/fatih/color-1.9.0 build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0
| * | build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0dependabot-preview[bot]2020-02-072-1/+5
| |/ | | | | | | | | | | | | Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.7.0...v1.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #312 from ↵Michael Muré2020-02-072-1/+3
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.6 build(deps): bump github.com/MichaelMure/go-term-text from 0.2.4 to 0.2.6
| * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-072-1/+3
| | | | | | | | | | | | | | | | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.4 to 0.2.6. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.4...v0.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #310 from ↵Michael Muré2020-02-072-1/+3
|\ \ \ | |_|/ |/| | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.24.0 build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0dependabot-preview[bot]2020-02-072-1/+3
| |/ | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.1 to 0.24.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.22.1...v0.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #309 from ↵Michael Muré2020-02-072-1/+5
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.12 build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12
| * build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12dependabot-preview[bot]2020-02-072-1/+5
|/ | | | | | | Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.8 to 0.0.12. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.8...v0.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>