1860 Commits (b2b13dc719b792c23853ea3f1a8b4c02ca3e435d)

Author SHA1 Message Date
Martin McKeaveney 1e3fca15c5 abstract usagedoc creation into auth, create the doc if it doesn't exist 5 years ago
Martin McKeaveney f6014190c8 tests 5 years ago
Martin McKeaveney 2da28ecc71 prevent SMTP fallback for automations 5 years ago
Martin McKeaveney 5b4bf74e2c re-adding env var controls for cloud limit functionality 5 years ago
Martin McKeaveney 35d4eac78a fallback SMTP configuration for cloud 5 years ago
mike12345567 704c889151 Fixing issue discovered by test case. 5 years ago
mike12345567 009f30b5cc Removing useless statement. 5 years ago
Andrew Kingston 74b243c362 Fix check to create default layouts and screens 5 years ago
Martin McKeaveney 6c7423e52e ensure automation quotas are not incremented for test runs 5 years ago
mike12345567 32bdc4a991 Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612. 5 years ago
Martin McKeaveney 83384faed8 remove old middleware 5 years ago
Martin McKeaveney c49b88b57a automation runs quotas 5 years ago
Martin McKeaveney 4a2028c354 usageQuota middleware writing to couch 5 years ago
mike12345567 e47bf71e6c Getting rid of the concept of permissions hierarchy, roles still have a hierarchy and base permissions still follow the old system, but resources can be given a stack of separate permissions which don't override each other. 5 years ago
mike12345567 43db0abef8 Fixing postgres datasource test. 5 years ago
mike12345567 5d8f348fc2 Fixing SQL test cases. 5 years ago
mike12345567 67212e5c5b Fixes issue #2616 - this is a slightly complex fix and handles a few other issues with mysql (around returning on creation of a row and relationships) - a new mechanism is now used for pagination and limiting which makes sure the limits are applied to the outer table rather than the combination of the outer and the joined. 5 years ago
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
Andrew Kingston dde7cf9fc4 Only create default home screen and layouts when not importing an app 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