budibase/packages/server/src
Adria Navarro 25c16ae229 Add migration integrity tests 2023-12-04 16:30:07 +01:00
..
api Add middleware to queue 2023-12-04 16:30:07 +01:00
appMigrations Add migration integrity tests 2023-12-04 16:30:07 +01:00
automations eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
constants Moving things around so that DEFAULT_BB_DATASOURCE_ID can be imported without cyclics occurring. 2023-10-31 17:52:39 +00:00
db Fix for saving relationships that have the same field name used on both sides, previously this could cause a relationship to be cleared depending on how the relationship schema was configured. There is a chance when saving that this won't happen as which side of the relationship is denoted by doc1 and doc2 is random, so when this happens is random. Using the table to pick the correct side is safer than just using the field name. 2023-11-29 18:45:48 +00:00
definitions eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
events
integration-test Fixes for postgres test case, there was an issue with creating tables with relationships during the creation phase. 2023-11-30 15:09:01 +00:00
integrations eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
middleware Add middleware to queue 2023-12-04 16:30:07 +01:00
migrations eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
sdk Fixes for postgres test case, there was an issue with creating tables with relationships during the creation phase. 2023-11-30 15:09:01 +00:00
tests Fix tests typing 2023-12-04 09:23:01 +01:00
threads eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
utilities Allow null strings (#12298) 2023-11-23 09:53:35 +00:00
websockets Prettier 2023-11-20 21:48:49 +01:00
app.ts eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
ddApm.ts
environment.ts Merge branch 'master' into master 2023-11-22 14:30:34 +00:00
features.ts Revert "Revert "Merge branch 'develop' into master"" 2023-09-05 12:28:56 +01:00
index.ts Fix vulnerabilities 2023-10-03 23:45:39 +02:00
koa.ts eslint import/no-duplicates 2023-11-20 21:48:49 +01:00
startup.ts Merge branch 'master' into master 2023-11-22 14:30:34 +00:00
watch.ts