budibase/packages/server/src
mike12345567 926ee18703 Updating Jest to latest 29.5.0 and then fixing snapshots to work with this - also setting worker memory limits for Node 16.10+ - where a leak can occur. 2023-03-21 19:52:06 +00:00
..
api Updating Jest to latest 29.5.0 and then fixing snapshots to work with this - also setting worker memory limits for Node 16.10+ - where a leak can occur. 2023-03-21 19:52:06 +00:00
automations Try/catch automation Create Row relationship (#9924) 2023-03-08 13:39:18 +00:00
constants Fix for googlesheets issue - when table initially created doesn't have the correct schema, adding a function to handle static schemas like Gsheets. 2023-03-14 12:11:01 +00:00
db Moving search index to an enum. 2023-02-24 13:15:14 +00:00
definitions Fixing operation ID. 2023-03-06 17:41:24 +00:00
events Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
integration-test Fixing some issues with test cases. 2023-03-21 17:27:31 +00:00
integrations Fixing some issues with test cases. 2023-03-21 17:27:31 +00:00
middleware Update builder and authorized middleware to be more strict towards unauthenticated (#9774) 2023-02-22 13:39:31 +00:00
migrations Server flaky tests fixes - improving tenancy config 2023-02-23 13:43:27 +00:00
sdk Fix for app sync, base it on group roles, not just user roles - stops app sync from pulling in group users which do not actually have access to the app. 2023-03-21 13:55:28 +00:00
tests Fixing some issues with test cases. 2023-03-21 17:27:31 +00:00
threads Minor fix for automations, the wrong function had the environment variables being added to environment, this is very minor, it simply makes sure that environment variables are in context for the whole of the automation runner - e.g. if utilising many datasources each of them doesn't need to re-retrieve the environment variables, instead they will be available based on the env vars retrieved at the start of the execution. 2023-02-10 14:14:43 +00:00
utilities Fix for app sync, base it on group roles, not just user roles - stops app sync from pulling in group users which do not actually have access to the app. 2023-03-21 13:55:28 +00:00
app.ts Main body of PR comments. 2023-02-24 13:32:45 +00:00
ddApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
elasticApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
environment.ts Rotatable secrets (#9982) 2023-03-13 15:02:59 +00:00
index.ts Replacing some require statements with imports. 2023-01-11 19:07:01 +00:00
startup.ts Further PR comments. 2023-02-27 11:00:13 +00:00
watch.ts Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
websocket.ts Merge develop 2022-09-28 08:56:45 +01:00