1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
Commit graph

11274 commits

Author SHA1 Message Date
Sam Rose
033c642c12
Remove unnecessary jest.unmock calls. 2024-05-09 10:15:05 +01:00
Michael Drury
95b6a05a8c
Merge branch 'master' into fix/BUDI-8147 2024-05-08 16:12:53 +01:00
mike12345567
ed1f9f19a7 Updating test case to cover this scenario properly. 2024-05-08 16:12:24 +01:00
mike12345567
fd94e3aea9 Typing improvements around the REST integration to make sure when no response is returned it doesn't break anything. 2024-05-08 16:08:29 +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
Sam Rose
39f8727830
Move boolean coversion down a layer in the stack so it's not tied so directly to search. 2024-05-07 17:41:43 +01:00
Sam Rose
4722fd1cab
Fix queryRows.spec.ts 2024-05-07 17:16: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
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
Sam Rose
1edc525d9b
Fix boolean searching for external datasources. 2024-05-03 17:31:44 +01:00
Sam Rose
1777f1f8fe
Fix boolean searching for Lucene/SQS 2024-05-03 17:29:20 +01:00
Sam Rose
f49e36d0dd
Search tests for FieldType.OPTIONS 2024-05-03 16:14:47 +01:00
Sam Rose
1330fe04ab
Test FieldType.LONGFORM 2024-05-03 16:11:26 +01:00
Sam Rose
703092505d
Respond to PR feedback. 2024-05-03 15:08:21 +01:00
Sam Rose
99ecefaedf
Fix row.spec.ts 2024-05-03 14:37:13 +01:00
Sam Rose
2b52c11b9a
Expand the tests slightly. 2024-05-03 14:16:33 +01:00
Sam Rose
af516427fc
Attempt to fix race condition when creating multiple auto ID columns in parallel. 2024-05-03 14:14:10 +01:00
Sam Rose
6f23877764
Correct types for application updating. 2024-05-03 09:55:55 +01:00
mike12345567
f670b75e13 Adding bulk import type. 2024-04-26 15:53:16 +01:00
mike12345567
1c1f9c950d Quick improvement to use the bulk import endpoint, we don't need to search for the type: row anymore. 2024-04-26 15:51:53 +01:00
Sam Rose
951b7d3e59
Merge branch 'master' of github.com:budibase/budibase into sqs-auto-tests 2024-04-26 15:07:45 +01:00
Sam Rose
2bc7b56d74
Merge branch 'master' of github.com:budibase/budibase into make-reuse-containers-default 2024-04-26 14:02:06 +01:00
Sam Rose
dd02224806
Restart testcontainers every day, and add a script to kill them. 2024-04-26 14:01:52 +01:00
Sam Rose
777b5b5f53
Make REUSE_CONTAINERS the default for running tests. 2024-04-26 11:35:23 +01:00
Adria Navarro
a422ae43b2 Fix 2024-04-26 12:26:01 +02:00
Adria Navarro
1aad2ee6d2 Fix after renames 2024-04-26 12:23:11 +02:00
Adria Navarro
637f7f514a Remove FieldTypeSubtypes 2024-04-26 12:18:50 +02:00
Sam Rose
cefaa228e1
Delete commented out line. 2024-04-25 17:19:25 +01:00
Sam Rose
e15345030f
Uncomment tests. 2024-04-25 16:53:21 +01:00
Sam Rose
b07db7b098
Make sure we're treating AUTO as numbers. 2024-04-25 16:51:42 +01:00
Sam Rose
8b2156ed08
Add more AUTO tests. 2024-04-25 16:41:02 +01:00
Sam Rose
289de5906a
Merge branch 'master' of github.com:budibase/budibase into sqs-auto-tests 2024-04-25 15:30:56 +01:00
Sam Rose
4ce7162bb0
wip 2024-04-24 15:20:10 +01:00
dependabot[bot]
c8446fa5a6
Bump mysql2 from 3.5.2 to 3.9.7 in /packages/server
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.5.2 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.5.2...v3.9.7)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 22:12:24 +00:00
Peter Clement
a4c0328c53
REST file handling and SMTP automation block attachments (#13403)
* handle files in rest connector

* fetch presigned url and return

* further updates to handle files in rest connector

* remove unused important and fix extension bug

* wrong expiry param

* tests

* add const for temp bucket

* handle ttl on bucket

* more bucket ttl work

* split out fileresponse and xmlresponse into utils

* lint

* remove log

* fix tests

* some pr comments

* update function naming and lint

* adding back needed response for frontend

* use fsp

* handle different content-disposition and potential path traversal

* add test container for s3 / minio

* add test case for filename* and ascii filenames

* move tests into separate describe

* remove log

* up timeout

* switch to minio image instead of localstack

* use minio image instead of s3 for testing

* stream file upload instead

* use streamUpload and update signatures

* update bucketcreate return

* throw real error

* tidy up

* pro

* pro ref fix?

* pro fix

* pro fix?

* move minio test provider to backend-core

* update email builder to allow attachments

* testing for sending files via smtp

* use backend-core minio test container in server

* handle different types of url

* fix minio test provider

* test with container host

* lint

* try different hostname?

* Revert "try different hostname?"

This reverts commit cfefdb8ded.

* fix issue with fetching of signed url with test minio

* update autoamtion attachments to take filename and url

* fix tests

* pro ref

* fix parsing of url object

* pr comments and linting

* pro ref

* fix pro again

* fix pro

* account-portal

* fix null issue

* fix ref

* ref

* When sending a file attachment in email fetch it directly from our object store

* add more checks to ensure we're working with a signed url

* update test to account for direct object store read

* formatting

* fix time issues within test

* update bucket and path extraction to regex

* use const in regex

* pro

* Updating TTL handling in upload functions (#13539)

* Updating TTL handling in upload functions

* describe ttl type

* account for ttl creation in existing buckets and update types

* fix tests

* pro

* pro
2024-04-22 15:30:57 +00:00
mike12345567
8bb6956925 Merge branch 'master' of github.com:Budibase/budibase into fix-oidc-error-logging 2024-04-19 13:29:21 +01:00
Adria Navarro
706d0cb89c Refactor 2024-04-19 14:06:47 +02:00
Adria Navarro
2bce7424f1 Refactor logic 2024-04-19 13:43:18 +02:00
mike12345567
1af0eaae93 PR comment. 2024-04-19 12:36:05 +01:00
Adria Navarro
b05f56222e Fix tests 2024-04-19 13:13:12 +02:00
Adria Navarro
11ef351400 Fix dropping links 2024-04-19 12:56:51 +02:00
Adria Navarro
874c698776 lint 2024-04-19 12:52:25 +02:00
Adria Navarro
16d2c06b8a Add constraints and extra fields 2024-04-19 12:40:39 +02:00
Adria Navarro
72c65cd7fd Fix test 2024-04-19 12:39:04 +02:00
Adria Navarro
1685568089 Improve and fix test 2024-04-19 12:38:57 +02:00
Adria Navarro
1732e14353 Add extra fields 2024-04-19 11:12:52 +02:00
Adria Navarro
e03975462e Improve tests 2024-04-19 11:09:20 +02:00
Adria Navarro
c34cd470ee Fix dropping columns existing only internally 2024-04-19 11:05:36 +02:00