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

Feature request: Repository format type = raw is not available #50

Closed
5obol opened this issue May 28, 2020 · 8 comments
Closed

Feature request: Repository format type = raw is not available #50

5obol opened this issue May 28, 2020 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@5obol
Copy link

5obol commented May 28, 2020

Hi guys

I have found almost all the needed resources in your provider. And that is very cool.
Though 1 resource type seems to be missing or just not implemented yet.
Would be wonderful to have it added/implemented as well and be able to fully manage Nexus as code.
This is repository format = raw . I can’t find it implemented in your provider.
We use it for repository types as follow: hosted, group, proxy .

I had a look into the code here:
https://github.com/datadrivers/terraform-provider-nexus/blob/master/nexus/resource_repository.go

And don’t see that raw format is supported.
Here is the official link to the description: https://help.sonatype.com/repomanager3/formats/raw-repositories

@Nosmoht
Copy link
Contributor

Nosmoht commented May 28, 2020

Hi @5obol ,

we are happy to implement this, unfortunately Nexus 3.23.0 does not support RAW format via API. Lets see what the next release brings.

@Nosmoht Nosmoht added the enhancement New feature or request label May 28, 2020
@fog1985
Copy link

fog1985 commented Jun 2, 2020

Hi @Nosmoht ,
I have just happened to find that it seems like Nexus 3.24.0 which has not released yet but will support it:
https://github.com/sonatype/nexus-public/tree/master/plugins/nexus-repository-raw
They added it just yesterday :)
Please have a look at.

@Nosmoht
Copy link
Contributor

Nosmoht commented Jun 8, 2020

Hi @fog1985 ,

we will start with implementation as soon as 3.24.0 is out. Or feel free to send a PR ;)

@fog1985
Copy link

fog1985 commented Jun 8, 2020

Hi @fog1985 ,

we will start with implementation as soon as 3.24.0 is out. Our feel free to send a PR ;)

If I could I would have sent it already. :P) Unfortunately not so good at Go programming. I have just started studying Python recently. :)

@Nosmoht
Copy link
Contributor

Nosmoht commented Jun 9, 2020

Implementation already done #59.
Just waiting for a review and then we can create v1.8.0.

@Nosmoht
Copy link
Contributor

Nosmoht commented Jun 10, 2020

We've release v1.8.0 which supports raw repository format.

@Nosmoht Nosmoht self-assigned this Jun 10, 2020
@fog1985
Copy link

fog1985 commented Jun 12, 2020

Tested out. Works as expected.

@Nosmoht Nosmoht closed this as completed Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants