1800 Commits (7fd79d3d4edee2b6ccde29e795bf75c9c7b02813)

Author SHA1 Message Date
mike12345567 35dba2e1cb Fixing test cases after removing worker-farm. 5 years ago
mike12345567 c57e66e21f Changing over to using timestamps. 5 years ago
mike12345567 7d1dec28da Removing the concept of worker-farm and fixing issues raised in review. 5 years ago
mike12345567 70bc68fb61 Adding concept of internal and external actions. 5 years ago
mike12345567 8f1f1c2d54 Removing the concept of a logic block. 5 years ago
mike12345567 500179e312 Fixing test cases, making it possible to still run automations via env variable. 5 years ago
mike12345567 a5dbcd81bd Fixing issue discovered by webhook test case. 5 years ago
mike12345567 0ff5fd1ef0 Adding functionality so that when an automation trigger is deleted its test inputs will also be deleted. 5 years ago
mike12345567 8119a5f7f7 Fixing automation test cases. 5 years ago
mike12345567 198ada80b3 Removing sendgrid test as sendgrid automation no longer supported. 5 years ago
mike12345567 b43143f1b7 Removing live prop from JOI def. 5 years ago
mike12345567 a92530f170 Fixing issue #2412 - making sure full enriched records are passed along to automations. 5 years ago
Martin McKeaveney 54749d2668 ensure internal tableId always attached to user objects 5 years ago
mike12345567 3eeb7c27b8 Introducing the concept of flagging an automation as 'in test' which means it can run with triggers and everything as it normally would in development. 5 years ago
mike12345567 84cdec5907 Adding some basic test cases for the metadata API, testing that automation tests do store history. 5 years ago
mike12345567 58aa32f1b0 Fixing issue with multi-tenancy and public apps, when the tenant isn't necessarily known, it can be found in the app ID, building a middleware to manage this. 5 years ago
mike12345567 0e15911284 Saving progress towards re-working CTX usage in automation steps. 5 years ago
Andrew Kingston 57c69f233c Add meta tag to client apps to ensure they stretch to fill ios device screens 5 years ago
mike12345567 557bd2df9f Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 5 years ago
mike12345567 e84d30524b Updating automations system to return the inputs and outputs of each step. 5 years ago
mike12345567 213bee1e3b Adding the ability to get back the context. 5 years ago
mike12345567 1c24e3f520 Re-working all of the actions to have a success output, and make sure everything has useful outputs. 5 years ago
mike12345567 f429bc1a08 Adding slack integration. 5 years ago
mike12345567 4450883a0a Adding slack integration. 5 years ago
Rory Powell 3d15db2223 Account portal cors and auth changes 5 years ago
Andrew Kingston d371344d9b Fix test for loading component library 5 years ago
Andrew Kingston 3c3a69318f Remove some other reference to standard-components 5 years ago
mike12345567 2531d9a681 Cleanup, prepping for automation history, some refactoring to get rid of concept of builtin. 5 years ago
Martin McKeaveney f7718ecae9 lint 5 years ago
mike12345567 a0e0843363 Allowing all server endpoints to run without tenant information, as most endpoints in server can be public. 5 years ago
mike12345567 033bd521cf Fixing an issue with redirect having the middleware applied before the redirection 5 years ago
Maurits Lourens dafd06737c add link to checklist items for direct navigation (and lint issues) 5 years ago
mike12345567 ae73efaabe Fixing an issue in prod where the /builder endpoint wasn't being allowed past without tenancy. 5 years ago
mike12345567 a3cffa8905 Getting rid of automation step download system. 5 years ago
mike12345567 3f960e4f13 Fixing an issue that occurs when the table name and the primary display column are the same name. 5 years ago
mike12345567 0b0da47778 Fixing issues discovered by test cases. 5 years ago
mike12345567 8c3eb30ab1 Fixing issues after upgrading to node 14 and circular dependencies causing issues. 5 years ago
mike12345567 b17e9aa5e4 Fixing issue with using 'ta' in view name. 5 years ago
mike12345567 2148bf6da4 Fixing issues with search endpoint not handling users fully. 5 years ago
mike12345567 d2cb0282ea Fixing issue with rows not returning correctly. 5 years ago
Andrew Kingston 6e856c4bd7 Fix indexing of rows with arrays of objects 5 years ago
mike12345567 a9e2336036 Fixing issues with SQL many relationship updates. 5 years ago
Andrew Kingston 047cd4ea88 Merge standard-components into the client library 5 years ago
Martin McKeaveney 8ed415107f prevent sql relationship delete from erroring 5 years ago
Martin McKeaveney 83db9754d5 prevent relationships getting overridden in mySQL connector 5 years ago
Maurits Lourens 3e7369b1cb add patch method to the rest api interface 5 years ago
Peter Clement e03244e44e change index definition 5 years ago
Peter Clement ee830d0e85 refactor of multi-option filtering and validation 5 years ago
Keviin Åberg Kultalahti cf9a8c3805 fix datasources not getting updated correctly 5 years ago
Peter Clement 1ab618c2ef fix indexing of arrays 5 years ago