feat(automations): add delivery logs to the drawer#3987
Draft
mmabrouk wants to merge 5 commits intofix/automations-draft-testingfrom
Draft
feat(automations): add delivery logs to the drawer#3987mmabrouk wants to merge 5 commits intofix/automations-draft-testingfrom
mmabrouk wants to merge 5 commits intofix/automations-draft-testingfrom
Conversation
Add a logs tab for persisted automations with recent delivery history and overview/json inspection. Reuse the existing delivery query API and keep drawer testing wired to persisted deliveries when the logs view is active.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Railway Preview Environment
Updated at 2026-03-13T14:45:31.750Z |
…ON, improve list item styling - Remove Overview/JSON tabs from detail panel, show raw JSON via SimpleSharedEditor - Replace opaque button rows with ListItem-pattern styling: left-border accent on selection, status dots, design-token colors (bgColors, textColors, borderColors) - Add keyboard navigation (Enter/Space) and proper hover feedback - Use @agenta/ui design tokens instead of hard-coded bg-white/CSS variables - Extract DeliveryListItem into its own component for clarity
…ords Authorization tokens and HMAC signatures were stored in plaintext in delivery data and exposed in the logs tab JSON viewer. Backend: redact Authorization and X-Agenta-Signature values before persisting delivery records (data.headers gets redacted copy, the actual HTTP request still uses full headers via request_headers). Frontend: sanitize delivery JSON before display as defence-in-depth for older delivery records created before the backend fix.
Constrain overflow to the delivery list and JSON editor so the drawer stays stable as logs accumulate. Keep delivery redaction backend-only and document the current first-page windowing behavior for logs.
…nto HEAD # Conflicts: # api/oss/src/core/webhooks/delivery.py
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