Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cloudogu/nexus-claim

v1.1.3

20 Aug 08:53
b00f295

Choose a tag to compare

Changed

[#16] Update groovy scripts for compatibility with nexus 3.82

v1.1.2

15 Jul 10:06
v1.1.2
e219794

Choose a tag to compare

Fixed

  • Fixed the repository modify/create/delete scripts. The field "repositoryManager" is not accessible by getter anymore.
    • It is now private and accessed by @repositoryManager
  • Fixed the createRepository script
    • In previous versions, when null was returned, it was converted to a string "null"
    • Now the api returns an empty string on null
    • The go-code was previously checking for the "null" string

v1.1.1

24 Sep 07:59
d925fd7

Choose a tag to compare

Changed

  • Fixed the repository modify script.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Sep 13:13
7a7cd89

Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Jun 07:43
v1.0.0
786749b

Choose a tag to compare

Update to Nexus API 3.23

Changed

  • migrates from glide to go modules to be able to use recent go versions for compile
  • integrates makefiles see #2
  • updates to nexus api 3.23
  • fixes issue related to api changes see #7

v0.3.0

31 Jan 14:28
v0.3.0

Choose a tag to compare

You now can set the timeout for HTTP requests of the nexus script manager via timeout flag
The default timeout is set to 30 seconds
This was necessary to make nexus-carp work with Nexus 3 in an offline environment

v0.2.2

22 Jan 11:36

Choose a tag to compare

Update configuration support

v0.2.1

15 Jan 12:03

Choose a tag to compare

New Release
Fixes #3

v0.2.0

16 May 06:52
v0.2.0

Choose a tag to compare

Support for Nexus 3

v0.1.0

26 Jul 09:47

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release