23 Commits (6de0352299284a56f8d1bdd351cd2447a5b4c286)

Author SHA1 Message Date
Rory Powell c104a15122 Disable automation chaining in cloud 4 years ago
mike12345567 68f68c1e26 Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 6 years ago
mike12345567 a88ce0d608 Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 6 years ago
mike12345567 e8ef03bb1c Adding jest test cases to string templating library. 6 years ago
mike12345567 5a7c0de397 Adding jest test cases to string templating library. 6 years ago
mike12345567 67cc893670 Removing mention of mustache from the server package. 6 years ago
mike12345567 cdef4ead8c Removing mention of mustache from the server package. 6 years ago
mike12345567 8a57f61607 Fixing test case and also making sure that external trigger does what its expected to. 6 years ago
mike12345567 837778c250 Fixing test case and also making sure that external trigger does what its expected to. 6 years ago
mike12345567 5c084599ec Making chaining of automations through different row creation/deletions possible. 6 years ago
mike12345567 63f38ce99d Making chaining of automations through different row creation/deletions possible. 6 years ago
mike12345567 d587bad363 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
mike12345567 5b2be03bc3 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 5d49d529e3 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
mike12345567 fdaa69ee7f 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
Michael Shanks 027819bae0 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 e798fca33b 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 7e3715d88a 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 5f064ade9d 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
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 20dfc87ab2 Add all workflow blocks to server and remove concept of workflow environment 6 years ago
Andrew Kingston 766d8ac8fc 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 9e00550eda Cypress Tests Running in CI (#524) 6 years ago
Martin McKeaveney a92ab5cabb fix backend workflow 6 years ago
Martin McKeaveney b719880ffc fix backend workflow 6 years ago
Martin McKeaveney aeae4f50e2 tidy up 6 years ago
Martin McKeaveney b372f6b03d tidy up 6 years ago
Martin McKeaveney cb1fb87d21 server side workflows 6 years ago
Martin McKeaveney 176906e766 server side workflows 6 years ago
Martin McKeaveney 2e42f8033e workflow DAO tests 6 years ago
Martin McKeaveney cb496d1819 workflow DAO tests 6 years ago
Martin McKeaveney a220822e3a move workflow to array data structure 6 years ago
Martin McKeaveney 15ba1a5a12 move workflow to array data structure 6 years ago
Martin McKeaveney dc90e141f5 server side event emitter 6 years ago
Martin McKeaveney 5c1aa00fd0 server side event emitter 6 years ago
Martin McKeaveney a3bebe3330 adding workflow blocks, parameter parsing, templating 6 years ago
Martin McKeaveney 6f0a84dd38 adding workflow blocks, parameter parsing, templating 6 years ago
Martin McKeaveney 920b47d6aa groundwork for pubsub 6 years ago
Martin McKeaveney 0ea48245cf groundwork for pubsub 6 years ago