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 ea6f580501 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
..
.vscode preventing relationship overrides 5 years ago
__mocks__ Merge branch 'master' of github.com:Budibase/budibase into develop 4 years ago
build more branch cov 5 years ago
scripts 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
specs Fix for #5117 - raised a point that the docs didn't describe where to put properties for a query when running through the public API - fixing the spec. 4 years ago
src 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
.dockerignore updated quota fixes 6 years ago
.gitignore Adding in public endpoint definitions. 4 years ago
.npmignore prep for NPM publish 6 years ago
Dockerfile Merge branch 'develop' into oracle-datasource 5 years ago
LICENSE License cleanup 5 years ago
babel.config.js babel config 5 years ago
nodemon.json Fix cypress and update nodemon config to use backend-core 4 years ago
package.json v1.0.113 4 years ago
tsconfig.json Add jest to types 4 years ago
yarn.lock Bump minimist from 1.2.5 to 1.2.6 in /packages/server 4 years ago