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 e01ef9bdfb merge with master 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
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. 4 years ago
db merge with master 4 years ago
errors Published apps, automations and query count quotas 4 years ago
featureFlags Tests complete + backwards compatibility for deployment 4 years ago
middleware merge with master 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 Better error handling around license errors 4 years ago
redis Merge branch 'develop' into feature/licensing 4 years ago
security merge with master 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 Merge branch 'develop' into feature/migrations-2.0 4 years ago
constants.js Merge branch 'develop' into feature/licensing 4 years ago
environment.js Sync versions of pro and backend-core 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 merge with master 4 years ago