574 Commits (91d9f44aebf9d7fa2ae9e2e7e99a34053e8a8878)

Author SHA1 Message Date
Martin McKeaveney af9b8ac9bd return processed file sizes 6 years ago
Andrew Kingston fdf8d2cbab Fix filter workflow block tagline 6 years ago
Martin McKeaveney 715216e412 more lint 6 years ago
Martin McKeaveney f48736ffe9 lint 6 years ago
mike12345567 05f3666257 Fixing an issue with deletion action. 6 years ago
mike12345567 cc5994539d Some fixes after playing around with the new Builder UI. 6 years ago
mike12345567 f0ae4ad7cc 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 293e5b7859 delete local file upload when file deleted 6 years ago
Andrew Kingston d31f4f5c34 Update save record block definition 6 years ago
mike12345567 99b1bbebbb Updating testcase to now trigger a proper workflow and check that it operates as expected. 6 years ago
Martin McKeaveney 4985949786 allow deletion of images 6 years ago
mike12345567 2911a7ba35 Changing how default inputs for workflow definitions are handled and providing pretty print options for enums. 6 years ago
mike12345567 31939e3dc9 Update to improve test cases and get JOI to work as expected. 6 years ago
Andrew Kingston 5997550fbb Remove full stop in email workflow block description 6 years ago
mike12345567 53b317aad1 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 1610f483b0 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 2337e1bac3 Make filter condition human readable since they're just strings 6 years ago
Andrew Kingston a8be0682bc Fixing definition for filter workflow block 6 years ago
Martin McKeaveney e97ec7beaf Dropzone styling 6 years ago
mike12345567 a08ef045bc 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 ad79d422e0 file attachments and processing working, basic design for dropzone 6 years ago
mike12345567 43afb9af1b Updating block definitions to use pure JSON schema so that it can be used for easy validation. 6 years ago
Andrew Kingston ba125b5987 Update workflow block definitions 6 years ago
mike12345567 1382c3bb12 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 784fac5018 lint 6 years ago
Martin McKeaveney 37f539c5a9 update view schema when table updated 6 years ago
mike12345567 09565e41d0 Adding new API endpoint which provides all definitions in one. 6 years ago
Andrew Kingston 609b039d4c Revert formatting to 80 print width 6 years ago
mike12345567 b6209d044a Updating some test cases which were failing silently and changing how environment want handled. 6 years ago
mike12345567 f213f567ef Adding delete record for when we build in contextual awareness. 6 years ago
Andrew Kingston 9df0dcb9ac Remove params from delete record workflow action as it is only a placeholder 6 years ago
mike12345567 53e4531c5b 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 71388f47a4 Fix external workflow triggers not passing though instance ID 6 years ago
Michael Shanks 0735eaa523 stop coercing values on the server - do on client instead 6 years ago
mike12345567 fc38871b66 Adding threading for when not running against PouchDB. 6 years ago
Martin McKeaveney 4d411dec62 attachments 6 years ago
Andrew Kingston 643f58125e Fix workflow filter logic block tagline 6 years ago
Michael Shanks 3b21b15259 fixing some broken tests 6 years ago
Michael Shanks d3225cb51f events hooked up and working 6 years ago
mike12345567 b886c8f342 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 3bf0358716 Fix create user workflow action 6 years ago
Andrew Kingston 9077e89192 Fix record created trigger workflow block description 6 years ago
Andrew Kingston 52aaac8e44 Fix async loading of steps 6 years ago
mike12345567 3a591c13d0 Major update to server workflow backend, implementing a very basic queue API in between triggers and orchestration and then moving everything around to keep it generally more concise, creating a directory to handle all workflow related matters as they do not pertain to the API (running of workflows is a completely separate operation). 6 years ago
Andrew Kingston 766d8ac8fc Add all workflow blocks to server and remove concept of workflow environment 6 years ago
mike12345567 08aa221d04 Implementing the block definitions as list APIs for the workflow, meaning client has to retrieve structure from API instead of inherently knowing it. 6 years ago
Michael Shanks d63e03b852 added PATCH record route 6 years ago
Martin McKeaveney b177a36f89 lint, using bbui component 6 years ago
Martin McKeaveney 9c62d0073b tidy up 6 years ago
Martin McKeaveney 6fc72330dc custom flatpickr styling, tidy up 6 years ago