Commit Graph

193 Commits

Author SHA1 Message Date
Artur Souza 3f51e29dde
Fix actor sample + remove HTTP reference in docs and code. (#407)
* Fix actor sample + remove HTTP reference in docs and code.

* Fix logging for IT.
2020-12-11 13:54:23 -08:00
Artur Souza f871b1f51f
IT for recovering reminder after sidecar restart. (#406) 2020-12-09 21:40:08 -08:00
Artur Souza adce91f743
Throw DaprException consistently + doc + example. (#403) 2020-12-08 15:58:07 -08:00
Sky/敖小剑 16faa43795
support metadata in get state and bulk get state response (#402) 2020-12-03 11:25:32 -08:00
Sky/敖小剑 912ff7a781
Add metadata for state save operation (#397)
* add metadata for state save

* add test case for state hashcode() and equals()

* add metadata for state tansactional

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-12-01 21:13:25 -08:00
Sky/敖小剑 8cc33b5598
fix a small copy-paste issue (#398) 2020-11-30 15:49:33 -08:00
Artur Souza cf1c10d85a
Actor over GRPC. (#395) 2020-11-24 15:23:35 -08:00
Artur Souza 183a9fef92
Generate updated javadocs for 0.10.0 (#391) 2020-11-16 13:35:07 -08:00
Artur Souza a5c9bf73ba
Upgrade the version to 0.11.0-SNAPSHOT (#390) 2020-11-16 12:34:44 -08:00
Artur Souza 6acae187d9
Fixing instructions for secrets API example. (#389) 2020-11-16 12:18:11 -08:00
Artur Souza c466e211f1
Fix build due to deprecated maven repo, using jcenter now. (#392) 2020-11-16 12:01:53 -08:00
haidao 9dcff43ef0
open telemetry upgrade to 0.10.0 (#386)
* open telemetry upgrade to 0.10.0

* open telemetry upgrade to 0.10.0

* open telemetry upgrade to 0.10.0

* open telemetry upgrade to 0.10.0

* open telemetry upgrade to 0.10.0

Co-authored-by: haidao <wlf190783@alibaba-inc.com>
2020-11-13 13:00:21 -08:00
Artur Souza 43107c3492
Update cli and runtime ITs to 1.0.0-rc.1 (#387)
* Fix ITs due to change in logs in daprd.

* Update to 1.0.0-rc.1 runtime and cli.
2020-11-12 15:32:23 -08:00
Artur Souza 2bafc05e4c
Updating proto, daprd and cli + fix ITs for v1.0.0 Milestone 1. (#384)
* Updating proto, daprd and cli prior to v1.0.0 Milestone 1.

* Fixes integration tests.
2020-11-10 09:29:39 -08:00
Mukundan Sundararajan 2ebb94e413
Add maven central badge to readme (#383) 2020-11-09 22:21:24 -08:00
Mukundan Sundararajan 97eacf9598
update open telemetry lib version 0.7.1 (#380)
* update readme with secrets example link

* Update opentelemetry to 0.7.1, change repo id for sping

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-11-09 21:52:36 -08:00
Mukundan Sundararajan 751ea2168c
upgrade dependency versions (#378) 2020-11-04 16:22:39 -08:00
Aaron Crawfis e22695b591
Merge pull request #376 from dapr/docs-update
Update docs links
2020-10-26 15:41:55 -07:00
Aaron Crawfis e65cdf1b7e Update docs links 2020-10-23 11:46:41 -07:00
Artur Souza 54cc82043b
Fixing repo config instructions. (#375) 2020-10-20 13:09:17 -07:00
Artur Souza 44a209ec70
Generate updated javadocs for 0.9.2 (#374) 2020-10-19 17:13:45 -07:00
Mukundan Sundararajan 44732875cb
Increase test coverage. Fix some code inspection issues. (#372) 2020-10-19 16:35:06 -07:00
Artur Souza eb7763f126
Fix high mem usage due to many OkHttpClient instances. (#373) 2020-10-19 15:23:41 -07:00
Artur Souza 604eff8cd4
Generate updated javadocs for 0.9.1 (#366) 2020-10-16 17:07:53 -07:00
dependabot[bot] f911756444
Bump junit from 4.12 to 4.13.1 in /sdk-tests (#359)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-10-16 15:38:18 -07:00
dependabot[bot] 272b40ded6
Bump junit from 4.12 to 4.13.1 (#358)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 14:51:31 -07:00
Artur Souza 76c848bb6f
Fixes timer invocation after app restarts. (#363) 2020-10-16 14:29:31 -07:00
Artur Souza 1573a46ed4
Add release note instructions to issue template. (#360) 2020-10-16 00:10:38 -07:00
Artur Souza c67bc4719b
Fix missing type in withObjectSerializer() for Actor. (#357) 2020-10-12 21:37:12 -07:00
Nghia Tran ff8d580990
Remove set-env usage (#351)
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 20:12:06 -07:00
Artur Souza 9076d9f60e
Fix save bytes (#353)
* IT for save byte error in actor state.

* Update proto version.

* Fixes bug on read/write byte[] in actor state.

* Addresses comments round 1.
2020-10-08 15:55:14 -07:00
Artur Souza b1691a6138
Generate updated javadocs for 0.9.0 (#347)
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-09-30 16:31:06 -07:00
Nghia Tran 250e946380
Remove unused cobertura plugin (#346) 2020-09-30 16:16:12 -07:00
Artur Souza 7f261be7ed
Upgrade the version to 0.10.0-SNAPSHOT (#345) 2020-09-28 11:15:38 -07:00
Artur Souza 8de29ba713
Update dapr version to 0.11 rc. (#344) 2020-09-28 09:43:44 -07:00
Mark Fussell 9cbb48afa1
Create CODEOWNERS 2020-09-25 14:34:29 -07:00
Mukundan Sundararajan 9539f23fb5
Fix State example readme (#343) 2020-09-22 11:31:55 -07:00
Mukundan Sundararajan 75efc3a633
Fix port collision in java ITs (#342) 2020-09-22 10:18:37 -07:00
Mukundan Sundararajan fb8580f71b
Update state, secrets examples. Fix state toString. Ignore sdk-autogen in code coverage. (#340)
* Update state, secrets example. Fix state toString. Ignore sdk-autogen in code coverage.

* Update StateClient.java

* Update README.md

* Update Readme.md

Co-authored-by: Nghia Tran <tcnghia@gmail.com>

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Nghia Tran <tcnghia@gmail.com>
2020-09-21 15:06:46 -07:00
Nghia Tran 9240ae81db
Add CodeCov GitHub action and badge. (#339)
* Add CodeCov GitHub action and badge.

* Change comment behavior and exclude sdk-tests.
2020-09-18 15:12:29 -07:00
Mukundan Sundararajan f6b56bb376
Initial transaction API changes (#337)
* Initial transaction API changes

* Add more unit tests

* Refactor IT
2020-09-16 14:00:57 -07:00
Artur Souza a9ee8e00ea
Fix tracing imgs (#338)
* Fix broken images in tracing sample.

* Update README.md
2020-09-16 11:55:05 -07:00
Artur Souza baab109202
Bulk get state (#335)
* unfinished work

* Working version of Bulk get state API.

Co-authored-by: Haishi2016 <hbai@microsoft.com>
2020-09-16 11:29:01 -07:00
Pruthvidhar R Dhodda e2ddc9f96d
Add metadata support for state API's (#336)
* Add metadata support for state API's

* Remove .vscode files
2020-09-14 16:32:50 -07:00
Pruthvidhar R Dhodda 361a0e48a3
Add content type metadata support in gRPC invoke service calls (#334)
* Add content type metadata support in gRPC invoke service calls

* Add content type to serializer, change tests accordingly

* Remove content type parameter

* Update InvokeServiceRequest.java

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-09-13 16:38:30 -07:00
Artur Souza fe027d0c54
Refactoring properties and constants. (#333) 2020-09-02 11:54:12 -07:00
Pruthvidhar R Dhodda 7b174d88e8
Add support for DAPR_API_TOKEN (#330)
* Add supoort for DAPR_API_TOKEN

* Add tests for dapr api token

* Move interceptor logic

* Remove additional interceptor

* Fix check style voilation

* Add dapr api token as system property
2020-09-01 12:09:52 -07:00
Artur Souza eede480403
Support W3C tracing + example. (#320) 2020-08-25 11:20:33 -07:00
Artur Souza 811728133d
Remove EmptyService and use dapr run -- instead. (#321) 2020-08-24 08:44:02 -07:00
Charlie Stanley 8e68127809
Merge pull request #329 from wcs1only/update_javadocs_release-0.8
Generate updated javadocs for 0.8.0
2020-08-20 10:53:56 -07:00