Commit Graph

3297 Commits

Author SHA1 Message Date
Bernd Verst 6feae775e6
Support Increment Operation, TTL in Redis Binding (#2654)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-09 21:23:04 +00:00
Josh van Leeuwen 85feb7c3d7
Consolidate SQL expired date garbage collector (#2633)
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-09 16:40:58 +00:00
Josh van Leeuwen 4be795d812
Remove `context.TODO()`s with passed context. (#2650)
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-08 17:53:02 +00:00
Stuart Leeks b86ac6e8a4
Move vscode settings in devcontainer.json (#2649)
Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
2023-03-08 15:50:37 +00:00
Bernd Verst b4cdc7a3ca
Restore Kafka CA Cert Auth without Password support, fix Jetstream pubsub issue (#2644)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-07 22:47:35 -08:00
Bernd Verst 91577dae46
Add italypaleale to dapr bot maintainers (#2643) 2023-03-07 15:36:30 -08:00
Bernd Verst d8dec84b27 Add italypaleale to dapr bot maintainers
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-07 15:35:32 -08:00
Bernd Verst 441ec465a3
Backport updated workflows into release-1.10 (#2642) 2023-03-07 13:45:56 -08:00
ItalyPaleAle b1811e9c1f Fixed path for dubbo
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-07 21:21:50 +00:00
ItalyPaleAle 0aab9678e1 Backport #2542 into release-1.10
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-07 21:10:52 +00:00
Bernd Verst ad6711405f
[Release 1.10] Upgrade service bus SDK to 1.2.1 (#2640) 2023-03-07 12:55:18 -08:00
Alessandro (Ale) Segala a359dcaad6
Certification test for middleware.http.ratelimit (#2636)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-07 20:51:35 +00:00
Bernd Verst 86a39f6c37 Upgrade service bus SDK to 1.2.1
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-07 11:53:51 -08:00
Bernd Verst 0d0b12f725
Addition to Hotfix 1.10.3: Add warning to Redis State Store: Do not use as Actor State (#2638) 2023-03-06 14:49:32 -08:00
Bernd Verst 6e588f1a45 Add warning to Redis State Store: Do not use Actor State
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-06 14:42:16 -08:00
Alessandro (Ale) Segala 050ee73d61
Remove now-unused metadata properties (#2637)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-06 21:52:58 +00:00
Josh van Leeuwen acb4418271
Consolidate CockroachDB and PostgreSQL into single internal implementation (#2632)
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-06 21:49:49 +00:00
Alessandro (Ale) Segala c264ba5df9
[release-1.10] Backport OAuth middlewares fixes into 1.10 [DO NOT SQUASH] (#2631) 2023-03-03 17:20:51 -08:00
Bernd Verst f2a9e30cdd
[Maintenance task] upgrade lots of libraries (#2630)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-04 00:38:17 +00:00
Alessandro (Ale) Segala 236104d7f5
Fix OAuth2 Client Credentials middleware too (#2629)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-03 23:58:57 +00:00
Drew Robbins ee92bd16be
Oauth2 Middleware fix for Bearer token header (#2616)
Signed-off-by: Drew Robbins <drew@drewby.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-03 22:42:36 +00:00
Bernd Verst d6f35401af
Dapr 1.11: Support Azure CLI Credential for Azure Track 2 components (#2472)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-03 21:23:25 +00:00
Josh van Leeuwen 569c6be070
PubSub: Wait Group and context catching (#2500)
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-03 17:44:26 +00:00
Josh van Leeuwen 907b309856
Adds joshvanl to dapr_bot list (#2627)
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-03 07:05:13 -08:00
Josh van Leeuwen 4827d5d119
Adds TTL support to the CockroachDB state. (#2618)
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-03 14:36:40 +00:00
Bernd Verst c6d6678fbc
Add Cloud Event Protobuf to PubSub Content Types (#2619) 2023-03-02 15:56:42 -08:00
Bernd Verst 31bc45ef4a clean up go.mod more
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-02 15:09:14 -08:00
Bernd Verst fa17d10b71 clean up go.mod
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-02 14:40:17 -08:00
Bernd Verst 1708951cec Add Cloud Event Protobuf to PubSub Content Types
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-02 14:37:18 -08:00
Bernd Verst 907b6b9ebe
TEST COMMIT for Merge Queue. No-op (#2614)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-02 00:00:33 +00:00
Bernd Verst fcac41c02c
Merge pull request #2613 from berndverst/mergequeue
Merge queue support for required workflows
2023-03-01 15:28:56 -08:00
Bernd Verst c4ec3fb501 Merge queue support for required workflows
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-01 15:27:09 -08:00
Bernd Verst 68ab4053fe
Merge pull request #2606 from ItalyPaleAle/remove-track1-azure-sdk
Completed the removal of the Azure SDK "track 1"
2023-02-27 14:58:35 -08:00
ItalyPaleAle 8cc74c7331 Completed the removal of the Azure SDK track 1
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-27 22:37:23 +00:00
ItalyPaleAle 73029dc9f0 WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-27 21:28:08 +00:00
ItalyPaleAle 2916e53a72 WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-27 21:28:08 +00:00
Bernd Verst 895173e9b3 Fix build matrix workflow
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-27 13:21:54 -08:00
Bernd Verst e69599789a
Merge pull request #2604 from dapr/removetrack1
Remove Track 1 SDK references
2023-02-27 13:16:07 -08:00
Bernd Verst c634533a83 go mod tidy
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-27 12:46:17 -08:00
Bernd Verst 3a616c5678 Remove Track 1 SDK references
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-27 12:44:32 -08:00
Bernd Verst 1c48453fef Pin dapr 1.10 in cert test
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-24 18:20:03 -08:00
Bernd Verst 77ed212ce1
Merge pull request #2600 from berndverst/azqueue
Migrate Azure Storage Queues Binding to Track2 SDK
2023-02-24 16:35:15 -08:00
Bernd Verst 725e874f9d
Merge branch 'master' into azqueue 2023-02-24 16:35:07 -08:00
Alessandro (Ale) Segala a13e88d0a0
Downgrade AWS action in cert/conf tests (#2601)
The branch with Node.js 16 seems to not work well. We will live with a version that shows a warning in the meanwhile.

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-24 16:29:19 -08:00
Bernd Verst 4b01912b0f Address review comments
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-24 16:23:00 -08:00
Bernd Verst 358ebbf0bc Merge remote-tracking branch 'upstream/master' into azqueue 2023-02-24 15:52:10 -08:00
Bernd Verst 7c005d134a Upgrade Azure Storage Queue Binding to Track2 SDK
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-24 15:52:03 -08:00
Bernd Verst be5b18e615
Merge pull request #2594 from ItalyPaleAle/consul-improv
Improvements to Consul nameresolver
2023-02-24 14:20:02 -08:00
Bernd Verst 4c6a87c7df
Merge branch 'master' into consul-improv 2023-02-24 14:19:55 -08:00
Bernd Verst 21f904f4ca
Merge pull request #2596 from ItalyPaleAle/mdns-todos
Resolve long-standing TODO in mDNS component
2023-02-24 14:18:37 -08:00