Skip to content

feat: Update file fields from server logic rule response#1581

Merged
trebitowski merged 1 commit intomasterfrom
feat--server-rule-blob
Mar 18, 2026
Merged

feat: Update file fields from server logic rule response#1581
trebitowski merged 1 commit intomasterfrom
feat--server-rule-blob

Conversation

@trebitowski
Copy link
Copy Markdown
Collaborator

Changes

Updates file fields from the server logic rule response

https://github.com/feathery-org/feathery-backend/pull/3035

Checklist before requesting a review

  • Cleaned up debug prints, comments, and unused code
  • Tested end to end
  • Included screenshots or walkthrough video of change if impacts UX

Related pull requests

Link other PRs here that are related to this change

// Handle file values the same way as the session v3 endpoint:
// convert { url, path } to Promise<File> and track S3 paths
if (response?.file_values) {
const filePromises = objectMap(response.file_values, (fileOrFiles: any) =>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can any logic be unified with session endpoint?

@trebitowski trebitowski force-pushed the feat--server-rule-blob branch from c91221f to c795df6 Compare March 18, 2026 06:20
@trebitowski trebitowski merged commit c41a99a into master Mar 18, 2026
7 checks passed
@trebitowski trebitowski deleted the feat--server-rule-blob branch March 18, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants