Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 |
| | | | | | | | | | | 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 | ||
* | Use ErrNotAuthenticated | Luke Granger-Brown | 2020-06-27 |
| | |||
* | Pull out context-stuff from identity into graphqlidentity package | Luke Granger-Brown | 2020-06-27 |
| | |||
* | Change graphql Go handlers to pluck identity out of context instead. | Luke Granger-Brown | 2020-06-27 |
| | |||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 |
| | | | | Fixes #402. | ||
* | graphql: server side take responsability to commit | Michael Muré | 2020-02-12 |
| | |||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 |
| | | | | seconds | ||
* | cache: consistently use "ref" to fetch a repository | Michael Muré | 2019-06-23 |
| | |||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 |
| | | | | | | | https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation. | ||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 |
| | |||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 |
| | |||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 |
| | |||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 |
| | |||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 |
| | |||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 |
| | | | | Underline the fact that it's fine to use RepoCache alone | ||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 |
| | |||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 |
| | |||
* | implement media hosting in git for comments + API for the webui | Michael Muré | 2018-08-02 |
| | |||
* | termui: implement addComment and setTitle | Michael Muré | 2018-08-02 |
| | |||
* | cache: some refactoring | Michael Muré | 2018-08-02 |
| | |||
* | graphql: implement the missing mutations | Michael Muré | 2018-08-01 |
| | |||
* | graphql: move the mutations to a root Mutation type | Michael Muré | 2018-07-30 |