234 Commits (0593df02849ebe8564d9e22c9233232c042d6c13)

Author SHA1 Message Date
mike12345567 4bf40a976d Adding re-triggering of test case to help with running test case in GH actions. 6 years ago
mike12345567 58f643bc30 Extending the possible time the test case can wait for the record to be updated into the database (automation trigger) and adding JSdocs to automation utilities as per PR suggestions. 6 years ago
mike12345567 d5112c82c6 Fixing delay as it was causing test case to be inconsistent (triggering automation) 6 years ago
mike12345567 e7be9dd698 Fixing issue with test case. 6 years ago
mike12345567 0a665e05c8 Update to include update record internal action option, seems very useful rather than having to delete and re-create records every time. 6 years ago
mike12345567 42d9dd26d9 Confirming suspicions about why a testcase is failing in GH actions only. 6 years ago
mike12345567 84372c0100 Adding to test case to retry looking for entries out of the triggered workflow in the case of slow machines. 6 years ago
mike12345567 4b54edf02b Fixing a problem detected by a test case. 6 years ago
mike12345567 88d22baf1a Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
mike12345567 60b907054a Initial work towards async block loading, it will pull the manifest.json from a specified bucket and load packages in async when it does not have them - this will need another feature for when running in the cloud to pull all packages it doesn't currently have to the install directory (EFS). 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
Martin McKeaveney 319fcabaa5 removing delete functionality - not necessary 6 years ago
Martin McKeaveney 14283a7b96 return processed file sizes 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
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 ec265f6821 Update to improve test cases and get JOI to work as expected. 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 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 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
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
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
mike12345567 77f32c8a0f 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 20dfc87ab2 Add all workflow blocks to server and remove concept of workflow environment 6 years ago
mike12345567 79cb0c522f 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 25d8f9a8f8 added PATCH record route 6 years ago