| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code related to object hierarchy in MySQLremove-nested-groups-checks | Heinrich Lee Yu | 2019-07-25 | 1 | -5/+3 |
* | Added submodule links to Submodule type in GraphQL API | Igor | 2019-07-17 | 2 | -1/+6 |
* | Include AuthorizeResource module for all mutationsgraphql-include-authorization-for-mutations | Luke Duncalfe | 2019-07-11 | 4 | -5/+1 |
* | GraphQL support for Notes created in discussions62826-graphql-note-mutations | Luke Duncalfe | 2019-07-10 | 3 | -0/+39 |
* | Expose diff_refs on MergeRequestType | Luke Duncalfe | 2019-07-10 | 4 | -9/+19 |
* | GraphQL mutations for managing Notes | Luke Duncalfe | 2019-07-10 | 13 | -0/+302 |
* | Address reviewer comments58409-increase-graphql-complexity-for-fields-that-make-gitaly-calls | charlieablett | 2019-07-05 | 2 | -1/+6 |
* | Address reviewer comments | charlieablett | 2019-07-03 | 1 | -12/+4 |
* | Wrap proc properly in gitaly call counts | charlieablett | 2019-07-03 | 6 | -11/+10 |
* | Alert if `calls_gitaly` declaration missing | charlieablett | 2019-07-03 | 2 | -10/+13 |
* | Remove potentially noisy warning | charlieablett | 2019-07-03 | 1 | -2/+0 |
* | Enumerate fields with Gitaly calls | charlieablett | 2019-07-03 | 3 | -4/+25 |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Marin Jankovski | 2019-07-03 | 10 | -0/+230 |
|\ |
|
| * | Merge branch 'graphql-tree-last-commit' into 'master' | Lin Jen-Shin | 2019-06-28 | 2 | -0/+35 |
| |\ |
|
| | * | Added commit type to tree GraphQL type | Phil Hughes | 2019-06-28 | 2 | -0/+35 |
| * | | GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutations | Luke Duncalfe | 2019-06-28 | 8 | -0/+195 |
| |/ |
|
* | | Enforce authorizations for non-nullable fields | Bob Van Landuyt | 2019-06-21 | 1 | -1/+1 |
* | | Add authorize to LabelType and NamespaceType | Bob Van Landuyt | 2019-06-21 | 14 | -5/+36 |
|/ |
|
* | Render GFM html in GraphQL | Bob Van Landuyt | 2019-06-20 | 7 | -0/+10 |
* | Merge branch '62910-task-completion-status-gql-pderichs' into 'master' | Sean McGivern | 2019-06-17 | 3 | -0/+15 |
|\ |
|
| * | Add task count and completed count to graphql types62910-task-completion-status-gql-pderichs | Patrick Derichs | 2019-06-15 | 3 | -0/+15 |
* | | Do not blindly expose public project statistics | Mayra Cabrera | 2019-06-14 | 2 | -1/+3 |
* | | Expose comments on Noteables in GraphQL | Bob Van Landuyt | 2019-06-14 | 9 | -2/+162 |
|/ |
|
* | Rename `BatchCommitLoader` to `BatchLfsOidLoader` | Bob Van Landuyt | 2019-06-11 | 1 | -1/+1 |
* | Add LFS blob ID to GraphQL blob type | Phil Hughes | 2019-06-10 | 1 | -0/+3 |
* | Merge branch '62706-graphql-complexity-values-are-incorrectly-doubled' into '... | Jan Provaznik | 2019-06-06 | 1 | -6/+9 |
|\ |
|
| * | Grab field_defn to access certain values62706-graphql-complexity-values-are-incorrectly-doubled | Brett Walker | 2019-06-05 | 1 | -2/+4 |
| * | Use :complexity_multiplier only with connections | Brett Walker | 2019-06-05 | 1 | -6/+7 |
* | | Merge branch 'graphql-file-entry-url' into 'master' | Nick Thomas | 2019-06-05 | 3 | -2/+16 |
|\ \ |
|
| * | | Add web_url to tree entry in GraphQL API | Phil Hughes | 2019-06-05 | 3 | -2/+16 |
| |/ |
|
* | | Merge branch 'bvl-use-global-ids-graphql' into 'master' | Jan Provaznik | 2019-06-05 | 7 | -7/+37 |
|\ \
| |/
|/| |
|
| * | Fix incorrect instances of `GraphQL::ID_TYPE` | Bob Van Landuyt | 2019-06-03 | 5 | -7/+7 |
| * | Expose IDs in GraphQL as a GlobalID | Bob Van Landuyt | 2019-06-03 | 2 | -0/+30 |
* | | Expose wiki_size on GraphQL API | Alessio Caiazza | 2019-06-04 | 1 | -0/+1 |
|/ |
|
* | Add Namespace and ProjectStatistics to GraphQL API | Alessio Caiazza | 2019-06-03 | 6 | -0/+75 |
* | Added common fields to the IssueType10795-add-epic-tree-BE-epic-graphql-support | Brett Walker | 2019-05-31 | 5 | -4/+10 |
* | Implement logger analyzer | charlieablett | 2019-05-30 | 1 | -1/+1 |
* | Enables GraphQL batch requests | Phil Hughes | 2019-05-28 | 1 | -2/+13 |
* | Merge branch 'graphql-tree' into 'master' | Nick Thomas | 2019-05-22 | 9 | -0/+113 |
|\ |
|
| * | Added repository files to GraphQL API | Phil Hughes | 2019-05-22 | 9 | -0/+113 |
* | | Use BatchModelLoader for parent in GroupType62066-use-batchmodelloader-for-grouptype | Brett Walker | 2019-05-20 | 1 | -2/+4 |
* | | Fix typos in the whole gitlab-ce project | Yoginth | 2019-05-20 | 1 | -1/+1 |
|/ |
|
* | Merge branch '58404-set-default-max-depth-for-GraphQL' into 'master' | Sean McGivern | 2019-05-08 | 1 | -12/+30 |
|\ |
|
| * | 58404 - setup max depth for graphql | Ken Ding | 2019-05-07 | 1 | -12/+30 |
* | | GraphQL - Add extra complexity for resolvers | Jan Provaznik | 2019-05-06 | 6 | -4/+76 |
|/ |
|
* | Add opentracing integration for graphql | Jan Provaznik | 2019-05-02 | 1 | -1/+1 |
* | Merge branch 'bw-add-graphql-groups' into 'master' | Grzegorz Bizon | 2019-04-30 | 7 | -3/+75 |
|\ |
|
| * | Refactor group query spec | Brett Walker | 2019-04-23 | 1 | -4/+4 |
| * | Basic GraphQL for a group | Brett Walker | 2019-04-23 | 7 | -3/+75 |
* | | Port changes for design management to CE | Bob Van Landuyt | 2019-04-29 | 1 | -0/+6 |
|/ |
|