1
0
Fork 0
mirror of synced 2024-06-22 04:10:54 +12:00
budibase/packages/server
2022-04-19 19:42:52 +01:00
..
.vscode
__mocks__ Merge branch 'master' of github.com:Budibase/budibase into develop 2022-03-04 11:25:32 +00:00
build
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. 2022-04-19 19:42:52 +01:00
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. 2022-03-28 18:33:54 +01:00
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. 2022-04-19 19:42:52 +01:00
.dockerignore
.gitignore Adding in public endpoint definitions. 2022-02-17 18:58:09 +00:00
.npmignore
babel.config.js
Dockerfile Merge branch 'develop' into oracle-datasource 2021-11-22 10:47:48 +00:00
LICENSE License cleanup 2021-11-17 14:21:16 +00:00
nodemon.json Fix cypress and update nodemon config to use backend-core 2022-01-25 23:26:39 +00:00
package.json v1.0.113 2022-04-13 12:21:10 +00:00
tsconfig.json Add jest to types 2022-02-08 14:26:18 +00:00
yarn.lock Bump minimist from 1.2.5 to 1.2.6 in /packages/server 2022-03-25 14:09:06 +00:00