1296 Commits (558c85d736ff2d63f7e5723c6d5337ddc87da4f4)

Author SHA1 Message Date
mike12345567 5bafd1c01b 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
Martin McKeaveney 021c49ad8e removing optional chain 5 years ago
Martin McKeaveney 6ef1883328 lint 5 years ago
Martin McKeaveney 13a07a5e51 end user ping for client apps 5 years ago
mike12345567 976fca6dde Fixing view test case. 5 years ago
mike12345567 e1707111b2 Only development apps. 5 years ago
mike12345567 c132ac43b9 Adding cloud -> self host and self host -> cloud view migrations. 5 years ago
Peter Clement 1ba7c89492 remove log statement 5 years ago
Andrew Kingston 1b60fb5988 Only use fetch for search when running in cypress 5 years ago
mike12345567 94737c6574 Final cleanup, just need to handle view migration (to self host from cloud). 5 years ago
Andrew Kingston a50d46ba32 Treat the search endpoint as a fetch when running tests as lucene doesn't exist 5 years ago
mike12345567 d282cd030f Some fixes after testing and adding some basic work to the frontend. 5 years ago
Peter Clement 01265b0b02 fix tests 5 years ago
Peter Clement 1a1c0f2892 check tables can be fetched before saving config 5 years ago
Rory Powell 8642868c5e Deprovisioning WIP 5 years ago
mike12345567 9f0d8a91b7 Putting together cloud export and import functionality, still need to test, but basic concept there. 5 years ago
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 35d4eac78a fallback SMTP configuration for cloud 5 years ago
Andrew Kingston 74b243c362 Fix check to create default layouts and screens 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 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
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
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
mike12345567 47acb7e69b Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 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
mike12345567 c57e66e21f Changing over to using timestamps. 5 years ago
mike12345567 8f1f1c2d54 Removing the concept of a logic block. 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 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