Commit Graph

1390 Commits

Author SHA1 Message Date
Sam Rose 48c106276d
Implement a test that exports an external schema, then reimports it, asserting the tables match. 2024-12-05 10:47:03 +00:00
Sam Rose d058b63ea8
Fix types. 2024-12-03 12:23:07 +00:00
Sam Rose e9242dfd11
Fix MySQL options column imports that have commas or other type names in them. 2024-12-03 12:12:38 +00:00
Michael Drury ff2c06bed4
Merge branch 'master' into chore/refactor-finalizerow 2024-11-29 13:48:46 +00:00
mike12345567 0f6fb4a73f Merge branch 'master' of github.com:Budibase/budibase into chore/refactor-finalizerow 2024-11-28 17:05:19 +00:00
Sam Rose 69aa5efcd1
Fix sqlAlias.spec.ts 2024-11-28 16:23:18 +00:00
Sam Rose f6ad53f442
Follow-up PR to bigint fixes. 2024-11-28 16:17:09 +00:00
Sam Rose b17c6ab43a
Cleanup following bigint fixes. 2024-11-28 16:01:28 +00:00
Sam Rose f49f9280d9
Working on search tests. 2024-11-28 09:42:01 +00:00
Sam Rose dbe9eedcba
Fix table.spec.ts. 2024-11-27 17:28:20 +00:00
Sam Rose 4feda79903
Fix Oracle tests. 2024-11-27 15:52:39 +00:00
mike12345567 70cdb99583 Increasing timeouts. 2024-11-27 15:30:48 +00:00
Sam Rose e7f2dc840e
Merge Mike's changes. 2024-11-27 13:15:45 +00:00
Sam Rose 332505388d
Fix postgres tests. 2024-11-27 13:14:42 +00:00
mike12345567 6470c2e21a Merge branch 'bigint-relationship-fix' of github.com:Budibase/budibase into bigint-relationship-fix 2024-11-26 18:18:23 +00:00
mike12345567 92e92c8b7f Updating sql alias test case. 2024-11-26 18:15:08 +00:00
Sam Rose 8e756ccf84
Type checks pass. 2024-11-26 17:09:32 +00:00
Sam Rose c35e443225
Making progress toward type checking successfully. 2024-11-26 17:05:47 +00:00
Sam Rose 594af57339
wip 2024-11-26 16:28:22 +00:00
Sam Rose 26fa0222a1
Get all bigint tests passing. 2024-11-26 12:00:30 +00:00
Sam Rose e25d92a49e
wip 2024-11-25 17:18:12 +00:00
Sam Rose ebf82a0ef5
wip 2024-11-21 17:33:47 +00:00
Martin McKeaveney e5e0563546
Merge branch 'master' into security-updates 2024-11-20 16:13:58 +00:00
Martin McKeaveney f96983184f explain NTLM type ignore 2024-11-20 12:11:48 +00:00
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
mike12345567 c7a0489b82 Single function. 2024-11-18 17:34:35 +00:00
mike12345567 f25dd387b1 Converting one test case to try using describe directly. 2024-11-18 16:56:11 +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