Add error handling to depencencies project filter
requested to merge 432707-follow-up-from-resolve-add-project-filter-option-to-group-level-dependencies-app into master
What does this MR do and why?
It shows a meaningful error message in case fetching the list of projects for the group-level project filter fails.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable the related feature flags
echo "Feature.enable(:group_level_dependencies_filtering)" | rails c
- Go to a group's dependency list: "Secure" -> "Dependency List"
- Use devtools to throttle your network to be offline
- Apply the project filter
- Verify that an error banner with a message shows up
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 #432707 (closed)
Edited by David Pisek