274 Commits (a08ef045bc9dfc130a48e82d96536afde487b8d8)

Author SHA1 Message Date
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
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
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
Martin McKeaveney 58fc6d291c using flatpickr, rollup config for CSS in the builder 6 years ago
Martin McKeaveney 8f0656bd3d date field working with HTML5 inputs. Needs more sophisticated parsing 6 years ago
Conor Mack 1cf777f841 viewBuilder.spec fix 6 years ago
Conor Mack 93dac03eaf Cypress Test Fix - createView.spec.js 6 years ago
Conor Mack ab0860bfc9 Update jest tests - viewbuilder 6 years ago
Martin McKeaveney 98c66c4bab Workflow fixes (#559) 6 years ago
cmack 8dec9b5869 Single Calculation Views When Not Grouped 6 years ago
Martin McKeaveney b03eb8ce60 cypress tests, lint, feature complete 6 years ago
Martin McKeaveney 4d262b57ab view filters operational 6 years ago
Martin McKeaveney 655d1f009a custom filtering working, needs more test coverage 6 years ago
Martin McKeaveney 28c8331103 start of view filters 6 years ago
Martin McKeaveney 370de9ceb7 adding deploy script to upload assets to s3 after release 6 years ago
Martin McKeaveney 6f71870afd fix server unit tests 6 years ago
Martin McKeaveney e57dda576b tidy up and lint 6 years ago
Martin McKeaveney 33ec0cfa75 group by complete 6 years ago
Martin McKeaveney 0a60fd0bc6 deletion of views, statistics calculation popover, unit tests 6 years ago
Martin McKeaveney 6ad5ebbe06 began UI for custom views 6 years ago
Michael Shanks 30aed16951 remove references to material design components 6 years ago
Martin McKeaveney bf46067fe1 new view foundations 6 years ago
Martin McKeaveney 9e00550eda Cypress Tests Running in CI (#524) 6 years ago
Michael Shanks a39f99cf7c bugfix: create app pointing to hardcoded standard-components version 6 years ago