Adria Navarro
|
8a6080ac19
|
Merge branch 'master' into reorganise-row-tests-3
|
2024-03-21 10:55:55 +01:00 |
Sam Rose
|
a81a1b13ce
|
Remove mysql mocks.
|
2024-03-20 16:55:34 +00:00 |
Sam Rose
|
6da84d2941
|
Fix lint errors.
|
2024-03-20 16:06:22 +00:00 |
Sam Rose
|
d4f9822c74
|
Move viewV2 tests out of row.spec.ts and into viewV2.spec.ts.
|
2024-03-15 17:03:47 +00:00 |
Sam Rose
|
fec6c7d267
|
Fold some mocky unit tests into row.spec.ts
|
2024-03-15 15:57:27 +00:00 |
Sam Rose
|
3c2f2b95b3
|
Finishing touches.
|
2024-03-14 17:29:50 +00:00 |
Sam Rose
|
3b68873fc4
|
Move more view tests out of row.spec.ts
|
2024-03-14 17:17:56 +00:00 |
Sam Rose
|
850fb3d4ec
|
Get viewV2.spec.ts running against real databases.
|
2024-03-14 17:11:09 +00:00 |
Sam Rose
|
76e1a4b7da
|
Fix type check errors.
|
2024-03-14 11:19:04 +00:00 |
Sam Rose
|
76ecfedaed
|
Reduce reliance on config a bit more.
|
2024-03-13 16:44:05 +00:00 |
Sam Rose
|
68777b0843
|
Remove all uses of config.createTable
|
2024-03-13 16:32:33 +00:00 |
Sam Rose
|
d3c8a28ab6
|
Remove more old testing practices.
|
2024-03-13 16:20:45 +00:00 |
Sam Rose
|
ed2926d924
|
Significantly reduce reliance on the config.* methods on row.spec.ts, making them more independent.
|
2024-03-13 16:08:21 +00:00 |
Sam Rose
|
a70cb903f6
|
Remove jest timeout.
|
2024-03-12 17:17:01 +00:00 |
Sam Rose
|
aff0209176
|
MariaDB tests passing.
|
2024-03-12 15:27:34 +00:00 |
Sam Rose
|
1334f5dcc5
|
SQL Server fully passing.
|
2024-03-12 14:46:52 +00:00 |
Sam Rose
|
477d17b53e
|
Making progress on getting SQL Server working.
|
2024-03-12 12:25:30 +00:00 |
Sam Rose
|
d1f876d67f
|
Fix test that was failing because SQL Server doesn't allow you to insert values into primary key columns unless you set a setting.
|
2024-03-12 10:55:58 +00:00 |
Sam Rose
|
ce209a16b3
|
Get tests running with SQL Server. Need to make them pass next.
|
2024-03-12 10:42:42 +00:00 |
Sam Rose
|
186f916b40
|
Get tests passing against a real MySQL.
|
2024-03-12 09:57:59 +00:00 |
mike12345567
|
9ec77c45c8
|
Adding test case to confirm works as expected.
|
2024-03-08 10:24:48 +00:00 |
Sam Rose
|
1e184605a1
|
Migrate users of switchToSelfHosted to config.withEnv
|
2024-03-04 13:47:53 +00:00 |
Sam Rose
|
37a10857df
|
Migrate ViewV2API
|
2024-03-01 17:35:51 +00:00 |
Sam Rose
|
02ac338c3f
|
deleteMany -> bulkDelete
|
2024-03-01 17:11:19 +00:00 |
Sam Rose
|
a4e212c0d8
|
Migrate RowAPI.exportRows
|
2024-03-01 17:10:49 +00:00 |
Sam Rose
|
a98948150d
|
Migrate RowAPI.delete
|
2024-03-01 17:03:34 +00:00 |
Sam Rose
|
a639ba91d3
|
Migrate RowAPI.save
|
2024-03-01 16:38:31 +00:00 |
Sam Rose
|
d5c6ab8648
|
Fix tests.
|
2024-03-01 16:03:52 +00:00 |
Sam Rose
|
5d42804020
|
Migrate some of RowAPI, WIP
|
2024-03-01 15:20:07 +00:00 |
Sam Rose
|
46bec3c515
|
Migrate PermissionAPI
|
2024-02-29 17:33:36 +00:00 |
Sam Rose
|
1a2a77fc91
|
Migrate LegacyViewAPI
|
2024-02-29 15:59:03 +00:00 |
Sam Rose
|
fde5825589
|
Fix type checks.
|
2024-02-28 11:20:42 +00:00 |
Sam Rose
|
a866677080
|
Add tests.
|
2024-02-20 10:59:04 +00:00 |
Adria Navarro
|
5bc9eb884a
|
Make timeout per request more specific
|
2024-02-08 16:23:27 +01:00 |
Adria Navarro
|
1e101744de
|
Make timeout per invocation more specific
|
2024-02-08 16:20:33 +01:00 |
Sam Rose
|
7cceb04ca2
|
Basic Postgres and Mongo query testcases.
|
2024-02-05 11:43:40 +00:00 |
Adria Navarro
|
d806029075
|
Merge branch 'master' into remove_test_flakiness
|
2024-01-29 15:21:24 +01:00 |
Adria Navarro
|
cb53d31833
|
Renames
|
2024-01-26 10:56:38 +01:00 |
mike12345567
|
ccc751d09c
|
A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully.
|
2024-01-24 16:58:13 +00:00 |
mike12345567
|
bc0f70d23d
|
Removing checks for query usage.
|
2024-01-04 18:07:11 +00:00 |
Sam Rose
|
3d522ce3d1
|
Update packages/server/src/api/routes/tests/row.spec.ts
Co-authored-by: Adria Navarro <adria@budibase.com>
|
2023-12-19 09:40:57 +00:00 |
Sam Rose
|
c25963bc6f
|
Make tests faster and more robust.
|
2023-12-18 17:05:50 +00:00 |
Sam Rose
|
1c34147357
|
Add tests for per-request execution timeout.
|
2023-12-18 17:01:56 +00:00 |
mike12345567
|
02fefa5529
|
Fixes for postgres test case, there was an issue with creating tables with relationships during the creation phase.
|
2023-11-30 15:09:01 +00:00 |
mike12345567
|
160fbf2125
|
Adding test case and fixing issue that it revealed with external tables as well.
|
2023-11-29 19:53:56 +00:00 |
melohagan
|
0e93717f1a
|
Allow null strings (#12298)
* Allow null strings
* Don't update null to blank
* Save empty as null
* Make blank string map to null
* Add mappings for BigInt
* Fix unit tests
|
2023-11-23 09:53:35 +00:00 |
mike12345567
|
8d98da6c57
|
Fixing issue with table names.
|
2023-11-08 14:57:30 +00:00 |
mike12345567
|
4dc6b1eeda
|
Merge branch 'master' of github.com:Budibase/budibase into fix/11972-external-relationship-formulas
|
2023-11-08 14:41:53 +00:00 |
Sam Rose
|
19b4ed070c
|
Reduce the likelihood of collisions in table names by using a UUID instead of a random word.
|
2023-11-08 10:25:28 +00:00 |
mike12345567
|
68a3e030c2
|
Adding test case to check that relationships can be used in external table formulas.
|
2023-11-07 18:34:51 +00:00 |