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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 18:44:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 18:44:42 +0300
commit4555e1b21c365ed8303ffb7a3325d773c9b8bf31 (patch)
tree5423a1c7516cffe36384133ade12572cf709398d /spec/frontend/reports/codequality_report/mock_data.js
parente570267f2f6b326480d284e0164a6464ba4081bc (diff)
Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42
Diffstat (limited to 'spec/frontend/reports/codequality_report/mock_data.js')
-rw-r--r--spec/frontend/reports/codequality_report/mock_data.js91
1 files changed, 0 insertions, 91 deletions
diff --git a/spec/frontend/reports/codequality_report/mock_data.js b/spec/frontend/reports/codequality_report/mock_data.js
index c5cecb34509..2c994116db6 100644
--- a/spec/frontend/reports/codequality_report/mock_data.js
+++ b/spec/frontend/reports/codequality_report/mock_data.js
@@ -1,94 +1,3 @@
-export const headIssues = [
- {
- check_name: 'Rubocop/Lint/UselessAssignment',
- description: 'Insecure Dependency',
- location: {
- path: 'lib/six.rb',
- lines: {
- begin: 6,
- end: 7,
- },
- },
- fingerprint: 'e879dd9bbc0953cad5037cde7ff0f627',
- },
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- location: {
- path: 'Gemfile.lock',
- lines: {
- begin: 22,
- end: 22,
- },
- },
- fingerprint: 'ca2e59451e98ae60ba2f54e3857c50e5',
- },
-];
-
-export const mockParsedHeadIssues = [
- {
- ...headIssues[1],
- name: 'Insecure Dependency',
- path: 'lib/six.rb',
- urlPath: 'headPath/lib/six.rb#L6',
- line: 6,
- },
-];
-
-export const baseIssues = [
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- location: {
- path: 'Gemfile.lock',
- lines: {
- begin: 22,
- end: 22,
- },
- },
- fingerprint: 'ca2e59451e98ae60ba2f54e3857c50e5',
- },
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- location: {
- path: 'Gemfile.lock',
- lines: {
- begin: 21,
- end: 21,
- },
- },
- fingerprint: 'ca2354534dee94ae60ba2f54e3857c50e5',
- },
-];
-
-export const mockParsedBaseIssues = [
- {
- ...baseIssues[1],
- name: 'Insecure Dependency',
- path: 'Gemfile.lock',
- line: 21,
- urlPath: 'basePath/Gemfile.lock#L21',
- },
-];
-
-export const issueDiff = [
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- fingerprint: 'ca2e59451e98ae60ba2f54e3857c50e5',
- line: 6,
- location: { lines: { begin: 22, end: 22 }, path: 'Gemfile.lock' },
- name: 'Insecure Dependency',
- path: 'lib/six.rb',
- urlPath: 'headPath/lib/six.rb#L6',
- },
-];
-
export const reportIssues = {
status: 'failed',
new_errors: [