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
1ae92eb0
Commit
1ae92eb0
authored
Jan 17, 2020
by
Tetiana Chupryna
Committed by
Heinrich Lee Yu
Jan 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecate license_management fixture
parent
9a2dafa4
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
819 additions
and
2 deletions
+819
-2
ee/spec/factories/ci/job_artifacts.rb
ee/spec/factories/ci/job_artifacts.rb
+2
-2
ee/spec/fixtures/security_reports/deprecated/gl-license-management-report.json
...rity_reports/deprecated/gl-license-management-report.json
+0
-0
ee/spec/fixtures/security_reports/master/gl-license-scanning-report.json
...s/security_reports/master/gl-license-scanning-report.json
+817
-0
No files found.
ee/spec/factories/ci/job_artifacts.rb
View file @
1ae92eb0
...
...
@@ -120,7 +120,7 @@ FactoryBot.define do
after
(
:build
)
do
|
artifact
,
_
|
artifact
.
file
=
fixture_file_upload
(
Rails
.
root
.
join
(
'ee/spec/fixtures/security_reports/
master
/gl-license-management-report.json'
),
'application/json'
)
Rails
.
root
.
join
(
'ee/spec/fixtures/security_reports/
deprecated
/gl-license-management-report.json'
),
'application/json'
)
end
end
...
...
@@ -130,7 +130,7 @@ FactoryBot.define do
after
(
:build
)
do
|
artifact
,
_
|
artifact
.
file
=
fixture_file_upload
(
Rails
.
root
.
join
(
'ee/spec/fixtures/security_reports/master/gl-license-
management
-report.json'
),
'application/json'
)
Rails
.
root
.
join
(
'ee/spec/fixtures/security_reports/master/gl-license-
scanning
-report.json'
),
'application/json'
)
end
end
...
...
ee/spec/fixtures/security_reports/
master
/gl-license-management-report.json
→
ee/spec/fixtures/security_reports/
deprecated
/gl-license-management-report.json
View file @
1ae92eb0
File moved
ee/spec/fixtures/security_reports/master/gl-license-scanning-report.json
0 → 100644
View file @
1ae92eb0
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