hunter007
3929306e36
Update go version to 1.19 ( #403 )
...
* update go version to 1.19
Signed-off-by: hunter007 <wentao79@gmail.com>
* add timeout for golangci-lint
Signed-off-by: hunter007 <wentao79@gmail.com>
* fix golangci-lint
Signed-off-by: hunter007 <wentao79@gmail.com>
* use revive instead of goliint in .golangci.yml
Signed-off-by: hunter007 <wentao79@gmail.com>
* if-return: redundant if ...; err != nil check, just return error instead.
Signed-off-by: hunter007 <wentao79@gmail.com>
* fix
Signed-off-by: hunter007 <wentao79@gmail.com>
* update golangci-lint from v1.50.1 to v1.52.2
Signed-off-by: hunter007 <wentao79@gmail.com>
---------
Signed-off-by: hunter007 <wentao79@gmail.com>
2023-05-20 07:36:37 -07:00
hunter007
678b222072
Update protos and client's configuration methods with stable config api ( #391 )
...
* Update protos
Signed-off-by: zhaowentao <wentao79@gmail.com>
Signed-off-by: hunter007 <wentao79@gmail.com>
* update client's configuration methods with stable config api
Signed-off-by: hunter007 <wentao79@gmail.com>
* rename alpha1 to rsp
Signed-off-by: hunter007 <wentao79@gmail.com>
* update go.mod
Signed-off-by: hunter007 <wentao79@gmail.com>
* Update proto
Signed-off-by: hunter007 <wentao79@gmail.com>
* Fix document for examples
Signed-off-by: hunter007 <wentao79@gmail.com>
* base64ed data
Signed-off-by: hunter007 <wentao79@gmail.com>
* Revert "base64ed data"
This reverts commit 0f3b82fe45
.
Signed-off-by: hunter007 <wentao79@gmail.com>
* validate configuration
Signed-off-by: hunter007 <wentao79@gmail.com>
* update DAPR_REF in workflows to fix examples
Signed-off-by: hunter007 <wentao79@gmail.com>
* update GOVER from 1.18 to 1.20 in validate_examples.yaml because of dapr/dapr/master branch
Signed-off-by: hunter007 <wentao79@gmail.com>
---------
Signed-off-by: zhaowentao <wentao79@gmail.com>
Signed-off-by: hunter007 <wentao79@gmail.com>
2023-05-17 22:40:52 -07:00
Roberto Rojas
d02f9524d9
V1.10 Update Protos & Go Modules ( #356 )
...
* updates grpc proto for v1.10
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
* updates go mod tidy for v1.10
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
---------
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-02-01 08:35:20 -08:00
yellow chicks
c4217cfaf9
optimize: using `go mod init` to upgrade examples ( #305 )
...
* fix/typo: modify state annotation
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: upgrade go1.17->go1.18
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: upgrade examples
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: upgrade examples
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: using go mod init to upgrade examples
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-07-22 09:19:50 -07:00
Yaron Schneider
40c5fd5a19
Update dependencies ( #302 )
...
* update dependencies
Signed-off-by: yaron2 <schneider.yaron@live.com>
* update dependencies
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-07-08 06:33:24 -07:00
Yaron Schneider
0b65cca826
Add distributed lock api support ( #297 )
...
* add distributed lock api support
Signed-off-by: yaron2 <schneider.yaron@live.com>
* go mod tidy for pub/sub
Signed-off-by: yaron2 <schneider.yaron@live.com>
* go mod tidy for state
Signed-off-by: yaron2 <schneider.yaron@live.com>
* go mod tidy for service invocation
Signed-off-by: yaron2 <schneider.yaron@live.com>
* linter
Signed-off-by: yaron2 <schneider.yaron@live.com>
* added unlock tests
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-06-22 10:37:17 +08:00
Dmitry Shmulevich
a0a4a9e70a
allow passage of metadata to state store API ( #262 )
...
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2022-02-24 09:39:05 +08:00
Dmitry Shmulevich
d9be62fa69
chore - update dependencies ( #240 )
...
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2022-01-20 09:25:39 -08:00
Dmitry Shmulevich
67e5c4ee3b
update go.mod in examples ( #234 )
...
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-14 15:08:18 -08:00
Dmitry Shmulevich
a38be4e38b
replace license headers ( #232 )
...
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-14 12:06:12 -08:00
Laurence
d9ad49d2a6
Feat: Add Go-sdk Actor Support ( #196 )
...
* ftr: init go-sdk action
* fix: finished design of actor-api's invoke feature
* fix: add readme
* fix: lint
* fix: add manager unit test
* fix: add actor state suport
* fix: add comments
* fix: add comment
* fix the change reqeust of pr
* fix: validate example test
* fix: linter
* add actor validation
* add actor validation
* fix: update actor validation init sleep time
* fix: add init time for validate example server
* fix: change actor to the end of test in order not to let reminder bother other test
* fix: validate test
* fix: typo of factory
* fix: add init time
* fix: ut
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Long Dai <long.dai@intel.com>
2021-11-02 14:45:27 -07:00
penghuima
b5d09e8e57
minor fix ( #214 )
...
Signed-off-by: penghuima <2992426202@qq.com>
2021-10-31 14:55:04 -07:00
Alvin Henrick
994f9b69f2
Add documentation and example to deal with gRPC 4mb limit ( #197 )
...
* Add documentation and example to deal with gRPC 4mb limit
* update doc
* update doc again
* try fixing validation
Co-authored-by: Alvin Henrick <alvin@equilibriumenergy.com>
2021-08-31 07:19:27 -07:00
Gaojin CAO
8615ff9477
minor fix ( #191 )
...
1. remove unneeded sentence;
2. typos and indention;
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-07-26 09:08:35 -07:00
Bernd Verst
3f73517a87
Automates validating Go examples ( #190 )
...
* Automatically validate examples
This uses dapr's mechnical markdown
* Fix workflow default branch name
2021-07-23 11:09:20 -07:00
Dmitry Shmulevich
aebdb62d4b
minor reorg of 'examples' folder ( #178 )
...
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-06-24 09:51:01 -07:00