- 10 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 06 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 03 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 25 Nov, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 21 Nov, 2019 3 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
- 18 Nov, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 15 Nov, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 14 Nov, 2019 1 commit
-
-
GitLab Bot authored
-
- 13 Nov, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 12 Nov, 2019 1 commit
-
-
GitLab Bot authored
-
- 04 Nov, 2019 1 commit
-
-
GitLab Bot authored
-
- 31 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 30 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 23 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 17 Oct, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 04 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 03 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 02 Oct, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 16 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 13 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 05 Sep, 2019 1 commit
-
-
Maneschi Romain authored
to doc
-
- 26 Aug, 2019 1 commit
-
-
Brett Walker authored
The `GraphQL::Function` has been deprecated in favor of resolvers.
-
- 22 Aug, 2019 1 commit
-
-
Alessio Caiazza authored
Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } }
-
- 25 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
These are not required because MySQL is not supported anymore
-
- 17 Jul, 2019 1 commit
-
-
Igor authored
This is part of migration of Folder View to Vue
-
- 10 Jul, 2019 3 commits
-
-
Luke Duncalfe authored
A new `discussion_id` argument on the `createNote` mutation allows people to create a note within that discussion. The ability to lazy-load Discussions has been added, so GraphQL.object_from_id can treat Discussions the same as AR objects and batch load them. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826 https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
-
-
-
- 04 Jul, 2019 1 commit
-
-
charlieablett authored
- Remove Gitaly call check for fields that have a constant complexity declared - Add associated test
-
- 03 Jul, 2019 3 commits
-
-
charlieablett authored
- Add 1 for all fields that call Gitaly (with resolvers or without) - Clarify comment regarding Gitaly call alert - Expose predicate `calls_gitaly?` instead of ivar
-
charlieablett authored
- Add `calls_gitaly: true` to some fields missing (hey, it works!) - Clarify proc wrapping - Add kwargs argument to `mount_mutation`
-
charlieablett authored
- Move `calls_gitaly_check` to public - Add instrumentation for flagging missing CallsGitaly declarations - Wrap resolver proc in before-and-after Gitaly counts to get the net Gitaly call count for the resolver.
-