-
Notifications
You must be signed in to change notification settings - Fork 224
WIP - Master to release-1.16 #1540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Cassandra Coyle <[email protected]>
* Use camelCase on properties Signed-off-by: Matheus Cruz <[email protected]> * Add test for cameCalse properties Signed-off-by: Matheus Cruz <[email protected]> * Update daprdocs/content/en/java-sdk-docs/spring-boot/_index.md Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: Matheus Cruz <[email protected]> --------- Signed-off-by: Matheus Cruz <[email protected]> Signed-off-by: Matheus Cruz <[email protected]> Co-authored-by: artur-ciocanu <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Dapr Bot <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]> Co-authored-by: Siri Varma Vegiraju <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]> Co-authored-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: artur-ciocanu <[email protected]> Co-authored-by: Dapr Bot <[email protected]>
* rm protoc cmd bc it uses a local protoc which might be the wrong version and results in a bad error Signed-off-by: Cassandra Coyle <[email protected]> * update protoc Signed-off-by: Cassandra Coyle <[email protected]> --------- Signed-off-by: Cassandra Coyle <[email protected]> Co-authored-by: artur-ciocanu <[email protected]> Co-authored-by: salaboy <[email protected]>
Signed-off-by: Dapr Bot <[email protected]>
* feat: Support register of activities with custom name Signed-off-by: Javier Aliaga <[email protected]> * chore: Apply suggestions Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: Javier Aliaga <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Dapr Bot <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.4.3...v5.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Dapr Bot <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
* chore: New task execution task id test test how taskExecutionTaskId can be used for idempotency * chore: Clean up not used files * docs: Task execution keys * test: Modify unit tests * Remove new lines --------- Signed-off-by: Javier Aliaga <[email protected]> Signed-off-by: artur-ciocanu <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: artur-ciocanu <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
* chore: Wait for dapr script When running mechanical markdown examples wait for dapr to be running Signed-off-by: Javier Aliaga <[email protected]> * chore: Fix build ci Signed-off-by: Javier Aliaga <[email protected]> * chore: Fix build ci Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: Javier Aliaga <[email protected]> Co-authored-by: salaboy <[email protected]>
* chore: Read test certs from resources folder This will avoid importing bouncy castle library just for tests Signed-off-by: Javier Aliaga <[email protected]> * ci: Split unit test and integration tests Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
* chore: Move alpha components to stable Signed-off-by: Javier Aliaga <[email protected]> * ci: Do not run tests on publish step Signed-off-by: Javier Aliaga <[email protected]> * chore: Fix build Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: Javier Aliaga <[email protected]>
* chore: Bump dapr version Signed-off-by: Javier Aliaga <[email protected]> * chore: Fix conversation tests Only one response expected Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: Javier Aliaga <[email protected]>
* Adding logger to WorkflowActivityContext Signed-off-by: Artur Ciocanu <[email protected]> * Fixing a styling issue Signed-off-by: Artur Ciocanu <[email protected]> * Add unit tests for workflow activity context Signed-off-by: Artur Ciocanu <[email protected]> * Add more unit tests to make Codecov happy Signed-off-by: Artur Ciocanu <[email protected]> * Add more unit tests Signed-off-by: Artur Ciocanu <[email protected]> * Improve code coverage Signed-off-by: Artur Ciocanu <[email protected]> * Improve test names Signed-off-by: Artur Ciocanu <[email protected]> --------- Signed-off-by: Artur Ciocanu <[email protected]> Co-authored-by: Artur Ciocanu <[email protected]> Co-authored-by: salaboy <[email protected]>
* cross app ex Signed-off-by: Cassandra Coyle <[email protected]> * update protoc cmd Signed-off-by: Cassandra Coyle <[email protected]> * feedback Signed-off-by: Cassandra Coyle <[email protected]> * builder pattern Signed-off-by: Cassandra Coyle <[email protected]> * fix protoc Signed-off-by: Cassandra Coyle <[email protected]> * debug log levels for test containers Signed-off-by: Cassandra Coyle <[email protected]> * update readme and add debugging info Signed-off-by: Cassandra Coyle <[email protected]> * add IT test for cross app call activity Signed-off-by: Cassandra Coyle <[email protected]> * cleanup test Signed-off-by: Cassandra Coyle <[email protected]> * sysout -> ctx.logger Signed-off-by: Cassandra Coyle <[email protected]> * reset pom Signed-off-by: Cassandra Coyle <[email protected]> * rm debug lines from readme Signed-off-by: Cassandra Coyle <[email protected]> * fix header + rm customports Signed-off-by: Cassandra Coyle <[email protected]> * use consts Signed-off-by: Cassandra Coyle <[email protected]> * rm waitfor call Signed-off-by: Cassandra Coyle <[email protected]> * rm pubsub Signed-off-by: Cassandra Coyle <[email protected]> * rm timeout Signed-off-by: Cassandra Coyle <[email protected]> * reset empty lines added Signed-off-by: Cassandra Coyle <[email protected]> * reset appname for daprcontainer Signed-off-by: Cassandra Coyle <[email protected]> * reset empty line diff Signed-off-by: Cassandra Coyle <[email protected]> * rm constructor info from readme Signed-off-by: Cassandra Coyle <[email protected]> * debug -> info Signed-off-by: Cassandra Coyle <[email protected]> * rm super.start Signed-off-by: Cassandra Coyle <[email protected]> * reset dapr container diff Signed-off-by: Cassandra Coyle <[email protected]> * add test for codecov Signed-off-by: Cassandra Coyle <[email protected]> * up timeout time to unblock PR Signed-off-by: Cassandra Coyle <[email protected]> * deps: Update durabletask-client to 1.5.10 Signed-off-by: Javier Aliaga <[email protected]> * ci: Revert build timeout Signed-off-by: Javier Aliaga <[email protected]> * review: Use ctx.getLogger Signed-off-by: Javier Aliaga <[email protected]> * chore: Fix review comments Signed-off-by: Javier Aliaga <[email protected]> * chore: more review comments fixes Signed-off-by: Javier Aliaga <[email protected]> * test: Use testcontainers in CrossApp IT test Signed-off-by: Javier Aliaga <[email protected]> * chore: Load classpath for IT with all dependencies Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> Co-authored-by: Javier Aliaga <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please explain the changes you've made
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: