Minor cleanup old CSS classes
What does this MR do and why?
Updates some older VSA code
- Removes the
NO_DRAG_CLASS
constant, this is no longer used - Updates some older CSS classes to
gl-*
classes
Screenshots or screen recordings
No visual changes
Before | After |
---|---|
How to set up and validate locally
These changes can be using project value stream analytics.
Project VSA seeding instructions
-
Create a project within a group (make sure to initialize the project with a readme, or create it from a template)
-
Seed some test VSA data
$ VSA_SEED_PROJECT_ID=<project-id> VSA_ISSUE_COUNT=10 SEED_VSA=true FILTER=cycle_analytics rake db:seed_fu
-
Navigate to value stream analytics for the project, ie for a project named clean-vsa-project in group new-vsa-group it would be http://
<gdk>
/new-vsa-group/clean-vsa-project/-/value_stream_analytics (or find it in the left menu)
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.