Skip to content

Releases: aepfli/gradle-gitlab-repositories

v0.7.0-beta1

04 Apr 14:20
2cf72c0
Compare
Choose a tag to compare
v0.7.0-beta1 Pre-release
Pre-release

Dependency updates

v0.6.1: Update actions/checkout action to v3 (#37)

10 Mar 09:35
Compare
Choose a tag to compare

v0.6.0

09 Mar 12:24
204565b
Compare
Choose a tag to compare

Breaking Changes:

  • Token handling has changed. We use Strings instead of class references now.

v0.6.0-beta1

26 Jan 20:10
afdf7e4
Compare
Choose a tag to compare
v0.6.0-beta1 Pre-release
Pre-release

Breaking Changes:

  • Token handling has changed. We use Strings instead of class references now.

v0.5.0 - make Kotlin a first citizen

20 Oct 18:00
fc258c1
Compare
Choose a tag to compare

Breaking changes:

  • removed gitLab.upload(owner, ...) endpoint

Bugfixes:

  • Fixing Kotlin DSL repository resolution (#14 #15 #16 )

Enhancements:

  • Improved tests to handle Groovy and Kotlin DSL builds

v0.5.0-beta1

11 Oct 17:47
Compare
Choose a tag to compare
v0.5.0-beta1 Pre-release
Pre-release

Breaking changes:

  • removed gitLab.upload(owner, ...) endpoint

Bugfixes:

  • Fixing Kotlin DSL repository resolution (#14 #15 #16 )

Enhancements:

  • Improved tests to handle Groovy and Kotlin gradle builds

beta for #16

v0.4.1 - Security mistakes happens

06 May 18:01
c10551d
Compare
Choose a tag to compare

Fixing logging secrets for info log

v0.4.0 - Change

25 Mar 08:49
2569bc8
Compare
Choose a tag to compare
Improving API and Documentation (#8)

* Improving API and Documentation

The documentation was not updated with the last
pull request. I added it now.
Furthermore we improved the API for easier usage.

* changing directories and further improvements

v0.4.0-beta

19 Mar 10:37
f9d1d8f
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release
Reworked Structure (#5)

BREAKING CHANGE

v0.3.0 - May the uploads be with you

11 Mar 14:22
bf1ba58
Compare
Choose a tag to compare
Upload not working properly (#1) (#2)

Fixed the not properly working upload by fixing the API error within the
implementation. We falsely used the same API for groups and projects,
which is of course wrong.
Furthermore for uploading we should be only allowed to use the projects
endpoint. Besides those improvements we also added better logging and
extracted some logic.