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.
 
 
 
 
 
 
mike12345567 7957ca2a58 Merge branch 'master' of github.com:Budibase/budibase into feature/load-testing 4 years ago
..
cache Updating cache to 1 hour. 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 Adding the ability to force a new context. 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 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. 4 years ago
security add better logging on session invalidation 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 adding default license env variable 4 years ago
hashing.js Swapping bcryptjs for bcrypt. 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