Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the handle-interfaces-implementing-interfaces of gqlgen to fix a ↵ | Michael Muré | 2020-02-09 | 1 | -0/+3 |
| | | | | generation bug | ||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 1 | -1057/+914 |
| | | | | seconds | ||||
* | fix merge | Michael Muré | 2020-02-08 | 1 | -156/+1 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 1 | -8/+118 |
| | |||||
* | upgrade to gqlgen master, waiting for a release | Michael Muré | 2020-02-05 | 1 | -2609/+2257 |
| | |||||
* | graphql: make repository.validLabels a connection | Michael Muré | 2019-09-04 | 1 | -15/+500 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -77/+228 |
| | |||||
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 1 | -145/+145 |
| | |||||
* | graphql: don't use the gqlgen command to generate to avoid pulling urfave/cli | Michael Muré | 2019-07-09 | 1 | -641/+2660 |
| | |||||
* | fix tests | Michael Muré | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 | 1 | -208/+2094 |
| | | | | | | | 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: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 1 | -14/+26 |
| | | | | webui: Use a fragment for Authored nodes | ||||
* | Regen graphql with gqlgen 0.9.0 | Amine Hilaly | 2019-05-22 | 1 | -16/+30 |
| | |||||
* | graphql: expose label color | ludovicm67 | 2019-05-22 | 1 | -31/+358 |
| | |||||
* | Update graphql package to support gqlgen 0.9.0 | Amine Hilaly | 2019-05-15 | 1 | -437/+538 |
| | |||||
* | graphql: expose valid labels | ludovicm67 | 2019-04-10 | 1 | -43/+96 |
| | |||||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 1 | -5313/+5440 |
| | |||||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 | 1 | -122/+218 |
| | |||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -11/+178 |
| | | | | | | | | 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 | 1 | -40/+717 |
| | |||||
* | identity: complete the graphql api | Michael Muré | 2019-03-01 | 1 | -4/+101 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -145/+99 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -304/+354 |
| | |||||
* | termui: display an explicit placeholder for empty messages | Michael Muré | 2018-12-23 | 1 | -16/+98 |
| | |||||
* | graphql: now that it's possible, split the schema for clarity | Michael Muré | 2018-12-23 | 1 | -232/+246 |
| | |||||
* | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 1 | -237/+1014 |
| | |||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 1 | -22/+127 |
| | |||||
* | graphql: add missing operation | Michael Muré | 2018-10-07 | 1 | -0/+371 |
| | |||||
* | bug: use a value embedding for OpBase | Michael Muré | 2018-10-01 | 1 | -50/+25 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 1 | -381/+1037 |
| | |||||
* | timeline: various minor improvements | Michael Muré | 2018-09-30 | 1 | -30/+548 |
| | |||||
* | graphql: expose the new Timeline | Michael Muré | 2018-09-29 | 1 | -16/+965 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -52/+51 |
| | |||||
* | graphql: manually fix the generated code, gix the graphql handler | Michael Muré | 2018-09-29 | 1 | -10/+10 |
| | |||||
* | bug: add the optional field AvatarUrl to Person | Michael Muré | 2018-09-25 | 1 | -38/+91 |
| | |||||
* | graphql: update gqlgen to 0.5.1 | Michael Muré | 2018-09-14 | 1 | -1876/+4092 |
| | | | | fix #6 | ||||
* | bug: change the OperationPack serialization format for Json | Michael Muré | 2018-09-12 | 1 | -2/+2 |
| | | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice | ||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -14/+14 |
| | |||||
* | graphql: AllBugs now accept a query | Michael Muré | 2018-09-11 | 1 | -5/+22 |
| | |||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 1 | -8/+33 |
| | | | | sorting and retrieval | ||||
* | bug: add "was" on SetTitleOperation to store what the title was | Michael Muré | 2018-08-15 | 1 | -0/+14 |
| | |||||
* | graphql: expose startCursor and endCursor as well for a connection | Michael Muré | 2018-08-14 | 1 | -2/+28 |
| | |||||
* | implement media hosting in git for comments + API for the webui | Michael Muré | 2018-08-02 | 1 | -12/+123 |
| | |||||
* | termui: show the last edit in a dedicated column | Michael Muré | 2018-08-02 | 1 | -16/+56 |
| | |||||
* | graphql: implement the missing mutations | Michael Muré | 2018-08-01 | 1 | -0/+396 |
| | |||||
* | graphql: simplify the requests with helpers | Michael Muré | 2018-08-01 | 1 | -110/+278 |
| | |||||
* | graphql: move the mutations to a root Mutation type | Michael Muré | 2018-07-30 | 1 | -128/+111 |
| | |||||
* | graphql: implement a first mutation | Michael Muré | 2018-07-30 | 1 | -1/+128 |
| | |||||
* | graphql: use an interface instead of an union for the operations for easier ↵ | Michael Muré | 2018-07-30 | 1 | -38/+2 |
| | | | | query | ||||
* | graphql: fix knot in the graphql/gqlgen usage | Michael Muré | 2018-07-29 | 1 | -0/+2626 |