Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 8d246cbf9de8ed1ad1ec4256f814e7b40fe0e419
https://github.com/jenkinsci/jenkins/commit/8d246cbf9de8ed1ad1ec4256f814e7b40fe0e419
Author: Christoph Kutzinski <[email protected]>
Date: 2013-06-14 (Fri, 14 Jun 2013)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/MavenTestDataPublisher.java
Log Message:
-----------
[JENKINS-14585] MavenTestDataPublisher didn't do anything
Commit: c15dc50acdff7d99455c4c67fd53a14e1f82eef7
https://github.com/jenkinsci/jenkins/commit/c15dc50acdff7d99455c4c67fd53a14e1f82eef7
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-07-02 (Tue, 02 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.523-SNAPSHOT
Commit: 817237d7323f9103458ac95651f234082e7b2000
https://github.com/jenkinsci/jenkins/commit/817237d7323f9103458ac95651f234082e7b2000
Author: Stephen Connolly <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M core/src/main/java/hudson/model/ItemGroupMixIn.java
Log Message:
-----------
Update stale javadoc
- The caller is no longer responsible as the listener is actually invoked from
the method
Commit: 503c3bd2e6f2ec85514e16a260396ddae68f03ae
https://github.com/jenkinsci/jenkins/commit/503c3bd2e6f2ec85514e16a260396ddae68f03ae
Author: Stephen Connolly <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M core/src/main/java/hudson/model/Job.java
Log Message:
-----------
[FIXES JENKINS-2494] Restore correct behaviour
- Fixes a regression in core where the display name clear on copy was
triggering a save
- More than one way to do this, could also have used the marker interface
approach
This route seems slightly less fragile, though people could still add
ItemListeners
with order == -Double.MAX_VALUE which would then introduce intdeterminism.
A marker interface would remove that indeterminism as the onCopyComplete
method would
be only called on the Job as the last method... but it could be hard to
ensure that all ItemGroupMixin's respect the calling of onCopyComplete
contract
hence this approach seems better to me for that reason
Commit: 55bf883290273ac8caacf272e684151676666f42
https://github.com/jenkinsci/jenkins/commit/55bf883290273ac8caacf272e684151676666f42
Author: Stephen Connolly <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/Node.java
Log Message:
-----------
If every node is restricted to tied jobs only, Matrix build jobs can never
start.
Commit: 184b4a9a21b1718a2483ab70ac14ea3a38d20472
https://github.com/jenkinsci/jenkins/commit/184b4a9a21b1718a2483ab70ac14ea3a38d20472
Author: Stephen Connolly <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/Node.java
Log Message:
-----------
Merge pull request #832 from stephenc/execute-flyweight-anywhere
If every node is restricted to tied jobs only, Matrix build jobs can never start
Commit: ee8753af0f4a7697ebe36a67c7fa6499cb82a848
https://github.com/jenkinsci/jenkins/commit/ee8753af0f4a7697ebe36a67c7fa6499cb82a848
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/MavenTestDataPublisher.java
Log Message:
-----------
must continue and not return, if a single module has no SurefireReport
Commit: d8f74cf86644ff338aff53879f674b971c11967e
https://github.com/jenkinsci/jenkins/commit/d8f74cf86644ff338aff53879f674b971c11967e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-07-03 (Wed, 03 Jul 2013)
Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
Log Message:
-----------
bug fix
Commit: aa7eb7c137ad7649782683dcbbf64703982ad8f8
https://github.com/jenkinsci/jenkins/commit/aa7eb7c137ad7649782683dcbbf64703982ad8f8
Author: Nicolas De Loof <[email protected]>
Date: 2013-07-04 (Thu, 04 Jul 2013)
Changed paths:
M core/src/main/resources/hudson/model/Job/rename.jelly
Log Message:
-----------
check name conflicts in local ItemGroup
Commit: 0be0940d8218ead5638792370d6b43b01033a706
https://github.com/jenkinsci/jenkins/commit/0be0940d8218ead5638792370d6b43b01033a706
Author: Nicolas De Loof <[email protected]>
Date: 2013-07-04 (Thu, 04 Jul 2013)
Changed paths:
M .gitignore
A war/Gruntfile.js
A war/package.json
M war/pom.xml
Log Message:
-----------
grunt profile to run grunt for web resource optimization
Commit: 3fdba721fe1fba2406f3a44f85e906a78278963b
https://github.com/jenkinsci/jenkins/commit/3fdba721fe1fba2406f3a44f85e906a78278963b
Author: ssogabe <[email protected]>
Date: 2013-07-05 (Fri, 05 Jul 2013)
Changed paths:
M
maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/configure-entries_ja.properties
M maven-plugin/src/main/resources/hudson/maven/Messages_ja.properties
A maven-plugin/src/main/webapp/downstreamDisabled_ja.html
Log Message:
-----------
added l10n(ja)
Commit: 84ee0de3238e811a4f2df94ed7e2cda7518f246f
https://github.com/jenkinsci/jenkins/commit/84ee0de3238e811a4f2df94ed7e2cda7518f246f
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/MavenTestDataPublisher.java
Log Message:
-----------
Merge pull request #810 from kutzi/claim-plugin-fix
[JENKINS-14585] core side fix for: claim-plugin cannot claim broken tests in
maven jobs
Commit: 20bd2fcad1040a72e1b331b622c063bf2e36256b
https://github.com/jenkinsci/jenkins/commit/20bd2fcad1040a72e1b331b622c063bf2e36256b
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths:
M changelog.html
Log Message:
-----------
[FIXED JENKINS-14585] Noting
Commit: 715436380334ff590faf8cf53f8f86fe5d15cd61
https://github.com/jenkinsci/jenkins/commit/715436380334ff590faf8cf53f8f86fe5d15cd61
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
Log Message:
-----------
This helps a lot when mocking AbstractProject in unit tests, because so I
don't have to suppress the constructor with PowerMockito
Commit: 95ac644029997ddc981d17086169faf929760d7a
https://github.com/jenkinsci/jenkins/commit/95ac644029997ddc981d17086169faf929760d7a
Author: Christoph Kutzinski <[email protected]>
Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths:
M core/src/test/java/hudson/model/JobTest.java
Log Message:
-----------
fixed some warnings
Commit: 7e4996eb1e518705f7bef78dcdb1b3858cc04126
https://github.com/jenkinsci/jenkins/commit/7e4996eb1e518705f7bef78dcdb1b3858cc04126
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths:
M .gitignore
M changelog.html
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/resources/lib/form/textarea/textarea.js
M debian/debian/changelog
M pom.xml
M test/src/test/java/hudson/triggers/TriggerStartTest.java
Log Message:
-----------
merged back the RC branch
Conflicts:
core/src/main/java/hudson/model/AbstractProject.java
Commit: c6124060b140f942d7b3932a59b588b75216e002
https://github.com/jenkinsci/jenkins/commit/c6124060b140f942d7b3932a59b588b75216e002
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/03251e9e6ad2...c6124060b140
--
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.