budibase/packages/server/src
Michael Drury dfe9b61812
Merge branch 'master' into fix/add-cron-validation
2024-02-12 13:27:14 +00:00
..
api Lint 2024-02-12 12:36:29 +01:00
appMigrations Fix initial checks 2024-01-08 11:52:31 +01:00
automations Adding some basic cron validation to publishing, currently the error is not explained if it is hit - still need some frontend for this, but this now means that an error is provided to users when attempting to publish, and we can re-use this validation in the automation UI. Need to have both backend and frontend validation as invalid CRONs will already exist, backend makes sure these are error'd on. 2024-02-09 18:04:40 +00:00
constants PR comments. 2024-01-24 18:00:32 +00:00
db Revert "Revert "Migrate from `vm` to `isolated-vm`"" 2024-02-02 12:02:09 +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 Remove empty file. 2024-02-05 11:54:33 +00:00
integrations Fix test 2024-02-07 14:09:19 +01:00
jsRunner Setup error logging 2024-02-12 14:01:00 +01:00
middleware Calculate creators count when group role changes 2024-01-18 11:14:25 +01:00
migrations Remove all uses of test.com in the code, replace them with example.com and create a lint rule to prevent this in future. 2024-02-08 16:32:14 +00:00
sdk Handle view creation on new table requests 2024-02-12 11:59:05 +01:00
tests Fix js tests 2024-02-12 12:50:23 +01:00
threads Fix build 2024-02-09 16:55:58 +01:00
utilities Revert scriptRunner changes to use vm2 2024-02-09 16:37:37 +01: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 Setup error logging 2024-02-12 14:01:00 +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 Fix vulnerabilities 2023-10-03 23:45:39 +02: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