Commit Graph

1364 Commits

Author SHA1 Message Date
Martin McKeaveney 941aa181dd more types 2024-11-19 19:16:10 +00:00
Martin McKeaveney 70b9e4680f types and lint 2024-11-19 19:03:54 +00:00
Martin McKeaveney 79c515e57d types 2024-11-19 19:02:22 +00:00
Martin McKeaveney 98795501c4 update mssql and aws sdk deps 2024-11-19 18:23:50 +00:00
Martin McKeaveney c563bb64b5 remove snowflake-promise lib, update curlconverter to use dynamic import 2024-11-19 14:54:06 +00:00
Sam Rose 73f2fa8b34
Merge chore/sqs-always-on 2024-11-18 09:38:58 +00:00
Sam Rose cd17683284
Remove logging and tmpfs changes, weren't that impactful. 2024-11-07 15:53:56 +00:00
Sam Rose 36502b8410
Up startup timeouts on containers. 2024-11-07 15:37:22 +00:00
Sam Rose 3b982dc21e
See what difference tmpfs mounts make on the data directories of each DB. 2024-11-07 12:51:30 +00:00
Adria Navarro 28724602a2 use startContainer utils 2024-11-07 13:12:03 +01:00
Sam Rose cec4571ee9
Seeing how fast this runs on our bigger workers. 2024-11-07 11:19:28 +00:00
Sam Rose a51b8edf14
GitHub Actions change attempt 7/4728139432 2024-11-07 11:04:16 +00:00
Sam Rose a9216bf653
GitHub Actions change attempt 4/4728139432 2024-11-07 10:31:12 +00:00
Sam Rose 1e84297fdc
GitHub Actions change attempt 3/4728139432 2024-11-07 10:28:00 +00:00
Sam Rose 50ce97135c
Fix scienarios.spec.ts 2024-11-06 17:13:29 +00:00
Sam Rose 6801ade481
Convert rowAction.spec.ts to datasourceDescribe 2024-11-06 16:51:40 +00:00
Sam Rose a344f2216c
wip 2024-11-06 10:42:50 +00:00
Sam Rose b2d80d7dcc
wip 2024-11-05 15:13:34 +00:00
Sam Rose d1e83ce4f7
Rebase onto chore/sqs-always-on 2024-11-05 12:12:45 +00:00
Adria Navarro 7235fd9d5c Merge from master 2024-11-04 10:25:38 +01:00
Sam Rose 226c8d4f8e
Fix SQL tests. 2024-10-24 17:33:16 +01:00
mike12345567 e69bfc2d71 Adding a fix for mysql, stopping coercion to dates in some cases, attempting to make this less all catching. Likely an area of concern, but there is currently no way to search for dates without this. 2024-10-21 17:17:05 +01:00
mike12345567 e7a6e58751 Updating some further types - added 2 ts-ignores which will be removed on v3 branch. 2024-10-18 17:59:26 +01:00
Adria Navarro 3fbe937bf4 Fix sqlalias test 2024-10-16 14:23:58 +02:00
Adria Navarro 86e5718705 Fix tests 2024-10-15 17:40:03 +02:00
Adria Navarro a6cb1d072a Fix sql alias test 2024-10-14 10:40:08 +02:00
mike12345567 586dd8fea7 Fixing an issue with newlines between coalesce statements in Postgres - we were escaping newlines even if they were valid when given a list of JSON operations to perform. 2024-10-03 18:10:58 +01:00
mike12345567 464f973f12 Adding a separation for MariaDB and MySQL, mariaDB is the core of the problem, this solves for it by separating them and allowing us to use the special json_arrayagg for mariaDB, but use a correlated sub-query for MySQL. 2024-09-24 12:01:47 +01:00
Sam Rose af26b915b1
Add Google Sheets search test. 2024-09-20 10:17:45 +01:00
Sam Rose bd618f2b00
Remove unneeded error message check. 2024-09-19 16:53:00 +01:00
Sam Rose d0a0e74f39
Remove unused type. 2024-09-19 16:51:26 +01:00
Sam Rose ce105d8f4e
Revert unnecessary change. 2024-09-19 16:51:00 +01:00
Sam Rose aecd4f9e4d
Fetch schema tests. 2024-09-19 16:48:50 +01:00
Sam Rose 40e654f515
Merge branch 'master' of github.com:budibase/budibase into budi-8637-googlesheets-issues-automations-row-actions-and-filtering-1 2024-09-19 14:07:35 +01:00
Sam Rose fd353b2ecf
wip 2024-09-19 10:09:21 +01:00
mike12345567 ec400dee6f Fixing test cases. 2024-09-16 19:20:58 +01:00
Sam Rose 27f6fa7de4
Add a test for row exports on Google Sheets. 2024-09-16 16:36:17 +01:00
Sam Rose 9f21dc88b0
Fix lint. 2024-09-16 16:18:57 +01:00
Sam Rose 26ad987072
Fix Google Sheets pagination. 2024-09-16 16:15:09 +01:00
Sam Rose d6c8ae8ec4
Remove unused imports. 2024-09-16 12:09:50 +01:00
Sam Rose ddf7041562
Get row deletion working. 2024-09-16 12:06:27 +01:00
Sam Rose eaad70d031
Get table deletion working. 2024-09-16 11:59:06 +01:00
Sam Rose be1517ae22
Merge branch 'master' of github.com:budibase/budibase into more-google-sheets-tests 2024-09-16 11:29:21 +01:00
mike12345567 176c3d4ffd SQL test update. 2024-09-11 14:52:09 +01:00
mike12345567 fc3a865cfb Test fix. 2024-09-11 14:26:01 +01:00
Sam Rose 69b8661d8a
Working toward delete tests. 2024-09-10 18:29:11 +01:00
Sam Rose ae1e2dd2f2
Add column rename test. 2024-09-10 17:41:33 +01:00
Michael Drury fa6058c748
Merge branch 'master' into fix/sql-many-relationships 2024-09-10 17:33:55 +01:00
mike12345567 9a61ec5950 More incorrect limits. 2024-09-10 17:07:31 +01:00
Sam Rose dbfc6851af
More row reading tests. 2024-09-10 16:58:33 +01:00