Allow multiple badges to be displayed on the timeline events list
What does this MR do and why?
- Allow all selected tags for a specific event to be displayed on the timeline
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
- Open the Rails Console in a terminal under the gitlab/ folder: rails c
- Run Feature.enable(:incident_event_tags) to enable to feature globally for your GitLab instance.
- Navigate to Monitor > Incidents page
- Create new or open an existing incident
- Navigate to Timeline tab of the incident
- Click "Add new timeline event" button at the bottom
- Choose more than one tag from a dropdown
- Save the changes
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #373854 (closed)
Edited by Paulina Sedlak-Jakubowska