Skip to content

Tags: gyorsok/nexus3-oss

Tags

v2.4.15

Toggle v2.4.15's commit message

Verified

This tag was signed with the committer’s verified signature.
zeitounator Olivier Clavel
HotFix for proxy authentication at repo creation

v2.4.14

Toggle v2.4.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for go repos (ansible-ThoTeam#298)

Co-authored-by: Olivier Clavel <[email protected]>

v2.4.13

Toggle v2.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better backup task schedule (ansible-ThoTeam#269)

- Allow any schedule type for backup task
- Add backup task to other tasks list to create in
  same operation.

v2.4.12

Toggle v2.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enable groovy script creation for nexus > 3.21.2 (ansible-ThoTeam#267)

* Remove molecule prepare stage.

Mount download folder directly in containers.
This might fail one day if we have several
containers for a single scenario but is much
simpler in our case

* Allow creating groovy scripts by default

The role massively relies on that

v2.4.11

Toggle v2.4.11's commit message
HotFix: so lint fails properly

v2.4.10

Toggle v2.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix blobstore restore script when splitted blobstore is on (ansible-T…

…hoTeam#245)

* Digest splitted blobstore list earlier

Collateral dammage of ansible-ThoTeam#241. When split blobstore is on
blobstore list was not valorised early enough
and blobstore restore script was buggy.

* Fix white spaces

v2.4.9

Toggle v2.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Turn off recursive ownership check of blobstores dirs by default (ans…

…ible-ThoTeam#243)

* Turn off recursive ownership check of blobstores dirs by default
* Update README for new parameter

v2.4.8

Toggle v2.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix failing creation of content selectors in nexus v3.20 (ansible-Tho…

…Team#239)

* Add tests for content selectors
* Fix create_content_selector.groovy fail in nexus 3.20

v2.4.7

Toggle v2.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mod_proxy as requirement for debian example (ansible-ThoTeam#233)

v2.4.6

Toggle v2.4.6's commit message
Nexus Onboarding Wizard control (ansible-ThoTeam#220)

Logic to control nexus onboarding wizard display for nexus >= 3.17.0.
Added the `nexus_onboarding_wizard` var to control whether the onboarding wizard
shows on first admin login (default false)
Fixes ansible-ThoTeam#192