Bernd Verst
|
7107eee52e
|
Merge branch 'master' into memcached_certification_i1929-rebased
|
2022-09-23 14:36:34 -07:00 |
Bernd Verst
|
da5a2fd03a
|
Merge pull request #2063 from akhilac1/postgresql_config_store
Support for Postgresql as configuration store
|
2022-09-23 14:34:14 -07:00 |
Dapr Bot
|
33ee68aee6
|
Merge branch 'master' into memcached_certification_i1929-rebased
|
2022-09-23 13:56:07 -07:00 |
Dapr Bot
|
6a36ee6b74
|
Merge branch 'master' into postgresql_config_store
|
2022-09-23 13:56:06 -07:00 |
Bernd Verst
|
3332a22f10
|
Merge pull request #2127 from RyanLettieri/Cosmosdb_track2
Fixing page limit on cosmosdb
|
2022-09-23 13:52:32 -07:00 |
Bernd Verst
|
ea219576df
|
Apply suggestions from code review
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-09-23 13:42:45 -07:00 |
Ryan Lettieri
|
02645149b5
|
Changing greater than symbol to greater than or equals logic in cosmos statestore
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
|
2022-09-23 14:27:06 -06:00 |
Ryan Lettieri
|
93708273d4
|
Removing page size option from cosmos statestore
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
|
2022-09-23 14:15:41 -06:00 |
Ryan Lettieri
|
0b8d937ccd
|
Fixing page limit on cosmosdb
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
|
2022-09-23 14:04:15 -06:00 |
akhilac1
|
aa492db3ec
|
fixing merge conflict
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-24 00:12:25 +05:30 |
akhilac1
|
43f3465f9b
|
fixed linter error
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-24 00:06:59 +05:30 |
ItalyPaleAle
|
65e2dbc363
|
💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-09-23 18:28:38 +00:00 |
Artur Souza
|
3877d658e0
|
Merge branch 'master' into memcached_certification_i1929-rebased
|
2022-09-23 11:13:33 -07:00 |
akhilac1
|
5e58fa4efe
|
change to uuid.NewRandom to avoid panic
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-23 23:20:11 +05:30 |
akhilac1
|
3d3864956a
|
Merge branch 'postgresql_config_store' of https://github.com/akhilac1/components-contrib into postgresql_config_store
|
2022-09-23 23:01:03 +05:30 |
akhilac1
|
fd0d789fe7
|
Review comments
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-23 23:00:27 +05:30 |
Alessandro (Ale) Segala
|
96fdc8a997
|
Merge branch 'master' into postgresql_config_store
|
2022-09-23 10:16:37 -07:00 |
yellow chicks
|
acf698ee4b
|
optimize(middleware): Middleware to middleware.Middleware API (#2039)
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: 1046102779 <seachen@tencent.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
|
2022-09-23 10:13:54 -07:00 |
cong
|
1a7882fca5
|
fix(kafka): ConsumeClaim should return when messages channel closed (#2120)
Signed-off-by: cong <zhangcong1992@gmail.com>
Signed-off-by: cong <zhangcong1992@gmail.com>
|
2022-09-23 09:54:59 -07:00 |
akhilac1
|
d013c7505e
|
changed row iteration to use generic method from pgxv5
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-23 17:30:09 +05:30 |
akhilac1
|
86b77cc269
|
Merge branch 'postgresql_config_store' of https://github.com/akhilac1/components-contrib into postgresql_config_store
|
2022-09-23 14:17:11 +05:30 |
akhilac1
|
d569c1776d
|
fixed wrapping error from %s to %w
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-23 14:16:46 +05:30 |
AkhilaC
|
2323ce9866
|
Merge branch 'master' into postgresql_config_store
|
2022-09-23 11:44:28 +05:30 |
Tiago Alves Macambira
|
8e4af0a3a4
|
Certification tests for MemCached State Store component.
* Add network instability tests.
* Fixed gofumpt issues.
* Addresses TTL translation from Dapr and Memcache domains.
Memcached uses `0` as the non-expiring marker TTL.
[src](https://github.com/memcached/memcached/wiki/Commands#set).
On the other hand, Dapr uses `-1` for that.
[src](https://docs.dapr.io/developing-applications/building-blocks/state-management/state-store-ttl/)
This PR updates certification and memcached code and tests so Dapr -1 (and negative)
values are translated to Memcached's `0`.
Closes #1929
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
|
2022-09-22 18:26:55 -07:00 |
Bernd Verst
|
ac87ed4e9d
|
Merge pull request #2049 from zcong1993/master
fix(kafka): ConsumeClaim should return when session context is done
|
2022-09-22 13:26:53 -07:00 |
Bernd Verst
|
f4fa64b0f4
|
Merge branch 'master' into master
|
2022-09-22 12:15:30 -07:00 |
Bernd Verst
|
be171c96f9
|
Merge pull request #2115 from ItalyPaleAle/blob-metadata-ascii
Do not allow Unicode letters in sanitized metadata
|
2022-09-22 11:58:52 -07:00 |
ItalyPaleAle
|
1a6e11fc63
|
Do not allow Unicode letters in sanitized metadata
Follow-up from #2112
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-09-22 16:46:14 +00:00 |
akhilac1
|
925e8f32a0
|
updated timeout
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-22 20:17:41 +05:30 |
akhilac1
|
f13fcf1ef3
|
Merge branch 'postgresql_config_store' of https://github.com/akhilac1/components-contrib into postgresql_config_store
|
2022-09-22 15:05:35 +05:30 |
akhilac1
|
5a06d2d980
|
fixed review comments
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
|
2022-09-22 15:04:50 +05:30 |
Mukundan Sundararajan
|
2817724483
|
Merge branch 'master' into postgresql_config_store
|
2022-09-22 13:41:16 +05:30 |
Bernd Verst
|
9772c103c2
|
Merge pull request #2097 from pravinpushkar/fix/configapi_getall
Fix getAll configuration Api for azure app config
|
2022-09-22 00:04:09 -07:00 |
Bernd Verst
|
a1f47964cd
|
Merge branch 'master' into fix/configapi_getall
|
2022-09-21 23:51:24 -07:00 |
Bernd Verst
|
6fe9cbc727
|
Merge pull request #2111 from berndverst/nomorenoise
actually disable cert test coverage notifications on PR and ok-to-test
|
2022-09-21 23:51:04 -07:00 |
Bernd Verst
|
ac73313d6f
|
Merge branch 'master' into master
|
2022-09-21 23:40:53 -07:00 |
Bernd Verst
|
0af7a60c13
|
Merge branch 'master' into fix/configapi_getall
|
2022-09-21 23:36:17 -07:00 |
Bernd Verst
|
5dd903f94d
|
Merge branch 'master' into nomorenoise
|
2022-09-21 23:35:29 -07:00 |
Bernd Verst
|
ce28451fef
|
Merge pull request #2110 from berndverst/certtestupdate
pin latest dapr/dapr in cert tests
|
2022-09-21 23:35:04 -07:00 |
Pravin Pushkar
|
2d72e46589
|
Merge branch 'master' into fix/configapi_getall
|
2022-09-22 11:55:02 +05:30 |
Bernd Verst
|
aab8d44df3
|
import latest dapr/dapr in cert tests
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-09-21 23:18:41 -07:00 |
Bernd Verst
|
44027d34cc
|
Merge branch 'master' into certtestupdate
|
2022-09-21 23:16:27 -07:00 |
Bernd Verst
|
a1ee8a3123
|
Merge pull request #2112 from berndverst/creatblobmetadata
sanitize createBlob request metadata in AzStorageBlob
|
2022-09-21 23:16:16 -07:00 |
Bernd Verst
|
16375aec8d
|
Merge branch 'master' into nomorenoise
|
2022-09-21 23:08:59 -07:00 |
Bernd Verst
|
0b8b663e3e
|
add warning message for changing metadata key
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-09-21 23:05:22 -07:00 |
Bernd Verst
|
abb3ce3030
|
Merge branch 'master' into creatblobmetadata
|
2022-09-21 22:53:30 -07:00 |
Bernd Verst
|
a1bdcdd492
|
Merge pull request #2109 from berndverst/azuresdk-maintenance-upgrade
Upgrade all Azure Track 2 components to their latest minor / patch SDK versions
|
2022-09-21 22:52:14 -07:00 |
Bernd Verst
|
ddf16a11b2
|
add test case
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-09-21 22:34:28 -07:00 |
Pravin Pushkar
|
ac2ddd8ef5
|
Merge branch 'master' into fix/configapi_getall
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
|
2022-09-22 10:40:05 +05:30 |
Bernd Verst
|
6e4f8e9ca9
|
sanitize creatBlob request metadata in AzStorageBlob
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-09-21 18:39:14 -07:00 |