Skip to content

fix(services): support agentic workflows in the service list - #2843

Merged
RemiBonnet merged 3 commits into
stagingfrom
fix/agentic-workflow-service-list
Jul 31, 2026
Merged

fix(services): support agentic workflows in the service list#2843
RemiBonnet merged 3 commits into
stagingfrom
fix/agentic-workflow-service-list

Conversation

@RemiBonnet

@RemiBonnet RemiBonnet commented Jul 31, 2026

Copy link
Copy Markdown
Member

Summary

Issue:

This PR prevents agentic workflows returned by the backend from reaching the standard Qovery service table, where exhaustive ts-pattern matches do not support AGENTIC_WORKFLOW yet.

Screenshots / Recordings

Screenshot 2026-07-31 at 15 33 25

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@RemiBonnet

Copy link
Copy Markdown
Member Author

Qovery Preview

Qovery can create a Preview Environment for this PR.
To trigger its creation, please post a comment with one of the following command.

Command Blueprint environment
/qovery preview cc1de7de-94e5-40f8-8e45-bc8986d9dfec storybook
/qovery preview 964984c5-fba6-4371-88d3-a5daf99642ab test-prod
/qovery preview 28c47145-c8e7-4b9d-8d9e-c65c95b48425 staging
/qovery preview {all|UUID1,UUID2,...} To preview multiple environments

This comment has been generated from Qovery AI 🤖.
Below, a word from its wisdom :

The backlog never ends, be at peace with it

@RemiBonnet RemiBonnet changed the title Add agentic workflow service creation and listing feat(agentic): support in the service list Jul 31, 2026
@RemiBonnet
RemiBonnet force-pushed the fix/agentic-workflow-service-list branch from b26f206 to 450d978 Compare July 31, 2026 13:31
@RemiBonnet RemiBonnet changed the title feat(agentic): support in the service list fix(services): isolate agentic workflows from service list Jul 31, 2026
@nx-cloud

nx-cloud Bot commented Jul 31, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit e2b7788

Command Status Duration Result
nx run console:build --parallel=3 --configurati... ✅ Succeeded 1m 7s View ↗
nx affected --target=test --parallel=3 --config... ✅ Succeeded 3m 53s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded 2m 59s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded 6s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-31 14:23:53 UTC

@RemiBonnet RemiBonnet changed the title fix(services): isolate agentic workflows from service list fix(services): support agentic workflows in the service list Jul 31, 2026
@RemiBonnet
RemiBonnet marked this pull request as ready for review July 31, 2026 13:45
@RemiBonnet
RemiBonnet merged commit 0405222 into staging Jul 31, 2026
6 checks passed
@RemiBonnet
RemiBonnet deleted the fix/agentic-workflow-service-list branch July 31, 2026 14:24
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 66.66667% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.64%. Comparing base (0fdf617) to head (62d553f).
⚠️ Report is 2 commits behind head on staging.

Files with missing lines Patch % Lines
...low-service-list/agentic-workflow-service-list.tsx 80.00% 1 Missing and 1 partial ⚠️
...workflow-services/use-agentic-workflow-services.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2843      +/-   ##
===========================================
- Coverage    54.30%   47.64%   -6.66%     
===========================================
  Files           13     1197    +1184     
  Lines          302    25952   +25650     
  Branches        64     7774    +7710     
===========================================
+ Hits           164    12366   +12202     
- Misses         127    11468   +11341     
- Partials        11     2118    +2107     
Flag Coverage Δ
unittests 47.64% <66.66%> (-6.66%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@RemiBonnet

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.331.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants