Branch: refs/heads/master
Home: https://github.com/jenkinsci/m2release-plugin
Commit: 0a16dc8aba130d00b432b866f35ac46c53759ffe
https://github.com/jenkinsci/m2release-plugin/commit/0a16dc8aba130d00b432b866f35ac46c53759ffe
Author: Anders Hammar <[email protected]>
Date: 2013-12-20 (Fri, 20 Dec 2013)
Changed paths:
M src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction.java
Log Message:
-----------
Updates to javadoc and comments.
Signed-off-by: Anders Hammar <[email protected]>
Commit: 8a166ef54883fdaf1e244cbd046d2e0908ee1adf
https://github.com/jenkinsci/m2release-plugin/commit/8a166ef54883fdaf1e244cbd046d2e0908ee1adf
Author: Anders Hammar <[email protected]>
Date: 2013-12-20 (Fri, 20 Dec 2013)
Changed paths:
M src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction.java
M
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
M
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction/badge.jelly
R src/main/webapp/img/new-package.png
A src/main/webapp/img/releasebadge-dryrun.png
A src/main/webapp/img/releasebadge-failure.png
A src/main/webapp/img/releasebadge.png
Log Message:
-----------
[JENKINS-21063] Indicate in icon (or tooltip) if a release build failed.
Failed release build is now indicated in badge/icon as well as tooltip. Also
reworked dryrun badge to align.
Signed-off-by: Anders Hammar <[email protected]>
Commit: 32529b14eec921c0f2baea34ca6bd6548246a9a3
https://github.com/jenkinsci/m2release-plugin/commit/32529b14eec921c0f2baea34ca6bd6548246a9a3
Author: Anders Hammar <[email protected]>
Date: 2013-12-27 (Fri, 27 Dec 2013)
Changed paths:
M pom.xml
M src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction.java
M
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
M
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction/badge.jelly
A
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeActionTest.java
A
src/test/resources/org/jvnet/hudson/plugins/m2release/maven3-failing-project.zip
Log Message:
-----------
[JENKINS-21063] Badge now retrieves dryRun, version, and failedBuild info
from build instead of storing it.
As a side effect, variables in M2ReleaseBadgeAction were removed which will
affect builds persisted with older versions of the plugin.
Also, required version of Jenkins was bumped to 1.509.3.
Signed-off-by: Anders Hammar <[email protected]>
Commit: bb0f1f20eb911d321f2281ea9a4f597b0a0702c1
https://github.com/jenkinsci/m2release-plugin/commit/bb0f1f20eb911d321f2281ea9a4f597b0a0702c1
Author: Anders Hammar <[email protected]>
Date: 2013-12-27 (Fri, 27 Dec 2013)
Changed paths:
M src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseAction.java
M
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseAction/index.jelly
Log Message:
-----------
[FIXED JENKINS-20753] Remove unused "Append Hudson Build Number" option
Signed-off-by: Anders Hammar <[email protected]>
Commit: 1f8dc39b7b325c2be9b33a2640826ed0bb2a65e8
https://github.com/jenkinsci/m2release-plugin/commit/1f8dc39b7b325c2be9b33a2640826ed0bb2a65e8
Author: Anders Hammar <[email protected]>
Date: 2014-01-16 (Thu, 16 Jan 2014)
Changed paths:
M src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction.java
M
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction/badge.jelly
M src/main/webapp/img/releasebadge-failure.png
M
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeActionTest.java
Log Message:
-----------
[JENKINS-21063] Changed failed badge to indicate uncertainty wrt release and
fixed backwards campatibility for builds by old versions of plugin.
Signed-off-by: Anders Hammar <[email protected]>
Commit: 35d201a67b2e32850b68b75621aeb488cfe4c9df
https://github.com/jenkinsci/m2release-plugin/commit/35d201a67b2e32850b68b75621aeb488cfe4c9df
Author: Anders Hammar <[email protected]>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M pom.xml
M
src/main/java/org/jvnet/hudson/plugins/m2release/dashboard/RecentReleasesPortlet.java
M
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper/config.jelly
M src/main/webapp/help-projectConfig-numberOfReleaseBuildsToKeep.html
M src/main/webapp/help-projectConfig-selectAppendHudsonUsername.html
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into JENKINS-21063
* upstream/master:
ReleasesCauses are now userIdCause - so update RSS appropriatly.
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release m2release-0.13.0
Fixed a few UI text items in the project configuration dialog to align with
text items in release dialog.
[FIXED JENKINS-20983] Improve help text for "Preselect append Jenkins
username" option
[FIXED JENKINS-21060] Improve help text of "Number of successful release
builds to keep"
Commit: aaba60e7307eea50ebc377403562364896f3d968
https://github.com/jenkinsci/m2release-plugin/commit/aaba60e7307eea50ebc377403562364896f3d968
Author: imod <[email protected]>
Date: 2014-03-30 (Sun, 30 Mar 2014)
Changed paths:
M pom.xml
M src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction.java
M
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
M
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction/badge.jelly
R src/main/webapp/img/new-package.png
A src/main/webapp/img/releasebadge-dryrun.png
A src/main/webapp/img/releasebadge-failure.png
A src/main/webapp/img/releasebadge.png
A
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeActionTest.java
A
src/test/resources/org/jvnet/hudson/plugins/m2release/maven3-failing-project.zip
Log Message:
-----------
Merge branch 'JENKINS-21063' of https://github.com/andham/m2release-plugin
into andham-JENKINS-21063
Commit: 9eddf086dc875f765a9308244bac29dbaca1a964
https://github.com/jenkinsci/m2release-plugin/commit/9eddf086dc875f765a9308244bac29dbaca1a964
Author: imod <[email protected]>
Date: 2014-03-30 (Sun, 30 Mar 2014)
Changed paths:
M src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseAction.java
M
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseAction/index.jelly
Log Message:
-----------
Merge branch 'JENKINS-20753' of https://github.com/andham/m2release-plugin
into andham-JENKINS-20753
Compare:
https://github.com/jenkinsci/m2release-plugin/compare/7ee2284e0515...9eddf086dc87
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.