1836 Commits (ec30a0b0b0c2da2cb8bbb3bb6fcd18d0dd1dfd50)

Author SHA1 Message Date
Maurits Lourens 27cdde679c Extend Postgres data type map 5 years ago
mike12345567 e92b0e0c94 Fixing issue #2673 - discovered issues with some column types not being worked out to be auto-columns in postgres. 5 years ago
Maurits Lourens b21db7c296 Check if the formula validates against its constraints 5 years ago
Martin McKeaveney da1b6692eb turn analytics off for self hosted 5 years ago
mike12345567 838a25ea09 Adding the ability to migrate from existing in db views to in memory views. 5 years ago
mike12345567 e8e331e578 Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 5 years ago
mike12345567 c8dbf02acf Performance improvements after testing - switching to temporary in memory queries for cloud views. 5 years ago
Martin McKeaveney f9d368f021 only write to backups bucket in self host 5 years ago
mike12345567 cf5b7b1a99 Fixing issues with automation steps found during testing. 5 years ago
mike12345567 a38f83d0ec Moving views into a different location so they don't trigger tree creation and attempting to use in memory pouchDB to run views on the fly. 5 years ago
Rory Powell 1d873d9e11 Move all session population to budibase (bug fix) 5 years ago
Martin McKeaveney ed8a23a05d enable bull automation queue to use full redis URLs 5 years ago
mike12345567 47acb7e69b Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 5 years ago
Martin McKeaveney 86328a298c bash automation stdout 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
mike12345567 d0f4d573d6 Adding test case for new query rows step. 5 years ago
mike12345567 b18a082951 Adding in backend implementation of the query step, as well as some front-end work to support the filter drawer within automations. 5 years ago
Peter Clement c898c7d8d5 update icons 5 years ago
Peter Clement 3b66a14a6f Update icons 5 years ago
Peter Clement 09cab87a86 Add new actions modal and integration with flowchart 5 years ago
mike12345567 432d876dff Backbone of query definition. 5 years ago
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