33 Commits (fc043e116d0d56c7b1e175aa94097207c183fcf4)

Author SHA1 Message Date
Rory Powell fc043e116d Support template and app import in quotas + logging 5 years ago
Rory Powell 439fa9a010 Refactor to allow for future quota migrations 5 years ago
Rory Powell 79c10fba7c Account for duplicate row ids caused by app import 5 years ago
Rory Powell ff887f8f88 Sync row usage with app deletion 5 years ago
Rory Powell 8fc60af820 Calculate total rows in migration, centralise quota enabled logic and tidy to use env vars only 5 years ago
Rory Powell da12a33cc1 Add local dev override for quotas 5 years ago
Rory Powell 979313f966 Enable migration 5 years ago
Rory Powell 726315afde Sync app quota to correct number, reset and disable rows quota 5 years ago
mike12345567 1327394784 Switching out @budibase/auth to @budibase/backend-core. 5 years ago
mike12345567 61a4a240f1 Updating usage quota middleware to fix issue presented in #3258 where anything with an _id and a _rev is considered to exist in CouchDB, which won't always be the case. Handle the scenario of an external database ID and don't error. 5 years ago
Rory Powell 68396fa4c8 Fix app creation when there is no app ctx 5 years ago
Martin McKeaveney e9fcf51f27 remove cloud limits for certain tenants 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
Martin McKeaveney c49b88b57a automation runs quotas 5 years ago
Martin McKeaveney 4a2028c354 usageQuota middleware writing to couch 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
mike12345567 2531d9a681 Cleanup, prepping for automation history, some refactoring to get rid of concept of builtin. 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 a1227c5819 Removing the lookup of _id in usage quota when in dev/self host for performance reasons as part of usage quota, re-writing some bits of fetch self for cleaner implementation, fixing some issues with updating/saving users from within app. 5 years ago
mike12345567 ae8dd1ec78 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 6 years ago
mike12345567 d66af9f151 Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster. 6 years ago
Martin McKeaveney 5dcc4f23c6 usageQuota tests 6 years ago
mike12345567 1cbe3771ab Adding in self hosted API key. 6 years ago
mike12345567 5b2be03bc3 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
mike12345567 ea03d099b3 Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
Martin McKeaveney c5efdbc3d0 adding auth object to context rather than separate booleans 6 years ago
mike12345567 5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 552c31a53e Updates for API usage after testing against local Dynamo. 6 years ago
mike12345567 922e214dca Fixing up middleware to handle uploads, views, records, automation runs and users. 6 years ago
mike12345567 72de4dcab4 First work towards implementing Dynamo usage in the server when running in the cloud; this is for tracking usage against API keys. 6 years ago