Yaron Schneider
75b1fc29b4
Update Readme with Zookeeper ( #90 )
2019-10-31 21:06:51 -07:00
Flier Lu
342e0d6223
[WIP] Add zookeeper state store ( #80 )
...
* [WIP] Add zookeeper state store
* go mod vendor
* fix lint warnings
* change state.StateStore to state.Store
2019-10-31 21:04:34 -07:00
The Gitter Badger
385951a2b4
Add a Gitter chat badge to Readme.md ( #88 )
...
* Add Gitter badge
* Update Readme.md
2019-10-31 14:06:50 -07:00
Shalabh Mohan Shrivastava
3ae5547e41
Adding MongoDB State Store Implementation ( #53 )
...
* Adding MongoDB State Store Implementation
Adding MongoDB State Store Implementation
* Fix bugs and add unit tests
* Adding write/read concerns
* go sum changes
* adding defer cancellation
* fixing the bug for default case override
* Resolving code review comment
* Adding go mod vendor files
* Fixing lint errors
2019-10-31 12:03:04 -07:00
Abhilash Singh
0cae368496
[WIP] Add memcached state store ( #71 )
...
* Add memcached state store init
* Add parsing of optional parameters
* Add tests
* Update vendor
* Add memcached to supported state store list
2019-10-31 06:21:04 -07:00
sayboras
a26e926ad2
Rename the StateStore interface ( #70 )
...
* Rename the interface
* Revert the godoc changes
2019-10-30 17:44:47 -07:00
Leon Mai
4200a3cc2d
Add link to examples ( #83 )
2019-10-30 11:49:25 -07:00
Yaron Schneider
298ac1c381
Update Readme.md ( #79 )
2019-10-30 00:02:25 -07:00
Abhishek Gupta
49b6c9625c
NATS pubsub component implementation ( #65 )
...
* inital version for nats pubsub implementation
* added draft impl for nats pubsub
* updated impl, test
* new dependencies
* updated go.mod
2019-10-29 23:48:55 -07:00
Abhishek Gupta
9f90855bf7
Updated Kafka binding component to add SASL authentication ( #77 )
...
* updated implementation
* removed InsecureSkipVerify
2019-10-29 23:40:30 -07:00
Young Bu Park
b2c37fba02
Set modules-download-mode to vendor ( #78 )
...
Set modules-download-mode to vendor
2019-10-29 22:15:11 -07:00
Haishi2016
f58a5f5481
Merge pull request #75 from dapr/state-fix
...
Skip ETag check if no present
2019-10-29 18:35:44 -07:00
Young Bu Park
e48d4bca90
Merge branch 'master' into state-fix
2019-10-29 16:55:12 -07:00
Haishi Bai
564408f819
remove generated components folder
2019-10-29 16:30:50 -07:00
Haishi Bai
b278fb7da0
relax etag check during delete
2019-10-29 16:24:31 -07:00
sayboras
b0c67018bf
To add the build badge for github action ( #69 )
2019-10-28 22:02:24 -07:00
sayboras
8adf323961
Add github action for CI ( #59 )
...
* Initial commit
* Fixed all linting error
* Used prepared query instead of string format
* Enabled linter for test
Enabled below linters
- gochecknoglobals
- gochecknoinits
* Enabled below linters
- godox
- interfacer
- maligned
* Revert name change for StateStore in pkg state
* Incorporate review comments
* Cleanup the github ci
* Correct typo
* Add golangci-lint version in github ci step
* Update Readme.md
2019-10-28 15:39:48 -07:00
Yaron Schneider
1121b562d0
Update with exporters section ( #68 )
2019-10-28 13:38:47 -07:00
Łukasz Kałużny
195b14e610
Fix typo in comment in blobstorage.go ( #63 )
2019-10-28 09:13:16 -07:00
Anubhav Mishra
cc7578c02b
state: initial version for the consul state store implementation ( #52 )
...
* state: initial version for the consul state store implementation
* updates after review
* changes after running go mod vendor
* more clean up after review
2019-10-25 21:34:16 -07:00
Haishi2016
f157dab522
Support OpenCensus native exporter ( #57 )
...
* Support OpenCensus native exporter
* fix typo
2019-10-25 16:15:43 -07:00
Yaron Schneider
f2b0cede8a
Add cassandra state store ( #48 )
...
* add cassandra state store
* refactor return statements
2019-10-23 12:47:28 -07:00
Haishi2016
5fccecbe44
update metadata properties from map of interfaces to map of strings ( #47 )
2019-10-23 12:03:58 -07:00
Haishi2016
c57cb043af
Merge pull request #46 from dapr/exporters
...
make exporters components
2019-10-23 08:08:05 -07:00
Haishi Bai
c49f2e6305
Merge branch 'exporters' of https://github.com/dapr/components-contrib into exporters
2019-10-23 07:53:02 -07:00
Haishi Bai
1d1c802f6f
fix typo
2019-10-23 07:52:48 -07:00
Yaron Schneider
0b93c5e585
Merge branch 'master' into exporters
2019-10-22 21:40:33 -07:00
Haishi Bai
4c3abdbf7f
make exporters components
2019-10-22 18:51:01 -07:00
Roberto Rojas
63af15926b
ETCD Implementation of State Store ( #42 )
...
* etcd: initial commit
* etcd: functionality and unit tests
* etcd: fixes marshaling data sent to etcd
* changes as per PR review
2019-10-22 14:30:15 -07:00
Philippe Coval
c9c1a54867
docs: Fix RabbitMQ link ( #40 )
...
Change-Id: I9ed68882624f65203ec0bb472a8729951a662d87
Forwarded: https://github.com/dapr/components-contrib/pull/40
Signed-off-by: Philippe Coval <p.coval@samsung.com>
2019-10-18 03:40:17 -07:00
Shalabh Mohan Shrivastava
ede980c7ff
Adding Contribution guide for components contrib repo ( #38 )
...
Adding Contribution guide for components contrib repo
2019-10-15 15:41:18 -07:00
Yaron Schneider
d0a26589f2
Update Readme.md ( #37 )
2019-10-15 11:32:40 -07:00
Yaron Schneider
86d66a065d
Create OWNERS ( #36 )
2019-10-15 11:13:34 -07:00
Yaron Schneider
887cd92b8d
vendor update ( #34 )
2019-10-14 23:49:50 -07:00
Yaron Schneider
99461da958
remove pubsub mock ( #33 )
2019-10-14 13:06:24 -07:00
Yaron Schneider
4e436865fa
added cloud events content type ( #32 )
2019-10-14 12:52:39 -07:00
Yaron Schneider
9682bc829c
Exclude mock file from build ( #31 )
...
* exclude mock from build
* exclude mock from build
2019-10-12 21:54:34 -07:00
Shalabh Mohan Shrivastava
6798115855
Merge pull request #28 from dapr/osschecklist
...
Adding and Correcting code comments and types
2019-10-11 10:36:22 -07:00
Yaron Schneider
3e1f474c17
Add PR and issue templates ( #30 )
...
* templates
* Update bug_report.md
* Update discussion.md
* Update feature_request.md
* Update proposal.md
* Update question.md
2019-10-11 10:36:13 -07:00
shalabhs
4a62360ad4
- adding more corrections
2019-10-10 18:16:08 -07:00
shalabhs
1aa7125ca4
adding commment.
2019-10-10 18:13:06 -07:00
shalabhs
ae8c77f43b
Adding and Correcting code comments and types
2019-10-10 18:09:13 -07:00
Aman Bhardwaj
04bef3ac3f
Adding license header and updating to MIT license. ( #26 )
2019-10-09 10:58:08 -07:00
Yaron Schneider
70c06fadd8
redis: skip marshalling if []byte ( #23 )
2019-10-06 07:53:26 -07:00
Yaron Schneider
2b8dbd2b44
dapr name change ( #21 )
2019-10-02 13:21:22 -07:00
Yaron Schneider
96bfa841c2
Update Readme.md ( #20 )
2019-10-01 10:21:22 -07:00
Brendan Burns
a1ab528d56
Add a Kubernetes input binding. ( #15 )
2019-09-30 22:01:43 -07:00
Yaron Schneider
ec74d90bf4
More descriptive Redis errors ( #19 )
2019-09-30 13:02:30 -07:00
Yaron Schneider
ad1d4aaec2
Add GCP Pub/Sub input and output binding ( #18 )
...
* add gcp pub-sub input/output binding
* update bindings list
* Update pubsub_test.go
2019-09-30 08:46:20 -07:00
Yaron Schneider
80358f0a11
add New() method for Service Bus Queues ( #14 )
2019-09-27 16:43:45 -07:00