Commit Graph

14 Commits

Author SHA1 Message Date
GitLab Bot 861cc0c363 Add latest changes from gitlab-org/gitlab@master 2021-07-30 18:09:08 +00:00
GitLab Bot 7e5b78ee03 Add latest changes from gitlab-org/gitlab@master 2021-07-21 12:09:35 +00:00
GitLab Bot 3597fb6d33 Add latest changes from gitlab-org/gitlab@master 2021-06-16 18:10:35 +00:00
GitLab Bot 4f31109a95 Add latest changes from gitlab-org/gitlab@master 2021-03-23 03:09:04 +00:00
GitLab Bot 100b1a03e6 Add latest changes from gitlab-org/gitlab@master 2020-12-07 12:10:00 +00:00
GitLab Bot 307f6d8439 Add latest changes from gitlab-org/gitlab@master 2020-09-14 15:09:28 +00:00
GitLab Bot fa7ac2663b Add latest changes from gitlab-org/gitlab@master 2020-06-24 06:09:01 +00:00
GitLab Bot 729e3765d5 Add latest changes from gitlab-org/gitlab@master 2020-03-24 12:09:42 +00:00
GitLab Bot 988b28ec1a Add latest changes from gitlab-org/gitlab@master 2020-03-02 12:07:57 +00:00
GitLab Bot eb1f5a3e08 Add latest changes from gitlab-org/gitlab@master 2020-02-17 18:09:00 +00:00
Bob Van Landuyt ed503d51a3 Expose IDs in GraphQL as a GlobalID
This exposes all fields named `id` as GlobalIDs so they can be used
across our entire GraphQL implementation.

When the objects loaded are `ApplicationRecord`s. We'll use our
existing batchloading to find them. Otherwise, we'll fall back to the
default implementation of `GlobalID`: Calling the `.find` method on
the class.
2019-06-03 21:59:25 +02: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
Brett Walker d693c3e5ca Refactor group query spec
and removing unnecessary code
2019-04-23 12:00:45 -05:00
Brett Walker f5c7c3b9ae Basic GraphQL for a group
Add new query for Groups, with new
GroupType and NamespaceType
2019-04-23 11:16:05 -05:00