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

feat(restAPI): add withJobsRetrying to rest and openAPI #4922

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

PHWaechtler
Copy link
Contributor

@PHWaechtler PHWaechtler commented Feb 5, 2025

related to #4905

Adds the withJobsRetrying query parameter to openAPI definition as well as HistoricProcessInstanceQueryDto for use by cockpit instance search. See ticket for more details.

@PHWaechtler PHWaechtler added the ci:rest-api Runs extra builds for the REST API (currently only WLS compatibility builds). label Feb 5, 2025
@PHWaechtler PHWaechtler self-assigned this Feb 5, 2025
@PHWaechtler PHWaechtler changed the title 4905 add withjobsretrying query to api feat(restAPI): add withJobsRetrying to rest and openAPI Feb 5, 2025
@PHWaechtler PHWaechtler force-pushed the 4905-add-withjobsretrying-query-to-api branch from 86e040b to db57739 Compare February 12, 2025 09:48
@PHWaechtler PHWaechtler force-pushed the 4905-add-withjobsretrying-query-to-api branch from db57739 to 06474b0 Compare February 17, 2025 13:01
@PHWaechtler PHWaechtler marked this pull request as ready for review February 17, 2025 13:59
@PHWaechtler PHWaechtler requested a review from psavidis February 17, 2025 14:02
Copy link
Contributor

@psavidis psavidis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked the tests and the addition of the field. All looks good to me 👍

@PHWaechtler PHWaechtler merged commit 8a42dfd into master Feb 21, 2025
4 checks passed
@PHWaechtler PHWaechtler deleted the 4905-add-withjobsretrying-query-to-api branch February 21, 2025 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:rest-api Runs extra builds for the REST API (currently only WLS compatibility builds).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Instance with jobs retrying" filter is added to cockpit instance search API and openAPI
2 participants