Alessandro (Ale) Segala
86ed8eb2a4
Merge branch 'main' into postgres-delete-with-prefix
2024-02-07 13:24:22 -08:00
Guido Spadotto
43d905db6b
Redis State Store query: numeric operators do not work correctly on large numbers ( #3334 )
...
Signed-off-by: Guido Spadotto <guido.spadotto@profesia.it>
Signed-off-by: Guido Spadotto <guido.spad8@gmail.com>
Co-authored-by: Guido Spadotto <guido.spadotto@profesia.it>
2024-02-05 13:52:21 -08:00
luigirende
120a649caa
CosmosDBState - Add, as option, the partitionKey in QueryMethod ( #3227 )
...
Signed-off-by: luigirende <luigirende@gmail.com>
Signed-off-by: Luigi Rende <luigirende@gmail.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2024-01-24 16:49:33 -08:00
Alessandro (Ale) Segala
837c35a9c6
Remove DeleteWithPrefix from SQLite for now ( #3316 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-17 19:06:29 +00:00
Elena Kolevska
353447c992
secret store: AWS connection validation for parameter store and secrets manager ( #3301 )
...
Signed-off-by: Elena Kolevska <elena@kolevska.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-16 08:28:29 -08:00
Alessandro (Ale) Segala
3b0f320025
Add ExecuteInTransaction method for db.SQL ( #3309 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-16 08:27:46 -08:00
Ryan Lettieri
3da3d783d6
Adding deleteWithPrefix for in-memory statestore ( #3314 )
...
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2024-01-12 19:40:07 +00:00
Alessandro (Ale) Segala
be9d23e769
Create shared auth package for SQL Server ( #3304 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-08 13:34:54 -08:00
Alessandro (Ale) Segala
c47907d1a5
Chore: use a single package for all Feature structs ( #3278 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2024-01-08 09:07:10 -08:00
ItalyPaleAle
9c415f2bd9
WIP: YugabyteDB support
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-06 00:59:59 +00:00
ItalyPaleAle
df40295325
Add option to disable DeleteWithPrefix, to support CockroachDB
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-06 00:49:21 +00:00
ItalyPaleAle
c5e9ae0a98
Revert "WIP: We need to find a solution because CockroachDB doesn't support UDFs"
...
This reverts commit e4b3fbdf26 .
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-06 00:20:00 +00:00
ItalyPaleAle
e4b3fbdf26
WIP: We need to find a solution because CockroachDB doesn't support UDFs
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-06 00:17:44 +00:00
ItalyPaleAle
fe249dad57
Add DeleteWithPrefix to postgres v2
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-05 21:11:39 +00:00
Alessandro (Ale) Segala
94c5618f46
Improve Multi perf on SQL state stores with 1 op only ( #3300 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-04 15:48:08 +00:00
Josh van Leeuwen
60cd144c9a
Fix Redis Query for RediSearch 2.8+ ( #3303 )
...
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-04 07:17:44 -08:00
Elena Kolevska
0c48ced685
state.dynamodb: validate AWS connection ( #3285 )
...
Signed-off-by: Elena Kolevska <elena@kolevska.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2024-01-02 17:35:52 +00:00
Alessandro (Ale) Segala
56579c6d47
Add migration utils for SQL Server ( #3280 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2024-01-02 17:00:17 +00:00
Alessandro (Ale) Segala
087a597ec5
Added conformance tests for DeleteWithPrefix ( #3288 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-12-28 04:20:38 +00:00
Alessandro (Ale) Segala
02c6b21ec6
Postgres v2 state: handle invalid etag format ( #3279 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-12-19 12:19:27 -08:00
Alessandro (Ale) Segala
73997a2b8d
PostgreSQL state store v2 ( #3250 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-12-18 13:59:30 -08:00
Ryan Lettieri
106b42fa5c
DeleteWithPrefix support for SQLite ( #3265 )
...
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Signed-off-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-12-18 18:39:58 +00:00
Alessandro (Ale) Segala
2fcfc1a3a4
[release-1.12] Fixup from #3272 : support case-sensitive SERVER collation ( #3276 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-12-18 17:10:25 +00:00
Alessandro (Ale) Segala
425f9fc84f
Fix SQL Server state store not working with case-sensitive collations ( #3272 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-12-14 23:15:14 +00:00
luigirende
a7c64f4e8d
Add new filters type in the query of the state component ( #3218 )
...
Signed-off-by: Luigi Rende <luigirende@gmail.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-12-06 20:51:27 +00:00
Alessandro (Ale) Segala
87aea87e95
SQLite: when connecting to an in-memory database, limit to 1 concurrent connection ( #3255 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-12-06 12:41:35 -08:00
Alessandro (Ale) Segala
79adc565c1
SQLite: allow enabling foreign keys in `GetConnectionString` ( #3253 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-12-04 21:03:58 +00:00
Bernd Verst
9095b0e7e7
Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 ( #3251 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-11-28 18:13:09 -08:00
Bernd Verst
ba5831b1ce
Adds TLS support to Cassandra State Store ( #3230 )
...
Adds TLS support to Cassandra State Store
2023-11-20 07:53:57 -08:00
Alessandro (Ale) Segala
934e86c4f7
Rename folder "internal" to "common" ( #3225 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-11-14 11:36:38 -08:00
Bernd Verst
20a46e6657
Azure BlobStorage components: Add `disableEntityManagement` metadata option ( #3213 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-11-06 22:19:40 +00:00
Alessandro (Ale) Segala
f4e73b0e65
Update dapr/kit ( #3205 )
...
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-11-02 16:20:56 -07:00
Alessandro (Ale) Segala
0d488c2a9d
Azure Blob Storage v2 state store ( #3203 )
...
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: Bernd Verst <github@bernd.dev>
2023-11-02 16:19:22 -07:00
Alessandro (Ale) Segala
d6908e85e1
Fixes first-write-wins with SQLite and MySQL ( #3207 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-11-02 22:33:07 +00:00
Alessandro (Ale) Segala
8680e2785a
Local file-based name resolver with SQLite ( #3178 )
...
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: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-11-01 15:49:22 -07:00
Alessandro (Ale) Segala
7114fd0279
SQLite & MySQL: improve perf of Set operations with first-write-wins ( #3159 )
...
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-11-01 15:43:49 -07:00
Elena Kolevska
ddc10f7ec7
Adds outbox metadata fields ( #3186 )
...
Signed-off-by: Elena Kolevska <elena@kolevska.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.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-10-21 17:27:41 -07:00
ItalyPaleAle
515be48b8e
Merge remote-tracking branch 'upstream/release-1.12'
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-10-09 10:24:24 -07:00
Elena Kolevska
5384d54bcd
Fixes GCP components failing to authenticate ( #3169 )
...
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2023-10-09 08:25:09 -07:00
Alessandro (Ale) Segala
e7db4cf3ad
Move SQLite "auth" metadata to a separate package `internal/authentication/sqlite` ( #3135 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-09-20 15:26:12 -07:00
Alessandro (Ale) Segala
e9911a1635
Unify SQL DB migration subsystem (for Postgres and SQLite) ( #3134 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-09-20 13:42:40 -07:00
Bernd Verst
81539d0b53
Postgres components: Adds `queryExecMode` option ( #3103 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-08-25 12:42:23 -07:00
Bernd Verst
fe2b4aa1fb
Define ETCD Transaction limit ( #3094 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-08-21 15:53:09 -07:00
Bernd Verst
824ccebe87
Define DynamoDB Transaction limit ( #3093 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-08-21 15:52:30 -07:00
Roberto Rojas
b3e2b1024a
[State CockroachDB] Continuation from issue 3054 ( #3082 )
...
Signed-off-by: robertojrojas <robertojrojas@gmail.com>
2023-08-15 09:40:00 -07:00
Roberto Rojas
470e7f4633
[State CockroachDB] Adds Component Metadata Schema ( #3065 )
...
Signed-off-by: robertojrojas <robertojrojas@gmail.com>
2023-08-15 13:14:49 +00:00
Alessandro (Ale) Segala
80a16418c8
Fixed a large number of errors in metadata.yaml ( #3081 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-08-14 18:42:57 -07:00
Roberto Rojas
2baaecd841
[State Memcached] Adds Component Metadata Schema ( #3061 )
...
Signed-off-by: robertojrojas <robertojrojas@gmail.com>
2023-08-10 17:19:19 +00:00
Josh van Leeuwen
31ccb5f169
Conformance Tests: State- ` ttlExpireTime` ( #2863 )
...
Signed-off-by: joshvanl <me@joshvanl.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>
2023-08-04 12:11:52 -07:00
Alessandro (Ale) Segala
b10ce96b49
State stores: expose TTL as a feature ( #2987 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-08-04 09:38:22 -07:00