Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Commits
d5e5fab2
Verified
Commit
d5e5fab2
authored
6 months ago
by
David Fernandez
Browse files
Options
Downloads
Patches
Plain Diff
Apply backend maintainer feedback
parent
c7f32889
No related branches found
No related tags found
1 merge request
!163641
Caching logic in Maven virtual registry (cold cache)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/api/virtual_registries/packages/maven.rb
+3
-3
3 additions, 3 deletions
lib/api/virtual_registries/packages/maven.rb
with
3 additions
and
3 deletions
lib/api/virtual_registries/packages/maven.rb
+
3
−
3
View file @
d5e5fab2
...
...
@@ -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
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment