1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/server/src/middleware
2022-04-26 18:28:37 +01:00
..
tests Fixing issue with db init as part of the jest require. 2022-04-26 18:28:37 +01:00
appInfo.js Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 2021-09-08 19:29:28 +01:00
authorized.ts Add checkout pro step to budibase-ci 2022-04-13 21:13:01 +01:00
builder.js 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
currentapp.js Fix for tests when headers are undefined 2022-04-06 14:11:05 +01:00
joi-validator.js Add explicit prettier options 2021-05-04 11:32:22 +01:00
publicApi.js Fix cross tenant apps with session 2022-03-23 16:45:06 +00:00
resourceId.js Add explicit prettier options 2021-05-04 11:32:22 +01:00
selfhost.js Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster. 2021-03-24 18:21:23 +00:00
utils.js Fixing an issue with webhooks, couldn't use them in development (like getting schema) and making sure trigger will always use production app #3143. 2021-11-03 14:08:47 +00:00