Commit Graph

3297 Commits

Author SHA1 Message Date
Matthias Wessendorf 42a2e8f5b0 Make use of CloudEvent content header constant to avoid duplication
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2023-02-02 15:43:49 +01:00
Bernd Verst e4fed1324f
Merge pull request #2493 from ItalyPaleAle/ps-fix 2023-02-01 16:29:57 -08:00
ItalyPaleAle d43786283f Fix small bug in PowerShell script for Azure setup
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 00:23:18 +00:00
Bernd Verst a08a813fe7 Fix Azure metadata parsing
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-31 17:07:31 -08:00
Bernd Verst 3a0cb97cd6
Merge pull request #2488 from ItalyPaleAle/new-devcontainer
Updated devcontainer.json
2023-01-31 16:56:15 -08:00
ItalyPaleAle 328dcab7e3 Updated devcontainer.json
Uses the new devcontainers from dapr/dapr

Additionally, adds some settings that are useful when working with Dapr

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 23:16:50 +00:00
Bernd Verst 51d4a1f25c
Merge pull request #2386 from Sbolder/multiEnv_awsSqsSns
fix bug multi environment on aws sqs/sns #2364
2023-01-31 15:11:11 -08:00
Bernd Verst 608a3b0d81 Pin certification tests to v1.10.0-rc.1
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-31 14:15:38 -08:00
ItalyPaleAle d7b6177b56 Event Grid binding: validate the Authorization header in incoming requests
- Changed component to require a bearer token in the Authorization header in all incoming requests
- Validate the bearer token as a JWT signed by Azure AD
- Updated the infra setup script to configure the Azure AD app correctly
- Event Grid binding now accepts any path (which can also include a random token) and not just `/api/events`

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 13:58:57 -08:00
Bernd Verst e7bcf0b785 Address linter issues
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-31 13:41:24 -08:00
Bernd Verst a57b26c364
Merge pull request #2487 from ItalyPaleAle/fix-2483
[release-1.10] Fix "Azure Service Bus does not recover from failures when publishing"
2023-01-31 12:47:55 -08:00
Yaron Schneider bc34fd20c0
Merge branch 'master' into multiEnv_awsSqsSns 2023-01-31 12:05:23 -08:00
ItalyPaleAle d2ddf87045 Compare context deadline exceeded error as strings too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 18:09:21 +00:00
ItalyPaleAle 7047ad533d More logging when Service Bus reconnects after publishing error
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 17:58:30 +00:00
Bernd Verst 587d9e8a06
Merge pull request #2486 from ItalyPaleAle/sqlite-no-index
[release-1.10] SQlite: do not create an index on expiration_time by default
2023-01-30 13:48:02 -08:00
ItalyPaleAle e47772c32e SQlite: do not create an index on expiration_time by default
This makes SQLite behave more like Postgres, where the "expiration_time" column does not have an index by default.

For an explanation on why: https://v1-10.docs.dapr.io/reference/components-reference/supported-state-stores/setup-postgresql/#ttls-and-cleanups

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-30 21:37:40 +00:00
Bernd Verst f542c07418
Merge pull request #2484 from ItalyPaleAle/asb-typo
[release-1.10] Fixed typo in ASB metadata property name
2023-01-30 12:20:09 -08:00
ItalyPaleAle 54cfe54c95 Fixed typo in ASB metadata property name
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-30 19:47:34 +00:00
Bernd Verst 5eca1892c6
Merge pull request #2481 from robertojrojas/snssqs-cert-test-1971-disableDeleteOnRetryLimit
AWS SNS/SQS PubSub Certification Tests - DisableDeleteOnRetryLimit
2023-01-26 19:02:54 -08:00
Roberto J Rojas 7cd467791d updates certification workflow file
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-01-26 19:06:22 -05:00
Roberto Rojas 857c126c19
Merge branch 'master' into snssqs-cert-test-1971-disableDeleteOnRetryLimit 2023-01-26 18:47:55 -05:00
Roberto J Rojas 33cb71cf51 adds aws snssqs disableDeleteOnRetryLimit cert test
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-01-26 18:32:47 -05:00
Bernd Verst a9d28c09c9
Merge pull request #2480 from ItalyPaleAle/fix-rabbitmq-cert-tests
Fix flaky RabbitMQ certification tests
2023-01-26 14:58:53 -08:00
Bernd Verst f321afdfb1
Merge branch 'master' into fix-rabbitmq-cert-tests 2023-01-26 14:58:44 -08:00
Bernd Verst e678a9891d
Merge pull request #2479 from berndverst/firestore
Firestore State Store: Adds `noindex` option to skip indexing of value.
2023-01-26 14:58:07 -08:00
Bernd Verst 60f5c3de32 do not include boolean in exported json
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-26 14:20:04 -08:00
Alessandro (Ale) Segala 8f0e42deef
Merge branch 'master' into fix-rabbitmq-cert-tests 2023-01-26 14:12:24 -08:00
ItalyPaleAle 8365df0f07 Fix flaky RabbitMQ certification tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 22:09:35 +00:00
Bernd Verst 92b7d60b99 support flexible casing for some properties
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-26 14:00:24 -08:00
Bernd Verst fc7e5d7084 GCP Firestore State Store: Add to skip indexing
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-01-26 13:58:56 -08:00
Bernd Verst b6dcbe8fd4
Merge pull request #2477 from ItalyPaleAle/mdns-shutdown
mdns: shut down on context cancelation and not on signal
2023-01-26 13:34:05 -08:00
Dapr Bot 97108ef7ce
Merge branch 'master' into mdns-shutdown 2023-01-26 13:16:51 -08:00
Yaron Schneider 1dc20e6c69
Add schema support to apache pulsar (#2475)
* add schema support to apache pulsar

Signed-off-by: yaron2 <schneider.yaron@live.com>

* linter and avro support

Signed-off-by: yaron2 <schneider.yaron@live.com>

* fix nit

Signed-off-by: yaron2 <schneider.yaron@live.com>

* fix go.mod

Signed-off-by: yaron2 <schneider.yaron@live.com>

* update cert test go.mod

Signed-off-by: yaron2 <schneider.yaron@live.com>

* update cert test metadata to latest

Signed-off-by: yaron2 <schneider.yaron@live.com>

* schema identifier refactor to handle edge case

Signed-off-by: yaron2 <schneider.yaron@live.com>

* fix shadow

Signed-off-by: yaron2 <schneider.yaron@live.com>

Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-01-26 13:10:58 -08:00
ItalyPaleAle 7af9c90735 mdns: shut down on context cancelation and not on signal
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 12:15:37 -08:00
Bernd Verst d0eed92986
Merge pull request #2466 from robertojrojas/snssqs-cert-test-1971-deadletter
AWS SNS/SQS PubSub Certification Tests - Dead Letter Queue
2023-01-26 11:13:29 -08:00
Roberto Rojas df6ab5fb6c
Merge branch 'master' into snssqs-cert-test-1971-deadletter 2023-01-26 13:00:13 -05:00
Bernd Verst 2dccde4df7
Merge pull request #2471 from ItalyPaleAle/update-deps
Updated dependencies
2023-01-26 09:28:37 -08:00
Bernd Verst 7f7362e620
Merge branch 'master' into update-deps 2023-01-26 09:28:29 -08:00
Bernd Verst a8e9b6977f
Merge pull request #2467 from ItalyPaleAle/mqtt3-conn-fixes 2023-01-26 08:49:54 -08:00
ItalyPaleAle 76bf347533 Reverted manual changes to indirect deps and updated dapr/kit
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 16:18:34 +00:00
ItalyPaleAle 9f1878d364 Reverted ieproxy
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 16:00:45 +00:00
Roberto J Rojas 0e05463af9 Merge branch 'master' into snssqs-cert-test-1971-deadletter
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-01-26 09:23:52 -05:00
ItalyPaleAle a1cad39b6c Do not upgrade consul which causes failures
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 02:43:48 +00:00
ItalyPaleAle fd5768032f 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 01:24:47 +00:00
ItalyPaleAle cabfd3c570 Updated dependencies
Most notable: `github.com/hashicorp/golang-lru` to `/v2`

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 01:10:48 +00:00
ItalyPaleAle 7880c77d69 Fixed unit tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 00:34:35 +00:00
Alessandro (Ale) Segala 00e7d1d19a
Merge branch 'master' into mqtt3-conn-fixes 2023-01-25 16:29:04 -08:00
ItalyPaleAle 64087d7f4b Lots of fixes
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-26 00:26:00 +00:00
ItalyPaleAle dbf8426993 Updated mqtt binding too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-25 23:47:30 +00:00
Roberto J Rojas fef60ed64a fixes as per pr review
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-01-25 18:45:03 -05:00