617 Commits (ba125b59879bbf0d8b17fc9342edf945b019d034)

Author SHA1 Message Date
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 4926665eeb v0.1.21 6 years ago
Martin McKeaveney d55d0c70c8 v0.1.20 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
dependabot[bot] 28acb38f55 Bump bl from 4.0.2 to 4.0.3 in /packages/server 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 4f0e0340fc v0.1.19 6 years ago
Martin McKeaveney 63e3bb16b0 v0.1.18 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
cmack 0a489eed13 Minor Tidyup - Logs, Dead Code, Comments 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
Michael Shanks 3216b2f676 removed unecessary dependencies 6 years ago