Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: format some files | ludovicm67 | 2020-02-12 | 5 | -45/+42 |
| | |||||
* | webui: run linter | ludovicm67 | 2020-02-12 | 4 | -0/+4 |
| | |||||
* | webui: finish TypeScript conversion | ludovicm67 | 2020-02-12 | 16 | -109/+150 |
| | |||||
* | webui: fix Content type | Quentin Gliech | 2020-02-12 | 1 | -4/+4 |
| | |||||
* | graphql: server side take responsability to commit | Michael Muré | 2020-02-12 | 5 | -639/+30 |
| | |||||
* | graphql: expose the name of Repository | Michael Muré | 2020-02-12 | 4 | -3/+77 |
| | |||||
* | webui: lint graphql files | Quentin Gliech | 2020-02-11 | 6 | -8/+77 |
| | |||||
* | webui: stop using defaultRepository | Quentin Gliech | 2020-02-11 | 10 | -19/+16 |
| | |||||
* | graphql: merge defaultRepository and repository for simplified webUI code | Michael Muré | 2020-02-11 | 4 | -73/+21 |
| | |||||
* | webui: make travis run unit tests | Quentin Gliech | 2020-02-11 | 1 | -0/+1 |
| | |||||
* | webui: force import order | Quentin Gliech | 2020-02-11 | 24 | -43/+77 |
| | |||||
* | webui: typecheck remaining bug list components | Quentin Gliech | 2020-02-11 | 8 | -77/+128 |
| | |||||
* | webui: fix logo url | ludovicm67 | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | webui: convert custom tags to TypeScript | ludovicm67 | 2020-02-11 | 2 | -2/+5 |
| | |||||
* | webui: convert more things to typescript | Quentin Gliech | 2020-02-11 | 10 | -58/+79 |
| | |||||
* | webui: convert bug list to typescript | Quentin Gliech | 2020-02-11 | 10 | -139/+218 |
| | |||||
* | webui: convert bug view to TypeScript | ludovicm67 | 2020-02-11 | 11 | -119/+97 |
| | |||||
* | webui: generate TS types for graphql queries | Quentin Gliech | 2020-02-11 | 13 | -185/+578 |
| | |||||
* | webui: transform index and App to TypeScript | ludovicm67 | 2020-02-11 | 6 | -3/+62 |
| | |||||
* | webui: upgrade packages + add some typescript dependencies | ludovicm67 | 2020-02-11 | 2 | -2620/+4844 |
| | |||||
* | Merge pull request #317 from MichaelMure/bridges-improve | Michael Muré | 2020-02-10 | 8 | -71/+140 |
|\ | | | | | github/gitlab: many fixes and improvments at the config step | ||||
| * | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 8 | -71/+140 |
|/ | |||||
* | Merge pull request #316 from MichaelMure/lazy-graphql | Michael Muré | 2020-02-09 | 35 | -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-09 | 3 | -3/+8 |
| | | | | | | | | generation bug | ||||
| * | cache: add proper locking to avoid concurrent access | Michael Muré | 2020-02-09 | 3 | -31/+123 |
| | | |||||
| * | cleanups, doc | Michael Muré | 2020-02-09 | 2 | -66/+70 |
| | | |||||
| * | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 33 | -1248/+1662 |
|/ | | | | seconds | ||||
* | Merge pull request #294 from MichaelMure/cred-metadata | Michael Muré | 2020-02-09 | 60 | -796/+786 |
|\ | | | | | Cred metadata | ||||
| * | bridge: fix 2 uncatched errors | Michael Muré | 2020-02-08 | 2 | -0/+6 |
| | | |||||
| * | bridge: hopefully fix tests | Michael Muré | 2020-02-08 | 2 | -0/+4 |
| | | |||||
| * | bridge: fix wrong error used | Michael Muré | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | github: make sure to have a name | Michael Muré | 2020-02-08 | 1 | -0/+5 |
| | | |||||
| * | fix tests ? | Michael Muré | 2020-02-08 | 2 | -10/+10 |
| | | |||||
| * | fix merge | Michael Muré | 2020-02-08 | 4 | -157/+9 |
| | | |||||
| * | it compiles \o/ | Michael Muré | 2020-02-08 | 24 | -94/+175 |
| | | |||||
| * | gitlab also compile | Michael Muré | 2020-02-08 | 10 | -144/+113 |
| | | |||||
| * | more more wip | Michael Muré | 2020-02-08 | 30 | -155/+313 |
| | | |||||
| * | wip | Michael Muré | 2020-02-08 | 8 | -84/+49 |
| | | |||||
| * | more wip | Michael Muré | 2020-02-08 | 1 | -1/+35 |
| | | |||||
| * | cache: rework resolving of bugs, identity | Michael Muré | 2020-02-08 | 1 | -42/+30 |
| | | |||||
| * | identity: rework mutation | Michael Muré | 2020-02-08 | 3 | -6/+33 |
| | | |||||
| * | more wip | Michael Muré | 2020-02-08 | 9 | -83/+47 |
| | | |||||
| * | WIP | Michael Muré | 2020-02-08 | 6 | -110/+78 |
| | | |||||
| * | input: better reusable prompt functions | Michael Muré | 2020-02-08 | 3 | -141/+110 |
|/ | |||||
* | various cleanups suggested by golang-ci | Michael Muré | 2020-02-08 | 7 | -49/+29 |
| | |||||
* | Merge pull request #314 from ↵ | Michael Muré | 2020-02-07 | 2 | -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.2 | dependabot-preview[bot] | 2020-02-07 | 2 | -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-07 | 2 | -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.1 | dependabot-preview[bot] | 2020-02-07 | 2 | -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-07 | 2 | -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 |