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:
Diffstat (limited to 'app/graphql/types/ci/catalog/resources/version_type.rb')
-rw-r--r--app/graphql/types/ci/catalog/resources/version_type.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/graphql/types/ci/catalog/resources/version_type.rb b/app/graphql/types/ci/catalog/resources/version_type.rb
index c568403f320..b52a1c6b13d 100644
--- a/app/graphql/types/ci/catalog/resources/version_type.rb
+++ b/app/graphql/types/ci/catalog/resources/version_type.rb
@@ -20,18 +20,10 @@ module Types
field :released_at, Types::TimeType, null: true, description: 'Timestamp of when the version was released.',
alpha: { milestone: '16.7' }
- field :tag_name, GraphQL::Types::String, null: true, method: :name,
- description: 'Deprecated in 16.8. Use name.',
- alpha: { milestone: '16.7' }
-
field :name, GraphQL::Types::String, null: true,
description: 'Name that uniquely identifies the version within the catalog resource.',
alpha: { milestone: '16.8' }
- field :tag_path, GraphQL::Types::String, null: true, method: :path,
- description: 'Deprecated in 16.8. Use path.',
- alpha: { milestone: '16.7' }
-
field :path, GraphQL::Types::String, null: true,
description: 'Relative web path to the version.',
alpha: { milestone: '16.8' }