- Adding artifactoryMove
- Migrate go maven central
- ADDED: Expose
targeTag
forPromoteImage
- PR 4
- ADDED: Bump
jclouds
to4.2.2
- ADDED:
StorageApi.fileInfo
- Commit aad27
- ADDED:
SearchApi.latestVersionWithLayout
gained optional property 'remote` - PR 2
- BUG:
DockerApi.promote
needs to consume text lest the invocation fail.
- REFACTOR:
DockerApi
endpointpromote
changed default version tov2
. - ADDED: Bump
jclouds
to2.1.1
. - ADDED: Bump
AutoValue
to1.6.2
- ADDED: Bump
gradle-bintray-plugin
to1.8.4
- ADDED: Bump
gradle
to4.9
- REFACTOR: ArtifactoryClient will now implement Closeable in favor of AutoCloseable.
- ADDED: Bump gradle to
4.5
- Commit 95a05 - REFACTOR: Change
AutoValue
dependency tocompileOnly
as it's not required at runtime - Commit 49493 - REFACTOR: all
mock
andinteg
tests now useassertj
assertions overtestng
assertions - Commit 25b1b - ADDED: ArtifactoryClient is now AutoCloseable.
- REFACTOR: complete refactor of ArtifactoryClient and how the builder works.
- ADDED: exposed
jclouds
overrides to the ArtifactoryClient via the builder, setting system properties or environment variables. - REFACTOR: complete re-write of how authentication works.
- ADDED: lots of documentation cleanups, fixes, and additions to make things easier to understand.
- BREAKING: couple of constructors were removed in an effort to simplify things but all apis and endpoints remain the same. This is the last release in preparation for the initial
1.0.0
rollout.
- REFACTOR:
BuildApi.promote
now takes along
instead of anint
for the buildNumber - PR 1 - REFACTOR: Refactor client builder implementation - Commit 6c7cd5
- REFACTOR: bump jclouds to
2.0.3
- BUG: fix broken
all
jar packaging
- ADDED: bump gradle to
4.4
- ADDED: bump jclouds to
2.0.2
- ADDED: can now build on
travis-ci
- REFACTOR: requires jdk1.8 to build
- REFACTOR: removed use of okhttp
- REFACTOR: code cleanup and general refactorings all around
- ADDED: do not relocate 'org' package for
all
jar
- ADDED: `StorageApi' gained endpoint 'listFiles'
- ADDED:
SystemApi
gained endpointsystem
- ADDED:
SearchApi
gained endpointlatestVersionWithLayout
- ADDED:
com.cdancy.artifactory.rest.domain.search.Result
will now return properties should they be requested.
- ADDED: BuildApi along with 'promote' endpoint.
- ADDED: ArtifactApi.copyArtifact endpoint.
- init for project