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.
 
 
 
 
 
 
Rory Powell 320c1e7009 Add isDev() to backend-core/env 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 Bypass couch db when using tenancy middleware 4 years ago
db Fixing test case. 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 Add isDev() to backend-core/env 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