Draft
Conversation
65f633c to
f980570
Compare
3b9ea09 to
412b7f3
Compare
|
When can we expect this feature to be added to the provider? It would be very nice to see this added! |
anmoel
requested changes
Feb 15, 2026
| mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect | ||
| ) | ||
|
|
||
| replace github.com/datadrivers/go-nexus-client => github.com/dungdm93/go-nexus-client v0.0.0-20250513041527-55259c8944c8 |
Member
There was a problem hiding this comment.
please remove this and update version instead of this
Comment on lines
+12
to
+41
| var ( | ||
| RepositoryFormats = []string{ | ||
| "*", | ||
| "apt", | ||
| "cargo", | ||
| "cocoapods", | ||
| "composer", | ||
| "conan", | ||
| "conda", | ||
| "docker", | ||
| "gitlfs", | ||
| "go", | ||
| "helm", | ||
| "huggingface", | ||
| "maven2", | ||
| "npm", | ||
| "nuget", | ||
| "p2", | ||
| "pypi", | ||
| "r", | ||
| "raw", | ||
| "rubygems", | ||
| "yum", | ||
| } | ||
| ReleaseTypes = []string{ | ||
| "RELEASES", | ||
| "PRERELEASES", | ||
| "RELEASES_AND_PRERELEASES", | ||
| } | ||
| ) |
Member
There was a problem hiding this comment.
move this block into schema packages
| mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect | ||
| ) | ||
|
|
||
| replace github.com/datadrivers/go-nexus-client => github.com/dungdm93/go-nexus-client v0.0.0-20250513041527-55259c8944c8 |
Member
There was a problem hiding this comment.
remove this and update client version instead
Member
|
also close the draft |
|
I would not put too much effort into this project, it seems dead. There's another provider for nexus rm that is maintained by someone working at sonatype and is very active. We migrated to that provider sonatyperepo |
|
see also #500 |
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.
#481 seem inactive, so I submit new PR to support
CleanupPolicyDepends on datadrivers/go-nexus-client#165, remove last commit when it's merged
cc @chris-ruecker, @anmoel