feat: Add support for create/update/delete/get/list tasks and cleanup policies - #500
Open
xino12 wants to merge 15 commits into
Open
feat: Add support for create/update/delete/get/list tasks and cleanup policies#500xino12 wants to merge 15 commits into
xino12 wants to merge 15 commits into
Conversation
|
fixes: #200 |
xino12
marked this pull request as ready for review
February 26, 2025 10:38
xino12
commented
Feb 26, 2025
xino12
force-pushed
the
main
branch
2 times, most recently
from
March 11, 2025 16:12
d037e11 to
e57ba3e
Compare
|
Running the example against Nexus 3.78.2-04, I am getting HTTP 405 |
|
@polski-g there is no |
|
This seems to be still waiting for a review. Would be great if these changes can be merged or commented on if something is missing. |
Author
|
@anmoel could you review these changes please? Thank you |
This was referenced Mar 6, 2026
Member
|
@xino12 please fix the tests for tasks (see pipeline) |
jtnord
reviewed
Jun 16, 2026
jtnord
left a comment
There was a problem hiding this comment.
Skip tests when not running against nexus pro.
The Tasks management endpoints are mostly Nexus Pro only so need to be skipped when not running against a nexus pro instance.
Co-authored-by: James Nord <jtnord@users.noreply.github.com>
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.
After merge of datadrivers/go-nexus-client#173 and some other changes related to cleanup policies
Add task and cleanup policy support.