Commit Graph

3297 Commits

Author SHA1 Message Date
Roberto J Rojas c156bd5337 Merge branch 'master' into snssqs-cert-test-1339-message-visibility
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-01-19 17:41:22 -05:00
Roberto J Rojas 79edc550d6 adds message visibility timeout certification test
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-01-19 17:36:22 -05:00
ItalyPaleAle 4c12f40534 WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-19 22:33:50 +00:00
ItalyPaleAle 445f2e4940 Receiving events
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-19 21:36:20 +00:00
ItalyPaleAle 093669e8a8 WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-19 20:12:00 +00:00
ItalyPaleAle 48dd1dabef Working on subscribing
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-19 01:27:48 +00:00
ItalyPaleAle 130afe5c1a Merge branch 'master' of https://github.com/dapr/components-contrib into eventhubs-track2
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-19 00:13:26 +00:00
ItalyPaleAle 0157bf0b72 WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-19 00:12:10 +00:00
Shivam Kumar fd7dfe63ef
Fix mqtt pubsub: remove republishing when application is unhealthy (#2446)
* Remove re-publishing in case of failures

Signed-off-by: shivam <shivamkm07@gmail.com>

* Remove maxRetriableErrorsPerSec field in metadata

Signed-off-by: shivam <shivamkm07@gmail.com>

* Remove backoffmaxretries from cert test

Signed-off-by: shivam <shivamkm07@gmail.com>

* go mod changes

Signed-off-by: shivam <shivamkm07@gmail.com>

* Testing higher value of timeout

Signed-off-by: shivam <shivamkm07@gmail.com>

* Testing even higher value of timeout

Signed-off-by: shivam <shivamkm07@gmail.com>

* Testing even higher value of timeout

Signed-off-by: shivam <shivamkm07@gmail.com>

* Resetting timeout

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

* Removing mosquitto from pubsub conformance

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

* Update pubsub/mqtt3/metadata.go

Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <github@bernd.dev>

Signed-off-by: shivam <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2023-01-18 15:53:45 -08:00
Alessandro (Ale) Segala fe8479f2d9
bindings.localstorage fixes (#2449)
* bindings.localstorage: enforcements on rootPath

Also includes ability to disallow certain root paths such as /var/run/secrets

Fixes #2444

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed tests on Windows

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed tests on Windows pt 2

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* 💄

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixes #2374

- Close file descriptor after reading a file
- Report a more specific error if the file doesn't exist

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Updated cert tests

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-18 15:27:22 -08:00
Bernd Verst b007728f12
Merge pull request #2447 from jjcollinge/jjcollinge/asb-am-syncmap
Use sync.Map for ASB active messages
2023-01-18 11:53:28 -08:00
Alessandro (Ale) Segala e94f52eb87
Merge branch 'master' into jjcollinge/asb-am-syncmap 2023-01-18 11:30:46 -08:00
Joni Collinge 7e141e75e0
revert to using map and mutex
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-18 19:23:52 +00:00
Bernd Verst 612fd41e17
Merge pull request #2448 from berndverst/dubbo
Addresses UUID CVE in Apache Dubbo Binding
2023-01-18 10:06:57 -08:00
Bernd Verst 624bb4adaf Addresses UUID CVE in Apache Dubbo Binding
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-18 09:57:15 -08:00
Joni Collinge ddeb1ff024
Merge branch 'master' into jjcollinge/asb-am-syncmap
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-18 11:12:10 +00:00
Joni Collinge 58daacbdcd
use sync.Map instead of map and mutex for active message tracking
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-18 10:20:32 +00:00
addjuarez 5c98cbba40
Merge branch 'master' into pulsarTests 2023-01-17 21:04:52 -06:00
addjuarez 8f634e6143 mod tidy
Signed-off-by: addjuarez <6789375+addjuarez@users.noreply.github.com>
2023-01-18 01:44:09 +00:00
Bernd Verst d058bd03dc
Merge pull request #2415 from shivamkm07/redisConfig_addMetadata
Adding redisDB metadata
2023-01-17 17:42:29 -08:00
addjuarez c8c5fe1350
Merge branch 'master' into pulsarTests
Signed-off-by: addjuarez <6789375+addjuarez@users.noreply.github.com>
2023-01-17 18:13:25 -06:00
Bernd Verst f25ce58078
Merge branch 'master' into redisConfig_addMetadata 2023-01-17 14:57:46 -08:00
Bernd Verst 4ffca2d4ae
Merge pull request #2443 from berndverst/updatesdks
Update to wazero 1.0.0pre7 with http-wasm-go 0.3.1
2023-01-17 08:59:52 -08:00
Shivam Kumar 013ec6563e
Merge branch 'master' into redisConfig_addMetadata 2023-01-17 09:49:09 +05:30
Bernd Verst fac7d1cdea
Merge branch 'master' into updatesdks 2023-01-16 15:41:22 -08:00
Bernd Verst 5514702fd1 Update to wazero 1.0.0pre7 with http-wasm-go 0.3.1
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-16 15:39:04 -08:00
Joni Collinge 7aa7a0061a
Fix bug in ASB pubsub (#2440)
* revert active message snapshot to use append

Signed-off-by: Joni Collinge <jonathancollinge@live.com>

* assign to slice rather than append

Signed-off-by: Joni Collinge <jonathancollinge@live.com>

Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-16 11:39:06 -08:00
Yaron Schneider c687bf0fd8
Merge branch 'master' into multiEnv_awsSqsSns 2023-01-16 09:15:19 -08:00
Shivam Kumar ef0090b6c0
Update configuration/redis/redis.go
Co-authored-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
2023-01-16 15:04:03 +05:30
Shivam Kumar 20fcd7a62b
Merge branch 'master' into redisConfig_addMetadata 2023-01-16 14:22:29 +05:30
Joni Collinge 77504a8289
assign to slice rather than append
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-15 10:12:28 +00:00
Joni Collinge c1de465e64
revert active message snapshot to use append
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-14 13:38:14 +00:00
Bernd Verst a4bfdeea64
Merge pull request #2439 from berndverst/updatesdks
Update SDKs to their latest minor versions
2023-01-13 16:11:03 -08:00
Bernd Verst 20a872bfdd Update SDKs to their latest minor versions
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-13 15:26:02 -08:00
Bernd Verst 9527f6035c
Merge pull request #2437 from ItalyPaleAle/mqtt3
Renamed mqtt components to mqtt3
2023-01-13 15:24:05 -08:00
Bernd Verst b05e00f4c8
Merge branch 'master' into mqtt3 2023-01-13 14:55:57 -08:00
addjuarez 869ed1019b mod tidy
Signed-off-by: addjuarez <6789375+addjuarez@users.noreply.github.com>
2023-01-13 19:26:45 +00:00
addjuarez 82bcb8cede
Merge branch 'master' into pulsarTests 2023-01-13 13:25:39 -06:00
addjuarez 29d543599b Add deliverAt Test
Signed-off-by: addjuarez <6789375+addjuarez@users.noreply.github.com>
2023-01-13 19:15:46 +00:00
Bernd Verst c11035d5e4
Merge pull request #2438 from jjcollinge/jjcollinge/asb-sessions-hotfix
Fix bug in ASB message renewal
2023-01-13 10:55:11 -08:00
Joni Collinge 28b82089a2
Merge branch 'master' of github.com:dapr/components-contrib into jjcollinge/asb-sessions-hotfix
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-13 18:39:58 +00:00
Joni Collinge f6d31aba8d
Measure length after taking lock
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-01-13 18:36:39 +00:00
ItalyPaleAle f94c15900c Needed updating these other tests too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-13 10:02:49 -08:00
ItalyPaleAle 2afca71c2a Renamed mqtt components to mqtt3
Fixes #2359

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-13 09:51:30 -08:00
Shivam Kumar 72c92f822b
Merge branch 'master' into redisConfig_addMetadata 2023-01-13 09:58:05 +05:30
Bernd Verst d8ad741632
Merge pull request #2428 from ItalyPaleAle/s3-fix
bindings.aws.s3: Improvements & fixes
2023-01-12 20:22:16 -08:00
Shivam Kumar 4c713b9172
Merge branch 'master' into redisConfig_addMetadata 2023-01-13 09:41:29 +05:30
Bernd Verst cfa2f662f0 modtidy-all
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-12 18:11:39 -08:00
Alessandro (Ale) Segala 6f68f17b22
Merge branch 'master' into s3-fix 2023-01-12 17:55:15 -08:00
Bernd Verst bb6d7ddf35
Merge pull request #2436 from robertojrojas/aws-dynamodb-worflow-cert-fix
state.aws.DynamoDB: Fixes Certification Test Workflow Error
2023-01-12 17:53:22 -08:00