Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |