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 | ||
* | 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: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 |
| | | | | seconds | ||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 |
| | |||
* | 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. | ||
* | graphql: expose label color | ludovicm67 | 2019-05-22 |
| | |||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 |
| | |||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 |
| | |||
* | WIP identity in git | Michael Muré | 2019-03-01 |
| | |||
* | github: also pull users email | Michael Muré | 2018-10-07 |
| | |||
* | graphql: add missing operation | Michael Muré | 2018-10-07 |
| | |||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 |
| | |||
* | timeline: various minor improvements | Michael Muré | 2018-09-30 |
| | |||
* | docs & cleaning | Michael Muré | 2018-09-16 |
| | |||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 |
| | | | | Underline the fact that it's fine to use RepoCache alone | ||
* | better naming for the graphql-s root resolver | Michael Muré | 2018-08-27 |
| | |||
* | graphql: move the mutations to a root Mutation type | Michael Muré | 2018-07-30 |
| | |||
* | graphql: implement a first mutation | Michael Muré | 2018-07-30 |
| | |||
* | graphql: fix knot in the graphql/gqlgen usage | Michael Muré | 2018-07-29 |
| | |||
* | cleaning | Michael Muré | 2018-07-29 |