1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/backend-core/src
2022-06-06 09:50:06 +01:00
..
cache Failover protection with event cache 2022-05-31 21:04:41 +01:00
cloud app and account properties, add account details to all user and tenant identities 2022-05-26 10:13:26 +01:00
clshooked Adding our own version of cls hooked with the memory leak fixed. 2022-05-10 16:34:20 +01:00
context Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-29 00:25:40 +01:00
db Failover protection with event cache 2022-05-31 21:04:41 +01:00
errors Merge branch 'develop' into feature/posthog-v2 2022-05-28 23:03:31 +01:00
events app id fixes 2022-06-01 15:17:49 +01:00
featureFlags Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
middleware Merge branch 'release' into feature/event-backfill 2022-06-06 09:50:06 +01:00
migrations Migration locks and add optional preventRetry option 2022-06-01 17:52:41 +01:00
objectStore Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
redis Merge branch 'release' into feature/event-backfill 2022-06-06 09:50:06 +01:00
security add better logging on session invalidation 2022-05-25 13:02:15 +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 Failover protection with event cache 2022-05-31 21:04:41 +01:00
auth.js enable clustering on server and worker services, better log output on user not found errors 2022-05-23 16:24:29 +01:00
constants.js Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
environment.ts Add awareness of deployment environment 2022-06-01 14:10:00 +01:00
hashing.js Swapping bcryptjs for bcrypt. 2022-05-25 16:14:45 +01:00
helpers.js
index.ts Identity tenant and installation groups, property updates 2022-05-28 21:38:22 +01:00
installation.ts Lots of failure handling and caching 2022-05-30 21:46:08 +01:00
logging.js Review comments and test fix. 2022-05-31 10:16:22 +01:00
users.js Merge branch 'develop' into feature/posthog-v2 2022-04-27 16:32:00 +01:00
utils.js Event identification 2022-05-23 22:14:44 +01:00