Commit Graph

3297 Commits

Author SHA1 Message Date
Dapr Bot d28a289f0f
Merge branch 'master' into azblobbindingtrack2 2022-11-28 17:38:48 -08:00
Bernd Verst 25d9f5350c
Merge pull request #2324 from berndverst/fixk8sconf
Fix kubernetes secretstore conformance test
2022-11-28 17:34:08 -08:00
Tiago Alves Macambira 97bb296ffc Fixes in response to code review.
* Removes emojis from output
* Auto-generate certificates on the fly
* Move helper methods out of vault_test.go and into helper files.

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2022-11-28 17:08:03 -08:00
Bernd Verst b76192b4f7
Merge branch 'master' into azblobbindingtrack2 2022-11-28 16:19:58 -08:00
Bernd Verst 287c068b68
Merge branch 'master' into fixk8sconf 2022-11-28 16:18:41 -08:00
Bernd Verst a1e38126bc
Merge pull request #2323 from berndverst/cherrypickfromrelease19
Cherry-pick from release into master: Cosmos DB Etag hotfix
2022-11-28 16:07:33 -08:00
Bernd Verst f39a071e45 Fix kubernetes secretstore conformance test
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-11-28 15:59:19 -08:00
Bernd Verst 385c6b79b6 remove unnecessary reader close()
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-11-28 15:51:03 -08:00
Bernd Verst 54a1514ec4 Merge remote-tracking branch 'upstream/master' into azblobbindingtrack2 2022-11-28 15:48:57 -08:00
Ryan Lettieri f540465689 Cleaning up cosmosdb statestore test
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-11-28 15:27:24 -08:00
Ryan Lettieri c736bcc506 Hotfix for StateTransactionRequest with etag crash
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-11-28 15:27:14 -08:00
Bernd Verst 8848d77c01
Merge pull request #2310 from DeepanshuA/ack_retained_msg_mqtt 2022-11-28 10:00:57 -08:00
Tiago Alves Macambira 9d6f1e0ded Additional tests for Hashicorp Vaul Secret Store certification.
* This PR adds additional tests to complete vault certification.
  A detailed test plann is added to its README.
* Fixes a vault behaviour regarding its multiple key-values per
  secret behaviour when its `valueType` flag is set to `text`.

This is a follow up to dapr/components-contrib#2140.

Closes #1926.

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2022-11-25 19:19:02 -08:00
Deepanshu Agarwal a6289ccff2 Ack Retained Message too
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2022-11-24 18:36:44 +05:30
Bernd Verst ead9ffa665
Merge pull request #2304 from ItalyPaleAle/ttl-conf-tests
Add conformance test for TTL in state stores
2022-11-23 10:38:57 -08:00
mecoding1 71d7acb506
Fix lint issue for eventshub.go
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-23 10:48:59 +05:30
Dapr Bot ddd8360c7f
Merge branch 'master' into ttl-conf-tests 2022-11-22 21:17:15 -08:00
Bernd Verst 677663e81a
Merge pull request #2307 from shubham1172/shubham1172/dapr-bot-enhancements
Dapr bot support labels on PRs, add support for "new component"
2022-11-22 21:12:30 -08:00
mecoding1 a410556364
Fix lint issue for eventshub.go
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-23 09:59:49 +05:30
mecoding1 94ae646a03
Add requireAllProperties metadata to the subscribe request.
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-23 09:57:03 +05:30
Shubham Sharma c8230545cb Merge branch 'master' into shubham1172/dapr-bot-enhancements 2022-11-23 08:09:03 +05:30
Shubham Sharma 868daa4aef More enhancements
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-11-23 08:08:43 +05:30
Bernd Verst 7d5c06bc8d Make blob metadata case insensitive
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-11-23 01:43:24 +00:00
Bernd Verst 4c975ad418
Merge branch 'master' into ttl-conf-tests 2022-11-22 16:24:58 -08:00
Bernd Verst 2dc64721e8
Merge branch 'master' into azblobbindingtrack2 2022-11-22 16:14:06 -08:00
Bernd Verst 4cfd948829
Merge branch 'master' into master 2022-11-22 15:59:00 -08:00
Bernd Verst 170f628023
Merge pull request #2305 from shubham1172/shubham1172/dapr-bot-enhancements
Dapr bot refactoring and label handling
2022-11-22 15:57:24 -08:00
Bernd Verst c7ad79222e
Merge branch 'master' into master 2022-11-22 15:55:23 -08:00
mecoding1 eaf64b36c4 add custom application properties customValue to custom-value
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
mecoding1 093b6aa525 Add custom application properties to tests/certification/pubsub/azure/eventhubs/send-iot-device-events.sh
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
mecoding1 20a004b6a7 Asserting that added custom application property is received
Asserting that added custom application property is received

Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
mecoding1 5cd8c1207a Add custom application property to be sent in test script
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
mecoding1 3b6712c68f Fix lint issues.
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
mecoding1 9e51ac90e4 Update eventHubs.go for lint fix ST1023:
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
mecoding1 a669c4733b Updating eventshub.go, to ensure receiving custom properties from IoT Hub
Currently, we can receive only the system properties from iot hub. Done changes should allow the retrieval of all custom properties.
It is based on metadata key : requireAllProperties.

By default it is false, if true , looks into the , Properties of Event struct to retrieve the custom properties.

Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
Armin Schlegel 0bbc8c42d6 jetstream pubsub now supports token based auth (#2295)
Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>

Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
Pravin Pushkar 06ffaa52b5 address review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
Pravin Pushkar 1773283f79 address review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
Pravin Pushkar d7ac63f50e Address review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
Pravin Pushkar 42609bbcc0 azappconfig incorporate OnlyIfChanged flag from sdk
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
Shubham Sharma c0c8518822
Merge branch 'master' into shubham1172/dapr-bot-enhancements 2022-11-22 11:42:05 +05:30
Alessandro (Ale) Segala b042e87127
Merge branch 'master' into postgres-ttl
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2022-11-21 21:57:57 -08:00
Alessandro (Ale) Segala bd76503d27
Merge branch 'master' into ttl-conf-tests 2022-11-21 21:56:37 -08:00
Alessandro (Ale) Segala 4dde34c2d1
Fix state.in-memory and enable conformance tests (#2303)
* Fix state.in-memory and enable conf tests

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed unit tests

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* 💄

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-11-21 21:53:51 -08:00
Shubham Sharma 79eed355cc Refactor dapr bot
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-11-22 10:58:29 +05:30
ItalyPaleAle 7ee30a411b MongoDB doesn't support TTLs
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-11-22 04:57:41 +00:00
ItalyPaleAle 15976110c6 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-11-22 04:53:24 +00:00
ItalyPaleAle 4d4b98d339 Add conformance test for TTL in state stores
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-11-22 04:33:47 +00:00
ItalyPaleAle 1c3a0a1ea2 Fixed query
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-11-22 03:22:54 +00:00
ItalyPaleAle da4190e8c3 Updated operations for tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-11-22 02:24:05 +00:00