651 Commits (5f2acaff01e788906683b4e1a5fa6d00b8201e21)

Author SHA1 Message Date
mike12345567 88d22baf1a Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
mike12345567 cfb10ebbe2 Outputting the input record so that it can be used in later steps. 6 years ago
Martin McKeaveney b0aedd38ed lowercase file extension 6 years ago
mike12345567 85dcb28375 Fixing an issue where inputs from the builder send empty string when realistically it means no input. 6 years ago
mike12345567 cba125256a Fixing an issue where any workflow would be triggered by the same type of event - now matching models. 6 years ago
Martin McKeaveney 319fcabaa5 removing delete functionality - not necessary 6 years ago
Martin McKeaveney 14283a7b96 return processed file sizes 6 years ago
Andrew Kingston 6c4cf24a94 Fix filter workflow block tagline 6 years ago
Martin McKeaveney 5150288e85 more lint 6 years ago
Martin McKeaveney bb2058a010 lint 6 years ago
mike12345567 53bbcd9928 Fixing an issue with deletion action. 6 years ago
mike12345567 22ef6eb4d3 Some fixes after playing around with the new Builder UI. 6 years ago
mike12345567 dd0cffc226 Making the trigger endpoint detect if the trigger should have a model input and faking any properties that don't exist if required - this behaviour overridden by inputs from external client. 6 years ago
Martin McKeaveney 9032738ae8 delete local file upload when file deleted 6 years ago
Andrew Kingston a1f52b733b Update save record block definition 6 years ago
mike12345567 be67eaf9c8 Updating testcase to now trigger a proper workflow and check that it operates as expected. 6 years ago
Martin McKeaveney 494e04f19f allow deletion of images 6 years ago
mike12345567 8477ad8727 Changing how default inputs for workflow definitions are handled and providing pretty print options for enums. 6 years ago
mike12345567 ec265f6821 Update to improve test cases and get JOI to work as expected. 6 years ago
Andrew Kingston 15e3b48f0a Remove full stop in email workflow block description 6 years ago
mike12345567 0c1ff2fd70 Fixing a circular dependency that meant a utilities enumerations could not be used until full system initialisation, exporting enums earlier and commenting. 6 years ago
mike12345567 1ab787afd7 Updating file structure so that each built in step has its own file containing the definition and the function of it, with the intention of keeping definitions together as they will be handled in the async actions. 6 years ago
Andrew Kingston 4fed6c05d3 Make filter condition human readable since they're just strings 6 years ago
Andrew Kingston fdca9240e9 Fixing definition for filter workflow block 6 years ago
Martin McKeaveney b1dbc7cc62 Dropzone styling 6 years ago
mike12345567 cb1ff4ac3b Updating definitions to remove the use of the fat model object in workflows and make sure the record structure is common where-ever it is used (as an input or as a trigger output). 6 years ago
Martin McKeaveney 86ae8d038a file attachments and processing working, basic design for dropzone 6 years ago
mike12345567 4625b7a97e Updating block definitions to use pure JSON schema so that it can be used for easy validation. 6 years ago
Andrew Kingston 79c4d1ed65 Update workflow block definitions 6 years ago
mike12345567 e2791d832b This is a breaking change, it updates the block definitions to work with the new structure of inputs and outputs. 6 years ago
Martin McKeaveney b1725ec541 v0.1.21 6 years ago
Martin McKeaveney d414e84748 v0.1.20 6 years ago
Martin McKeaveney 8cd5076f96 lint 6 years ago
Martin McKeaveney 72e3070ad2 update view schema when table updated 6 years ago
mike12345567 b1a8837c0c Adding new API endpoint which provides all definitions in one. 6 years ago
Andrew Kingston 76cfb5062d Revert formatting to 80 print width 6 years ago
mike12345567 c4683a3743 Updating some test cases which were failing silently and changing how environment want handled. 6 years ago
mike12345567 5c94210d72 Adding delete record for when we build in contextual awareness. 6 years ago
Andrew Kingston 24c9042824 Remove params from delete record workflow action as it is only a placeholder 6 years ago
mike12345567 535c4ca5aa Making worker thread decision based on environment variable (BUDIBASE_ENVIRONMENT) and some general tidy up, as well as fixing delete event emitter 6 years ago
Andrew Kingston d13a597ed2 Fix external workflow triggers not passing though instance ID 6 years ago
Michael Shanks f975237417 stop coercing values on the server - do on client instead 6 years ago
mike12345567 5067d93030 Adding threading for when not running against PouchDB. 6 years ago
Martin McKeaveney 65f5f358d0 attachments 6 years ago
Andrew Kingston 0b3ed7435e Fix workflow filter logic block tagline 6 years ago
Michael Shanks 3696d4b077 fixing some broken tests 6 years ago
Michael Shanks 14aa33705f events hooked up and working 6 years ago
mike12345567 ad48b9fdd2 Adding joi validation to the workflow update and create to make sure structure is adhered to, this is built through a curried middleware, to validate on headers, body etc add multiple different validator middlewares to your endpoint. 6 years ago
Andrew Kingston 9d83e6002f Fix create user workflow action 6 years ago
Andrew Kingston 7749919e62 Fix record created trigger workflow block description 6 years ago