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
Merge requests
!7847
Add timeline icon for issue weights
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add timeline icon for issue weights
gtsiolis/gitlab:update-timeline-icon-for-weights
into
master
Overview
11
Commits
1
Pipelines
4
Changes
2
Merged
George Tsiolis
requested to merge
gtsiolis/gitlab:update-timeline-icon-for-weights
into
master
6 years ago
Overview
11
Commits
1
Pipelines
4
Changes
2
Expand
What does this MR do?
Adds timeline icon for issue weights
according to
#5340 (closed)
.
Before
After
What are the relevant issue numbers?
Closes
#7121 (closed)
Does this MR meet the acceptance criteria?
Changelog entry
added, if necessary
Documentation created/updated
Tests added for this feature/bug
Conforms to the
code review guidelines
Conforms to the
merge request performance guidelines
Conforms to the
style guides
Conforms to the
database guides
EE specific content should be in the top level
/ee
folder
For a paid feature, have we considered GitLab.com plans, how it works for groups, and is there a design for promoting it to users who aren't on the correct plan?
Edited
6 years ago
by
George Tsiolis
0
0
Merge request reports
Viewing commit
7419efe6
Show latest version
2 files
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
7419efe6
Add timeline icon for issue weights
· 7419efe6
George Tsiolis
authored
6 years ago
ee/app/helpers/ee/system_note_helper.rb
+
2
−
1
Options
@@ -13,7 +13,8 @@ module SystemNoteHelper
'issue_added_to_epic'
=>
'epic'
,
'issue_removed_from_epic'
=>
'epic'
,
'issue_changed_epic'
=>
'epic'
,
'epic_date_changed'
=>
'calendar'
'epic_date_changed'
=>
'calendar'
,
'weight'
=>
'scale'
}.
freeze
override
:system_note_icon_name
Loading