Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-03 00:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-03 00:09:03 +0300
commit03cd2a56f32310def67fefdc34797833a5daf770 (patch)
tree1cefc8769ffc7752183cab6dd9974e259295324d /app/assets/javascripts/graphql_shared
parent983f6954d19f269a059aab1754568737d9ab6f64 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/graphql_shared')
-rw-r--r--app/assets/javascripts/graphql_shared/possible_types.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/graphql_shared/possible_types.json b/app/assets/javascripts/graphql_shared/possible_types.json
index 1a949adc6a2..e8b0174b8f6 100644
--- a/app/assets/javascripts/graphql_shared/possible_types.json
+++ b/app/assets/javascripts/graphql_shared/possible_types.json
@@ -9,6 +9,10 @@
"CiManualVariable",
"CiProjectVariable"
],
+ "CommitSignature": [
+ "GpgSignature",
+ "X509Signature"
+ ],
"CurrentUserTodos": [
"BoardEpic",
"Design",