budibase/packages/server/src
mike12345567 41c1c6ae65 Fixing type build issue. 2024-01-26 17:01:56 +00:00
..
api PR comments. 2024-01-24 18:00:32 +00:00
appMigrations Fix initial checks 2024-01-08 11:52:31 +01:00
automations A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully. 2024-01-24 16:58:13 +00:00
constants PR comments. 2024-01-24 18:00:32 +00:00
db Typescript conversion for some old tests - were failing after refactor. 2024-01-26 13:33:50 +00:00
definitions eslint import/newline-after-import 2023-11-20 21:52:29 +01: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
middleware Calculate creators count when group role changes 2024-01-18 11:14:25 +01:00
migrations eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
sdk Fixing type build issue. 2024-01-26 17:01:56 +00:00
tests Add throw functionality to get more information about errors occurring during tests. 2024-01-24 14:11:24 +00:00
threads Comments on PR - some small changes. 2024-01-24 12:33:29 +00:00
utilities PR comments. 2024-01-24 18:00:32 +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 Adding a 'SESSION_EXPIRY_SECONDS' environment variable which can be set on the services to configure how long before an idle user is logged out. 2024-01-25 16:22:39 +00: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 Fix vulnerabilities 2023-10-03 23:45:39 +02:00
jsRunner.ts Move traces around in runJS to further pinpoint where time is spent. 2024-01-10 10:07:41 +00:00
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