Branch: refs/heads/master
Home: https://github.com/jenkinsci/gerrit-trigger-plugin
Commit: d38f9660d988713bba75fb7c4f65f5c176f784d4
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d38f9660d988713bba75fb7c4f65f5c176f784d4
Author: David Pursehouse <[email protected]>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M .gitignore
Log Message:
-----------
Add hostkey.ser to .gitignore
Change-Id: Idfbecaa87464062859779f03a0a3db73ea76fe09
Commit: 86686556fb6d40552b4098b6176960783875abbf
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/86686556fb6d40552b4098b6176960783875abbf
Author: Robert Sandell <[email protected]>
Date: 2012-09-19 (Wed, 19 Sep 2012)
Changed paths:
M build-config/pom.xml
M gerrit-events/pom.xml
M gerrithudsontrigger/pom.xml
M pom.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into i
Commit: 391216b0e405d77cbacaa88e6784c61293490143
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/391216b0e405d77cbacaa88e6784c61293490143
Author: Gustaf Lundh <[email protected]>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpanderTest.java
Log Message:
-----------
Prettify line feeds in CUSTOM_MESSAGES
Change-Id: I1ec2ef65958023e6647593248abce575fa4b56b6
Commit: 565476b555ca6b0917c764818db0e64eb8ed3732
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/565476b555ca6b0917c764818db0e64eb8ed3732
Author: Robert Sandell <[email protected]>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/model/BuildMemory.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
A
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/SkipVote.java
A
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/utils/Logic.java
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly
A gerrithudsontrigger/src/main/webapp/trigger/help-GerritSkipVote.html
A
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpanderSkipVoteParameterTest.java
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpanderTest.java
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/model/BuildMemoryTest.java
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTest.java
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/DuplicatesUtil.java
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/Setup.java
Log Message:
-----------
Skip Vote on result for build.
The user can set so that the result of a job's build
doesn't count for a specific build result.
Change-Id: I2931f5844cc537ef3dfb4b8461316f7dd13760da
Commit: 513e6c76a8b3fffa64d4e543266af0ffb079a9c6
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/513e6c76a8b3fffa64d4e543266af0ffb079a9c6
Author: Gustaf Lundh <[email protected]>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/IGerritHudsonTriggerConfig.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement/index.jelly
A
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement/index.properties
M gerrithudsontrigger/src/main/webapp/help-GerritVerifiedCmdBuildFailed.html
M
gerrithudsontrigger/src/main/webapp/help-GerritVerifiedCmdBuildStarted.html
M
gerrithudsontrigger/src/main/webapp/help-GerritVerifiedCmdBuildSuccessful.html
M
gerrithudsontrigger/src/main/webapp/help-GerritVerifiedCmdBuildUnstable.html
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpanderTest.java
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/MockGerritHudsonTriggerConfig.java
Log Message:
-----------
Fix issue where contributed messages were not shown.
The GerritMessageProvider only added contributed messages
for one build when many builds were triggered by the same
Gerrit Event.
To allow for better looking messages and for less code
redundancy, the CUSTOM_MESSAGE variable has been removed-
Instead the contributed messages are integrated in the
BUILD_STATS variable, and written below each build listed.
To enable/disable showing of the contributed messages,
a checkbox has been introduced in the UI instead.
Change-Id: I42e21b4b9302b044f9b334e2f47228ca51292a76
Commit: 8ae15e4894535ba46f9af21b1013db5b6e356e29
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/8ae15e4894535ba46f9af21b1013db5b6e356e29
Author: Tomas Westling <[email protected]>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginChangeMergedEvent.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginCommentAddedEvent.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginDraftPublishedEvent.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginPatchsetCreatedEvent.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginRefUpdatedEvent.java
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginChangeMergedEvent/config.jelly
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginCommentAddedEvent/config.jelly
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginDraftPublishedEvent/config.jelly
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginPatchsetCreatedEvent/config.jelly
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/events/PluginRefUpdatedEvent/config.jelly
M pom.xml
Log Message:
-----------
Changed plugin to depend on 1.424
UI Issues were found in the PluginGerritEvents on 1.424.
Fixed these UI bugs and changed the plugin to depend on this
version.
Change-Id: Ic56e28d4b53a9b36ae1b1c10b7ceffcaa348c9ac
Commit: d8b7657bb088faa740e0b55988204bf42433d63e
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d8b7657bb088faa740e0b55988204bf42433d63e
Author: Tomas Westling <[email protected]>
Date: 2012-10-01 (Mon, 01 Oct 2012)
Changed paths:
M
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritConnectionConfig.java
M
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritHandler.java
M
gerrit-events/src/test/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritHandlerTest.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
M
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
M
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement/index.jelly
A gerrithudsontrigger/src/main/webapp/help-GerritEMail.html
M
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/MockGerritHudsonTriggerConfig.java
Log Message:
-----------
Fixed circularity bug of CommentAdded.
An issue could occur when the Gerrit trigger
for a project is set to trigger on the same
CommentAdded verdict category and value as
the one that is set by the Gerrit trigger,
causing an infinite loop of builds. This change
fixes that bug.
Also fixed an issue with triggers for projects
that are set up to trigger on several verdict
categories and/or values. Previously, we stopped
at the first category/value we found, now we
iterate through them all.
Change-Id: I02a2cb29e795b7787b2902e8dc9dd9ff9e79b265
Commit: cf2b441022af828d4702ffc78ee9c433148a31f4
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/cf2b441022af828d4702ffc78ee9c433148a31f4
Author: Gustaf Lundh <[email protected]>
Date: 2012-10-15 (Mon, 15 Oct 2012)
Changed paths:
M gerrit-events/pom.xml
Log Message:
-----------
Upgraded jsch to 0.1.49
Hopefully this could help solve some of the reported
instabilities when it commes to reading from the SSH
stream. Some of the interesting bug-fixes includes:
- bugfix: the session down may not be detected during the
re-keying process. FIXED.
- bugfix: data may be written to the closed channel. FIXED.
- bugfix: NPE in closing channels. FIXED.
- bugfix: the remote window size must be in unsigned int. FIXED.
- bugfix: working around OOME in parsing broken data from the
remote. FIXED.
- bugfix: failed to send very long command for exec channels. FIXED.
- bugfix: in some case, failed to get the response
for remote port-forwarding request. FIXED.
- bugfix: packet compression may break sessions
in some case(transferring deflated data). FIXED
- bugfix: fields referred by multiple threads simultaneously should be
volatile. FIXED
- bugfix: in the agent forwarding mode, "ssh-add -l" on the remote
will freeze. FIXED
- bugfix: ChannelShell#setAgentForwarding(true) will cause
resource leaks. FIXED
- bugfix: requests should not be sent to the closed channel. FIXED
- bugfix: failed to initialize channels for the stream forwarding.
FIXED
Change-Id: Ic5fcd9aee638fb84ed65a450e86e003cf9dc52f9
Commit: 9d6e7db02dea2e79ec87a9bb02d8c0cbeaa4fbbd
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/9d6e7db02dea2e79ec87a9bb02d8c0cbeaa4fbbd
Author: Sandell, Robert <[email protected]>
Date: 2012-10-15 (Mon, 15 Oct 2012)
Changed paths:
M gerrit-events/pom.xml
Log Message:
-----------
Merge "Upgraded jsch to 0.1.49" into internal
Compare:
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/efcd72f8862c...9d6e7db02dea