Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin McKeaveney b30c045663 enable clustering on server and worker services, better log output on user not found errors 4 years ago
..
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. 4 years ago
cloud Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 4 years ago
clshooked Adding our own version of cls hooked with the memory leak fixed. 4 years ago
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. 4 years ago
db Removing the use of pouchdb-all-dbs from testing environment, it was causing more harm than good and was entirely avoidable. 4 years ago
errors Published apps, automations and query count quotas 4 years ago
featureFlags Re-enable gsheets for verification 4 years ago
middleware enable clustering on server and worker services, better log output on user not found errors 4 years ago
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. 4 years ago
objectStore renamable buckets, started firebase tests, onboarding modal copy update 4 years ago
redis withCache wrapper for working with redis 4 years ago
security Add execute automation to basic user / write permission set 4 years ago
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. 4 years ago
tests/utilities Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 4 years ago
auth.js enable clustering on server and worker services, better log output on user not found errors 4 years ago
constants.js Merge branch 'develop' into feature/licensing 4 years ago
environment.js merge 4 years ago
hashing.js Changing directory. 4 years ago
helpers.js Changing directory. 4 years ago
index.js merge with master 4 years ago
utils.js Improving performance of load script, can generate thousands of users a second. 4 years ago