Add support for resolving catalogItemId via catalogItemSlug#18
Merged
sergio-esperalta-bi merged 13 commits intomasterfrom Apr 20, 2026
Conversation
…ovisioning operations.
…st data for new `catalogItemSlug` format.
sergio-soria-bi
approved these changes
Apr 15, 2026
…isioning-Endpoint-to-Support-catalogItemSlug-as-Alternative-to-catalogItemId
sergio-soria-bi
requested changes
Apr 17, 2026
Contributor
sergio-soria-bi
left a comment
There was a problem hiding this comment.
In summary, there should not be any idToken in the code since the changes we worked yesterday on.
…pport-catalogItemSlug-as-Alternative-to-catalogItemId # Conflicts: # src/main/java/org/opendevstack/component_provisioner/server/controllers/ProvisionResultsApiController.java # src/main/java/org/opendevstack/component_provisioner/server/facade/ProvisionResultsApiFacade.java # src/test/java/org/opendevstack/component_provisioner/server/controllers/ProvisionResultsApiControllerTest.java # src/test/java/org/opendevstack/component_provisioner/server/facade/ProvisionResultsApiFacadeTest.java
…ctor related test cases.
…teRequest`, enhance type map initialization, and add corresponding unit tests.
sergio-soria-bi
approved these changes
Apr 17, 2026
Contributor
sergio-soria-bi
left a comment
There was a problem hiding this comment.
It looks fine to me
anyway, I do not like how we do mapping in this project, nothing to be with this review, but as we are adding new mappings... please do deep test in DEV before merging to master.
…zation logic in `EntitiesMapper`.
jordivx
approved these changes
Apr 17, 2026
…gItemId` logic, adding related test enhancements.
|
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
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.



What does this implement/fix?
This pull request adds the capability to resolve
catalogItemIdusingcatalogItemSlugin provisioning operations.Does this close any currently open issues?
No.
Any relevant logs, error output, etc.?
N/A
Where has this been tested?
Checklist