summaryrefslogtreecommitdiffstatshomepage
path: root/graphql/graph/gen_graph.go
Commit message (Collapse)AuthorAge
* Reorganize the webUI and API codeMichael 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
* identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-25
| | | | informational)
* graphql: server side take responsability to commitMichael Muré2020-02-12
|
* graphql: expose the name of RepositoryMichael Muré2020-02-12
|
* graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-11
|
* use the handle-interfaces-implementing-interfaces of gqlgen to fix a ↵Michael Muré2020-02-09
| | | | generation bug
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-09
| | | | seconds
* fix mergeMichael Muré2020-02-08
|
* more more wipMichael Muré2020-02-08
|
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-05
|
* graphql: make repository.validLabels a connectionMichael Muré2019-09-04
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-12
|
* fix everything following the hash-->id changeMichael Muré2019-08-08
|
* graphql: don't use the gqlgen command to generate to avoid pulling urfave/cliMichael Muré2019-07-09
|
* fix testsMichael Muré2019-06-16
|
* graphql: change mutations to respect the Relay specificationMichael 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: Implement `Authored` whenever possibleQuentin Gliech2019-05-22
| | | | webui: Use a fragment for Authored nodes
* Regen graphql with gqlgen 0.9.0Amine Hilaly2019-05-22
|
* graphql: expose label colorludovicm672019-05-22
|
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-15
|
* graphql: expose valid labelsludovicm672019-04-10
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-09
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-05
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-04
| | | | | | | | 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 repoMichael Muré2019-04-01
|
* identity: complete the graphql apiMichael Muré2019-03-01
|
* identity: more progress and fixesMichael Muré2019-03-01
|
* WIP identity in gitMichael Muré2019-03-01
|
* termui: display an explicit placeholder for empty messagesMichael Muré2018-12-23
|
* graphql: now that it's possible, split the schema for clarityMichael Muré2018-12-23
|
* upgrade gqlgen to v0.7.1Michael Muré2018-12-23
|
* github: also pull users emailMichael Muré2018-10-07
|
* graphql: add missing operationMichael Muré2018-10-07
|
* bug: use a value embedding for OpBaseMichael Muré2018-10-01
|
* bug: use deditated type for all TimelineItemMichael Muré2018-09-30
|
* timeline: various minor improvementsMichael Muré2018-09-30
|
* graphql: expose the new TimelineMichael Muré2018-09-29
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-29
|
* graphql: manually fix the generated code, gix the graphql handlerMichael Muré2018-09-29
|
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-25
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-14
| | | | fix #6
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-12
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* reorganize package for a more idomatic goMichael Muré2018-09-11
|
* graphql: AllBugs now accept a queryMichael Muré2018-09-11
|
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-23
| | | | sorting and retrieval
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-15
|
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-14
|
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-02
|
* termui: show the last edit in a dedicated columnMichael Muré2018-08-02
|
* graphql: implement the missing mutationsMichael Muré2018-08-01
|