fix(audit-logs): support agentic workflow targets - #2858
Merged
RemiBonnet merged 3 commits intoAug 11, 2026
Merged
Conversation
RemiBonnet
marked this pull request as ready for review
August 11, 2026 11:01
|
View your CI Pipeline Execution ↗ for commit 2b49a4c
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/agentic-workflow-ui-updates #2858 +/- ##
====================================================================
+ Coverage 47.51% 48.56% +1.04%
====================================================================
Files 1278 1276 -2
Lines 27534 27397 -137
Branches 8037 7983 -54
====================================================================
+ Hits 13082 13304 +222
+ Misses 12233 11834 -399
- Partials 2219 2259 +40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
fabienfleureau
approved these changes
Aug 11, 2026
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Issue: N/A — regression found on AWS tests
Fix the organization audit log view and target filter when agentic workflow events are returned.
qovery-typescript-axiosto1.1.947, which exposesOrganizationEventTargetType.AGENTIC_WORKFLOW.Root cause: the backend returned
AGENTIC_WORKFLOWaudit targets before that value was available in the generated TypeScript client enum. The row renderer assumed every runtime target type existed in its link-renderer map, while the hierarchical dropdown did not classify agentic workflows as services.Screenshots / Recordings
Not applicable — behavior-only crash and filter fix.
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintValidation details:
git diff --check: passed.PR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-release