budibase/packages/backend-core/src
Rory Powell 6ea7912a73 Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
..
cache Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
cloud Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-04-19 16:45:27 +01:00
clshooked Adding our own version of cls hooked with the memory leak fixed. 2022-05-10 16:34:20 +01:00
context Switching over to using our own version of cls-hooked which has the memory leak (no async hooks disable call) fixed as well as changing how we use the CLS namespaces to allow us to destroy the namespace we use per request. 2022-05-10 16:37:24 +01:00
db Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
errors user / rbac events + tests 2022-04-08 01:28:22 +01:00
events Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
featureFlags Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
middleware Merge branch 'develop' into feature/posthog-v2 2022-05-23 09:04:00 +01:00
migrations Migration for apps, automations, datasources, layouts, queries, roles, tables 2022-05-19 08:19:25 +01:00
objectStore Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
redis Merge branch 'develop' into feature/licensing 2022-03-21 17:13:16 +00:00
security Add execute automation to basic user / write permission set 2022-05-12 17:35:31 +01:00
tenancy Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
tests Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
auth.js Merge branch 'develop' into feature/migrations-2.0 2022-01-30 22:37:11 +00:00
constants.js Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
environment.ts Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
hashing.js Changing directory. 2022-01-10 19:30:35 +00:00
helpers.js Changing directory. 2022-01-10 19:30:35 +00:00
index.ts Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
users.js Merge branch 'develop' into feature/posthog-v2 2022-04-27 16:32:00 +01:00
utils.js Merge branch 'develop' into feature/posthog-v2 2022-04-27 16:32:00 +01:00