Alert activity feed is broken
Summary
The visual display of the alert activity feed is broken
Steps to reproduce
To see alerts, you need to send a test alert. Here's how to do that:
- Navigate to Settings > Monitor
- Expand the Alert section, and click the button to "Enable a new integration"
- Select "HTTP endpoint" in the integration type dropdown. Add an integration name, turn the toggle to "active", and click to "Save the integration"
- Once the integration is added, click on the settings icon button in the integration table
- Click on the "Send test alert" tab
- Enter the sample payload shown below, and click send.
- Navigate to Monitor > Alerts, where you will see the new alert appear. This issue is visible in the "Activity feed" tab
{ "title": "Gitaly latency is too high", "description": "https://gitlab.com/gitlab-com/runbooks/-/blob/master/docs/gitaly/gitaly-latency.md", "service": "service not affected", "monitoring_tool": "GitLab scripts", "severity": "high", "host": "fe-2" }
Example Project
What is the current bug behavior?
Line connecting the events is displaying on top of the circled icons, rather than below it.
What is the expected correct behavior?
Line connecting the icons should be behind the icons, more like this:
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)