1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00
budibase/packages/server/src
2023-12-13 12:30:11 +00:00
..
api Fix lint error. 2023-12-13 12:30:11 +00:00
appMigrations Add test comments 2023-12-11 09:38:05 +01:00
automations eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
constants
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 merge branch 'master' of github.com:Budibase/budibase into fix/budi-7827 2023-12-12 15:00:27 +00:00
middleware Merge branch 'master' into BUDI-7655/migration-backend 2023-12-05 12:57:37 +01:00
migrations eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
sdk Fix for attachment deletion when updating table column name, as well as refactoring to make the code a bit easier to follow. 2023-12-07 16:35:43 +00:00
tests Merge branch 'master' of github.com:budibase/budibase into budi-7664-sqs-self-host-ui-for-detecting-lack-of-sqs-support 2023-12-12 14:44:08 +00:00
threads eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
utilities PR comments 2023-12-08 13:24:24 +00:00
websockets
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
environment.ts Merge branch 'master' into BUDI-7655/migration-backend 2023-12-11 09:31:56 +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 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
watch.ts