1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/packages/backend-core/src
2022-04-27 22:57:03 +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
context Bypass couch db when using tenancy middleware 2022-04-26 17:13:45 +01:00
db Fixing test case. 2022-04-27 22:57:03 +01:00
errors
featureFlags
middleware merge with master 2022-04-26 10:21:45 +01:00
migrations 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
objectStore
redis
security merge with master 2022-04-26 10:21:45 +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/utilities Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-04-19 16:45:27 +01:00
auth.js
constants.js Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
environment.js Review comments. 2022-04-27 22:36:45 +01:00
hashing.js
helpers.js
index.js merge with master 2022-04-26 10:21:45 +01:00
utils.js merge with master 2022-04-26 10:21:45 +01:00