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

Add rest api to configure composer repositories #144

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stefdev49
Copy link

This PR adds rest API support to configure composer repositories, which can be used in automated deployment.

Due to the incompatible changes in the 3.41.0-01 release, I had to raise nxrm-version and parent version to 3.41.0-01.
Without this version bump the API for proxy repositories wouldn't work.

This feature has been tested through the nexus embedded API playground.
I haven't been able to find a suitable integration test in the whole nexus-public, so any hint toward such a test would be welcomed.

stefdev49 added 3 commits July 4, 2023 22:04
- Add integration tests for hosted and group repository
- Fix asserts to handle changing port number
- Make parent class abstract and use it to factor common code for integration tests
- Add API tests using integration tests
@stefdev49
Copy link
Author

stefdev49 commented Jul 24, 2023

Hello,

I have been able to add API tests using the integration tests in nexus-repository-composer-it. I have added tests for the hosted and group case.

@lucascacardoso
Copy link

Someone could review and close this PR? Would be a huge help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants