1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/packages/backend-core/src
2022-05-25 18:12:27 +01:00
..
cache Updating cache to 1 hour. 2022-05-23 16:06:47 +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 Adding the ability to force a new context. 2022-05-23 23:23:49 +01:00
db Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-23 17:03:36 +01:00
errors Published apps, automations and query count quotas 2022-03-20 01:13:54 +00:00
featureFlags Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
middleware Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-23 23:43:57 +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 renamable buckets, started firebase tests, onboarding modal copy update 2022-04-26 17:12:47 +01:00
redis Moving the withCache function to backend-core so that it can be shared, as well as adding a cache busting function which can be used when one of the checklist configs changes. 2022-05-23 15:03:52 +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/utilities Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-04-19 16:45:27 +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.js Merge branch 'master' into develop 2022-05-24 10:20:08 +01:00
hashing.js Swapping bcryptjs for bcrypt. 2022-05-25 16:14:45 +01:00
helpers.js Changing directory. 2022-01-10 19:30:35 +00:00
index.js Review comments. 2022-05-19 10:32:14 +01:00
utils.js Improving performance of load script, can generate thousands of users a second. 2022-05-22 18:29:02 +01:00