Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: server side take responsability to commit | Michael Muré | 2020-02-12 | 1 | -59/+24 |
| | |||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 1 | -16/+16 |
| | | | | seconds | ||||
* | cache: consistently use "ref" to fetch a repository | Michael Muré | 2019-06-23 | 1 | -3/+3 |
| | |||||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 | 1 | -35/+90 |
| | | | | | | | 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 | 1 | -48/+34 |
| | |||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 1 | -0/+3 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 1 | -5/+5 |
| | |||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 | 1 | -1/+1 |
| | | | | 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 | 1 | -1/+1 |
| | |||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | implement media hosting in git for comments + API for the webui | Michael Muré | 2018-08-02 | 1 | -4/+5 |
| | |||||
* | termui: implement addComment and setTitle | Michael Muré | 2018-08-02 | 1 | -6/+6 |
| | |||||
* | cache: some refactoring | Michael Muré | 2018-08-02 | 1 | -6/+31 |
| | |||||
* | graphql: implement the missing mutations | Michael Muré | 2018-08-01 | 1 | -0/+102 |
| | |||||
* | graphql: move the mutations to a root Mutation type | Michael Muré | 2018-07-30 | 1 | -0/+35 |