forked from dapr/java-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Gh 1088 #1
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
Open
salaboy
wants to merge
51
commits into
artur-ciocanu:master
Choose a base branch
from
salaboy:gh-1088
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Gh 1088 #1
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
* Remove HTTP client and add gRPC interceptor helper. Signed-off-by: Artur Souza <[email protected]> * New design for gRPC interceptor and channel proxy. Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]>
* adding metadata endpoint Signed-off-by: salaboy <[email protected]> * apply formatting Signed-off-by: salaboy <[email protected]> * updating formatting Signed-off-by: salaboy <[email protected]> * updating formatting Signed-off-by: salaboy <[email protected]> * reverting formatting Signed-off-by: salaboy <[email protected]> * making domain classes final Signed-off-by: salaboy <[email protected]> * making domain model immutable Signed-off-by: salaboy <[email protected]> * equals/hashcode Signed-off-by: salaboy <[email protected]> * updating tests and clients Signed-off-by: salaboy <[email protected]> * rebasing after http client removed Signed-off-by: salaboy <[email protected]> * reverting delete Signed-off-by: salaboy <[email protected]> * adding space Signed-off-by: salaboy <[email protected]> * update copy and spaces Signed-off-by: salaboy <[email protected]> * eof line Signed-off-by: salaboy <[email protected]> * another new line Signed-off-by: salaboy <[email protected]> * adding coverage tests Signed-off-by: salaboy <[email protected]> * removing equals and hashcode Signed-off-by: salaboy <[email protected]> --------- Signed-off-by: salaboy <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]> Co-authored-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
* Expand Dapr metadata API Signed-off-by: Artur Ciocanu <[email protected]> * Adding extended attributes to Dapr metadata Signed-off-by: Artur Ciocanu <[email protected]> * Add tests for GRPC Signed-off-by: Artur Ciocanu <[email protected]> --------- Signed-off-by: Artur Ciocanu <[email protected]> Co-authored-by: Artur Ciocanu <[email protected]>
…1020) * Update to 1.13 CLi rc. (dapr#1018) Signed-off-by: Artur Souza <[email protected]> * Add support for HTTP status code in exception. (dapr#1019) Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
* Add missing data to Dapr Metadata and its components Signed-off-by: Artur Ciocanu <[email protected]> * Add metadata field to subscription Signed-off-by: Artur Ciocanu <[email protected]> --------- Signed-off-by: Artur Ciocanu <[email protected]> Co-authored-by: Artur Ciocanu <[email protected]>
* Upgrading OTEL to 1.39.0 Signed-off-by: Artur Ciocanu <[email protected]> * Revert timeout for GRPC health Signed-off-by: Artur Ciocanu <[email protected]> --------- Signed-off-by: Artur Ciocanu <[email protected]> Co-authored-by: Artur Ciocanu <[email protected]>
…1033) Signed-off-by: Antonio Sanchez <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
* Drop support for Spring Boot 2.x * Bump dependencies in sdk-springboot module from Spring Boot 2.x to 3.2.6 * Update examples module to use new Spring Boot support with Java 17 baseline * Fix wrong sdkman and mavne wrapper setup that failed the local setup * Update GHA workflow to stop testing for Spring Boot versions < 3.2.x Fixes daprgh-1039 Signed-off-by: Thomas Vitale <[email protected]> * Update pom.xml Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: Thomas Vitale <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]> Co-authored-by: Artur Ciocanu <[email protected]>
* initial testcontainers pr Signed-off-by: salaboy <[email protected]> * fixing variable reference Signed-off-by: salaboy <[email protected]> * adding equals to spotbug issues Signed-off-by: salaboy <[email protected]> * adding http port to run tests Signed-off-by: salaboy <[email protected]> * updating pom Signed-off-by: salaboy <[email protected]> * fixing style Signed-off-by: salaboy <[email protected]> * extracting classes Signed-off-by: salaboy <[email protected]> * removing restassured dependency Signed-off-by: salaboy <[email protected]> * refactoring IT out to sdk-tests Signed-off-by: salaboy <[email protected]> * adding correct wiremock dep version Signed-off-by: salaboy <[email protected]> * missing header Signed-off-by: salaboy <[email protected]> * fixing spotbugs issue Signed-off-by: salaboy <[email protected]> * adding hashcode too Signed-off-by: salaboy <[email protected]> * testing configure method Signed-off-by: salaboy <[email protected]> * making inmutable collections and maps Signed-off-by: salaboy <[email protected]> * checkstyle Signed-off-by: salaboy <[email protected]> * removing space Signed-off-by: salaboy <[email protected]> * Refactor tracking of alpha artifact version Signed-off-by: Artur Souza <[email protected]> Signed-off-by: salaboy <[email protected]> * Use Usage: docker compose [OPTIONS] COMMAND Define and run multi-container applications with Docker Options: --all-resources Include all resources, even those not used by services --ansi string Control when to print ANSI control characters ("never"|"always"|"auto") (default "auto") --compatibility Run compose in backward compatibility mode --dry-run Execute command in dry run mode --env-file stringArray Specify an alternate environment file -f, --file stringArray Compose configuration files --parallel int Control max parallelism, -1 for unlimited (default -1) --profile stringArray Specify a profile to enable --progress string Set type of progress output (auto, tty, plain, quiet) (default "auto") --project-directory string Specify an alternate working directory (default: the path of the, first specified, Compose file) -p, --project-name string Project name Commands: attach Attach local standard input, output, and error streams to a service's running container build Build or rebuild services config Parse, resolve and render compose file in canonical format cp Copy files/folders between a service container and the local filesystem create Creates containers for a service down Stop and remove containers, networks events Receive real time events from containers exec Execute a command in a running container images List images used by the created containers kill Force stop service containers logs View output from containers ls List running compose projects pause Pause services port Print the public port for a port binding ps List containers pull Pull service images push Push service images restart Restart service containers rm Removes stopped service containers run Run a one-off command on a service scale Scale services start Start services stats Display a live stream of container(s) resource usage statistics stop Stop services top Display the running processes unpause Unpause services up Create and start containers version Show the Docker Compose version information wait Block until the first service container stops watch Watch build context for service and rebuild/refresh containers when files are updated Run 'docker compose COMMAND --help' for more information on a command. instead of docker-compose Signed-off-by: Artur Souza <[email protected]> Signed-off-by: salaboy <[email protected]> * removing version from docker compose Signed-off-by: salaboy <[email protected]> * Update README.md Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: salaboy <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[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: