1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00
budibase/packages/server/src/automations/steps
2022-05-20 13:59:29 +01:00
..
bash.js configure bash step to use automation query timeout 2022-04-06 10:43:08 +01:00
createRow.ts Tests complete + backwards compatibility for deployment 2022-03-22 00:23:22 +00:00
delay.js Add new actions modal and integration with flowchart 2021-09-15 00:45:11 +01:00
deleteRow.ts Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
discord.js SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 2021-10-12 16:13:54 +01:00
executeQuery.js Fixing issue where any two automations steps of the same type executed in the same automation would have the same response output in the frontend, this was a visual bug. Also fixing an issue introduced by REST update that broke the query controller. 2022-01-11 17:14:04 +00:00
executeScript.js Fixing issue with SQL tables and automations updating a row, also making error handling better across automations to make sure some sort of error message is always returned. 2021-10-19 17:00:54 +01:00
filter.js linting 2022-02-23 16:56:51 +01:00
integromat.js Adding concept of internal and external actions. 2021-09-14 12:40:19 +01:00
loop.js update required string 2022-04-19 10:45:40 +01:00
outgoingWebhook.js Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 2021-12-14 17:59:02 +00:00
queryRows.js Add limit placeholder for Automation queries 2022-05-11 11:25:53 +01:00
sendSmtpEmail.js Make 'to' field undefined if empty for consistent validation 2022-05-20 13:59:29 +01:00
serverLog.js Add new actions modal and integration with flowchart 2021-09-15 00:45:11 +01:00
slack.js Adding concept of internal and external actions. 2021-09-14 12:40:19 +01:00
updateRow.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
utils.js Fixing issue discovered by webhook test case. 2021-09-13 18:07:33 +01:00
zapier.js Adding concept of internal and external actions. 2021-09-14 12:40:19 +01:00