Community driven, reusable components for distributed apps
Go to file
Stepan 5e9140f1db
Adding force https metadata key (#487)
* adding force https metadata and its handler code

* make https a const; change ForceHTTPS to lowercase before compare with true

* replacing strings.ToLower with strings.EqualFold due to lint error in Build linux_amd64 binaries check

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-10-22 14:51:07 -07:00
.github Adds instructions for release notes in issue templates. (#497) 2020-10-14 20:22:19 -07:00
authentication Upgrade golang lint to 1.31 (#490) 2020-10-12 12:54:15 -07:00
bindings Upgrade golang lint to 1.31 (#490) 2020-10-12 12:54:15 -07:00
docs Update component-contrib update commands (#493) 2020-10-09 16:16:57 -07:00
exporters Upgrade golang lint to 1.31 (#490) 2020-10-12 12:54:15 -07:00
middleware Adding force https metadata key (#487) 2020-10-22 14:51:07 -07:00
nameresolution Upgrade golang lint to 1.31 (#490) 2020-10-12 12:54:15 -07:00
pubsub add close method to event hubs pub/sub (#500) 2020-10-15 08:42:14 -07:00
secretstores removing cloudkms secret store #495 (#496) 2020-10-13 16:16:45 -07:00
state remove etcd state store to prepare to update grpc to new version (#499) 2020-10-15 09:53:49 -07:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
.gitignore remove etcd state store to prepare to update grpc to new version (#499) 2020-10-15 09:53:49 -07:00
.golangci.yml Upgrade go version to 1.14.3 and linter version to 1.26.0 (#352) 2020-05-29 15:26:33 -07:00
CODEOWNERS Update and rename OWNERS to CODEOWNERS (#478) 2020-09-25 15:27:33 -07:00
CONTRIBUTING.md Adding Contribution guide for components contrib repo (#38) 2019-10-15 15:41:18 -07:00
LICENSE Adding license header and updating to MIT license. (#26) 2019-10-09 10:58:08 -07:00
Makefile Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
Readme.md Update Readme.md (#479) 2020-09-25 15:47:46 -07:00
go.mod Upgrade grpc version to v1.32.0 (#501) 2020-10-15 17:49:33 -07:00
go.sum Upgrade grpc version to v1.32.0 (#501) 2020-10-15 17:49:33 -07:00

Readme.md

Components Contrib

Go Report Card Build Status Join the chat at https://gitter.im/Dapr/components-contrib License: MIT

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