17 Commits (3457b308b2315e7911030556fe02ec0e2ff1e480)

Author SHA1 Message Date
mike12345567 d587bad363 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
mike12345567 d90c1e3dd3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 bb3370e742 Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks eaa8d91392 merge from master - including fixes 6 years ago
mike12345567 4073f354c8 Fixing issue with modelId being returned from API causing next model update to cause model to be returned as a record from model record view. 6 years ago
mike12345567 b24ff486d8 Some groundwork for the linked records, building up a much more in-depth emitter for models and records to drive the record cleanup. 6 years ago
mike12345567 88d22baf1a Renaming workflows -> automate/automations, throughout the API and the builder itself. 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
Martin McKeaveney bbcb282e53
Cypress Tests Running in CI (#524) 6 years ago
Martin McKeaveney a92ab5cabb fix backend workflow 6 years ago
Martin McKeaveney aeae4f50e2 tidy up 6 years ago
Martin McKeaveney cb1fb87d21 server side workflows 6 years ago
Martin McKeaveney 2e42f8033e workflow DAO tests 6 years ago
Martin McKeaveney a220822e3a move workflow to array data structure 6 years ago
Martin McKeaveney dc90e141f5 server side event emitter 6 years ago
Martin McKeaveney a3bebe3330 adding workflow blocks, parameter parsing, templating 6 years ago
Martin McKeaveney 920b47d6aa groundwork for pubsub 6 years ago