Commit Graph

1091 Commits

Author SHA1 Message Date
Michael Muré
1effc91556
graphql: merge defaultRepository and repository for simplified webUI code 2020-02-11 21:23:28 +01:00
Quentin Gliech
76d4006176
webui: make travis run unit tests 2020-02-11 21:19:00 +01:00
Quentin Gliech
9ddcb4b092
webui: force import order 2020-02-11 20:54:38 +01:00
Quentin Gliech
e5f52401b2
webui: typecheck remaining bug list components 2020-02-11 20:54:38 +01:00
ludovicm67
b83670821c
webui: fix logo url 2020-02-11 20:54:37 +01:00
ludovicm67
0c5f6e4445
webui: convert custom tags to TypeScript 2020-02-11 20:54:37 +01:00
Quentin Gliech
022f510369
webui: convert more things to typescript 2020-02-11 20:54:37 +01:00
Quentin Gliech
6a502c145b
webui: convert bug list to typescript 2020-02-11 20:54:37 +01:00
ludovicm67
9c570cac72
webui: convert bug view to TypeScript 2020-02-11 20:54:36 +01:00
Quentin Gliech
a2721971ba
webui: generate TS types for graphql queries 2020-02-11 20:54:36 +01:00
ludovicm67
aea42344de
webui: transform index and App to TypeScript 2020-02-11 20:54:36 +01:00
ludovicm67
f105f3bbdf
webui: upgrade packages + add some typescript dependencies 2020-02-11 20:54:35 +01:00
Michael Muré
9f3618d886 Merge pull request #317 from MichaelMure/bridges-improve
github/gitlab: many fixes and improvments at the config step
2020-02-10 01:29:51 +01:00
Michael Muré
bd7b50bc86
github/gitlab: many fixes and improvments at the config step 2020-02-10 01:22:01 +01:00
Michael Muré
3caffeef4d
Merge pull request #316 from MichaelMure/lazy-graphql
graphql: use the cache in priority for fast browsing in the WebUI
2020-02-09 02:56:37 +01:00
Michael Muré
2af456f5e0
use the handle-interfaces-implementing-interfaces of gqlgen to fix a generation bug 2020-02-09 02:47:12 +01:00
Michael Muré
b7dc5b8aeb
cache: add proper locking to avoid concurrent access 2020-02-09 02:44:00 +01:00
Michael Muré
d78ed55173
cleanups, doc 2020-02-09 02:24:27 +01:00
Michael Muré
81f5c3e0af
graphql: use the cache in priority for fast browsing at < 20ms instead of seconds 2020-02-09 02:18:44 +01:00
Michael Muré
9e1a987b4d Merge pull request #294 from MichaelMure/cred-metadata
Cred metadata
2020-02-09 01:31:00 +01:00
Michael Muré
9b1aaa032d
bridge: fix 2 uncatched errors 2020-02-08 22:08:35 +01:00
Michael Muré
bef35d4c67
bridge: hopefully fix tests 2020-02-08 22:05:13 +01:00
Michael Muré
a335725cc5
bridge: fix wrong error used 2020-02-08 22:04:51 +01:00
Michael Muré
8773929f96
github: make sure to have a name 2020-02-08 22:04:25 +01:00
Michael Muré
2e7ac569ad
fix tests ? 2020-02-08 17:35:35 +01:00
Michael Muré
20ca2bc098
fix merge 2020-02-08 17:35:09 +01:00
Michael Muré
646fd681ff
it compiles \o/ 2020-02-08 17:19:57 +01:00
Michael Muré
f515b9a129
gitlab also compile 2020-02-08 17:19:57 +01:00
Michael Muré
74e9114410
more more wip 2020-02-08 17:19:57 +01:00
Michael Muré
8da522d97a
wip 2020-02-08 17:18:30 +01:00
Michael Muré
b950c2580d
more wip 2020-02-08 17:18:30 +01:00
Michael Muré
da0904d238
cache: rework resolving of bugs, identity 2020-02-08 17:18:29 +01:00
Michael Muré
390b13c9ff
identity: rework mutation 2020-02-08 17:18:29 +01:00
Michael Muré
ae2f942ef9
more wip 2020-02-08 17:18:28 +01:00
Michael Muré
26f0152384
WIP 2020-02-08 17:18:28 +01:00
Michael Muré
db893494bb
input: better reusable prompt functions 2020-02-08 17:18:27 +01:00
Michael Muré
97bc5ccd22
various cleanups suggested by golang-ci 2020-02-08 16:17:15 +01:00
Michael Muré
77dc783fcb
Merge pull request #314 from 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
2020-02-07 14:26:31 +01:00
dependabot-preview[bot]
4932439a81
build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2
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>
2020-02-07 13:01:42 +00:00
Michael Muré
c351e73107
Merge pull request #311 from 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
2020-02-07 13:59:47 +01:00
Michael Muré
a482857ac8
Merge pull request #313 from 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
2020-02-07 13:59:25 +01:00
Michael Muré
e672515a7c
Merge pull request #312 from 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
2020-02-07 13:51:52 +01:00
dependabot-preview[bot]
0edba7de78
build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0
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>
2020-02-07 00:19:25 +00:00
dependabot-preview[bot]
e4a39741f0
build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1
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>
2020-02-07 00:19:23 +00:00
Michael Muré
53e3a57bbc
Merge pull request #310 from 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
2020-02-07 01:17:52 +01:00
Michael Muré
e384e35183
Merge pull request #309 from 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
2020-02-07 01:17:19 +01:00
dependabot-preview[bot]
7e0ee9557f
build(deps): bump github.com/MichaelMure/go-term-text
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>
2020-02-07 00:07:08 +00:00
dependabot-preview[bot]
acf3da407c
build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0
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>
2020-02-07 00:06:25 +00:00
dependabot-preview[bot]
be332ee811
build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12
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>
2020-02-07 00:05:59 +00:00
Michael Muré
1a3cbdc418
Merge pull request #305 from MichaelMure/gomod
migrate to go modules, update gqlgen
2020-02-07 01:00:32 +01:00