1893 Commits (941371a62dfdacfaa19e10fa89909e979f8ea243)

Author SHA1 Message Date
mike12345567 53fb8682f9 Fixing formula in enrichment calls, it did not retrieve the correct linked table for output processing, grouping rows for enrichment phase with their correct tables. 5 years ago
Rory Powell fda5a52630 Fix app creation when there is no app ctx 5 years ago
Martin McKeaveney bdc004d18e removing optional chain 5 years ago
Martin McKeaveney 665a9620a4 lint 5 years ago
Mike Shanks fe6ea329f1 added awaits to all mongo querys 5 years ago
Martin McKeaveney b8fef9965d end user ping for client apps 5 years ago
mike12345567 feae148d03 Fixing view test case. 5 years ago
mike12345567 8e7ee8f23e Only development apps. 5 years ago
mike12345567 b3cda1cf64 Adding cloud -> self host and self host -> cloud view migrations. 5 years ago
Peter Clement e0e4048b37 remove log statement 5 years ago
Martin McKeaveney 6681542ab5 fix tests 5 years ago
Martin McKeaveney 6ebc5a389b remove cloud limits for certain tenants 5 years ago
Andrew Kingston f03b8470a4 Only use fetch for search when running in cypress 5 years ago
mike12345567 ccd2913857 Final cleanup, just need to handle view migration (to self host from cloud). 5 years ago
Andrew Kingston 2b31239f04 Treat the search endpoint as a fetch when running tests as lucene doesn't exist 5 years ago
mike12345567 f69469ea4f Adding the ability to run the monorepo in cloud mode without the connected account portal (login, org setting and admin creation are all available again) as well as re-working how the redirects work to massively reduce the chance of cycles which I was experiencing constantly. 5 years ago
Peter Clement 42e38ad876 update ssl ux 5 years ago
Peter Clement f7984d3dbe fix mysql ssl 5 years ago
mike12345567 4de566d864 Some fixes after testing and adding some basic work to the frontend. 5 years ago
Peter Clement 22bbbb5ba4 fix tests 5 years ago
Peter Clement 5ca4da1146 check tables can be fetched before saving config 5 years ago
Rory Powell 4813a63439 Deprovisioning WIP 5 years ago
mike12345567 f836565f69 Putting together cloud export and import functionality, still need to test, but basic concept there. 5 years ago
Martin McKeaveney f877244571 abstract usagedoc creation into auth, create the doc if it doesn't exist 5 years ago
Martin McKeaveney 0692263960 tests 5 years ago
Martin McKeaveney 30f60d9bae prevent SMTP fallback for automations 5 years ago
Martin McKeaveney 757fbbc19c re-adding env var controls for cloud limit functionality 5 years ago
Martin McKeaveney 5b1ae778da fallback SMTP configuration for cloud 5 years ago
mike12345567 ba2f6ee120 Fixing issue discovered by test case. 5 years ago
mike12345567 02a3b7425e Removing useless statement. 5 years ago
Andrew Kingston 4c47ee9853 Fix check to create default layouts and screens 5 years ago
Martin McKeaveney 9cb20bcda2 ensure automation quotas are not incremented for test runs 5 years ago
mike12345567 1f474ca106 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 93ccea7f06 remove old middleware 5 years ago
Martin McKeaveney b161be85ae automation runs quotas 5 years ago
Martin McKeaveney 85c6fac8f5 usageQuota middleware writing to couch 5 years ago
mike12345567 649a33d3c8 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 a864105649 Fixing postgres datasource test. 5 years ago
mike12345567 7c7266a547 Fixing SQL test cases. 5 years ago
mike12345567 1952dc308e 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 baed83c406 Retrieve all columns from all not internal tables 5 years ago
Maurits Lourens 2b2a78e155 Extend Postgres data type map 5 years ago
mike12345567 f70cee3c52 Fixing issue #2673 - discovered issues with some column types not being worked out to be auto-columns in postgres. 5 years ago
Maurits Lourens fe3902a33c Check if the formula validates against its constraints 5 years ago
Andrew Kingston 22e75b8154 Only create default home screen and layouts when not importing an app 5 years ago
Martin McKeaveney b7ff1a2464 turn analytics off for self hosted 5 years ago
mike12345567 d8b2dd035a Adding the ability to migrate from existing in db views to in memory views. 5 years ago
mike12345567 efdd78c7fe 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 8f70ad9cdc Performance improvements after testing - switching to temporary in memory queries for cloud views. 5 years ago
Martin McKeaveney 3a50b74db8 only write to backups bucket in self host 5 years ago