Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
abee680a
Commit
abee680a
authored
May 20, 2021
by
David Fernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the check_maven_path_first feature flag
Update the related specs Changelog: other
parent
15448f95
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
266 additions
and
378 deletions
+266
-378
config/feature_flags/development/check_maven_path_first.yml
config/feature_flags/development/check_maven_path_first.yml
+0
-8
lib/api/maven_packages.rb
lib/api/maven_packages.rb
+0
-2
spec/requests/api/maven_packages_spec.rb
spec/requests/api/maven_packages_spec.rb
+266
-368
No files found.
config/feature_flags/development/check_maven_path_first.yml
deleted
100644 → 0
View file @
15448f95
---
name
:
check_maven_path_first
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59241
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/327487
milestone
:
'
13.11'
type
:
development
group
:
group::package
default_enabled
:
true
lib/api/maven_packages.rb
View file @
abee680a
...
...
@@ -24,8 +24,6 @@ module API
helpers
do
def
path_exists?
(
path
)
# return true when FF disabled so that processing the request is not stopped
return
true
unless
Feature
.
enabled?
(
:check_maven_path_first
,
default_enabled: :yaml
)
return
false
if
path
.
blank?
Packages
::
Maven
::
Metadatum
.
with_path
(
path
)
...
...
spec/requests/api/maven_packages_spec.rb
View file @
abee680a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment