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 |
Sam Rose
|
dbcbb2e6b7
|
Add test to row patch endpoint, it succeeds. Problem must be elsewhere.
|
2023-11-06 15:33:02 +00:00 |
Sam Rose
|
980b9c2882
|
Fix tests.
|
2023-11-03 12:53:37 +00:00 |
mike12345567
|
983091e901
|
Fix for tests - row.spec.ts needs to pick correct table create.
|
2023-10-26 18:21:06 +01:00 |
mike12345567
|
d0f989597a
|
Updating tests to be more consistent in how they pick to create an internal or external table.
|
2023-10-26 17:27:54 +01:00 |
mike12345567
|
ed0670a008
|
Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things.
|
2023-10-26 13:19:09 +01:00 |
mike12345567
|
455b26bac9
|
Making sure the source ID is always set when creating a table - the frontend expects this to be set for every table so making the type represent this correctly.
|
2023-10-25 19:00:25 +01:00 |
mike12345567
|
16d551542e
|
Frontend component of updating the API and accounting for default value not being in the paginated results of the relationship picker.
|
2023-10-12 19:00:53 +01:00 |
mike12345567
|
6bbce23910
|
Updating user fetch functionality to send up lucene syntax for searching to global user endpoint.
|
2023-10-12 16:31:32 +01:00 |
Adria Navarro
|
5908a791f2
|
Return email and names on bb reference api output
|
2023-10-11 19:10:58 +02:00 |
Adria Navarro
|
62fd9011f3
|
Merge branch 'labday/type_schema' into feature/multi-user-type-column
|
2023-10-11 14:13:55 +02:00 |
Adria Navarro
|
1bfde57391
|
Remove anys on tests
|
2023-10-11 14:08:22 +02:00 |
Adria Navarro
|
1f1ebc82e5
|
Fix more types
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
e473c8b3a8
|
Fix tests
|
2023-10-10 14:07:12 +02:00 |
Adria Navarro
|
91306c79eb
|
Fix tests
|
2023-10-04 17:55:23 +02:00 |
Adria Navarro
|
dfea7f253e
|
Fix test ds data
|
2023-09-29 14:58:41 +02:00 |
mike12345567
|
5a3ecc3095
|
Getting create/update response consistent with internal API for external.
|
2023-09-29 13:40:40 +01:00 |
mike12345567
|
45ac9ae06c
|
Quick update to fix test case.
|
2023-09-29 13:33:49 +01:00 |
Adria Navarro
|
17ecace6fa
|
Fix test
|
2023-09-29 12:54:16 +02:00 |
Adria Navarro
|
711f82099f
|
Extend bbreference test to check link relationships
|
2023-09-29 12:48:55 +02:00 |
Adria Navarro
|
0cec026932
|
Datasource usage on tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
8c99ac3f9b
|
Test search
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
e22c770bad
|
Clean tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
01057baa96
|
Add extra tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
8a9e87ea6f
|
Add extra tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
a87e3dd0fc
|
Extra tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
3c0a033c8b
|
Add new tests
|
2023-09-28 10:00:25 +02:00 |
mike12345567
|
e69ebfb2ab
|
Adding test case for row creation, don't allow user table.
|
2023-09-19 14:01:03 +01:00 |
Adria Navarro
|
17c365d398
|
Fix tests
|
2023-09-13 15:39:59 +02:00 |
Adria Navarro
|
142fb18c17
|
Fix tests
|
2023-09-13 14:09:48 +02:00 |
Adria Navarro
|
cf74f19381
|
Use test api
|
2023-09-13 10:13:54 +02:00 |
Adria Navarro
|
4d12ee53da
|
LegacyView test api
|
2023-09-13 09:59:17 +02:00 |
Adria Navarro
|
14259c82f3
|
Use test api
|
2023-09-13 09:57:41 +02:00 |
Adria Navarro
|
986decb103
|
Reduce timings
|
2023-09-13 09:37:11 +02:00 |
Adria Navarro
|
0c8a8e1b26
|
Unify
|
2023-09-12 21:09:25 +02:00 |
Adria Navarro
|
eee8a2e5f9
|
Run before alls
|
2023-09-12 20:49:47 +02:00 |