Skip to content

Releases: aepfli/gradle-gitlab-repositories

v0.3.0-beta1 Upload will you work

08 Mar 21:21
bf1ba58
Compare
Choose a tag to compare
Pre-release
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.

v0.2.0 - reaching a decent level of maturity

05 Mar 20:19
Compare
Choose a tag to compare

We are progressing fast and this build marks a milestone.

We now:

  • have a proper documentation
  • have proper CI tools for building and releasing (a lot to do)
  • ensured Java 8 compatibility
  • have a recent gradle version

v0.1.5 - we are reaching a comfortable stage

05 Mar 19:55
Compare
Choose a tag to compare
Updating Release CI to only work on new release

0.1.4 - The last publisher was an imposter

04 Mar 18:16
Compare
Choose a tag to compare
Publishing Functionality

* added dedicated method for publishing called `upload`
  as we need to provide the owner.
* improved Logging output and handling
* refined structure

0.1.3 - I am the Publisher

04 Mar 09:16
Compare
Choose a tag to compare
Publishing Functionality

* added dedicated method for publishing called `upload`
  as we need to provide the owner.
* improved Logging output and handling
* refined structure

a new hope

11 Feb 18:24
b5ec479
Compare
Choose a tag to compare

Adding GitLab repositories made easy.

Simple configuration of different tokens, and easy applicable to all kind of projects