Adria Navarro
89b5770155
Change image
2024-07-24 15:22:37 +02:00
Adria Navarro
82c8be5f55
Fix mssql testcontaint wait strategy
2024-07-24 14:52:40 +02:00
Sam Rose
c7c2cb48e8
wip
2024-07-23 14:41:34 +01:00
Martin McKeaveney
a180ffa1a1
update test names
2024-07-23 11:42:21 +01:00
Martin McKeaveney
d50c937c68
use oracle coalesce
2024-07-23 11:39:50 +01:00
Martin McKeaveney
8fbb978cca
fix tests
2024-07-23 11:20:14 +01:00
Martin McKeaveney
12b5fc2a2b
add test for notequal
2024-07-22 21:28:44 +01:00
Martin McKeaveney
537c92b371
tidy
2024-07-22 21:23:27 +01:00
Martin McKeaveney
88ea3fdc07
unit tests and logic added to prevent coalesce being used by oracle
2024-07-22 21:00:20 +01:00
Martin McKeaveney
c0260b85ff
remove all conditional oracle installs
2024-07-22 15:59:40 +01:00
Sam Rose
481bf9a8b8
Fix generic-sql.spec.ts
2024-07-18 11:40:44 +01:00
mike12345567
e83c37263d
Further simplification.
2024-07-03 16:59:31 +01:00
mike12345567
378bf6d42f
Updating tests.
2024-07-03 13:40:57 +01:00
mike12345567
cb41e4d5a1
Fix for CouchDB integration, the typing in it was very poor and wise hiding issues, I've updated how this is implemented so that static typing can catch issues with it.
2024-07-03 12:50:33 +01:00
mike12345567
580e36f301
Updating test case.
2024-06-20 10:46:52 +01:00
mike12345567
d121633d8e
Updating queries to be a bit more flexible to updates in the SQL layers.
2024-06-19 17:29:33 +01:00
mike12345567
abfab054d7
Addressing comment about datasource being optional.
2024-06-19 12:03:20 +01:00
mike12345567
75bf3c78e6
Merge branch 'master' of github.com:Budibase/budibase into feature/count-rows-to-return
2024-06-18 11:07:34 +01:00
Sam Rose
c107ab937d
Remove rawQuery entirely.
2024-06-17 16:15:51 +01:00
Sam Rose
16cacb3de7
Convert mysql.spec.ts away from rawQuery.
2024-06-17 15:48:58 +01:00
mike12345567
e402f9c571
Merge branch 'uncomment-search-test-todos' of github.com:Budibase/budibase into feature/count-rows-to-return
2024-06-14 18:16:47 +01:00
mike12345567
77556820bf
Bit more work towards row counting, as well as moving external SQL to use row + 1 for working out pagination.
2024-06-14 18:12:36 +01:00
Sam Rose
c2320e4f5b
Convert postgres.spec.ts to use Knex instead of rawQuery.
2024-06-14 17:20:08 +01:00
Sam Rose
f3c82cbf38
Ensure that sort order is always lowercased.
2024-06-14 11:00:34 +01:00
Sam Rose
c27e9c266c
Replace SortDirection with SortOrder, SortDirection is being removed.
2024-06-14 09:45:30 +01:00
Sam Rose
c759d7b63a
Remove more instances of the work lucene.
2024-06-12 15:13:50 +01:00
Sam Rose
bc8791e91e
Remove the word 'lucene' from runLuceneQuery and buildLuceneQuery.
2024-06-12 14:44:20 +01:00
Sam Rose
96efb17678
Fix lint.
2024-06-11 17:52:02 +01:00
Sam Rose
85c59c0350
Changing tactic to relying on stable container names to prevent duplication.
2024-06-11 17:41:48 +01:00
Sam Rose
6a54b58303
?
2024-06-11 16:00:04 +01:00
Sam Rose
af60ff4da7
Can't use retries with the sync API.
2024-06-11 15:43:12 +01:00
Sam Rose
eac6106b06
Try the sync versions?
2024-06-11 15:38:25 +01:00
Sam Rose
2e67ae115e
Attempt to use unluck we get back from lock.
2024-06-11 15:33:18 +01:00
Sam Rose
af0802df30
Only hold the lock during container start.
2024-06-11 14:43:45 +01:00
Sam Rose
1d1ca694c8
Lock starting containers.
2024-06-11 14:39:44 +01:00
mike12345567
3cc4b71561
Fixing some issues highlighted by test case.
2024-06-07 17:59:18 +01:00
mike12345567
a879b5814a
Making sure that columns get updated to allow nulls/disallow correctly, as well as making sure enums can be updated and autocolumn state can change.
2024-06-07 16:57:33 +01:00
mike12345567
155de99b68
Streaming to disk before passing onto S3.
2024-06-03 11:46:20 +01:00
mike12345567
7b8195f41d
Merge branch 'master' of github.com:Budibase/budibase into fix/rest-download-issue
2024-06-03 10:13:49 +01:00
mike12345567
d90763dd3c
Getting size parameter right for streams.
2024-05-31 17:59:16 +01:00
mike12345567
9912904bd1
Fixing an issue with error cases that have a content-disposition being downloaded as a file.
2024-05-31 16:07:46 +01:00
Sam Rose
1777ac4b04
Fix mariadb healthcheck.
2024-05-31 14:59:15 +01:00
mike12345567
821708e79a
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
2024-05-24 16:32:43 +01:00
mike12345567
ae26f66cf9
Fixing a test case.
2024-05-24 12:40:58 +01:00
mike12345567
b18ca2670a
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
2024-05-24 12:22:20 +01:00
mike12345567
62c407d846
Updating test cases.
2024-05-24 12:15:28 +01:00
Michael Drury
223d301366
Merge branch 'master' into fix/rest-content-processing
2024-05-24 12:02:23 +01:00
mike12345567
dd78399fc1
Changing how content processing works for responses from REST API - try and reduce the chance of an error in the case of malformed data being returned.
2024-05-23 17:56:48 +01:00
Sam Rose
0be51614a4
Merge branch 'master' into sqs-user-tests
2024-05-23 17:05:39 +01:00
Sam Rose
ef60893df1
Fix tests (take 4).
2024-05-23 17:02:08 +01:00
Michael Drury
a3d2871330
Merge branch 'master' into feature/audit-log-sqs
2024-05-23 16:52:50 +01:00
Sam Rose
325819ebae
Fix tests (take 3).
2024-05-23 16:13:07 +01:00
Conor Webb
7d256d235a
Enum columns unexpectedly breaking fix ( #13756 )
...
* Added enum to SQL_MISC_TYPE_MAP to correctly map to FieldType.OPTIONS
* improve enum values extraction for multiple single-select support
* Tests to ensure enums are typed correctly MySQL and Postgres
* Fixed linting issue
* Ran prettier
2024-05-23 14:31:11 +00:00
Michael Drury
d8870f1852
Merge branch 'master' into feature/audit-log-sqs
2024-05-23 10:44:39 +01:00
Sam Rose
f8fb08c72c
Merge master.
2024-05-22 17:24:29 +01:00
mike12345567
e90aa58242
Fixing REST test failure (?).
2024-05-22 16:09:19 +01:00
mike12345567
ff8684d9b4
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
2024-05-22 15:23:24 +01:00
Sam Rose
e53dddfdf0
Merge branch 'master' into delete-sql-spec-ts-2
2024-05-22 10:35:16 +01:00
Adria Navarro
a920161e92
Fix tests
2024-05-21 22:02:47 +02:00
mike12345567
b533a1df8c
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
2024-05-21 18:17:47 +01:00
Sam Rose
7f7ed9f0cb
Move more tests out of sql.spec.ts.
2024-05-21 17:38:38 +01:00
Adria Navarro
f14e6d014c
Merge branch 'master' into budi-8195/unable-to-load-grid-when-using-external-postgres
2024-05-21 16:55:00 +02:00
Adria Navarro
4bf0a43c64
Add comment
2024-05-21 16:35:11 +02:00
Adria Navarro
53605ec8ed
Fix sorting in pg
2024-05-21 16:08:22 +02:00
Sam Rose
bc63a11979
Move sort stability check to search.spec.ts.
2024-05-21 14:20:05 +01:00
Sam Rose
9c9b2ff48d
Move empty object range tests out of sql.spec.ts.
2024-05-21 14:15:17 +01:00
Sam Rose
682cdfffe8
Respond to PR feedback.
2024-05-21 14:03:07 +01:00
Sam Rose
6bd984ab9c
Making progress towards deleting sql.spec.ts.
2024-05-21 11:51:42 +01:00
Adria Navarro
2b1df81649
Fix null references
2024-05-21 11:26:30 +02:00
mike12345567
40dbe52c2e
Fixing some issues with test cases.
2024-05-20 18:22:46 +01:00
Sam Rose
e2a1ab7eaf
All tests passing.
2024-05-20 17:01:52 +01:00
Adria Navarro
0b01b67661
Merge branch 'master' into budi-8195/unable-to-load-grid-when-using-external-postgres
2024-05-20 17:06:57 +02:00
Adria Navarro
356da44b4b
Clean code
2024-05-20 17:00:51 +02:00
Adria Navarro
028aaa0bb4
Clean
2024-05-20 17:00:12 +02:00
Adria Navarro
318dd5e628
Fix time and mssql tests
2024-05-20 16:34:22 +02:00
Adria Navarro
9f75922011
SQL time only column creation as time
2024-05-20 16:31:11 +02:00
Sam Rose
402afa1df6
Merge master.
2024-05-20 14:19:55 +01:00
mike12345567
a2200a38fb
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
2024-05-20 14:09:57 +01:00
Sam Rose
1562e7b1f1
Working towards user relationship tests passing.
2024-05-20 12:05:01 +01:00
Sam Rose
941bd7a657
Merge master.
2024-05-20 12:00:39 +01:00
Sam Rose
902613d600
Working towards user relationship tests passing.
2024-05-20 12:00:08 +01:00
Dean
37dd75823f
PR feedback, signature to signature single
2024-05-17 17:04:15 +01:00
deanhannigan
c45ae63742
Merge branch 'master' into feature/signature-field-and-component
2024-05-17 15:11:57 +01:00
Michael Drury
acab64ea45
Merge branch 'master' into fix/rest-download-images
2024-05-17 14:51:42 +01:00
mike12345567
e320524c63
Test case.
2024-05-17 14:37:01 +01:00
mike12345567
16c69dcc33
Backwards compat.
2024-05-17 14:16:08 +01:00
mike12345567
ec2ec4014c
Fixing an issue with images and REST queries, these traditionally have only come back as binary data to Budibase, but this isn't very useful, its very difficult to convert these into something that can be used. Instead we will now download images into temporary attachments as we do for other types with a real content-disposition.
2024-05-17 14:01:43 +01:00
Adria Navarro
a780a29337
Clean
2024-05-17 12:07:28 +02:00
Adria Navarro
7807b734bb
Persist googlesheet refs in context
2024-05-17 12:07:28 +02:00
Adria Navarro
16e58a38ea
Support pg time types
2024-05-17 10:51:40 +02:00
mike12345567
0efa1f06ab
Moving some stuff around to make way for other services using the sql layers.
2024-05-16 17:33:47 +01:00
Dean
166206f185
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-15 16:35:31 +01:00
mike12345567
a8e12dfb6b
Some fixes for the rest test cases which mocked too widely.
2024-05-15 14:40:08 +01:00
mike12345567
fcb535efee
Adding test cases for content-disposition hacks.
2024-05-15 14:03:31 +01:00
mike12345567
a1cbc931e2
Reducing the likelihood of validity check clashing with filename.
2024-05-15 13:37:46 +01:00
mike12345567
16f6cad1ea
Adding a hack incase any API we are speaking to does not abide by the expected structure of the content-disposition header, fill in the missing type to allow parsing.
2024-05-15 13:28:03 +01:00
Dean
55e7ea55f7
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-14 14:48:09 +01:00
Adria Navarro
c9d5112fcc
Change methods to private
2024-05-14 11:35:01 +02:00
Dean
03a484e9df
Build fixes
2024-05-13 16:34:09 +01:00
Dean
b0a65b4699
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-13 16:22:19 +01:00
Adria Navarro
63160a394b
Fix
2024-05-13 15:22:55 +02:00
Adria Navarro
004e13a349
Fix
2024-05-13 15:15:48 +02:00
Adria Navarro
a36c46ea90
Merge branch 'master' into feat/budi-8123-single-user
2024-05-13 13:33:03 +02:00
Adria Navarro
5c8a789047
Fix query
2024-05-13 12:35:01 +02:00
Adria Navarro
68e2313e6c
Fix test setup
2024-05-13 12:35:00 +02:00
Adria Navarro
7d142511a0
Merge branch 'master' into budi-8222/deleting-a-column-on-google-spreadsheet-messes-with-the-data
2024-05-10 16:13:28 +02:00
Adria Navarro
c0a2482a4e
Fix test
2024-05-09 19:57:27 +02:00
Adria Navarro
5a45ebcebc
Lint anys
2024-05-09 19:13:20 +02:00
Adria Navarro
10df627744
Keep headers
2024-05-09 18:44:07 +02:00
Adria Navarro
d83e5e21f2
Merge branch 'master' into feat/budi-8123-single-user
2024-05-09 18:05:16 +02:00
Adria Navarro
7bcdcda10d
Merge pull request #13594 from Budibase/budi-8123/usercolumn-migration
...
Fix user relationship to user column migration
2024-05-09 18:04:37 +02:00
deanhannigan
0ffa9d768a
Merge branch 'master' into feature/signature-field-and-component
2024-05-09 16:27:22 +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
b5bf914cd7
Merge branch 'master' into feature/signature-field-and-component
2024-05-09 14:47:14 +01:00
Peter Clement
db273bcd36
Support attachment columns in Automations ( #13567 )
...
* base work to support attachments in create / update row
* handle single attachment column
* fix tests
* pro
* fix some types
* handle case where file exists in storage
* improve attacment processing
* refactor slightly and ensure correct url is used for existing attachments
* add test
* Fixing a build issue.
* update tests
* some lint
* remove cursed backend-core test util
* addressing pr comments
* refactoring nasty automationUtils upload code
* remove uneeded check
* use basneeame for fallback filename
* add a test to ensure coverage of single attachment column type
* fail early when fetching object metadata
---------
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2024-05-09 14:30:56 +01:00
Dean
3712e290b0
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-09 09:19:00 +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
Dean
877d23aeff
Add Signature type to external integration utils
2024-05-08 10:19:05 +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
Adria Navarro
30f099ac59
Fix google user
2024-05-06 14:34:55 +02:00
Adria Navarro
aabed795ec
Fix mappings
2024-05-06 08:27:21 +02:00
Adria Navarro
04ed10b06e
Lint
2024-05-06 08:06:44 +02:00
Adria Navarro
9a6e6ed115
Fix data between old and new
2024-05-06 08:06:43 +02:00
Adria Navarro
70c6d56c1e
Merge branch 'feat/budi-8123-single-user' into budi-8123/single-user-column-type
2024-05-02 12:06:42 +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
Adria Navarro
24aec6efb1
Clean types
2024-04-26 13:30:08 +02:00
Adria Navarro
d45aa9beaf
Merge branch 'master' into budi-8123/single-user-column-type
2024-04-26 12:47:35 +02:00
Sam Rose
777b5b5f53
Make REUSE_CONTAINERS the default for running tests.
2024-04-26 11:35:23 +01:00
Adria Navarro
1aad2ee6d2
Fix after renames
2024-04-26 12:23:11 +02:00
Adria Navarro
34d97ab16a
Fix switch
2024-04-26 09:15:00 +02:00
Adria Navarro
afdbf4cc42
Add BB_REFERENCE_SINGLE type
2024-04-25 13:20:59 +02: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
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
1685568089
Improve and fix test
2024-04-19 12:38:57 +02:00
Adria Navarro
c34cd470ee
Fix dropping columns existing only internally
2024-04-19 11:05:36 +02:00
Adria Navarro
642f30416a
Fix schema and aliasing usage
2024-04-18 17:48:10 +02:00
mike12345567
933c3fdec4
Merge branch 'master' of github.com:Budibase/budibase into more-sqs-tests-4
2024-04-18 10:55:33 +01:00
mike12345567
58d4b2b56e
renaming some sqlstatement generation to lte/gte.
2024-04-17 17:13:08 +01:00
mike12345567
60ed4d8443
Updating how between/less than/greater than are handled for sqlite.
2024-04-17 17:12:26 +01:00
Michael Drury
58580f9ae3
Merge branch 'master' into more-sqs-tests-4
2024-04-17 16:27:28 +01:00
Adria Navarro
c986cf2b56
Merge pull request #13512 from Budibase/budi-8126/fix-changing-column-type
...
Fix changing column type
2024-04-17 17:27:10 +02:00
mike12345567
a33c2599b5
Adding error to catch scenario that caused tests to fail - fixing cases of table metadata not aligning with entityId
2024-04-17 16:25:27 +01:00
Adria Navarro
1bc7072a72
Fix type swap on refetch schema
2024-04-17 17:18:57 +02:00
Adria Navarro
3996ca6ff4
Merge branch 'master' into feat/budi-8126
2024-04-17 17:06:38 +02:00
mike12345567
828d78f2af
Fixing build after recent type updates.
2024-04-17 14:47:56 +01:00
Adria Navarro
ec93ea59c1
Remove // eslint-disable-next-line @typescript-eslint/no-unused-vars
2024-04-17 12:17:03 +02:00
Adria Navarro
21898afb29
Persist externalType changes
2024-04-17 12:13:18 +02:00
Adria Navarro
8afb0e3c91
Fix tests
2024-04-17 12:12:09 +02:00
Adria Navarro
e1c092d65d
Refetch when type changed
2024-04-17 12:12:09 +02:00
Adria Navarro
4aba988ca9
Keep schema by default
2024-04-17 12:12:09 +02:00
Sam Rose
affa546159
Fix tests.
2024-04-16 17:45:06 +01:00
Sam Rose
38dc7ae391
Remove extraneous ? and ! operators.
2024-04-16 17:39:05 +01:00
Sam Rose
a70210312a
Merge branch 'master' of github.com:budibase/budibase into more-sqs-tests-4
2024-04-16 17:38:15 +01:00
Sam Rose
b01b260e39
Fix some of the broken tests.
2024-04-16 17:36:51 +01:00
Sam Rose
d77bb56e51
Merge master.
2024-04-16 17:29:12 +01:00
Sam Rose
03b1823463
Range tests passing.
2024-04-16 17:28:21 +01:00
Michael Drury
8b0fc5ed5d
Making table required.
2024-04-16 17:22:17 +01:00
Michael Drury
7d2861718a
Making meta required in query JSON.
2024-04-16 16:41:39 +01:00
mike12345567
e2ca21053e
Fixing build issue caught in CI.
2024-04-16 11:38:00 +01:00
mike12345567
69ae603fa4
Updating errors from sql table actions and making sure SQS tables cannot be reach the sql table actions/will error if they do.
2024-04-15 18:24:11 +01:00
mike12345567
b13b7df678
Correctly handling aliasing for sorting/json field types with SQS.
2024-04-15 18:23:39 +01:00
Michael Drury
05708f9dcc
Merge branch 'master' into feature/sqs-relationships
2024-04-15 18:07:33 +01:00
Sam Rose
d61d5f51cc
Add tests for array column types, fixing some bugs along the way.
2024-04-15 15:31:46 +01:00
mike12345567
ebb79c16fe
Aliasing support for SQS.
2024-04-12 16:15:36 +01:00
Michael Drury
c190a9983f
Merge branch 'master' into fix-oidc-error-logging
2024-04-11 17:01:04 +01:00
Sam Rose
672025e176
Solve onEmptyFilter in a nicer way.
2024-04-11 10:11:03 +01:00
Sam Rose
229bbc0d10
Assert length on search tests, fixes bug in SQS around on empty return none.
2024-04-11 09:53:54 +01:00
Martin McKeaveney
4a6e1b7192
fix all cases of lint rule
2024-04-10 17:39:12 +01:00
mike12345567
0a4ee7e308
Fixing issue introduced in merge, using new native SQL function.
2024-04-08 18:29:06 +01:00
Michael Drury
737adfdea9
Merge branch 'master' into labday/sqs
2024-04-08 17:52:09 +01:00
Sam Rose
83c7f08c5a
Fix sql.spec.ts
2024-04-08 11:11:06 +01:00
Sam Rose
9da10c790e
One failure left for MSSQL
2024-04-05 17:47:55 +01:00
Sam Rose
de2afa01b9
table.spec.ts passing with MySQL
2024-04-05 16:54:29 +01:00
mike12345567
30c81e58ec
Some typing and test fixes.
2024-04-04 18:16:23 +01:00
mike12345567
65fa317f9e
Fixing yarn lock merge conflict.
2024-04-04 17:23:28 +01:00
mike12345567
d11c316572
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-04-04 15:02:25 +01:00
Sam Rose
b2ef045ecf
Merge master.
2024-04-03 15:17:38 +01:00
Sam Rose
db877b7802
Create unique MongoDB databases.
2024-04-03 12:55:44 +01:00
Sam Rose
79184e70af
Remove CONTAINER_NAMESPACE, it wasn't the solution.
2024-04-03 12:32:29 +01:00
Sam Rose
8cffdeda56
Re-use containers and create namespaces for each test.
2024-04-03 11:33:39 +01:00
Sam Rose
e3fbce25fa
Merge branch 'master' of github.com:budibase/budibase into reuse-containers
2024-04-03 11:15:11 +01:00
mike12345567
5e186b5c8a
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-04-02 12:05:34 +01:00
Sam Rose
90cfdd661d
Rework how we connect to containers.
2024-03-28 17:36:26 +00:00
mike12345567
d8de0a3154
An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development.
2024-03-28 12:14:56 +00:00
Sam Rose
eb33dac9b1
Make container reuse optional, disabled by default.
2024-03-27 16:40:41 +00:00
Sam Rose
831c174362
Give SQL integrations their own database when fetching a new datasource.
2024-03-27 15:25:37 +00:00
Sam Rose
b84bbd6003
Migrate viewV2.spec.ts to new datasource providers.
2024-03-26 14:43:17 +00:00
Sam Rose
158964c4d2
Got container reuse strategy in place, need to convert tests now.
2024-03-26 11:22:40 +00:00
Sam Rose
869ed4256e
Merge master.
2024-03-25 14:13:48 +00:00
Michael Drury
37b4b756ea
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
2024-03-25 13:31:31 +00:00