Commit Graph

273 Commits

Author SHA1 Message Date
Mark Chmarny f324f4d8bb
v0.10.0-rc-1 with few dep updates (#108)
* proto dep update

* v0.10.0-rc-1

* test server closed error cache
2020-11-12 09:08:09 -08:00
Mark Chmarny d6ce657c0f
proto updates (#107) 2020-11-11 16:09:35 -08:00
Sky/敖小剑 309bf13bbe
rename SaveStateItems() to SaveBulkState(); rename GetStateItems() to GetBulkState(); (#105) 2020-11-11 05:27:19 -08:00
Mark Chmarny c49c3f1894
adds grpc serving error tests (#102) 2020-11-04 08:56:52 -08:00
Mark Chmarny b7a5b80a89
handler checks addressing issue #100 (#101)
* handler checks addressing issue #100

* handler check tests
2020-11-03 14:07:40 -08:00
Mark Chmarny 0a93facbba
mchmarny coverage config (#99)
* options

* service, topic test

* binding, invoke, topic tests

* split coveage on projects

* cleaned up test

* cleaned up release test

* badge to main vs master

* madditional trace ID test

* adds secret input test

* state tests and lint
2020-10-29 10:00:15 -07:00
Mark Chmarny e606bbc035
Adds HTTP serving tests (#98)
* options

* service, topic test

* binding, invoke, topic tests
2020-10-28 17:11:17 -07:00
Mark Chmarny 5cfb55bdda v0.11.1 2020-10-23 13:33:00 -07:00
Aaron Crawfis ed791197e7
Update docs links (#94)
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-10-23 13:24:02 -07:00
Mark Chmarny 58a1c0ad47
fixes pubsub response codes in HTTP (#96) 2020-10-23 13:23:03 -07:00
dependabot[bot] 3ef6e18b79
Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 (#90)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.4.2...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-17 04:22:44 -07:00
Nghia Tran f3706840af
Switch to golangci/golangci-lint-action@v2.2.1 (#88) 2020-10-14 10:26:17 -07:00
Nghia Tran 2eee814dde
Remove set-env usage (#87)
https://nvd.nist.gov/vuln/detail/CVE-2020-15228 advises that setenv
and add-path are not secure, so they will be disabled very shortly on
workflows. This changes set-env to the recommended upgrade.
2020-10-08 10:59:00 -07:00
Joseph Woodward 353816e798
Minor grammatical fixes (#86)
* Minor grammatical fixes

* Update Readme.md
2020-10-07 09:25:53 -07:00
Mark Chmarny ef4c2c9091
template link updates (#85) 2020-10-06 04:37:21 -07:00
Mark Chmarny 8fcc164ee1
bump to v0.11 (#84) 2020-09-30 15:59:14 -07:00
Young Bu Park 4beb217a11
use the latest options for port (#83) 2020-09-29 13:50:19 -07:00
Sky/敖小剑 7e20fe99ea
add meta in state delete api (#82)
* add meta in state delete api

* add testcase for state delete, also cover all the get/save/delete method with meta and options
2020-09-29 03:31:41 -07:00
Yaron Schneider 2d699b6c65
Create CODEOWNERS (#79)
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-09-25 14:47:01 -07:00
Yaron Schneider 53d7cc71e0
Update Code of Conduct (#80) 2020-09-25 14:42:33 -07:00
Mark Chmarny ab43a43e98
cover on push (#78)
* cover on push

* newline

* badge

* test cover options

* exluded examples

* exclude cleanup
2020-09-18 09:26:35 -07:00
Mark Chmarny 77ee60225a
genproto upgrade (#77) 2020-09-17 18:47:59 -07:00
dependabot[bot] 2bb431eeed
Bump google.golang.org/grpc from 1.31.0 to 1.32.0 (#76)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.31.0...v1.32.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-09-17 18:42:26 -07:00
Mark Chmarny fb1acd943f
cleans up all the readmes (#66)
* cleans up all the readmes

* fixed review comments
2020-09-17 18:17:26 -07:00
Mark Chmarny be62af92a7
removed default reviews (#75)
Doesn't seem to be supported in v2
2020-09-17 16:33:10 -07:00
Mark Chmarny 7cc671f678
fixed ecosystem for v2 (#74) 2020-09-17 16:24:46 -07:00
Mark Chmarny c368bf0455
issue 62 metadata in get state operation (#65) 2020-09-17 16:12:47 -07:00
Mark Chmarny dcf3ba0751
Create dependabot.yml (#72) 2020-09-17 13:36:33 -07:00
Mark Chmarny fa162dcd0f
explicit Dapr API authentication token support (#73)
* explicit Dapr API authentication token

* avoiding race condition on api token

* allows for env var override
2020-09-17 13:28:03 -07:00
Mark Chmarny be7b5fafab Update issue templates 2020-09-11 09:06:58 -07:00
Mark Chmarny 51ce8ed8bc
Update Readme.md 2020-09-10 17:39:21 -07:00
Mark Chmarny 57858ce222
Update Readme.md 2020-09-10 17:39:01 -07:00
Mark Chmarny 343153ef08
Update Readme.md 2020-09-10 17:38:15 -07:00
Mark Chmarny 09d0b4cf52
updated templates location 2020-09-10 17:37:47 -07:00
Mark Chmarny 9004be9ddf
adds append trace parent id to ctx method (#67)
* adds append trace parent id to ctx method

* spelling
2020-09-10 08:56:53 -07:00
Mark Chmarny 4ef06bf388
test for serialization issues with transaction upsert (#71)
* bulk save test

* upsert test

* spelling
2020-09-10 08:54:56 -07:00
Mark Chmarny 433dbb87b1
consistent pubsub event handling codes, retry logic (#70)
* codified pubsub event response code behavior

* consistent pubsub response code. retry logic

* removes nil event data check

* updates comments/tests to v1.0 cloud event
2020-09-10 08:53:46 -07:00
Mark Chmarny 6cd82fa17e
dep cache in test/release actions (#69)
* dep cache in test/release actions

* more descriptive action names
2020-09-10 08:53:00 -07:00
AbserAri a8216178e6
A Pub/Sub Sample (#61)
* pubsub sample

* change according to review

* update for environment

* as review: make the name of  pubsub component as an environment variable

* edit the redis config as demo purposes , format the documents  in example/pubsub/README.md

* solved main redeclared by moving Pub. go and Sub. go to in separate folders

Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-09-04 04:55:03 -07:00
li1234yun 0429a01836
Update Readme.md (#63)
Correct client GetBulkItems doc

Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-08-30 08:01:20 -07:00
li1234yun b72aa26cf0
Update README Doc (#64)
* Update Readme.md

Correct readme error

* Update Readme.md

Correct readme error
2020-08-30 08:00:27 -07:00
Mark Chmarny c7a0fabf13
Revert "pubsub sample (#58)" (#60)
This reverts commit 14e7b5eb13.
2020-08-26 13:17:02 -07:00
AbserAri 14e7b5eb13
pubsub sample (#58)
* pubsub sample

* change according to review

* update for environment

* as review: make the name of  pubsub component as an environment variable

* edit the redis config as demo purposes , format the documents  in example/pubsub/README.md

Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-08-26 10:45:32 -07:00
Mark Chmarny 3acd5aa729
Lint on push (#59)
* clean example log entries

* adds lint to test on push

* adds lint to release on tag
2020-08-26 10:18:17 -07:00
Mark Chmarny bfa8a82cad
updates template location to dapr org (#57)
* clean example log entries

* link updates to dapr org
2020-08-20 16:24:06 -07:00
Mark Chmarny f771e4e8c7
clean example log entries (#55) 2020-08-18 14:11:49 -07:00
Mark Chmarny d9d7785509
updated docs for GetBulkItems (#54) 2020-08-18 09:42:22 -07:00
Mark Chmarny 44077b5b71
readme examples, templates (#53) 2020-08-18 07:00:03 -07:00
Mark Chmarny 79e0f554b0
new service with existing http mux (#52) 2020-08-18 05:49:38 -07:00
Mark Chmarny d6de57c71a
HTTP serving implementation (#45)
* http service implementation

* http coverage

* common serving interface

* multi pubsub support

* multi-pubsub serving

* ensures unique componennt/topic

* cleaned samples in docs

* cleaned up examples in callback docs

* removes Parallel from callback tests

* multi-pupsub support

* updated tests for empty pubsub data

* cleaned up example client

* header parsing in HTTP per  issue 1894 in dapr

* refactored client binding

* refactored service invoke

* updated client and serving docs

* removed v0.9 from makefile action descr

* renamed based on PR review

* updated names globally
2020-08-17 17:14:55 -07:00