1
0
Fork 0
mirror of synced 2024-07-14 10:45:51 +12:00
budibase/packages/server
2023-11-29 18:45:48 +00:00
..
.vscode
__mocks__ eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
build
scripts Fixing export. 2023-10-26 18:34:21 +01:00
specs eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
src 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
.dockerignore Add client to docker 2023-05-19 16:59:09 +02:00
.gitignore
.npmignore
.yarnrc
babel.config.js
CODEOWNERS Capitalise @Budibase. 2023-11-29 09:22:47 +00:00
docker_run.sh
Dockerfile Rename Dockerfile.v2 to Dockerfile 2023-11-24 13:02:14 +01:00
jest-testcontainers-config.js
jest.config.ts Revert "Revert "Merge branch 'develop' into master"" 2023-09-05 12:28:56 +01:00
LICENSE
nodemon.json Fix nodemon watch 2023-08-01 19:23:31 +02:00
package.json Clean scripts 2023-10-30 14:38:26 +01:00
pm2.config.js Fix integration tests 2023-05-19 18:00:53 +02:00
tsconfig.build.json Update tsconfig 2023-11-24 12:57:09 +01:00
tsconfig.json Revert "Remove composite" 2023-08-01 19:23:48 +02:00