Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot da52493311 Add latest changes from gitlab-org/gitlab@master 2022-06-19 09:08:36 +00:00
GitLab Bot 7f08e6916d Add latest changes from gitlab-org/gitlab@master 2022-03-15 18:08:10 +00:00
GitLab Bot cb8bd7d594 Add latest changes from gitlab-org/gitlab@master 2021-07-22 12:10:04 +00:00
GitLab Bot c6af94ea4e Add latest changes from gitlab-org/gitlab@master 2021-04-19 12:09:04 +00:00
GitLab Bot b3930fc34f Add latest changes from gitlab-org/gitlab@master 2021-03-04 00:11:19 +00:00
GitLab Bot 58b9df24e6 Add latest changes from gitlab-org/gitlab@master 2020-09-05 03:08:31 +00:00
GitLab Bot d6348d22dd Add latest changes from gitlab-org/gitlab@master 2020-06-24 09:08:32 +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
Heinrich Lee Yu 1ce5bcacdb Remove code related to object hierarchy in MySQL
These are not required because MySQL is not
supported anymore
2019-07-25 15:35:06 +08:00
Brett Walker 95b3fe2863 Use :complexity_multiplier only with connections
This helps reduce complexity for non-connections
2019-06-05 10:17:54 -05:00
Alessio Caiazza 83a8b77961 Add Namespace and ProjectStatistics to GraphQL API
We can query namespaces, and nested projects.

Projects now exposes statistics
2019-06-03 12:01:32 +02:00