Enable flows in projects and groups
What does this MR do and why?
Related to #557560 (closed)
Add initial version of "add flow to project" modal.
Screenshots or screen recordings
How to set up and validate locally
- Enable the feature flag:
echo "Feature.enable(:global_ai_catalog)" | rails c
- If needed, add some seed data:
echo "FactoryBot.create_list(:ai_catalog_flow, 10, project_id: 1000000)" | rails c
- Visit http://gdk.test:3000/explore/ai-catalog/agents
- Click on "..." menu
- Click on first button (add flow)
- Close dialog, add project, add group...
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Vanessa Otto