budibase/packages/server/src
Sam Rose 21dfbe75ff
Use new cleanup middleware.
2024-02-02 09:32:07 +00:00
..
api Use new cleanup middleware. 2024-02-02 09:32:07 +00:00
appMigrations Fix initial checks 2024-01-08 11:52:31 +01:00
automations Fixing executeScript test cases to cover the issue we experienced, make sure context is correctly accessible. 2024-02-01 16:11:44 +00:00
constants PR comments. 2024-01-24 18:00:32 +00:00
db Fix tests 2024-02-01 12:42:23 +01:00
definitions More loop step typing improvements. 2024-01-30 10:37:23 +00:00
events pr comments 2024-01-23 10:10:38 +00:00
integration-test Add support for full search path to postgres integration 2024-01-05 17:46:44 +01:00
integrations Updating back to use our own home-rolled version which allows us to specify the image version correctly, but using the testcontainers option to wait for two logs. 2024-01-26 16:48:56 +00:00
jsRunner Clean up isolates when a request is finished. 2024-02-02 09:30:33 +00:00
middleware Clean up isolates when a request is finished. 2024-02-02 09:30:33 +00:00
migrations Fix test 2024-01-29 19:17:07 +01:00
sdk Cleaning up files after import is finished (with large files this saves on tmp space) as well as fixing an issue where menu would appear next to a restore despite having no options. 2024-01-31 18:22:18 +00:00
tests Typing improvements around automation loop tests. 2024-01-30 10:00:44 +00:00
threads Fix case where if a binding returned an int it would throw an error. 2024-01-30 11:06:09 +00:00
utilities Quick fix for automation JS scripting, make sure context is passed through correctly. 2024-02-01 16:00:58 +00:00
websockets Prettier 2023-11-20 21:48:49 +01:00
app.ts Adding Koa API back in when automation feature only enabled, so that health check can still be provided, but rest of API is disabled. 2023-12-13 11:23:46 +00:00
ddApm.ts Enable dd-trace logging in QA to try and figure out why user info isn't being added to traces. 2024-01-05 15:08:43 +00:00
environment.ts Allow configuring memory limits 2024-01-31 16:55:59 +01:00
features.ts Adding Koa API back in when automation feature only enabled, so that health check can still be provided, but rest of API is disabled. 2023-12-13 11:23:46 +00:00
index.ts
koa.ts Fixing importing - still some work to get links correct. 2023-12-01 19:37:43 +00:00
startup.ts PR comments. 2024-01-05 13:58:31 +00:00
watch.ts