Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/perforce-plugin
  Commit: 086d86f94756c8d8a0194095ff41d25cd2ccad45
      
https://github.com/jenkinsci/perforce-plugin/commit/086d86f94756c8d8a0194095ff41d25cd2ccad45
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M src/main/java/hudson/plugins/perforce/utils/MacroStringHelper.java

  Log Message:
  -----------
  Bug fix: do not suppress interrupted exception

Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com>


  Commit: 7607dc651906862a3c2e424e4911c9e48ce7b9db
      
https://github.com/jenkinsci/perforce-plugin/commit/7607dc651906862a3c2e424e4911c9e48ce7b9db
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M src/main/java/com/perforce/api/Cacheable.java
    M src/main/java/com/perforce/api/CommitException.java
    M src/main/java/com/perforce/api/EventLog.java
    M src/main/java/com/perforce/api/Mapping.java
    M src/main/java/com/perforce/api/P4JNI.java
    M src/main/java/com/perforce/api/P4Process.java
    M src/main/java/com/perforce/api/SourceControlObject.java
    M src/main/java/com/perforce/api/SubmitException.java
    M src/main/java/com/tek42/perforce/parse/AbstractPerforceTemplate.java
    M src/main/java/com/tek42/perforce/parse/Changes.java
    M src/main/java/com/tek42/perforce/parse/Groups.java
    M src/main/java/hudson/plugins/perforce/HudsonP4DefaultExecutor.java
    M src/main/java/hudson/plugins/perforce/HudsonP4Executor.java
    M src/main/java/hudson/plugins/perforce/HudsonP4RemoteExecutor.java
    M src/main/java/hudson/plugins/perforce/HudsonPipedOutputStream.java
    M src/main/java/hudson/plugins/perforce/PerforceChangeLogEntry.java
    M src/main/java/hudson/plugins/perforce/PerforceChangeLogSet.java
    M src/main/java/hudson/plugins/perforce/PerforceMailResolver.java
    M src/main/java/hudson/plugins/perforce/PerforcePasswordEncryptor.java
    M src/main/java/hudson/plugins/perforce/PerforceSCM.java
    M src/main/java/hudson/plugins/perforce/PerforceSCMHelper.java
    M src/main/java/hudson/plugins/perforce/PerforceTagAction.java
    M src/main/java/hudson/plugins/perforce/PerforceTagNotifier.java
    M src/main/java/hudson/plugins/perforce/QuickCleaner.java
    M src/main/java/hudson/plugins/perforce/QuickCleanerCall.java
    M src/main/java/hudson/plugins/perforce/browsers/Perfbrowse.java
    M src/main/java/hudson/plugins/perforce/utils/MacroStringHelper.java
    M src/main/java/hudson/plugins/perforce/utils/NodeSubstitutionHelper.java
    M src/main/java/hudson/plugins/perforce/utils/TimedStreamCloser.java
    M src/test/java/hudson/plugins/perforce/PerforceSCMHelperTest.java
    M src/test/java/hudson/plugins/perforce/PerforceSCMTest.java

  Log Message:
  -----------
  Remove unused imports, minor cleanup of PerforceSCM

Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com>


  Commit: d5738fd33c6b61c35c423b1c64dba3b657edcd06
      
https://github.com/jenkinsci/perforce-plugin/commit/d5738fd33c6b61c35c423b1c64dba3b657edcd06
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M src/main/java/hudson/plugins/perforce/PerforceSCM.java

  Log Message:
  -----------
  Bugfix: Fix errors in PerforceSCM::getSlaveClientNameFormat()

* Avoid NPE in null check with OR clause
* Don't override the configuration field (may lead to concurrency issues)

Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com>


  Commit: 294f2f78f0d5b19f2c5c32270fedb394d4d5e4af
      
https://github.com/jenkinsci/perforce-plugin/commit/294f2f78f0d5b19f2c5c32270fedb394d4d5e4af
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M src/main/java/hudson/plugins/perforce/PerforceSCM.java

  Log Message:
  -----------
  Bug fix: refactor the code to make it NPE-safe

Also replaced StringBuffer by StringBuilder to get a better performance

Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com>


  Commit: 87e4a65dbf24596fae77999f2ee1088410d1f6ae
      
https://github.com/jenkinsci/perforce-plugin/commit/87e4a65dbf24596fae77999f2ee1088410d1f6ae
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M src/main/java/com/tek42/perforce/Depot.java
    M src/main/java/com/tek42/perforce/parse/AbstractPerforceTemplate.java
    M src/main/java/com/tek42/perforce/parse/ChangelistBuilder.java
    M src/main/java/com/tek42/perforce/parse/Changes.java
    M src/main/java/hudson/plugins/perforce/PerforceSCM.java
    M src/main/java/hudson/plugins/perforce/utils/MacroStringHelper.java
    M src/main/resources/hudson/plugins/perforce/PerforceSCM/config.jelly
    M src/main/resources/hudson/plugins/perforce/PerforceSCM/global.jelly

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/jenkinsci/perforce-plugin


  Commit: d67859365dcea68bbc9647bb0c6077d1c0f29009
      
https://github.com/jenkinsci/perforce-plugin/commit/d67859365dcea68bbc9647bb0c6077d1c0f29009
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M src/main/java/com/tek42/perforce/Depot.java
    M src/main/java/com/tek42/perforce/parse/AbstractPerforceTemplate.java
    M src/main/java/com/tek42/perforce/parse/ChangelistBuilder.java
    M src/main/java/com/tek42/perforce/parse/Changes.java
    M src/main/java/hudson/plugins/perforce/PerforceSCM.java
    M src/main/java/hudson/plugins/perforce/utils/MacroStringHelper.java
    M src/main/resources/hudson/plugins/perforce/PerforceSCM/config.jelly
    M src/main/resources/hudson/plugins/perforce/PerforceSCM/global.jelly

  Log Message:
  -----------
  Merge branch 'master' into release_prep


  Commit: 084f68e6121e231e58d91d8b32253d0cfea9463d
      
https://github.com/jenkinsci/perforce-plugin/commit/084f68e6121e231e58d91d8b32253d0cfea9463d
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M src/main/java/com/tek42/perforce/Depot.java
    M src/main/java/com/tek42/perforce/parse/AbstractPerforceTemplate.java
    M src/main/java/com/tek42/perforce/parse/ChangelistBuilder.java

  Log Message:
  -----------
  Refactor https://github.com/jenkinsci/perforce-plugin/pull/56

Changes:
* return null when Depot::getServerTimezone() fails to parse the timezone
* handle nulls in ChangeListBuilder::build()
* Propagate parsing errors to the upper level 
ChangeListBuilder::parseDateWithTimezone()
* code formatting, etc.

CC: @xavery

Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com>


  Commit: 9038bd0b32d99385331b37c4a3857fc84af9021d
      
https://github.com/jenkinsci/perforce-plugin/commit/9038bd0b32d99385331b37c4a3857fc84af9021d
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2014-12-07 (Sun, 07 Dec 2014)

  Changed paths:
    M src/main/java/com/perforce/api/Cacheable.java
    M src/main/java/com/perforce/api/CommitException.java
    M src/main/java/com/perforce/api/EventLog.java
    M src/main/java/com/perforce/api/Mapping.java
    M src/main/java/com/perforce/api/P4JNI.java
    M src/main/java/com/perforce/api/P4Process.java
    M src/main/java/com/perforce/api/SourceControlObject.java
    M src/main/java/com/perforce/api/SubmitException.java
    M src/main/java/com/tek42/perforce/Depot.java
    M src/main/java/com/tek42/perforce/parse/AbstractPerforceTemplate.java
    M src/main/java/com/tek42/perforce/parse/ChangelistBuilder.java
    M src/main/java/com/tek42/perforce/parse/Changes.java
    M src/main/java/com/tek42/perforce/parse/Groups.java
    M src/main/java/hudson/plugins/perforce/HudsonP4DefaultExecutor.java
    M src/main/java/hudson/plugins/perforce/HudsonP4Executor.java
    M src/main/java/hudson/plugins/perforce/HudsonP4RemoteExecutor.java
    M src/main/java/hudson/plugins/perforce/HudsonPipedOutputStream.java
    M src/main/java/hudson/plugins/perforce/PerforceChangeLogEntry.java
    M src/main/java/hudson/plugins/perforce/PerforceChangeLogSet.java
    M src/main/java/hudson/plugins/perforce/PerforceMailResolver.java
    M src/main/java/hudson/plugins/perforce/PerforcePasswordEncryptor.java
    M src/main/java/hudson/plugins/perforce/PerforceSCM.java
    M src/main/java/hudson/plugins/perforce/PerforceSCMHelper.java
    M src/main/java/hudson/plugins/perforce/PerforceTagAction.java
    M src/main/java/hudson/plugins/perforce/PerforceTagNotifier.java
    M src/main/java/hudson/plugins/perforce/QuickCleaner.java
    M src/main/java/hudson/plugins/perforce/QuickCleanerCall.java
    M src/main/java/hudson/plugins/perforce/browsers/Perfbrowse.java
    M src/main/java/hudson/plugins/perforce/utils/MacroStringHelper.java
    M src/main/java/hudson/plugins/perforce/utils/NodeSubstitutionHelper.java
    M src/main/java/hudson/plugins/perforce/utils/TimedStreamCloser.java
    M src/test/java/hudson/plugins/perforce/PerforceSCMHelperTest.java
    M src/test/java/hudson/plugins/perforce/PerforceSCMTest.java

  Log Message:
  -----------
  Merge pull request #63 from synopsys-arc-oss/release_prep

towards 1.3.30 release


Compare: 
https://github.com/jenkinsci/perforce-plugin/compare/1cc76a16206b...9038bd0b32d9

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to