• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wooga / atlas-github
36%
master: 39%

Build:
Build:
LAST BUILD BRANCH: PR-122
DEFAULT BRANCH: master
Repo Added 30 Jun 2017 12:22PM UTC
Files 21
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH release/2.x
branch: release/2.x
CHANGE BRANCH
x
Reset
  • release/2.x
  • PR-10
  • PR-100
  • PR-101
  • PR-105
  • PR-11
  • PR-110
  • PR-112
  • PR-113
  • PR-116
  • PR-117
  • PR-118
  • PR-120
  • PR-122
  • PR-19
  • PR-20
  • PR-21
  • PR-22
  • PR-23
  • PR-24
  • PR-25
  • PR-26
  • PR-29
  • PR-32
  • PR-33
  • PR-34
  • PR-35
  • PR-36
  • PR-37
  • PR-38
  • PR-39
  • PR-41
  • PR-45
  • PR-47
  • PR-48
  • PR-49
  • PR-50
  • PR-51
  • PR-53
  • PR-54
  • PR-57
  • PR-59
  • PR-60
  • PR-61
  • PR-64
  • PR-65
  • PR-66
  • PR-67
  • PR-68
  • PR-69
  • PR-7
  • PR-70
  • PR-71
  • PR-72
  • PR-74
  • PR-75
  • PR-76
  • PR-79
  • PR-80
  • PR-81
  • PR-82
  • PR-83
  • PR-84
  • PR-86
  • PR-87
  • PR-89
  • PR-9
  • PR-91
  • PR-94
  • PR-96
  • PR-97
  • master
  • refactor/abstract_github_task
  • refactor/lazy_release_properties
  • v0.1.0
  • v0.2.0
  • v0.3.0
  • v0.4.0
  • v0.6.0

pending completion
1

push

jenkins

Different updates (#80)

Description
===========

This patch adds multiple smaller changes and updates into one.
Creating multiple patches would seem silly as some of them are really
one liners.

Update to gradle 6.9
--------------------

Gradle released one last version in the 6.x range which contains a few
additions only available in Gradle 7.

> It will take a while for everyone to upgrade to the latest major
> Gradle 7.0 release. In order to bring some of the improvements sooner
> to users that can’t upgrade to Gradle 7.0 yet, we released
> Gradle 6.9 backport release.
> Gradle 6.9 backports limited support for Java 16, dynamic versions
> in the plugins block, and native support for Apple Silicon.
> See [release](https://go.gradle.com/e/68052/6-9-release-notes-html/dhvx4x/504521087?h=84TuUktWbb5clAIdOkfNQJf3cGD2jpV0M9TzM-Wu6Dc) notes for details.

Github assets API change
------------------------

The `getAssets()` API has a deprecation warning

> Deprecated
> The behavior of this method will change in a future release.
> It will then provide cached assets as provided by assets().
> Use listAssets() instead to fetch up-to-date information of assets.

I switched to `listAssets` to keep the same behavior for now.
In the future we need to check which API is best suited for our usecases.

Add a missing asset upload test case
------------------------------------

I finally provided the testcase outlined in issue #16.
This added test is just here to proov that this usecase is
still supported.

Other
-----

Then there is smaller changes in the documentation and Readme.

Changes
=======

* ![UPDATE] ![GRADLE] to `6.9`
* ![UPDATE] `net.wooga.plugins` to `2.1.1`
* ![IMPROVE] asset uploads tests
* ![CHANGE] use `listAssets()` instead of `getAssets` from github API
* ![IMPROVE] smaller updates to README.md

129 of 363 relevant lines covered (35.54%)

1.42 hits per line

Relevant lines Covered
Build:
Build:
363 RELEVANT LINES 129 COVERED LINES
1.42 HITS PER LINE
Source Files on release/2.x
  • Tree
  • List 19
  • Changed 19
  • Source Changed 19
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1 release/2.x Different updates (#80) Description =========== This patch adds multiple smaller changes and updates into one. Creating multiple patches would seem silly as some of them are really one liners. Update to gradle 6.9 -------------------- ... push 22 Jun 2021 04:33PM UTC jenkins pending completion  
7 release/2.x Different updates (#80) Description =========== This patch adds multiple smaller changes and updates into one. Creating multiple patches would seem silly as some of them are really one liners. Update to gradle 6.9 -------------------- ... push 02 Jun 2021 09:52AM UTC jenkins pending completion  
4 release/2.x added support to gradle's configuration avoidance api (#76) ## Description Added support for Gradle's "Configuration Avoidance API". It eases the burden on Gradle configuration step by assuring that a task configuration will only be executed pri... push 10 May 2021 11:22AM UTC jenkins pending completion  
9 release/2.x Improve publish body input parameter handling (#37) Description =========== This patch improves the handling of body property in `GithubPublish`. With this change it is possible to provide a `File` or `Task` as the input for the body proper... push 09 May 2019 12:32PM UTC jenkins pending completion  
8 release/2.x Improve publish body input parameter handling (#37) Description =========== This patch improves the handling of body property in `GithubPublish`. With this change it is possible to provide a `File` or `Task` as the input for the body proper... push 09 May 2019 09:29AM UTC jenkins pending completion  
6 release/2.x Fix missing task file input declaration (#35) Description =========== The `CopySpec` allows to define source path declarations from multiple sources. If the input is a task or a configuration gradle would normally execute the tasks to produ... push 25 Apr 2019 07:42AM UTC jenkins pending completion  
5 release/2.x Fix multiple calls to lazy body properties (#33) Description =========== As reported in [issue 31], the `PublishBodyStrategy` is invoked multiple times during exection of the publish task. This patch adds a regression test and a small fix t... push 24 Apr 2019 06:35AM UTC jenkins pending completion  
3 release/2.x Refactor plugin lazy configuration (#29) Description =========== The plugin as it is now relies heavily on `convention mapping`, a technique which is not part of the public gradle API. This patch removes all usages of `convention mapping` a... push 15 Apr 2019 05:59PM UTC jenkins pending completion  
2 release/2.x Refactor plugin lazy configuration (#29) Description =========== The plugin as it is now relies heavily on `convention mapping`, a technique which is not part of the public gradle API. This patch removes all usages of `convention mapping` a... push 15 Apr 2019 03:10PM UTC jenkins pending completion  
See All Builds (254)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc