Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: server side take responsability to commit | Michael Muré | 2020-02-12 | 1 | -59/+24 |
| | |||||
* | graphql: expose the name of Repository | Michael Muré | 2020-02-12 | 1 | -1/+6 |
| | |||||
* | graphql: merge defaultRepository and repository for simplified webUI code | Michael Muré | 2020-02-11 | 1 | -2/+9 |
| | |||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 10 | -104/+181 |
| | | | | seconds | ||||
* | fix merge | Michael Muré | 2020-02-08 | 1 | -0/+5 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 1 | -4/+0 |
| | |||||
* | upgrade to gqlgen master, waiting for a release | Michael Muré | 2020-02-05 | 1 | -35/+4 |
| | |||||
* | bug: rename RGBA to Color | ludovicm67 | 2019-10-15 | 1 | -1/+1 |
| | |||||
* | graphql: make repository.validLabels a connection | Michael Muré | 2019-09-04 | 1 | -2/+25 |
| | |||||
* | more hash-->id fixes | Michael Muré | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 6 | -9/+92 |
| | |||||
* | cache: consistently use "ref" to fetch a repository | Michael Muré | 2019-06-23 | 2 | -5/+5 |
| | |||||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 | 4 | -40/+122 |
| | | | | | | | 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 | 3 | -0/+54 |
| | |||||
* | Update graphql package to support gqlgen 0.9.0 | Amine Hilaly | 2019-05-15 | 2 | -17/+21 |
| | |||||
* | graphql: expose valid labels | ludovicm67 | 2019-04-10 | 1 | -0/+4 |
| | |||||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 5 | -110/+107 |
| | |||||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 | 1 | -10/+44 |
| | |||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -0/+21 |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 6 | -4/+101 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 1 | -5/+5 |
| | |||||
* | identity: complete the graphql api | Michael Muré | 2019-03-01 | 1 | -0/+8 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -0/+40 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 2 | -41/+0 |
| | |||||
* | fix build | Michael Muré | 2018-10-07 | 1 | -0/+37 |
| | |||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 1 | -0/+4 |
| | |||||
* | graphql: add missing operation | Michael Muré | 2018-10-07 | 2 | -6/+16 |
| | |||||
* | bug: use a value embedding for OpBase | Michael Muré | 2018-10-01 | 1 | -20/+0 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 2 | -6/+39 |
| | |||||
* | timeline: various minor improvements | Michael Muré | 2018-09-30 | 2 | -2/+50 |
| | |||||
* | graphql: expose the new Timeline | Michael Muré | 2018-09-29 | 1 | -0/+27 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -12/+11 |
| | |||||
* | bug: add the optional field AvatarUrl to Person | Michael Muré | 2018-09-25 | 1 | -0/+20 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -4/+4 |
| | |||||
* | graphql: AllBugs now accept a query | Michael Muré | 2018-09-11 | 1 | -5/+13 |
| | |||||
* | cache: combine sorting and filtering into a query with its micro-DSL | Michael Muré | 2018-09-09 | 1 | -1/+4 |
| | |||||
* | cache: provide a generic bug sorting function | Michael Muré | 2018-09-02 | 1 | -1/+2 |
| | |||||
* | cache: provide sorted (id, creation, edit) list of bugs | Michael Muré | 2018-09-02 | 1 | -5/+1 |
| | |||||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 | 3 | -6/+6 |
| | | | | 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 |
| | |||||
* | better naming for the graphql-s root resolver | Michael Muré | 2018-08-27 | 1 | -12/+12 |
| | |||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 2 | -3/+3 |
| | |||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 1 | -0/+5 |
| | | | | sorting and retrieval | ||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 4 | -1/+5 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | 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 |
| |