summaryrefslogtreecommitdiff
path: root/spec/requests/api/graphql
Commit message (Expand)AuthorAgeFilesLines
* GraphQL support for Notes created in discussions62826-graphql-note-mutationsLuke Duncalfe2019-07-101-1/+22
* GraphQL mutations for managing NotesLuke Duncalfe2019-07-105-0/+301
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2019-07-034-0/+340
|\
| * Merge branch 'graphql-tree-last-commit' into 'master'Lin Jen-Shin2019-06-281-0/+18
| |\
| | * Added commit type to tree GraphQL typePhil Hughes2019-06-281-0/+18
| * | GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutationsLuke Duncalfe2019-06-283-0/+322
| |/
* | Enforce authorizations for non-nullable fieldsBob Van Landuyt2019-06-211-0/+24
* | Add authorize to LabelType and NamespaceTypeBob Van Landuyt2019-06-211-3/+1
|/
* Merge branch '62910-task-completion-status-gql-pderichs' into 'master'Sean McGivern2019-06-171-0/+60
|\
| * Add task count and completed count to graphql types62910-task-completion-status-gql-pderichsPatrick Derichs2019-06-151-0/+60
* | Do not blindly expose public project statisticsMayra Cabrera2019-06-141-2/+2
* | Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-142-0/+114
|/
* Fix incorrect instances of `GraphQL::ID_TYPE`Bob Van Landuyt2019-06-031-1/+1
* Expose IDs in GraphQL as a GlobalIDBob Van Landuyt2019-06-033-3/+14
* Add Namespace and ProjectStatistics to GraphQL APIAlessio Caiazza2019-06-033-4/+130
* Merge branch '59587-add-graphql-logging' into 'master'Sean McGivern2019-05-311-0/+25
|\
| * Apply reviewer feedback59587-add-graphql-loggingcharlie ablett2019-05-311-12/+19
| * Call analyzers from LoggerAnalyzercharlieablett2019-05-301-4/+12
| * Restructure complexity analyzercharlieablett2019-05-301-1/+1
| * New logfile for graphql queriescharlieablett2019-05-301-0/+10
* | Added spec for authenticating multiplex queriesPhil Hughes2019-05-291-5/+24
|/
* Enables GraphQL batch requestsPhil Hughes2019-05-282-22/+102
* Added repository files to GraphQL APIPhil Hughes2019-05-222-0/+110
* 58404 - setup max depth for graphqlKen Ding2019-05-071-6/+34
* Refactor group query specBrett Walker2019-04-231-103/+24
* Basic GraphQL for a groupBrett Walker2019-04-231-0/+197
* Merge branch 'bvl-graphql-only-authorize-rendered-fields' into 'master'Lin Jen-Shin2019-04-191-2/+26
|\
| * Only check abilities on rendered GraphQL nodesBob Van Landuyt2019-04-181-2/+26
* | Allow arrays to specify fields graphql_query_forbw-query_graphql_field-enhancementBrett Walker2019-04-111-1/+1
|/
* Increase GraphQL complexityBrett Walker2019-04-081-3/+13
* Initial field and query complexity limits58405-basic-limiting-complexity-of-graphql-queriesBrett Walker2019-04-041-0/+16
* Add merge request popover with detailsSam Bigelow2019-03-211-2/+2
* Add metadata about the GitLab server to GraphQLNick Thomas2019-03-051-0/+32
* Use a block and move setup to example directly56485-implement-graphql-mergerequestsresolverLin Jen-Shin2019-02-141-3/+1
* Instead of returning all or nothing, return whichever passedLin Jen-Shin2019-02-141-0/+36
* Suggests issues when typing titlePhil Hughes2018-11-271-0/+59
* Add mutation toggling WIP state of merge requestsBob Van Landuyt2018-07-251-0/+68
* Add pipeline lists to GraphQLBob Van Landuyt2018-07-042-0/+36
* Expose permissions on types in GraphQLBob Van Landuyt2018-06-282-44/+70
* Allow querying a single MR within a projectBob Van Landuyt2018-06-152-56/+56
* Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-062-0/+88