1
0
Fork 0
mirror of synced 2024-09-04 19:51:28 +12:00
Commit graph

3599 commits

Author SHA1 Message Date
Adria Navarro
18545b1c79 Fix vulnerabilities 2023-10-03 23:45:39 +02:00
Adria Navarro
15fd357b54 Update @google-cloud/firestore (yarn audit) 2023-10-03 23:09:57 +02:00
Adria Navarro
9dd5530c4e More cleanups 2023-10-03 22:39:00 +02:00
Adria Navarro
16752bb437 More cleanups 2023-10-03 22:37:00 +02:00
Adria Navarro
429530a34d Clean predocker steps 2023-10-03 19:55:23 +02:00
Adria Navarro
94e9715fef Build only required packages 2023-10-03 19:55:23 +02:00
Adria Navarro
ba24504546 Remove "@budibase/standard-components" devDependency 2023-09-26 17:06:05 +02:00
Adria Navarro
d006ec890a Dedupe babel 2023-09-26 17:02:54 +02:00
Adria Navarro
c68cfc5042 Remove unused devDependencies on worker 2023-09-26 16:37:10 +02:00
Adria Navarro
30af3e4c10 Remove unused koa dependencies 2023-09-26 16:17:41 +02:00
Adria Navarro
ebb3966092 Remove unused devDependencies on server 2023-09-26 16:10:43 +02:00
Adria Navarro
7c5f13a12b Remove unused dependencies on server 2023-09-26 16:07:52 +02:00
Adria Navarro
7feaf58f7f Fix dependencies from backend-core 2023-09-26 12:53:09 +02:00
Adria Navarro
aee590bbba Update lint 2023-09-25 09:42:48 +02:00
Adria Navarro
02ab0a134e Update ts to 5.x 2023-09-22 18:17:19 +02:00
Adria Navarro
3b69acc166 Merge branch 'develop' into update-node-types 2023-09-07 19:50:39 +02:00
Adria Navarro
f691987e65 Update node types 2023-09-07 11:21:41 +02:00
mike12345567
c361588bd4 Updating the yarn dev process to not include a removal of the dist directory as part of the streamed watchers - this seems to create a problem for shared core and moving this up a level to a parallel run before the watchers massively improves stability. 2023-09-06 18:17:44 +01:00
Adria Navarro
5dca30986e Merge branch 'develop' into chore/fix_os_contributor 2023-08-21 10:27:22 +03:00
mike12345567
7110351bdc Revert "revert develop into master"
This reverts commit fd099658a0.
2023-08-18 14:33:21 +01:00
Martin McKeaveney
fd099658a0 revert develop into master 2023-08-17 10:28:15 +01:00
Michael Drury
08e663a8d3 Merge branch 'master' into budi-7350-filter-equal-for-numbers-not-working-in-data-providers 2023-08-10 16:28:59 +01:00
Adria Navarro
5b29e879a4 Fix dev when no pro loaded 2023-08-10 16:03:37 +03:00
Mel O'Hagan
8c61359b9d Allow user specified type casting in MySQL queries 2023-08-03 17:23:15 +01:00
Adria Navarro
1ef8d118cb Remove unnecessary package.json/gitHead 2023-08-02 12:04:54 +02:00
Adria Navarro
acd9d8ae54 Fix test issues 2023-08-02 10:22:42 +02:00
Adria Navarro
c279849340 Fix orders on server/worker 2023-08-02 10:17:58 +02:00
Adria Navarro
b3a110e609 Run tests checks for server 2023-08-01 12:52:12 +02:00
Adria Navarro
6d5eef4e42 Update 2023-07-28 17:11:48 +02:00
Adria Navarro
12b3eedc67 Remove ts-jest 2023-07-28 17:11:48 +02:00
Adria Navarro
baf1c1ff07 Update swc deps 2023-07-28 17:11:48 +02:00
Adria Navarro
5f1565886f Unify jest 2023-07-28 17:11:48 +02:00
Adria Navarro
2e54b40d55 Build backend-core before dev script 2023-07-26 12:48:33 +02:00
mike12345567
5447404431 Upgrading to latest version of MongoDB to attempt to solve the memory leak, as well as some minor changes to websocket integration to get the development environment to work without the account portal when running in multi-tenancy mode. 2023-07-20 10:43:17 +01:00
Adria Navarro
f2d41addbd Unify prettier 2023-06-28 14:33:51 +01:00
Adria Navarro
94b084a245 Update mssql to latest 2023-06-28 14:33:51 +01:00
Adria Navarro
1e5492b18d Type mssql 2023-06-28 14:33:51 +01:00
Adria Navarro
fe3b3aaf53 Fix dependencies 2023-06-19 17:55:47 +01:00
Adria Navarro
9832da4067 Merge branch 'develop' into budi-7010-encrypt-app-exports 2023-06-14 14:40:10 +01:00
Adria Navarro
3aaaad8792 Update mongodb 2023-06-13 10:48:42 +01:00
Adria Navarro
d7f64fe6a4 Update tar libs 2023-06-12 11:12:22 +01:00
Adria Navarro
fe9a220717 Add yarn.lock 2023-06-06 14:45:20 +01:00
Adria Navarro
12b69dc37d Remove --configuration=production 2023-06-06 14:45:20 +01:00
Michael Drury
cde4dabe42 Fixing some redis type errors. 2023-06-01 11:10:39 +01:00
Michael Drury
fde94a262f Moving ioredis-mock dependency back to dev dependency in backend-core. 2023-06-01 10:13:54 +01:00
Michael Drury
022016366e Adding ioredis-mock as an actual dependency for builds. 2023-06-01 00:19:24 +01:00
Michael Drury
a3f9759a47 Reverting ioredis-mock removal for test cases - will come back to this in future as it currently breaks pro tests. 2023-06-01 00:02:55 +01:00
mike12345567
249625ad1a Updating backend tests to actually utilise the redis container which is spun up as part of the tests, doing away with the somewhat problematic ioredis-mock which was breaking some tests due to the addition of the changes for multi-dev collab. 2023-05-31 17:18:01 +01:00
Rory Powell
6230e62b9b Automation investigation logging + max doc size fix for automation log 2023-05-30 16:37:39 +01:00
Andrew Kingston
be40d72f55 Merge pull request #10712 from Budibase/data-section-multidev
Multiple user collaboration for data section
2023-05-30 09:08:14 +01:00