Julian-Chu
91616f7b2d
fix broken links in developing-component.md ( #312 )
2020-04-20 19:16:23 -07:00
Sivamuthu Kumar
fd531b006f
Cosmos - Nested PartitionKey Support ( #296 )
...
* Nested partition key in cosmosdb bindings
* fix lint
* Lookup values by iterating
* fix lint
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-15 10:29:43 -07:00
Francisco Beltrao
75fcd7accf
Add message time to live in RabbitMQ, Azure Service Bus/Storage Queue bindings ( #298 )
...
* Add message ttl for Azure Service Bus/Storage Queue
and RabbitMQ
* Rename metadata key to ttlInSeconds
Move defaultQueueTTL to RabbitMQ metadata
* Move integration tests to own files
* Add +build integration_test tag
* Remove integration test skip
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-15 10:07:16 -07:00
Yaron Schneider
4f9d6d97e3
add partitionKey to kafka binding ( #303 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-09 14:42:01 -07:00
Ricardo Niepel
7dd4d8ff2e
Update PR template to include doc issue ref ( #287 )
...
Initiative to ensure docs are in line to current feature set
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-09 13:12:51 -07:00
Julian-Chu
caab6d32eb
don't treat non-existent keys as errors ( #300 )
2020-04-09 12:03:02 -07:00
Pruthvidhar R Dhodda
a36e498d02
Add TLS support for bindings.redis ( #302 )
...
* Add TLS support for bindings.redis
* Remove unsused dependencies
* Fix failing tests
* Remove unused variables
2020-04-09 12:02:24 -07:00
Ben Coleman
1ab1a86a60
Small misspelling in error messages ( #299 )
2020-04-07 11:41:58 -07:00
Young Bu Park
b3e025deb9
Fix linter check ( #295 )
...
Fix linter check
2020-04-01 17:47:22 -07:00
Young Bu Park
f87cd99ee7
Turn off linter for windows ( #294 )
...
Turn off linter for windows
2020-04-01 17:45:14 -07:00
Young Bu Park
d8e1728e06
Increase linter timeout to 20m ( #292 )
...
Increase linter timeout to 20m
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-04-01 17:42:31 -07:00
Young Bu Park
0489fb17f3
Fix linter errors ( #293 )
2020-04-01 17:22:15 -07:00
Yaron Schneider
0d23c2d428
Update components-contrib.yml ( #291 )
...
Update to v2 for actions checkout.
2020-04-01 16:28:41 -07:00
pruthvidhodda
fe9b90075a
Change redis client library to go-redis for redis component ( #283 )
...
* Change redis client library to go-redis for redis component to support TLS
2020-03-30 19:50:48 -07:00
Sivamuthu Kumar
910a8931f7
Empty response when aerospike state key not found ( #285 )
2020-03-28 09:06:01 -07:00
Piotr Jasina
1ac30f7be5
Add Hazelcast pubsub support ( #254 )
2020-03-24 17:00:36 -07:00
Sivamuthu Kumar
b14500315a
Add Kinesis data stream binding ( #273 )
...
* Add Kinesis data stream binding
* fix lint kinesis
* Add license at top of the file
Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-03-24 11:33:23 -07:00
Ricardo Niepel
934ef7a7ba
Add metadata support to Azure Blob binding ( #281 )
...
* add metadata support to AzBlobBinding
* change to tabs
* fix lint error
* improve error message
* uncap error message
2020-03-21 16:33:35 -07:00
madhugilla
dc1e938e61
Alicloudoss ( #278 )
...
* Object storage implementation for AliCloud
* linting fixes
* fixed comments and ran "go mod tidy" based on the feedback
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-03-20 12:34:38 -07:00
Carlos Landeras
22717373ca
[Azure Storage Queue Binding] Add option to decode base64 payloads #232 ( #251 )
...
* [Azure Storage Queue Binding] Add option to decode base64 payloads
* Fix tests
* Fix linting
* Fix wrong assertion
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-03-20 03:47:00 -07:00
Abhishek Gupta
a0b981bda5
don't treat non-existent keys as errors ( #274 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-03-19 14:22:17 -07:00
Sivamuthu Kumar
f21a0e93e1
eventhub read and write from same partition ( #269 )
2020-03-19 12:31:10 -07:00
Abhishek Gupta
b6f15ed72c
don't treat non-existent keys as errors ( #275 )
2020-03-19 12:28:37 -07:00
Sivamuthu Kumar
14b08a11cf
Couchbase state store: don't treat non-existent keys as errors ( #276 )
...
* Couchabse state store: don't treat non-existent keys as errors
* Check specific key not found error
2020-03-19 12:27:38 -07:00
Sivamuthu Kumar
16c230aec7
GCP Cloud Pubsub implementation ( #266 )
...
* GCP Cloud Pubsub pub sub implementation
* fixing lint
* using consumerID instead of subscription
2020-03-15 11:12:22 -07:00
Abhishek Gupta
cf077cca65
Updated Event Hubs bindings implementation to use EPH ( #253 )
...
* update implementation to use EPH
* fixed minor lint error
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-03-09 22:07:52 -07:00
Abhishek Gupta
807e8893cb
Azure Event Hubs pubsub component ( #242 )
...
* event hubs pubsub
* go mod tidy
* go mod
Co-authored-by: yaron2 <yaronsc@microsoft.com>
Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-03-09 22:02:04 -07:00
Yaron Schneider
21853a1182
fix key for azure keyvault ( #267 )
2020-03-09 21:56:11 -07:00
Sivamuthu Kumar
da7ce3f738
Twilio Binding - Get To Number from Request ( #256 )
...
* Twilio Binding - Get To Number from Request
* fix typo and rephrase error message
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-03-09 15:44:59 -07:00
Aaron Crawfis
fa15dfb708
Merge pull request #259 from dapr/aacrawfi_docsupdate
...
Updated binding docs to point to dapr docs
2020-03-09 10:04:55 -07:00
Aaron Crawfis
c5f946ff55
Merge branch 'master' into aacrawfi_docsupdate
2020-03-09 09:58:02 -07:00
Aaron Crawfis
d38b341044
Updated binding docs to point to dapr docs
2020-03-09 09:47:43 -07:00
Ricardo Niepel
c2ca36ea86
Adding Hashicorp Vault ( #258 )
2020-03-09 09:37:43 -07:00
Young Bu Park
60490d584d
Fix linting errors ( #257 )
2020-03-09 08:33:09 -07:00
Yaron Schneider
4602757a45
extend envelop to include a subject field ( #249 )
...
* extend envelop to include a subject field
* fix envelop test
* update mod
* try fix mod again
2020-03-04 22:59:26 -08:00
Yaron Schneider
703f9bf04e
Initial implementation ( #116 )
...
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-03-04 14:42:02 -08:00
Yaron Schneider
b210ea0e7f
change version params for aws secrets manager ( #240 )
2020-03-01 19:59:30 -08:00
Young Bu Park
3f3100fc22
fix wrong pkg ( #239 )
2020-02-28 16:32:24 -08:00
Young Bu Park
ee97c3c56a
Use dapr logger ( #238 )
...
* Use dapr logger
* skip linter false alarm
2020-02-28 15:49:49 -08:00
Young Bu Park
467062ce38
fix typo ( #234 )
...
fix typo
2020-02-26 09:20:56 -08:00
Yaron Schneider
d40be01831
fix sql server get ( #233 )
2020-02-25 03:23:40 -08:00
Joni Collinge
5b75f4d0fb
Changed how proto header is converted to string ( #228 )
...
* changed how proto header is converted to string
* added test for proto headers
* removed obsolete assert in test
2020-02-19 08:49:14 -08:00
Yaron Schneider
c5ee4b273f
Add zero block for redis streams ( #222 )
...
* add zero block for redis streams
* update go.mod
2020-02-12 08:45:05 -08:00
Aaron Crawfis
275b115232
Update bindings doc ( #219 )
...
* Updated bindings docs
* Added spec reminder
* Added how to link
2020-02-10 19:09:48 -08:00
Joni Collinge
e67ea01fbe
Added check to handle nil request body in nethttpadaptor ( #218 )
2020-02-10 12:36:52 -08:00
Yaron Schneider
df6c3c3e32
add params for mongoDB ( #216 )
2020-02-10 11:04:37 -08:00
Joni Collinge
6c65fda88d
Add Rate Limiting Middleware ( #193 )
...
* add initial ratelimit middleware
* fixed linting issues
* updated rate limiting logic
* removed redundant const
* remove obsolete go.uber.org/ratelimit reference in go mod
* migrated from juju/ratelimit to tollbooth rate limit
* moved adaptor to a separate package and added tests
* added RemoteAddr
* moved handler wrapped outside hot path
* fix linter
2020-02-07 13:25:36 -08:00
Yaron Schneider
d2a6fa5264
close azure service bus sender connection ( #209 )
2020-02-06 22:19:55 -08:00
Carlos Mendible
226bff98ff
Fixed issue preventing authentication fallback to MSI ( #206 )
...
* Fixed issue preventing auth fallback to MSI
* Changed variable name
* checking if keys are present
2020-02-04 14:02:17 -08:00
Young Bu Park
5a24823c89
Upgrade go to 1.13.7 and linter to 1.23.2 ( #205 )
...
* upgrade go
* Fix all linter errors
2020-02-03 14:29:29 -08:00