Branch: refs/heads/rc
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f01920915ed6d968724931d5fc709f79f22b30ac
      
https://github.com/jenkinsci/jenkins/commit/f01920915ed6d968724931d5fc709f79f22b30ac
  Author: Vincent Latombe <[email protected]>
  Date:   2013-07-13 (Sat, 13 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/search/SearchTest.java

  Log Message:
  -----------
  Use Junit4/JenkinsRule


  Commit: 2971bce8407632143f74de662b07575dd21b7a0b
      
https://github.com/jenkinsci/jenkins/commit/2971bce8407632143f74de662b07575dd21b7a0b
  Author: Vincent Latombe <[email protected]>
  Date:   2013-07-13 (Sat, 13 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/search/Search.java
    M core/src/main/java/hudson/search/SuggestedItem.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M test/src/test/java/hudson/search/SearchTest.java

  Log Message:
  -----------
  Improved search to search within ItemGroups by looking at all items
contained in Jenkins instead of only direct members.

SuggestedItem has been modified to display more information about the
hierarchy of items where results are stored.


  Commit: bf68530857e3c4a4c048b929e574a431e6620ab6
      
https://github.com/jenkinsci/jenkins/commit/bf68530857e3c4a4c048b929e574a431e6620ab6
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M maven-plugin/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M ui-samples-plugin/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  the trunk is toward 1.527-SNAPSHOT


  Commit: 15736c4590e0618bbc195b8c75f7fa5572e1d1a8
      
https://github.com/jenkinsci/jenkins/commit/15736c4590e0618bbc195b8c75f7fa5572e1d1a8
  Author: Jesse Glick <[email protected]>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

  Log Message:
  -----------
  Merge commit 'ec9b4f1'


  Commit: e5a254f5d9b551fb0cfdfe8457d91a9094990225
      
https://github.com/jenkinsci/jenkins/commit/e5a254f5d9b551fb0cfdfe8457d91a9094990225
  Author: Jesse Glick <[email protected]>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M licenseCompleter.groovy

  Log Message:
  -----------
  Hotfix for build broken by e2134565049fe4352b411bf5283d3a132b3dd365.


  Commit: 1a6f3dfa766234057c29b0b5a15b633c6bce9b23
      
https://github.com/jenkinsci/jenkins/commit/1a6f3dfa766234057c29b0b5a15b633c6bce9b23
  Author: Jesse Glick <[email protected]>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M 
test/src/test/groovy/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest.groovy

  Log Message:
  -----------
  Hotfix for test failure from d90d47d1b76ebb5d753e919afefb5d2457664da2.


  Commit: 7e07fab467861d8ea8ec64a4a7ea28806c89ea25
      
https://github.com/jenkinsci/jenkins/commit/7e07fab467861d8ea8ec64a4a7ea28806c89ea25
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M 
test/src/test/groovy/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest.groovy
    A 
test/src/test/resources/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest/oneProblem.zip

  Log Message:
  -----------
  Revert "Hotfix for test failure from 
d90d47d1b76ebb5d753e919afefb5d2457664da2."

This reverts commit 1a6f3dfa766234057c29b0b5a15b633c6bce9b23.
forgot to add this file


  Commit: 68612c4a5f81b0c508173787bb37156460d6e641
      
https://github.com/jenkinsci/jenkins/commit/68612c4a5f81b0c508173787bb37156460d6e641
  Author: lvotypko <[email protected]>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    A test/src/test/java/hudson/model/ProjectTest.java

  Log Message:
  -----------
  Add tests for Project class


  Commit: e9af33f97064ea8771966b3e74a7b572cb27e3cb
      
https://github.com/jenkinsci/jenkins/commit/e9af33f97064ea8771966b3e74a7b572cb27e3cb
  Author: lvotypko <[email protected]>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    A test/src/test/java/hudson/model/NodeTest.java

  Log Message:
  -----------
  Add tests for Node class


  Commit: 55f196aa20bd78786469b7d8344215ecf2ba13ed
      
https://github.com/jenkinsci/jenkins/commit/55f196aa20bd78786469b7d8344215ecf2ba13ed
  Author: Vojtěch Juránek <[email protected]>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    A test/src/test/java/hudson/model/NodeTest.java

  Log Message:
  -----------
  Merge pull request #887 from lvotypko/NodeTest

Add tests for Node class


  Commit: 96edfca548b448ca38aa10712e82b63f07b9c837
      
https://github.com/jenkinsci/jenkins/commit/96edfca548b448ca38aa10712e82b63f07b9c837
  Author: Vojtěch Juránek <[email protected]>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    A test/src/test/java/hudson/model/ProjectTest.java

  Log Message:
  -----------
  Merge pull request #888 from lvotypko/ProjectTest

Add tests for Project class


  Commit: f18f89d6a039d70d5d1c9475bb6b69f36bf6d7ce
      
https://github.com/jenkinsci/jenkins/commit/f18f89d6a039d70d5d1c9475bb6b69f36bf6d7ce
  Author: Oliver Gondža <[email protected]>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M core/src/test/java/hudson/model/DisplayNameListenerTest.java
    M maven-plugin/src/test/java/hudson/maven/MavenModuleTest.java
    M test/src/test/java/hudson/security/CliAuthenticationTest.java
    M test/src/test/java/hudson/slaves/EnvironmentVariableNodePropertyTest.java
    M test/src/test/java/hudson/slaves/NodeCanTakeTaskTest.java
    M test/src/test/java/hudson/tasks/MavenTest.java
    M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java
    M test/src/test/java/jenkins/model/JenkinsTest.java

  Log Message:
  -----------
  Avoid deprecated junit.framework.Assert, use org.junit.Assert instead


  Commit: ad780b64942a92a765a120cae786ce9480dc8a73
      
https://github.com/jenkinsci/jenkins/commit/ad780b64942a92a765a120cae786ce9480dc8a73
  Author: Christoph Kutzinski <[email protected]>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M core/src/test/java/hudson/model/DisplayNameListenerTest.java
    M maven-plugin/src/test/java/hudson/maven/MavenModuleTest.java
    M test/src/test/java/hudson/security/CliAuthenticationTest.java
    M test/src/test/java/hudson/slaves/EnvironmentVariableNodePropertyTest.java
    M test/src/test/java/hudson/slaves/NodeCanTakeTaskTest.java
    M test/src/test/java/hudson/tasks/MavenTest.java
    M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java
    M test/src/test/java/jenkins/model/JenkinsTest.java

  Log Message:
  -----------
  Merge pull request #890 from olivergondza/deprecated-assert

Avoid deprecated junit.framework.Assert, use org.junit.Assert instead


  Commit: 902a0747f32637fee74393d05f2a512e90a2f005
      
https://github.com/jenkinsci/jenkins/commit/902a0747f32637fee74393d05f2a512e90a2f005
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java

  Log Message:
  -----------
  Emphasizing that FileCallable should not be an inner class.


  Commit: 93d027bccc0363b33d6b774a29a9909888256d8b
      
https://github.com/jenkinsci/jenkins/commit/93d027bccc0363b33d6b774a29a9909888256d8b
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M core/src/main/java/jenkins/model/JenkinsLocationConfiguration.java

  Log Message:
  -----------
  @since


  Commit: 6588f42904ea133b2709750089557e3650bb1910
      
https://github.com/jenkinsci/jenkins/commit/6588f42904ea133b2709750089557e3650bb1910
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/EnvironmentContributor.java
    M core/src/main/java/hudson/model/Job.java
    M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java
    A test/src/test/groovy/hudson/model/EnvironmentContributorTest.groovy

  Log Message:
  -----------
  [FIXED JENKINS-19042]

Added a new overloaded version that works on a project.

Updated CoreEnvironmentContributor accordingly.


  Commit: eb19e3409e5d0979dedfcdfbad316e101c14899b
      
https://github.com/jenkinsci/jenkins/commit/eb19e3409e5d0979dedfcdfbad316e101c14899b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Integrated a newer remoting.jar


  Commit: 8697ec2947081627c5441648f5f9b78e32826c3b
      
https://github.com/jenkinsci/jenkins/commit/8697ec2947081627c5441648f5f9b78e32826c3b
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M test/src/test/java/hudson/tasks/MavenTest.java

  Log Message:
  -----------
  JUnit 4.


  Commit: 50cda8ca190315d1f2b9c7da310af0c6cc9224e0
      
https://github.com/jenkinsci/jenkins/commit/50cda8ca190315d1f2b9c7da310af0c6cc9224e0
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/search/Search.java
    M core/src/main/java/hudson/search/SuggestedItem.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M test/src/test/java/hudson/search/SearchTest.java

  Log Message:
  -----------
  Merge pull request #848 from Vlatombe/improve-search

Improve search to look for items inside ItemGroup


  Commit: cb6a8e84fe24376c4c98d74270f38426c3cc0bb9
      
https://github.com/jenkinsci/jenkins/commit/cb6a8e84fe24376c4c98d74270f38426c3cc0bb9
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/search/SuggestedItem.java

  Log Message:
  -----------
  Follow-ups to #848.


  Commit: 72901837dbbb554ec3d66ecd6b9949f1d794312c
      
https://github.com/jenkinsci/jenkins/commit/72901837dbbb554ec3d66ecd6b9949f1d794312c
  Author: Oliver Gondža <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/Maven.java
    M core/src/main/java/hudson/util/ArgumentListBuilder.java
    M core/src/test/java/hudson/util/ArgumentListBuilderTest.java
    M test/src/test/java/hudson/tasks/MavenTest.java

  Log Message:
  -----------
  [FIXED 10539] Preserve backslash in Matrix buildstep properties


  Commit: af2c89945207dc72c04086a6995e9a9dd180ff80
      
https://github.com/jenkinsci/jenkins/commit/af2c89945207dc72c04086a6995e9a9dd180ff80
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M test/src/test/java/hudson/model/ProjectTest.java

  Log Message:
  -----------
  Ignoring currently failing tests.


  Commit: 69fe8f30c8d98dc46fda5398e4a56fb84e108bac
      
https://github.com/jenkinsci/jenkins/commit/69fe8f30c8d98dc46fda5398e4a56fb84e108bac
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/Maven.java
    M core/src/main/java/hudson/util/ArgumentListBuilder.java
    M core/src/test/java/hudson/util/ArgumentListBuilderTest.java
    M test/src/test/java/hudson/tasks/MavenTest.java

  Log Message:
  -----------
  Merge branch 'master' of github.com:jenkinsci/jenkins


  Commit: 8e08d2dcddc1ca3c36d7e570da7a35bd0950b8f2
      
https://github.com/jenkinsci/jenkins/commit/8e08d2dcddc1ca3c36d7e570da7a35bd0950b8f2
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  [FIXED JENKINS-10539] Noting that #841 was merged.


  Commit: 2135a17552fd3378aed8837b4822e2461e305584
      
https://github.com/jenkinsci/jenkins/commit/2135a17552fd3378aed8837b4822e2461e305584
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/LogRotator.java

  Log Message:
  -----------
  DRY: introduced method shouldKeepRun.


  Commit: e7b914306709ccb248e0424f6084721c1e198fe1
      
https://github.com/jenkinsci/jenkins/commit/e7b914306709ccb248e0424f6084721c1e198fe1
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/model/ParametersAction.java

  Log Message:
  -----------
  typo


  Commit: 47de54d070f67af95b4fefb6d006a72bb31a5cb8
      
https://github.com/jenkinsci/jenkins/commit/47de54d070f67af95b4fefb6d006a72bb31a5cb8
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M changelog.html
    M core/pom.xml
    M core/src/main/java/hudson/ClassicPluginStrategy.java
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/model/AbstractProject.java
    M pom.xml

  Log Message:
  -----------
  [FIXED JENKINS-18677]

Integrated bytecode-compatibility-transformer that allows core to
do signature changes on properties that plugins might depend on.

The library performs necessary bytecode transformation to achieve this.

The first use of this is to fix plugins that looks for List
AbstractProject.triggers, thereby resolving JENKINS-18677.

For the time being, I'm not loading such compatibility annotations from
plugins, but I did code that in PluginManager. Let's see how this
feature work out for a while in the core, and if it looks stable and
solid, we'll open it up to plugins at that point.


  Commit: 5bf6c0daf21f003137c158076317e04314ebb1a8
      
https://github.com/jenkinsci/jenkins/commit/5bf6c0daf21f003137c158076317e04314ebb1a8
  Author: Vincent Latombe <[email protected]>
  Date:   2013-08-03 (Sat, 03 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/search/Search.java
    M core/src/main/java/hudson/search/SuggestedItem.java

  Log Message:
  -----------
  Follow-up on PR #848 https://github.com/jenkinsci/jenkins/pull/848

a search context is now provided to build SuggestedItem in order to
provide correct search name and url in the given results.


  Commit: 6aaf6db45854a6e7410269d12fece1f7bb412403
      
https://github.com/jenkinsci/jenkins/commit/6aaf6db45854a6e7410269d12fece1f7bb412403
  Author: lvotypko <[email protected]>
  Date:   2013-08-04 (Sun, 04 Aug 2013)

  Changed paths:
    M test/src/test/java/hudson/model/ProjectTest.java

  Log Message:
  -----------
  Fix failure of tests


  Commit: 370989fec12a139a96b66335185b2eb804bf298e
      
https://github.com/jenkinsci/jenkins/commit/370989fec12a139a96b66335185b2eb804bf298e
  Author: Oliver Gondža <[email protected]>
  Date:   2013-08-04 (Sun, 04 Aug 2013)

  Changed paths:
    M test/src/test/java/hudson/model/ProjectTest.java

  Log Message:
  -----------
  Merge pull request #896 from lvotypko/fix-tests


  Commit: 850f55f077b028f9acfc96b9da8b6d819849de87
      
https://github.com/jenkinsci/jenkins/commit/850f55f077b028f9acfc96b9da8b6d819849de87
  Author: lvotypko <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/ArtifactArchiver.java
    M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java

  Log Message:
  -----------
  Fix NullPointerException which is possible in concurrent builds.


  Commit: bada68e11cecfb27e311abc4d51a5a119b091cc9
      
https://github.com/jenkinsci/jenkins/commit/bada68e11cecfb27e311abc4d51a5a119b091cc9
  Author: Oliver Gondža <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/ArtifactArchiver.java
    M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java

  Log Message:
  -----------
  Merge pull request #897 from lvotypko/concurrent-build


  Commit: 62801817809db34c9358b5b4e5b9241a5a99b6c0
      
https://github.com/jenkinsci/jenkins/commit/62801817809db34c9358b5b4e5b9241a5a99b6c0
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Fixing encoding of sources generated by Localizer.
MAVEN_OPTS=-Dfile.encoding=Cp1252 mvn -DskipTests -f core/pom.xml clean compile


  Commit: 14a7b557e4339c43203bf6e3b192512c4047b1e8
      
https://github.com/jenkinsci/jenkins/commit/14a7b557e4339c43203bf6e3b192512c4047b1e8
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  maven-hpi-plugin update, but really need 1.97.


  Commit: 5847427dd2d87a937bc81c0027ef988225744d0e
      
https://github.com/jenkinsci/jenkins/commit/5847427dd2d87a937bc81c0027ef988225744d0e
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/ArtifactArchiver.java
    M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java

  Log Message:
  -----------
  Merge branch 'master' of github.com:jenkinsci/jenkins


  Commit: 19c4ac08a65093cd0e6c5fdf5af804499d45046a
      
https://github.com/jenkinsci/jenkins/commit/19c4ac08a65093cd0e6c5fdf5af804499d45046a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M changelog.html
    M debian/debian/changelog

  Log Message:
  -----------
  merged back the RC branch


  Commit: 30ca0b818e0ae07c877dc63740f073c9782d79a4
      
https://github.com/jenkinsci/jenkins/commit/30ca0b818e0ae07c877dc63740f073c9782d79a4
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    A .idea/compiler.xml
    A .idea/encodings.xml
    A .idea/groovyc.xml

  Log Message:
  -----------
  Adding some IntelliJ configuration files.

The contents of those files are manually inspected.
This will hopefully reduce the ramp-up curve for new users.
This is based on http://www.jetbrains.com/idea/webhelp/project.html


  Commit: fd0ff3621bb302d16ea5a914c85bef6c917603ee
      
https://github.com/jenkinsci/jenkins/commit/fd0ff3621bb302d16ea5a914c85bef6c917603ee
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/search/Search.java
    M core/src/main/java/hudson/search/SuggestedItem.java

  Log Message:
  -----------
  Merge pull request #893 from Vlatombe/pr/improve-search-2

Follow-up on PR #848


  Commit: c8e1be6df5b79b20eabf36bee94e474dc506e23b
      
https://github.com/jenkinsci/jenkins/commit/c8e1be6df5b79b20eabf36bee94e474dc506e23b
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/search/Search.java
    M core/src/main/java/hudson/search/SuggestedItem.java

  Log Message:
  -----------
  Follow-ups to #893 (search improvements for folders).


  Commit: dced4821d61ff25564fa56cf5fcfd3b61e194672
      
https://github.com/jenkinsci/jenkins/commit/dced4821d61ff25564fa56cf5fcfd3b61e194672
  Author: albers <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M core/src/main/resources/hudson/AboutJenkins/index_de.properties
    A 
core/src/main/resources/hudson/PluginWrapper/thirdPartyLicenses_de.properties

  Log Message:
  -----------
  added translation for About Jenkins (de)


  Commit: edbddc11236af37841d11311186b6a43a885c130
      
https://github.com/jenkinsci/jenkins/commit/edbddc11236af37841d11311186b6a43a885c130
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  creating an RC branch


Compare: 
https://github.com/jenkinsci/jenkins/compare/7a5a94265ce2...edbddc11236a

-- 
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/groups/opt_out.


Reply via email to