Commit graph

13 commits

Author SHA1 Message Date
GitLab Bot
37419c44f0 Add latest changes from gitlab-org/gitlab@master 2020-08-06 18:09:41 +00:00
GitLab Bot
eea1fbf9f9 Add latest changes from gitlab-org/gitlab@master 2020-06-02 15:08:24 +00:00
GitLab Bot
21539fe9ab Add latest changes from gitlab-org/gitlab@master 2020-05-22 00:08:07 +00:00
GitLab Bot
97f0ae7454 Add latest changes from gitlab-org/gitlab@master 2020-04-14 09:09:34 +00:00
GitLab Bot
6867eff1f9 Add latest changes from gitlab-org/gitlab@master 2020-04-07 21:09:46 +00:00
GitLab Bot
6f2065c468 Add latest changes from gitlab-org/gitlab@master 2020-03-25 15:07:47 +00:00
GitLab Bot
8d4aaa4dd0 Add latest changes from gitlab-org/gitlab@master 2020-03-16 15:09:27 +00:00
GitLab Bot
ce8a0b9084 Add latest changes from gitlab-org/gitlab@master 2020-03-12 18:09:28 +00:00
Brett Walker
aa7b1cfc5b Upgrade GraphQL gem to 1.8.17
- 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
2019-09-04 17:42:48 +00:00
Bob Van Landuyt
f16b13113f Fix incorrect instances of GraphQL::ID_TYPE
Since the `GraphQL::ID_TYPE` usages should represent globally unique
ids, this changes some fields for which this is not the case into
strings.

The `ID_TYPE` is a specialised, so this change should be backwards
compatible.

https://graphql-ruby.org/type_definitions/scalars.html
2019-06-03 21:59:33 +02:00
Lin Jen-Shin
f80f6bbcdc Use a block and move setup to example directly 2019-02-14 22:57:34 +08:00
Lin Jen-Shin
30918929ad Implement singular iid for IssuesResolver and ProjectType 2019-02-14 15:52:17 +08:00
Lin Jen-Shin
91e9e50a11 Add field mergeRequests for project in GraphQL
And fix the tests so that it won't run into circular paths.
2019-02-14 15:52:17 +08:00
Renamed from app/graphql/resolvers/merge_request_resolver.rb (Browse further)