aboutsummaryrefslogtreecommitdiffstats
path: root/webui/codegen.yaml
Commit message (Collapse)AuthorAgeFilesLines
* webui: dependencies upgradesQuentin Gliech2020-09-301-1/+3
| | | | | | | | | | | | | | | | Most upgrades are minor version without breaking changes. One big upgrade is Apollo 2 -> 3, which required a few changes in the Apollo setup (see src/apollo.ts). Other changes are due to changes in Prettier, requiring to add parenthesis around arrow function parameters. Because of an incompatibility in older version of typescript-eslint with newer versions of typescript, I had to switch to the "next" unstable version of react-scripts. It should not break stuff though. See typescript-eslint/typescript-eslint#2442
* Reorganize the webUI and API codeMichael Muré2020-06-271-1/+1
| | | | | | | | | | Included in the changes: - create a new /api root package to hold all API code, migrate /graphql in there - git API handlers all use the cache instead of the repo directly - git API handlers are now tested - git API handlers now require a "repo" mux parameter - lots of untangling of API/handlers/middleware - less code in commands/webui.go
* webui: finish TypeScript conversionludovicm672020-02-121-8/+8
|
* webui: lint graphql filesQuentin Gliech2020-02-111-3/+6
|
* webui: force import orderQuentin Gliech2020-02-111-1/+1
|
* webui: convert bug list to typescriptQuentin Gliech2020-02-111-3/+1
|
* webui: generate TS types for graphql queriesQuentin Gliech2020-02-111-0/+23
|
* webui: use the IntrospectionFragmentMatcher & update dependenciesQuentin Gliech2020-01-211-0/+8