1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00
budibase/packages/backend-core/src
2022-04-26 10:21:45 +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 Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00
db merge with master 2022-04-26 10:21:45 +01:00
errors Published apps, automations and query count quotas 2022-03-20 01:13:54 +00:00
featureFlags Tests complete + backwards compatibility for deployment 2022-03-22 00:23:22 +00:00
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 Better error handling around license errors 2022-03-16 17:29:47 +00:00
redis Merge branch 'develop' into feature/licensing 2022-03-21 17:13:16 +00:00
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 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.js Sync versions of pro and backend-core 2022-04-25 12:19:36 +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.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