1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00
Commit graph

3702 commits

Author SHA1 Message Date
Sam Rose
fd2e0020cd
Fix more date math problems. 2024-05-20 12:31:12 +01:00
Sam Rose
079318379d
Fix date math problem in search tests. 2024-05-20 12:23:03 +01:00
mike12345567
94b85eeed0 Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-16 12:47:45 +01:00
Martin McKeaveney
45e4e791a5 fix lint 2024-05-15 14:54:32 +01:00
Martin McKeaveney
d9aad4c9a3
Merge branch 'master' into 5459_S3EndpointSupport 2024-05-15 14:33:41 +01:00
Michael Drury
1c22c7d2d1
Merge branch 'master' into feature/sqs-table-cleanup 2024-05-15 12:34:12 +01:00
Adria Navarro
25d86d179d Handle inputProcessing on bulk row import 2024-05-15 10:56:55 +02:00
mike12345567
aa51db20ee Changing how cleanup works - the cleanup is now part of the DB deletion, making sure it cannot be missed. 2024-05-14 15:41:48 +01:00
mike12345567
673211dfbb Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-14 14:38:00 +01:00
mike12345567
f25703b88e Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-13 13:54:00 +01:00
mike12345567
92348fb526 Changing the logic of how automation thread timeout gets applied, so that it can be used properly. 2024-05-13 12:53:44 +01:00
Adria Navarro
e451e99f6b Fixes 2024-05-13 12:35:01 +02:00
Adria Navarro
1732feed27 Uncomment 💩 2024-05-13 12:35:00 +02:00
Adria Navarro
fa2843b296 Improve tests 2024-05-13 12:35:00 +02:00
Adria Navarro
2833e0558e Test deprecated_multi_user bindings 2024-05-13 12:35:00 +02:00
Adria Navarro
1fc2efd6f5 Clean 2024-05-13 12:35:00 +02:00
Adria Navarro
f7a997aaef Update some tests 2024-05-13 12:35:00 +02:00
Adria Navarro
c130f2976c Change test 2024-05-13 12:35:00 +02:00
Adria Navarro
c890f885e6
Merge branch 'master' into feat/budi-8123-single-user 2024-05-13 12:34:01 +02:00
Adria Navarro
ae83bb695e Fix tests depending on date 2024-05-13 11:03:15 +02:00
mike12345567
8c70c32622 Cleanup. 2024-05-10 11:00:30 +01:00
mike12345567
a3d079f847 Fixing an issue with cleanup, making sure the correct app is cleaned up on deletion. 2024-05-09 18:33:29 +01:00
mike12345567
fd7f6455bd Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-09 17:38:24 +01:00
Adria Navarro
d83e5e21f2
Merge branch 'master' into feat/budi-8123-single-user 2024-05-09 18:05:16 +02:00
Sam Rose
bfc63bd4e2
Remove the last internal.spec.ts file. 2024-05-09 16:26:08 +01:00
Michael Drury
a6f3871e8c
Merge branch 'master' into fix/binary-column-support 2024-05-09 15:38:17 +01:00
mike12345567
381c33cfb5 Adding support for buffers in a few places - this helps with BYTE type columns in SQL. 2024-05-09 15:10:05 +01:00
deanhannigan
32cce5f5c6
Merge branch 'master' into feature/filter-bindings 2024-05-09 14:24:29 +01:00
mike12345567
bf953597c7 Updating auto column test to only run against internal DB. 2024-05-09 13:18:50 +01:00
Michael Drury
6b84abda48
Merge branch 'master' into fix/disable-external-auto-columns 2024-05-09 12:57:02 +01:00
mike12345567
0a96bb9684 Disabling auto-column fieldtype and subtypes. This is not something that is currently supported through the UI, so this is not a breaking change, just making sure these type of scenarios don't actually occur as they don't work particularly well. 2024-05-09 12:44:30 +01:00
Sam Rose
30519d808a
Merge branch 'master' into remove-unneeded-jest-unmock-calls 2024-05-09 12:15:33 +01:00
Sam Rose
69c8264388
Remove src/sdk/app/rows/tests/internal.spec.ts. 2024-05-09 11:57:17 +01:00
Dean
b52d1921ec Fix for empty state tests. Ensure null isnt scrubbed when enriched 2024-05-09 11:29:43 +01:00
Adria Navarro
95faefcb87 DRY 2024-05-09 12:28:44 +02:00
Dean
4c6629d15f Merge remote-tracking branch 'origin/master' into feature/filter-bindings 2024-05-09 11:05:58 +01:00
Sam Rose
b99e3794b2
Move parallel auto ID row creation test to row.spec.ts. 2024-05-09 10:58:52 +01:00
Sam Rose
033c642c12
Remove unnecessary jest.unmock calls. 2024-05-09 10:15:05 +01:00
mike12345567
21ce586d93 Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-08 17:04:34 +01:00
Sam Rose
264ce5e272
Merge branch 'master' into search-tests-boolean 2024-05-08 14:20:36 +01:00
Peter Clement
1d300c2577
Remove aws sdk global mock and update tests (#13637)
* Remove aws sdk global mock and update tests

* add awaits

* Minio healthcheck in tests.

* Bind to 127.0.0.1 instead of 0.0.0.0

* Fix port fetching for minio container.

* Actually fix port mapping this time.

* Pull minio container before running tests.

* Enable testcontainers debug logging.

* Promote minio container to always running in tests, like CouchDB.

* Remove testcontainers debug logging.

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
2024-05-08 14:08:34 +01:00
mike12345567
2e8b655417 Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-08 12:36:42 +01:00
deanhannigan
42a5d3d0e0
Merge branch 'master' into feature/filter-bindings 2024-05-08 10:22:45 +01:00
deanhannigan
46995a115a
Merge branch 'master' into feature/filter-bindings 2024-05-08 09:37:14 +01:00
mike12345567
a2d4f8523c Some typing improvements, as well as getting deletion/setup working a bit better. 2024-05-07 18:27:47 +01:00
Sam Rose
3bc1e6b387
Fix behaviour of 'when filter empty' for empty and notEmpty filter types. 2024-05-07 16:46:54 +01:00
mike12345567
654905ea90 Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-07 12:44:02 +01:00
Sam Rose
ae281c3e7a
Merge branch 'master' of github.com:budibase/budibase into search-tests-boolean 2024-05-07 10:01:28 +01:00
Sam Rose
d11a3d3486
Merge branch 'master' into test-race-condition 2024-05-07 09:35:09 +01:00
Dean
04588711e2 Refactored out config changes and now excluding on the affected SQS/Multiuser tests 2024-05-07 09:13:43 +01:00