1
0
Fork 0
mirror of synced 2024-07-13 02:05:54 +12:00
Commit graph

269 commits

Author SHA1 Message Date
mike12345567 c185dd7dd0 Merge branch 'develop' of github.com:Budibase/budibase into labday/sqs 2023-07-21 18:41:48 +01:00
Michael Drury 54bbe9e584 Merge pull request #11254 from Budibase/fix/mongodb-version-upgrade
Upgrade MongoDB version and quick fix for multi-tenancy mode without account portal
2023-07-18 11:33:15 +01:00
mike12345567 eebd9d2d7c 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-17 17:52:39 +01:00
Adria Navarro ff67df8e79 Rotate logs 2023-07-11 10:44:09 +02:00
Adria Navarro 711fb7b5c9 Downgrade nx to support node 14 2023-07-10 12:21:05 +02:00
Adria Navarro f45f1567a5 Update lerna 2023-07-10 12:18:07 +02:00
Adria Navarro 39efd01f23 Update nx 2023-07-10 11:41:46 +02:00
Adria Navarro fcfa9027ef Update yarn.lock 2023-07-10 11:03:10 +02:00
Adria Navarro 5cdb7fb4b8 Merge branch 'develop' into chore/nx-cloud 2023-07-10 10:56:31 +02:00
mike12345567 f7a60bc65a Some minor improvements while working on documenting the outcomes. 2023-07-07 13:47:42 +01:00
Gerard Burns 808e0d1ef2 Linting improvements (#11119) 2023-07-05 18:00:50 +01:00
Adria Navarro 85caaa38d5 Update yarn.lock 2023-07-05 16:01:28 +02:00
Adria Navarro ae87f8c689 Update access token 2023-07-05 15:58:03 +02:00
Adria Navarro d6ca78cb82 Use nx cloud 2023-07-05 15:58:03 +02:00
Adria Navarro 8db5b87136 Update prettier 2023-06-28 14:39:17 +01:00
Adria Navarro f2d41addbd Unify prettier 2023-06-28 14:33:51 +01:00
Adria Navarro b075f4db1b Yarn.lock 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 24d5d36cff Add dependencies on scripts 2023-06-26 11:54:24 +01:00
Adria Navarro 0f0b1a5eda Update pro refs 2023-06-26 10:45:45 +01:00
Adria Navarro 50d082c385 Merge branch 'develop' into chore/refactor_pro_as_package 2023-06-20 11:14:05 +01:00
Adria Navarro b85c252e58 Merge pull request #10958 from Budibase/budi-7048/update-to-lerna-7
BUDI-7048 - update to lerna 7
2023-06-19 19:37:06 +01:00
Adria Navarro acfe69a3d5 Remove the doble deep format references 2023-06-19 18:34:51 +01:00
Adria Navarro b0f40be409 Update bcrypt 2023-06-19 17:55:47 +01:00
Adria Navarro fdba5bf3ae Exclude package dependencies 2023-06-19 17:55:47 +01:00
Adria Navarro e73934a09c Clean packages 2023-06-19 17:55:47 +01:00
Adria Navarro b3a6a2e13a Remove nx dependency, use lerna instead 2023-06-19 17:50:52 +01:00
Adria Navarro cf4c57a61b Revert "BUDI-7048 - Update to lerna 7" 2023-06-16 15:25:34 +01:00
Adria Navarro bc82f95410 Update nx to latest 2023-06-15 11:48:49 +01:00
Adria Navarro 7f9891b5a7 Update lerna out of beta 2023-06-15 11:48:12 +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
melohagan c0578d4cc2 Send meeting invite via automation email smtp (#10787)
* Pass calendar props into sendSmtpEmail

* Add calendar event to message

* Add Checkbox and DatePicker automation field UI

* Add URL prop

* Add url to sendSmtpEmail unit test

* Refactor

* Code review comments

* Make location optional

* Add EmailInvite type

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2023-06-08 14:25:35 +01:00
Michael Drury 13d987023a Updating ioredis to latest version and removing typing library as no longer required. 2023-06-01 10:39:16 +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 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
Michael Drury d376611c4c Merge branch 'develop' of github.com:Budibase/budibase into fix/datasource-info-endpoint 2023-05-31 23:39:53 +01:00
deanhannigan 8c144bbe2c Merge pull request #10732 from Budibase/feature/binding-v2-updates
Binding V2 Updates
2023-05-31 19:15:20 +01:00
Dean 853e5cff7d PR Feedback fix 2023-05-31 19:01:47 +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
Martin McKeaveney 7cc6fe44fb Merge pull request #10697 from Budibase/dependabot/npm_and_yarn/webpack-5.84.0
Bump webpack from 5.75.0 to 5.84.0
2023-05-31 11:44:23 +01:00
Martin McKeaveney eae5ecb163 Merge pull request #10678 from Budibase/dependabot/npm_and_yarn/socket.io-parser-4.2.3
Bump socket.io-parser from 4.2.2 to 4.2.3
2023-05-31 11:44:13 +01:00
Dean cd95df629e Merge remote-tracking branch 'origin/develop' into feature/binding-v2-updates 2023-05-31 11:07:47 +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 cc53719c52 Refactor client lib websocket usage to match other usages 2023-05-30 11:21:37 +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
Dean 0730c15b14 Merge remote-tracking branch 'origin/develop' into feature/binding-v2-updates 2023-05-28 22:29:47 +01:00
Adria Navarro 7a439b8e01 Remove nx/esbuild refs 2023-05-26 13:59:50 +02:00