Skip to content
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

[master] feat: bump endpoints version to support secret #10471

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 17, 2025

This is an automatic copy of pull request #10468 done by Mergify.


Issue

https://gravitee.atlassian.net/browse/APIM-XXX

Description

bump endpoints version and add it tests to support secret

Additional context


📚  View the storybook of this branch here


Cherry-pick of 44967b6 has failed:

On branch mergify/bp/master/pr-10468
Your branch is up to date with 'origin/master'.

You are currently cherry-picking commit 44967b6c7b.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/AbstractMqtt5EndpointIntegrationTest.java
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/httpget/HttpGetEntrypointMqtt5EndpointIntegrationTest.java
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/httpget/HttpGetEntrypointRabbitMQEndpointIntegrationTest.java
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/httpget/HttpGetEntrypointSolaceEndpointIntegrationTest.java
	new file:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/http-get/http-get-entrypoint-rabbitmq-endpoint-secret.json
	new file:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/http-get/http-get-entrypoint-solace-endpoint-secret.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-publish.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-at-least-once.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-at-most-once.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-auto.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-none.json
	new file:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-secret.json

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   pom.xml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


📚  View the storybook of this branch here

@mergify mergify bot requested a review from a team as a code owner January 17, 2025 17:10
@mergify mergify bot added the conflicts label Jan 17, 2025
Copy link
Contributor Author

mergify bot commented Jan 17, 2025

Cherry-pick of 44967b6 has failed:

On branch mergify/bp/master/pr-10468
Your branch is up to date with 'origin/master'.

You are currently cherry-picking commit 44967b6c7b.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/AbstractMqtt5EndpointIntegrationTest.java
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/httpget/HttpGetEntrypointMqtt5EndpointIntegrationTest.java
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/httpget/HttpGetEntrypointRabbitMQEndpointIntegrationTest.java
	modified:   gravitee-apim-integration-tests/src/test/java/io/gravitee/apim/integration/tests/messages/httpget/HttpGetEntrypointSolaceEndpointIntegrationTest.java
	new file:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/http-get/http-get-entrypoint-rabbitmq-endpoint-secret.json
	new file:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/http-get/http-get-entrypoint-solace-endpoint-secret.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-publish.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-at-least-once.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-at-most-once.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-auto.json
	modified:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-qos-none.json
	new file:   gravitee-apim-integration-tests/src/test/resources/apis/v4/messages/mqtt5/mqtt5-endpoint-secret.json

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   pom.xml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@ThibaudAV ThibaudAV force-pushed the mergify/bp/master/pr-10468 branch from 5c4ab55 to 7fc254a Compare January 17, 2025 17:16
@ThibaudAV ThibaudAV enabled auto-merge (rebase) January 17, 2025 17:24
@ThibaudAV ThibaudAV merged commit e1467f4 into master Jan 17, 2025
36 of 38 checks passed
@ThibaudAV ThibaudAV deleted the mergify/bp/master/pr-10468 branch January 17, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants