Add pipeline preparing status icons
This updates the preparing stage icons with new icons.
Issue: #27188 (closed)
Icon states
Favicon
Pipeline header
Pipeline info
Pipeline table
Testing
Note: I've bumped the package version for out @gitab/svgs
dependency so you'll have to run yarn install
to see the updated icons locally.
To test the icons, either set up the appropriate Kubernetes cluster or temporarily change the db values in your local environment:
- Open a terminal
bundle exec rails console
-
pipeline = Ci::Pipeline.find_by id: <pipeline-id>, project_id: <project-id>
-
<pipeline-id>
is the id of the pipeline you intend to use for testing (id in url). -
<project-id>
can be found in the header section on the project details page.
-
pipeline.update!(status:'preparing')
- You might need to hard refresh your browser after making these changes (hold down Shift and click the Reload button)
TODO
-
Add screenshots -
Add status_preparing_borderless.svg
to gitlab-svgs gitlab-svgs#44 (closed) -
Add favicons to images/ci_favicons
-
Add/update tests
Does this MR meet the acceptance criteria?
Conformity
Edited by 🤖 GitLab Bot 🤖