summaryrefslogtreecommitdiff
path: root/spec/graphql/resolvers/merge_requests_resolver_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-27/+130
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-8/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+2
|
* Upgrade GraphQL gem to 1.8.17Brett Walker2019-09-041-6/+6
| | | | | | | | | - Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
* Add tests for BaseResolver and update accordinglyLin Jen-Shin2019-02-141-9/+23
|
* Add field mergeRequests for project in GraphQLLin Jen-Shin2019-02-141-0/+47
And fix the tests so that it won't run into circular paths.