Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 1 | -39/+0 |
| | | | | | | | | | | 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 | ||||
* | Change graphql Go handlers to pluck identity out of context instead. | Luke Granger-Brown | 2020-06-27 | 1 | -3/+2 |
| | |||||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 1 | -2/+3 |
| | | | | Fixes #402. | ||||
* | upgrade to gqlgen master, waiting for a release | Michael Muré | 2020-02-05 | 1 | -3/+4 |
| | |||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+2 |
| | |||||
* | graphql: update gqlgen to 0.5.1 | Michael Muré | 2018-09-14 | 1 | -2/+6 |
| | | | | fix #6 | ||||
* | better naming for the graphql-s root resolver | Michael Muré | 2018-08-27 | 1 | -4/+4 |
| | |||||
* | cache: lock the repo with a pid file; automatic cleaning | Michael Muré | 2018-08-21 | 1 | -4/+16 |
| | |||||
* | gqlgen: add a small program to go:generate the code | Michael Muré | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | graphql: fix knot in the graphql/gqlgen usage | Michael Muré | 2018-07-29 | 1 | -2/+3 |
| | |||||
* | cleaning | Michael Muré | 2018-07-29 | 1 | -33/+9 |
| | |||||
* | follow go naming convention | Michael Muré | 2018-07-27 | 1 | -2/+2 |
| | |||||
* | add a cache to support the graphql API and the future interactive CLI UI | Michael Muré | 2018-07-25 | 1 | -11/+17 |
| | |||||
* | graphql: Actually get the bugs from the repo | Quentin Gliech | 2018-07-20 | 1 | -8/+27 |
| | |||||
* | small cleaning | Michael Muré | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | webui: add a primitive graphql handler | Michael Muré | 2018-07-19 | 1 | -0/+17 |