summaryrefslogtreecommitdiff
path: root/app/graphql
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of submodule calls for diff filesid-submodule-url-graphqlIgor Drozdov2019-07-161-1/+1
* Make 1 Gitaly request to get submodule urlsIgor Drozdov2019-07-162-11/+3
* Added submodule links to Submodule type in GraphQL APIPhil Hughes2019-07-162-1/+14
* Include AuthorizeResource module for all mutationsgraphql-include-authorization-for-mutationsLuke Duncalfe2019-07-114-5/+1
* GraphQL support for Notes created in discussions62826-graphql-note-mutationsLuke Duncalfe2019-07-103-0/+39
* Expose diff_refs on MergeRequestTypeLuke Duncalfe2019-07-104-9/+19
* GraphQL mutations for managing NotesLuke Duncalfe2019-07-1013-0/+302
* Address reviewer comments58409-increase-graphql-complexity-for-fields-that-make-gitaly-callscharlieablett2019-07-052-1/+6
* Address reviewer commentscharlieablett2019-07-031-12/+4
* Wrap proc properly in gitaly call countscharlieablett2019-07-036-11/+10
* Alert if `calls_gitaly` declaration missingcharlieablett2019-07-032-10/+13
* Remove potentially noisy warningcharlieablett2019-07-031-2/+0
* Enumerate fields with Gitaly callscharlieablett2019-07-033-4/+25
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2019-07-0310-0/+230
|\
| * Merge branch 'graphql-tree-last-commit' into 'master'Lin Jen-Shin2019-06-282-0/+35
| |\
| | * Added commit type to tree GraphQL typePhil Hughes2019-06-282-0/+35
| * | GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutationsLuke Duncalfe2019-06-288-0/+195
| |/
* | Enforce authorizations for non-nullable fieldsBob Van Landuyt2019-06-211-1/+1
* | Add authorize to LabelType and NamespaceTypeBob Van Landuyt2019-06-2114-5/+36
|/
* Render GFM html in GraphQLBob Van Landuyt2019-06-207-0/+10
* Merge branch '62910-task-completion-status-gql-pderichs' into 'master'Sean McGivern2019-06-173-0/+15
|\
| * Add task count and completed count to graphql types62910-task-completion-status-gql-pderichsPatrick Derichs2019-06-153-0/+15
* | Do not blindly expose public project statisticsMayra Cabrera2019-06-142-1/+3
* | Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-149-2/+162
|/
* Rename `BatchCommitLoader` to `BatchLfsOidLoader`Bob Van Landuyt2019-06-111-1/+1
* Add LFS blob ID to GraphQL blob typePhil Hughes2019-06-101-0/+3
* Merge branch '62706-graphql-complexity-values-are-incorrectly-doubled' into '...Jan Provaznik2019-06-061-6/+9
|\
| * Grab field_defn to access certain values62706-graphql-complexity-values-are-incorrectly-doubledBrett Walker2019-06-051-2/+4
| * Use :complexity_multiplier only with connectionsBrett Walker2019-06-051-6/+7
* | Merge branch 'graphql-file-entry-url' into 'master'Nick Thomas2019-06-053-2/+16
|\ \
| * | Add web_url to tree entry in GraphQL APIPhil Hughes2019-06-053-2/+16
| |/
* | Merge branch 'bvl-use-global-ids-graphql' into 'master'Jan Provaznik2019-06-057-7/+37
|\ \ | |/ |/|
| * Fix incorrect instances of `GraphQL::ID_TYPE`Bob Van Landuyt2019-06-035-7/+7
| * Expose IDs in GraphQL as a GlobalIDBob Van Landuyt2019-06-032-0/+30
* | Expose wiki_size on GraphQL APIAlessio Caiazza2019-06-041-0/+1
|/
* Add Namespace and ProjectStatistics to GraphQL APIAlessio Caiazza2019-06-036-0/+75
* Added common fields to the IssueType10795-add-epic-tree-BE-epic-graphql-supportBrett Walker2019-05-315-4/+10
* Implement logger analyzercharlieablett2019-05-301-1/+1
* Enables GraphQL batch requestsPhil Hughes2019-05-281-2/+13
* Merge branch 'graphql-tree' into 'master'Nick Thomas2019-05-229-0/+113
|\
| * Added repository files to GraphQL APIPhil Hughes2019-05-229-0/+113
* | Use BatchModelLoader for parent in GroupType62066-use-batchmodelloader-for-grouptypeBrett Walker2019-05-201-2/+4
* | Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|/
* Merge branch '58404-set-default-max-depth-for-GraphQL' into 'master'Sean McGivern2019-05-081-12/+30
|\
| * 58404 - setup max depth for graphqlKen Ding2019-05-071-12/+30
* | GraphQL - Add extra complexity for resolversJan Provaznik2019-05-066-4/+76
|/
* Add opentracing integration for graphqlJan Provaznik2019-05-021-1/+1
* Merge branch 'bw-add-graphql-groups' into 'master'Grzegorz Bizon2019-04-307-3/+75
|\
| * Refactor group query specBrett Walker2019-04-231-4/+4
| * Basic GraphQL for a groupBrett Walker2019-04-237-3/+75