Commit Graph

3297 Commits

Author SHA1 Message Date
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
Yaron Schneider 1c5bc048e9
Update Readme.md 2019-09-27 16:27:12 -07:00
Yaron Schneider a50e3de151
Add Azure Service Bus Queues binding (#13)
* add azure service bus queues bindings

* update table
2019-09-27 16:10:00 -07:00
Yaron Schneider 8dacdab522
Update input_binding.go (#12) 2019-09-27 14:49:25 -07:00
Yaron Schneider 4d99dd07cd
Update Readme.md (#11) 2019-09-27 14:07:28 -07:00
Yaron Schneider 0a710b46dc
add s3 binding (#6)
* add s3 binding

* add debug log on nonexistent key

* include key in debug log
2019-09-27 09:13:35 -07:00
Yaron Schneider 071f9ec31b
add azure blob storage binding (#4) 2019-09-27 07:45:26 -07:00
Yaron Schneider 925f8a4d2d
Merge pull request #3 from actionscore/yaron2-patch-1
Update Readme.md
2019-09-26 16:19:27 -07:00
Yaron Schneider 07ac7d0af5
Update Readme.md 2019-09-26 16:19:17 -07:00
Yaron Schneider 05b3489f77
Merge pull request #2 from yaron2/bindingstable
table update
2019-09-26 16:17:11 -07:00
yaron2 cf986a3ab7 table update 2019-09-26 16:16:41 -07:00
Yaron Schneider 5e6b36ac28
Merge pull request #1 from yaron2/init
initial commit
2019-09-26 15:50:41 -07:00
yaron2 22fea6f43d initial commit 2019-09-26 15:47:41 -07:00
Yaron Schneider 1506be59c6
Initial commit 2019-09-26 12:25:13 -07:00