summaryrefslogtreecommitdiff
path: root/app/graphql
Commit message (Expand)AuthorAgeFilesLines
...
* | Port changes for design management to CEBob Van Landuyt2019-04-291-0/+6
|/
* Increase GraphQL complexityBrett Walker2019-04-081-5/+4
* Fix a KeyError in GitlabSchemaNick Thomas2019-04-041-1/+1
* Merge branch '58405-basic-limiting-complexity-of-graphql-queries' into 'master'Rémy Coutable2019-04-042-0/+39
|\
| * Initial field and query complexity limits58405-basic-limiting-complexity-of-graphql-queriesBrett Walker2019-04-042-0/+39
* | Monitor GraphQL with PrometheusJan Provaznik2019-04-041-0/+1
|/
* Merge branch '54417-graphql-type-authorization' into 'master'Nick Thomas2019-04-047-20/+27
|\
| * GraphQL Type authorizationLuke Duncalfe2019-04-037-20/+27
* | Revert "Merge branch 'jprovazn-graphql-prometheus' into 'master'"Jan Provaznik2019-04-021-1/+0
|/
* Monitor GraphQL with PrometheusJan Provaznik2019-04-021-0/+1
* Add merge request popover with detailsSam Bigelow2019-03-212-0/+21
* Add metadata about the GitLab server to GraphQLNick Thomas2019-03-053-1/+30
* Merge branch 'security-protect-private-repo-information' into 'master'Yorick Peterse2019-03-041-2/+0
|\
| * Removing sensitive properties from ProjectTypeLuke Duncalfe2019-02-181-2/+0
* | Improve GraphQL Authorization DSLLuke Duncalfe2019-02-264-18/+11
* | Add GraphQL filters for issuables (state, labels, time fields)Rémy Coutable2019-02-216-3/+56
* | Removing duplicate field from MergeRequestTypeLuke Duncalfe2019-02-181-1/+0
|/
* Use a block and move setup to example directly56485-implement-graphql-mergerequestsresolverLin Jen-Shin2019-02-141-1/+1
* Implement singular iid for IssuesResolver and ProjectTypeLin Jen-Shin2019-02-143-4/+12
* Allow authorize on array of objects for GraphQLLin Jen-Shin2019-02-141-1/+1
* Add field mergeRequests for project in GraphQLLin Jen-Shin2019-02-144-6/+32
* Allow custom squash commit messagesLuke Duncalfe2019-02-061-1/+2
* Add argument iids to IssuesResolverLin Jen-Shin2019-02-011-0/+4
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Suggests issues when typing titlePhil Hughes2018-11-279-0/+152
* Batch load only data from same repository when lazy object is accessedDouwe Maan2018-11-262-6/+8
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-1/+1
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-1329-0/+58
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-1129-0/+58
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
|/
* Add mutation toggling WIP state of merge requestsBob Van Landuyt2018-07-256-2/+99
* Add pipeline lists to GraphQLBob Van Landuyt2018-07-049-0/+115
* Expose permissions on types in GraphQLBob Van Landuyt2018-06-286-0/+80
* Allow querying a single MR within a projectBob Van Landuyt2018-06-153-13/+12
* Correct the type of the `MergeRequestResolver`.Bob Van Landuyt2018-06-141-1/+1
* Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-0621-182/+218
* Add `present_using` to typesBob Van Landuyt2018-06-053-31/+29
* Convert from GraphQL::Batch to BatchLoaderNick Thomas2018-06-054-55/+32
* Add a minimal GraphQL APINick Thomas2018-06-0510-0/+256