Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: dependencies upgrades | Quentin Gliech | 2020-09-30 | 1 | -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 code | Michael Muré | 2020-06-27 | 1 | -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 conversion | ludovicm67 | 2020-02-12 | 1 | -8/+8 |
| | |||||
* | webui: lint graphql files | Quentin Gliech | 2020-02-11 | 1 | -3/+6 |
| | |||||
* | webui: force import order | Quentin Gliech | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | webui: convert bug list to typescript | Quentin Gliech | 2020-02-11 | 1 | -3/+1 |
| | |||||
* | webui: generate TS types for graphql queries | Quentin Gliech | 2020-02-11 | 1 | -0/+23 |
| | |||||
* | webui: use the IntrospectionFragmentMatcher & update dependencies | Quentin Gliech | 2020-01-21 | 1 | -0/+8 |