Skip to content
Snippets Groups Projects
Verified Commit d5e5fab2 authored by David Fernandez's avatar David Fernandez :palm_tree:
Browse files

Apply backend maintainer feedback

parent c7f32889
No related branches found
No related tags found
1 merge request!163641Caching logic in Maven virtual registry (cold cache)
......@@ -80,7 +80,7 @@ def registry
desc 'Download endpoint of the Maven virtual registry.' do
detail 'This feature was introduced in GitLab 17.3. \
This feature is currently in experiment state. \
This feature behind the `virtual_registry_maven` feature flag.'
This feature is behind the `virtual_registry_maven` feature flag.'
success [
{ code: 200 }
]
......@@ -116,7 +116,7 @@ def registry
desc 'Workhorse authorize upload endpoint of the Maven virtual registry. Only workhorse can access it.' do
detail 'This feature was introduced in GitLab 17.4. \
This feature is currently in experiment state. \
This feature behind the `virtual_registry_maven` feature flag.'
This feature is behind the `virtual_registry_maven` feature flag.'
success [
{ code: 200 }
]
......@@ -142,7 +142,7 @@ def registry
desc 'Workhorse upload endpoint of the Maven virtual registry. Only workhorse can access it.' do
detail 'This feature was introduced in GitLab 17.4. \
This feature is currently in experiment state. \
This feature behind the `virtual_registry_maven` feature flag.'
This feature is behind the `virtual_registry_maven` feature flag.'
success [
{ code: 200 }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment