1
0
Fork 0
mirror of synced 2024-09-18 18:28:33 +12:00
budibase/packages/server/src
2023-11-07 18:35:43 +00:00
..
api Merge branch 'master' into fix/11972-external-relationship-formulas 2023-11-07 18:35:43 +00:00
automations Add another test to make sure relationships are cleared when asked. 2023-11-06 17:34:30 +00: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 Getting external rows to be more consistent with the internal API - the formulas should be processed using the outputProcessing as they were being processed, but was causing an overwrite. The problem was that the external system internally processed the formulas/relationships, then squashed the relationships. Once it got to the external API, it would go through normal output processing, which would run over the squashed rows, causing an inconsistent behaviour. 2023-11-06 19:03:37 +00:00
definitions Updating docs and removing old documentation pathway. 2023-10-11 17:49:25 +01:00
events
integration-test Fixing issues discovered by tests. 2023-11-07 13:37:45 +00:00
integrations Moving things around so that DEFAULT_BB_DATASOURCE_ID can be imported without cyclics occurring. 2023-10-31 17:52:39 +00:00
middleware Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
migrations WIP: Improving the use of DatabaseQueryOpts. 2023-10-26 15:04:33 +01:00
sdk Merge branch 'master' into fix/11972-external-relationship-formulas 2023-11-07 18:35:43 +00:00
tests Adding test case to check that relationships can be used in external table formulas. 2023-11-07 18:34:51 +00:00
threads
utilities Enforcing squash for rows which contain circular structures. 2023-11-07 13:47:21 +00:00
websockets Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
app.ts Remove sentry from the backend 2023-10-18 10:51:09 +02:00
ddApm.ts
environment.ts Fixing some test cases. 2023-10-26 16:32:34 +01:00
features.ts
index.ts
koa.ts Remove sentry from the backend 2023-10-18 10:51:09 +02:00
startup.ts
watch.ts