1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00
budibase/packages/server/src/automations/steps
Peter Clement 1fa18ccfce
Some automation fixes and refactoring (#13870)
* fix issue where booleans were being parsed to null

* refactor looping out of automations

* clean out execute function in orchestrator of looping code

* re-add accidentally deleted file

* remove spec file

* remove log

* move code back into main automation thread

* account portal update

---------

Co-authored-by: Adria Navarro <adria@budibase.com>
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-06-25 11:17:14 +01:00
..
bash.ts
collect.ts
createRow.ts Allow users to only specify a binding when adding attachments (#13819) 2024-06-07 08:35:18 +00:00
delay.ts
deleteRow.ts
discord.ts
executeQuery.ts
executeScript.ts
filter.ts Some automation fixes and refactoring (#13870) 2024-06-25 11:17:14 +01:00
loop.ts
make.ts
n8n.ts
openai.ts
outgoingWebhook.ts
queryRows.ts Ensure that sort order is always lowercased. 2024-06-14 11:00:34 +01:00
sendSmtpEmail.ts Allow users to only specify a binding when adding attachments (#13819) 2024-06-07 08:35:18 +00:00
serverLog.ts
slack.ts
triggerAutomationRun.ts
updateRow.ts Fixing some issues with updating rows with attachments, there were some UI bugs that had been raised (undefined being displayed) and the uploading from a URL was not working as expected, due to the stream not matching the expected format of the S3 SDK - this has been fixed by converting the stream to a true readable stream with . 2024-05-13 18:11:40 +01:00
utils.ts
zapier.ts