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
03351199
Commit
03351199
authored
Aug 10, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce differences between CE and EE code base in reports components
parent
ce2f1ec8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/javascripts/reports/components/issues_list.vue
app/assets/javascripts/reports/components/issues_list.vue
+2
-2
app/assets/javascripts/reports/components/report_issues.vue
app/assets/javascripts/reports/components/report_issues.vue
+2
-2
changelogs/unreleased/fl-reduce-ee-conflicts-reports-code.yml
...gelogs/unreleased/fl-reduce-ee-conflicts-reports-code.yml
+5
-0
No files found.
app/assets/javascripts/reports/components/issues_list.vue
View file @
03351199
<
script
>
<
script
>
import
IssuesBlock
from
'
.
/report_issues.vue
'
;
import
IssuesBlock
from
'
~/reports/components
/report_issues.vue
'
;
import
{
import
{
STATUS_SUCCESS
,
STATUS_SUCCESS
,
STATUS_FAILED
,
STATUS_FAILED
,
STATUS_NEUTRAL
,
STATUS_NEUTRAL
,
}
from
'
..
/constants
'
;
}
from
'
~/reports
/constants
'
;
/**
/**
* Renders block of issues
* Renders block of issues
...
...
app/assets/javascripts/reports/components/report_issues.vue
View file @
03351199
<
script
>
<
script
>
import
IssueStatusIcon
from
'
.
/issue_status_icon.vue
'
;
import
IssueStatusIcon
from
'
~/reports/components
/issue_status_icon.vue
'
;
import
{
components
,
componentNames
}
from
'
.
/issue_body
'
;
import
{
components
,
componentNames
}
from
'
~/reports/components
/issue_body
'
;
export
default
{
export
default
{
name
:
'
ReportIssues
'
,
name
:
'
ReportIssues
'
,
...
...
changelogs/unreleased/fl-reduce-ee-conflicts-reports-code.yml
0 → 100644
View file @
03351199
---
title
:
Reduce differences between CE and EE code base in reports components
merge_request
:
author
:
type
:
other
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