Skip to content

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

2025-08-21_14-55-38

How to set up and validate locally

  1. Enable the feature flag: echo "Feature.enable(:global_ai_catalog)" | rails c
  2. If needed, add some seed data: echo "FactoryBot.create_list(:ai_catalog_flow, 10, project_id: 1000000)" | rails c
  3. Visit http://gdk.test:3000/explore/ai-catalog/agents
  4. Click on "..." menu
  5. Click on first button (add flow)
  6. 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

Merge request reports

Loading