Roberto Rojas
33934396a2
AWS S3 Bindings Certification Tests ( #2536 )
...
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2023-04-27 22:17:01 +00:00
Roberto Rojas
e099a548fb
GCP Firestore - Certification Tests ( #2754 )
...
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-04-26 22:12:56 +00:00
Ryan Lettieri
180b6e1084
Addition of Purge for workflow ( #2729 )
...
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2023-04-25 21:48:46 +00:00
Chris Gillum
3fbaad8544
Workflow management API cleanup / breaking changes for v1.11 ( #2751 )
...
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-04-24 16:02:59 -07:00
Roberto Rojas
413eee94db
GCP PubSub - Certification Tests ( #2689 )
...
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-04-24 22:23:34 +00:00
Alessandro (Ale) Segala
7bfd0f37a9
crypto.jwks: use jwkscache from dapr/kit ( #2789 )
...
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: joshvanl <me@joshvanl.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-04-24 11:53:59 -07:00
Bernd Verst
a7ac906757
Fix Redis metadata parsing and reporting ( #2803 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-04-23 06:28:22 +00:00
Alessandro (Ale) Segala
6b0dedf772
state.sqlserver: Add support for Azure AD auth (+ metadata.yaml) ( #2790 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2023-04-19 17:26:24 +00:00
Shivam Kumar
ac54dae002
Certification test for Postgres config store ( #2744 )
...
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
2023-04-18 21:39:34 +00:00
Bernd Verst
6b59f2908d
fix postgres error handling for upsert with etag ( #2778 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-04-13 19:36:24 +00:00
Alessandro (Ale) Segala
4f94da95cf
Refactor state store bulk operations ( #2747 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-07 19:19:47 +00:00
Alessandro (Ale) Segala
3938c3e7c0
Cert tests: use a single go.mod for all certification tests ( #2748 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-04 12:28:11 -07:00
Alessandro (Ale) Segala
a9be2a6db7
Crypto components: add methods that return the list of supported algorithms ( #2735 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-03 16:15:24 +00:00
Shivam Kumar
8df219b8bb
Merge conformance and certification coverage report ( #2681 )
...
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-31 17:41:33 +00:00
Alessandro (Ale) Segala
297c97ca95
Remove pgx/stdlib import ( #2725 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-30 16:17:09 -07:00
Deepanshu Agarwal
d6ce7bb5c3
Add MySQL TTL and Cleanup ( #2641 )
...
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-30 15:45:57 -07:00
Alessandro (Ale) Segala
029040c6a9
Fix inconsistency with TTL and Etags in SQL databases + fix SQL Server cert tests ( #2688 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-25 02:34:30 +00:00
Alessandro (Ale) Segala
3cd727a562
Crypto building block: core parts ( #2690 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-23 00:51:27 +00:00
Josh van Leeuwen
76e33137d9
Adds TTL support to SQL Server using SQL Cleanup Strategy ( #2682 )
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-20 20:04:17 +00:00
Ryan Lettieri
7e9b5a8b46
Creation of request and interface method for Workflow raise event ( #2667 )
...
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2023-03-17 21:15:47 +00:00
Yaron Schneider
0e83c4adc5
Add priority queue support to rabbitmq pub/sub ( #2680 )
...
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-03-17 13:00:49 +00:00
Alessandro (Ale) Segala
a8415d82b8
Certification tests + fixes for Bearer HTTP Middleware ( #2673 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-16 20:40:24 +00:00
halst
42583085ce
Add kitex output binding ( #2563 )
...
Signed-off-by: liusong <liusongstep@gmail.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-16 16:59:03 +00:00
Andre Bossard
d87f4bb5a1
RabbitMQ: Support for external authentication with SASL ( #2515 )
...
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
Signed-off-by: Andre Bossard <abossard@users.noreply.github.com>
Co-authored-by: Andre Bossard <anbossar@microsoft.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-03-16 16:30:54 +00:00
ItalyPaleAle
c20ab76972
Merge branch 'master' of https://github.com/dapr/components-contrib into merge-release-1.10-master
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-15 19:25:12 +00:00
Vishal Kumar
9e30be0192
Adding GetDel support for Redis Bindings ( #2662 )
...
Signed-off-by: Vishal Kumar <vkgkrt@gmail.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-03-14 17:57:16 +00:00
Bernd Verst
575567e30f
Add `connectionString` metadata option for MongoDB ( #2659 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-14 16:40:17 +00:00
bingo1229
cfb4d7ecc9
Add partition support for pulsar ( #2647 )
...
Signed-off-by: oops-oom <734819342@qq.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-14 16:37:31 +00:00
Shivam Kumar
997e6f49d5
Certification test for redis config store ( #2431 )
...
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>
2023-03-14 00:23:23 +00:00
Bernd Verst
d5d6273ff2
Upgrade `azidentity` to 1.3.0-beta.4 ( #2665 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-13 20:16:27 +00:00
Alessandro (Ale) Segala
d8da5828b9
Fixed race condition in SQLite cert test ( #2663 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-13 18:40:56 +00:00
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
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
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
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
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
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
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
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
Bernd Verst
c634533a83
go mod tidy
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-27 12:46:17 -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
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
ItalyPaleAle
a583271b3f
Updated to Go 1.20
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-22 21:19:41 +00:00
joshvanl
77c209e71a
Update go.mod in tests/certification/status/mongodb
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-02-21 17:23:22 +00:00
Artur Souza
2cbe96ba98
Merge branch 'master' into state-store-ttl-mongodb
2023-02-20 19:44:26 -08:00
Bernd Verst
1b6e16fe41
Merge branch 'master' into state-store-ttl-mongodb
2023-02-17 16:34:25 -08:00
Bernd Verst
3825065c03
Merge branch 'master' into newdeps
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-17 15:57:18 -08:00