Community driven, reusable components for distributed apps
Go to file
tanvigour 47db6cc2b1
Initial Certification test for eventhubs binding [incomplete] (#1670)
* certification test for eventhubs binding

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* modified go.mod and go.sum

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* Add connection string testing

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* iothub testing

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* address feedback and run test

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* Install Azure CLI IOT hub extension

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* make modtidy-all

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* covering all eventhubs test cases

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* dependency changes after go modtidy-all

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Looong Dai <long.dai@intel.com>
2022-05-05 19:33:23 -07:00
.devcontainer Update dev container to support latest changes 2022-04-12 15:55:51 +05:30
.github Initial Certification test for eventhubs binding [incomplete] (#1670) 2022-05-05 19:33:23 -07:00
authentication update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
bindings Update readme of bindings (#1690) 2022-04-28 13:51:58 -07:00
configuration Fix: unsubscribe by id (#1483) 2022-02-17 06:41:36 -08:00
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Add make modtidy-all action (#1308) 2021-11-18 17:02:18 -08:00
internal/component/redis feat: lock component (#1574) 2022-04-24 18:11:13 -07:00
lock Add context in bindings interface 2022-04-25 14:16:15 +08:00
metadata redis state store: implement state query API (#1488) 2022-03-02 10:51:09 -08:00
middleware Fixing includedHeaders problem with spaces (#1610) 2022-04-28 13:53:15 -07:00
nameresolution Add size to channel to fix blocking when .Close is called. (#1632) 2022-04-01 08:20:43 -07:00
pubsub Add context in bindings interface 2022-04-25 14:16:15 +08:00
secretstores Simplify vault token read (#1560) 2022-04-28 13:56:50 -07:00
state feat: lock component (#1574) 2022-04-24 18:11:13 -07:00
tests Initial Certification test for eventhubs binding [incomplete] (#1670) 2022-05-05 19:33:23 -07:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
.gitignore Adding commercetools binding 2022-04-08 14:25:47 +02:00
.golangci.yml ci: standard linter config (#1102) 2021-09-21 15:21:59 -07:00
CODEOWNERS Update CODEOWNERS (#987) 2021-07-08 22:19:32 -07:00
CONTRIBUTING.md Add DCO requirements and updated code of conduct (#1395) 2022-01-04 09:40:04 -08:00
LICENSE update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
Makefile Sync mDNS first browse (#1591) 2022-03-21 09:18:56 -07:00
Readme.md Add FOSSA workflow and badge 2022-03-11 13:01:14 +05:30
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
go.mod Merge branch 'master' into binding_commercetools 2022-04-08 14:45:49 +02:00
go.sum make modtidy-all 2022-04-08 14:19:50 -07:00

Readme.md

Components Contrib

Build Status Discord License: Apache 2.0 FOSSA Status

The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.

Using components developers can interact with bindings, state stores, messaging systems and more without caring about the underlying implementation.

Available component types:

For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.

Contribution

Code of Conduct

Please refer to our Dapr Community Code of Conduct