Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 2380a8d4507d641ad4893278ac5c37c573696afd
https://github.com/jenkinsci/jenkins/commit/2380a8d4507d641ad4893278ac5c37c573696afd
Author: Esa Laine <[email protected]>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M core/src/main/java/hudson/cli/BuildCommand.java
Log Message:
-----------
fix JENKINS-14772
This fix implements an optional retry loop for cli BuildCommand
The retry is not for the actual command, but for reading the log file
(when -v is used) This is so that slow machines, which may create the log
file so slowly that is it not present when reading of it starts,
will optionally try to start reading it multiple times.
This is implemented via a use of an optional "-r INT" cmd option
Commit: 00c578598b50e26afd31fe7c6c6a288cd68b9d08
https://github.com/jenkinsci/jenkins/commit/00c578598b50e26afd31fe7c6c6a288cd68b9d08
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-08-20 (Mon, 20 Aug 2012)
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.480-SNAPSHOT
Commit: 647c0577025af7183fa2c71f7ef04b8bad4f956b
https://github.com/jenkinsci/jenkins/commit/647c0577025af7183fa2c71f7ef04b8bad4f956b
Author: Nicolas De Loof <[email protected]>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M core/src/main/java/hudson/model/User.java
R core/src/main/java/jenkins/model/DefaultUserCannonicalIdResolver.java
A core/src/main/java/jenkins/model/DefaultUserCanonicalIdResolver.java
Log Message:
-----------
Fix typo : cannon != canon
Commit: a42cf0d84dbebf68e3e1163ffb2beb270da6eb85
https://github.com/jenkinsci/jenkins/commit/a42cf0d84dbebf68e3e1163ffb2beb270da6eb85
Author: Nicolas De Loof <[email protected]>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M core/src/main/java/hudson/model/User.java
Log Message:
-----------
distinguish get(idOrFullName) and getOrCreate(id)
so that getAll() don't invoke CanonicalIdResolvers for known IDs
Commit: b7212d04a4c2695e4c1bf583eebf601855ef3cc6
https://github.com/jenkinsci/jenkins/commit/b7212d04a4c2695e4c1bf583eebf601855ef3cc6
Author: Nicolas De Loof <[email protected]>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M core/src/main/java/hudson/model/User.java
Log Message:
-----------
CanonicalIdResolver implementation to lookup user by full name
as get(String idOrFullName) suggest
Commit: 5617337e002e303b53c15a05b4c1003b729369de
https://github.com/jenkinsci/jenkins/commit/5617337e002e303b53c15a05b4c1003b729369de
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
R core/src/main/java/hudson/model/UpdateSite/_api.jelly
A core/src/main/resources/hudson/model/UpdateSite/_api.jelly
Log Message:
-----------
Jelly scripts must be in src/main/resources, not src/main/java, to be
available.
Commit: bfcc93bb13a0dd48ae19447644a7f0d85b95ac01
https://github.com/jenkinsci/jenkins/commit/bfcc93bb13a0dd48ae19447644a7f0d85b95ac01
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M core/pom.xml
Log Message:
-----------
annotation-indexer 1.4
Commit: 19e2a0127f5fe1e523e40188b56223fee3f34044
https://github.com/jenkinsci/jenkins/commit/19e2a0127f5fe1e523e40188b56223fee3f34044
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M test/src/test/resources/lib/layout/RenderOnDemandTest/testBehaviour.jelly
M
test/src/test/resources/scripts/BehaviorTest/testDuplicateRegistrations.jelly
M war/src/main/webapp/scripts/behavior.js
Log Message:
-----------
Addition of Behaviour.specify, and basic test updates.
Commit: 81bdb4be8ef8853f1670ad2ab8f86c872e7346c7
https://github.com/jenkinsci/jenkins/commit/81bdb4be8ef8853f1670ad2ab8f86c872e7346c7
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M core/src/main/resources/hudson/PluginManager/_table.js
M core/src/main/resources/hudson/console/ExpandableDetailsNote/script.js
M
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config.jelly
M core/src/main/resources/lib/form/advanced/advanced.js
M core/src/main/resources/lib/form/apply/apply.js
M core/src/main/resources/lib/form/combobox/combobox.js
M core/src/main/resources/lib/form/hetero-list/hetero-list.js
M core/src/main/resources/lib/form/radioBlock/radioBlock.js
M core/src/main/resources/lib/form/repeatable/repeatable.js
M core/src/main/resources/lib/form/select/select.js
M core/src/main/resources/lib/form/textarea/textarea.js
M core/src/main/resources/lib/layout/copyButton/copyButton.js
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Updated to Behaviour.specify.
Commit: fbb77a8ef8c354cdcfcb473ab8e525c630a9d44e
https://github.com/jenkinsci/jenkins/commit/fbb77a8ef8c354cdcfcb473ab8e525c630a9d44e
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M test/src/test/java/scripts/BehaviorTest.java
A test/src/test/resources/scripts/BehaviorTest/testSelectorOrdering.jelly
M war/src/main/webapp/scripts/behavior.js
Log Message:
-----------
Changed meaning of priority in Behaviour.specify.
Callers seem to expect that priority behaviors are applied before any behaviors
in other selectors.
Commit: e3266eb8d57c327c78fc8a95710b365d02a419e0
https://github.com/jenkinsci/jenkins/commit/e3266eb8d57c327c78fc8a95710b365d02a419e0
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M war/src/main/webapp/scripts/behavior.js
Log Message:
-----------
Run deprecated behaviors at position 0.
Commit: c9cf3b67bb0e3f739d8f45341648bf04fc363b2e
https://github.com/jenkinsci/jenkins/commit/c9cf3b67bb0e3f739d8f45341648bf04fc363b2e
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Retain hudsonRules/jenkinsRules for now, as many scripts in core & plugins
directly modify this hash.
Commit: d75daef964474fd57ad135e02074c1688ad7a40a
https://github.com/jenkinsci/jenkins/commit/d75daef964474fd57ad135e02074c1688ad7a40a
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M war/src/main/webapp/scripts/behavior.js
Log Message:
-----------
TAB -> spaces
Commit: 027ac6d3db7df0d1f373b0ee2005c413ed7ca25e
https://github.com/jenkinsci/jenkins/commit/027ac6d3db7df0d1f373b0ee2005c413ed7ca25e
Author: Jesse Glick <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M core/src/main/resources/lib/layout/copyButton/copyButton.js
Log Message:
-----------
Typo.
Commit: 1a5e41bb0fa3cce584dea67b0d431cb62c830a08
https://github.com/jenkinsci/jenkins/commit/1a5e41bb0fa3cce584dea67b0d431cb62c830a08
Author: Esa Laine <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
Log Message:
-----------
add test case for JENKINS-14772
Commit: a3aa29b2614fd5c8ab65f40a29a6230894c673dd
https://github.com/jenkinsci/jenkins/commit/a3aa29b2614fd5c8ab65f40a29a6230894c673dd
Author: Nicolas De loof <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M core/src/main/java/hudson/cli/BuildCommand.java
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
Log Message:
-----------
Merge pull request #539 from pgdad/JENKINS-14772
fix JENKINS-14772
Commit: 745360b6a9acb1dfc325d10068e3c3b2d9d6871f
https://github.com/jenkinsci/jenkins/commit/745360b6a9acb1dfc325d10068e3c3b2d9d6871f
Author: Jesse Glick <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M core/src/main/resources/lib/form/textarea/textarea.js
Log Message:
-----------
@ohtake notes that there is a logical dependency between these two behaviors.
Commit: 0f36c5321a8b16aba537b6386ea9a81722773ffb
https://github.com/jenkinsci/jenkins/commit/0f36c5321a8b16aba537b6386ea9a81722773ffb
Author: Jesse Glick <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M war/src/main/webapp/scripts/behavior.js
Log Message:
-----------
Make 'storage' truly private, so we never again have people trying to
directly edit this struct.
Commit: 26c5dea49513f13f4ce42d35d20df84fd95283be
https://github.com/jenkinsci/jenkins/commit/26c5dea49513f13f4ce42d35d20df84fd95283be
Author: Jesse Glick <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M core/src/main/java/hudson/init/InitStrategy.java
M war/pom.xml
Log Message:
-----------
Load all bundled plugins during hudson-dev:run, not just maven-plugin &
javadoc.
Not so visible an effect currently due to a bug fixed in 4ace69e
(maven-hpi-plugin 1.87)
by which extensions of all plugins which are test deps of jenkins-test-harness
were being loaded inadvertently.
Originally tried to define ${bundledPlugins} using gmaven-plugin as per [1] but
this does not work,
so adopted the tack of just using a static glob *.hpi and interpreting that in
core.
[1]
http://stackoverflow.com/questions/7601835/why-cant-the-maven-deploy-plugin-resolve-my-custom-system-property
Commit: 951f048bc1223b569a960b6b187aa6ce4711920f
https://github.com/jenkinsci/jenkins/commit/951f048bc1223b569a960b6b187aa6ce4711920f
Author: Jesse Glick <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Continuing c9cf3b6, retain jenkinsRule but empty as a placeholder, and
register its rules in the new way.
Registering them with increasing positions, since there seems to be some
implicit order dependency involving TR.rowvg-start.
Commit: 0e970cbaa1dcd9c7a20cc204e9507486874a8603
https://github.com/jenkinsci/jenkins/commit/0e970cbaa1dcd9c7a20cc204e9507486874a8603
Author: Jesse Glick <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M core/src/main/resources/hudson/matrix/LabelAxis/config.jelly
M core/src/main/resources/lib/hudson/projectViewNested.js
M core/src/main/resources/lib/layout/breadcrumbs.js
M
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy
Log Message:
-----------
hudson/jenkinsRules -> Behaviour.specify
Commit: 4e95625f29045374fe5435434ba1644349eb10c4
https://github.com/jenkinsci/jenkins/commit/4e95625f29045374fe5435434ba1644349eb10c4
Author: Jesse Glick <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config.jelly
Log Message:
-----------
Missed a line in 81bdb4b.
Commit: 20a5daa347f185a60496fb85283700229edbe140
https://github.com/jenkinsci/jenkins/commit/20a5daa347f185a60496fb85283700229edbe140
Author: Jesse Glick <[email protected]>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M war/src/main/webapp/scripts/behavior.js
Log Message:
-----------
Unclear whether 'function() {...}();' is syntactically valid (works in Chrome
& HtmlUnit tests) or whether we need '(function() {...})();' as Rhino seems to
demand and various other scripts use.
Commit: a7aa8e10d5c89c01aeea1693b34aefe3898c3c1d
https://github.com/jenkinsci/jenkins/commit/a7aa8e10d5c89c01aeea1693b34aefe3898c3c1d
Author: Nicolas De Loof <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M core/src/main/java/hudson/cli/CreateJobCommand.java
M core/src/main/java/jenkins/model/Jenkins.java
A core/src/main/java/jenkins/model/ModifiableTopLevelItemGroup.java
Log Message:
-----------
[JENKINS-14902] iterface for ItemGroup that support copy and create operations
Commit: 95d061a6bb88d444cf7172f464f31abb90676033
https://github.com/jenkinsci/jenkins/commit/95d061a6bb88d444cf7172f464f31abb90676033
Author: Nicolas De Loof <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M core/src/main/java/hudson/cli/CreateJobCommand.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/model/ModifiableTopLevelItemGroup.java
Log Message:
-----------
[JENKINS-14902] move javadoc from Jenkins to new interface
check itemgroup to exist and be instance of ModifiableTopLevelItemGroup
fix name .substring
Commit: 696f8b86877982db6087b23bdeff2ec82ccd5ce8
https://github.com/jenkinsci/jenkins/commit/696f8b86877982db6087b23bdeff2ec82ccd5ce8
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/JellyTestSuiteBuilder.java
Log Message:
-----------
More reasonable test names.
Commit: 5a40fe965c962e6618b7f12133ef6cf019eb9370
https://github.com/jenkinsci/jenkins/commit/5a40fe965c962e6618b7f12133ef6cf019eb9370
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M test/pom.xml
Log Message:
-----------
Hotfix for failure of maven-junit-plugin to handle JUnit 4.
Commit: d5e513e60d49ceda0f2a81fa0a7bb67dbef5b4ca
https://github.com/jenkinsci/jenkins/commit/d5e513e60d49ceda0f2a81fa0a7bb67dbef5b4ca
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M core/src/main/java/hudson/cli/CreateJobCommand.java
M core/src/main/java/jenkins/model/Jenkins.java
A core/src/main/java/jenkins/model/ModifiableTopLevelItemGroup.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/jenkins
Commit: 4e9443d4dc349f42e5482d2449d8945127f74098
https://github.com/jenkinsci/jenkins/commit/4e9443d4dc349f42e5482d2449d8945127f74098
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M core/src/main/java/hudson/cli/BuildCommand.java
M core/src/main/java/hudson/cli/CreateJobCommand.java
M core/src/main/java/hudson/init/InitStrategy.java
M core/src/main/java/jenkins/model/Jenkins.java
A core/src/main/java/jenkins/model/ModifiableTopLevelItemGroup.java
M test/pom.xml
M test/src/main/java/org/jvnet/hudson/test/JellyTestSuiteBuilder.java
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
M war/pom.xml
Log Message:
-----------
Merge branch 'master' into Behaviour-specify-14495
Commit: e5ea09ffe30b01019ad005dcbd0f8411fcb6eb1c
https://github.com/jenkinsci/jenkins/commit/e5ea09ffe30b01019ad005dcbd0f8411fcb6eb1c
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M test/pom.xml
Log Message:
-----------
5a40fe9 refinement: maven-junit-plugin matches *.class whereas Surefire
matches *.java.
Commit: 8ade14eee21a5246e8d660326e9e9383c2b1af94
https://github.com/jenkinsci/jenkins/commit/8ade14eee21a5246e8d660326e9e9383c2b1af94
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M test/pom.xml
Log Message:
-----------
Merge branch 'master' into Behaviour-specify-14495
Commit: 9c016d61a0b5972f1c84b7137a0bce031ac80c17
https://github.com/jenkinsci/jenkins/commit/9c016d61a0b5972f1c84b7137a0bce031ac80c17
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M changelog.html
Log Message:
-----------
[JENKINS-14495] Noting further changes.
Commit: 02d378ff86d6d4b1d533cdc725f189d7dc7b91b8
https://github.com/jenkinsci/jenkins/commit/02d378ff86d6d4b1d533cdc725f189d7dc7b91b8
Author: Jesse Glick <[email protected]>
Date: 2012-08-23 (Thu, 23 Aug 2012)
Changed paths:
M core/src/main/resources/hudson/PluginManager/_table.js
Log Message:
-----------
Indentation to make diff smaller.
Commit: 4d33b6a59826d0a293691ae5335c4a49f2ab30a6
https://github.com/jenkinsci/jenkins/commit/4d33b6a59826d0a293691ae5335c4a49f2ab30a6
Author: Jesse Glick <[email protected]>
Date: 2012-08-24 (Fri, 24 Aug 2012)
Changed paths:
M core/src/main/resources/hudson/tasks/BuildTrigger/config.jelly
M core/src/main/resources/hudson/tasks/Fingerprinter/config.jelly
M
core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly
M
core/src/main/resources/lib/hudson/project/config-upstream-pseudo-trigger.jelly
Log Message:
-----------
Pass FQNs to descriptorByName to be on the safe side.
Commit: f74fb619176ee57f12bcf0cd4c3c26d4c8b164fb
https://github.com/jenkinsci/jenkins/commit/f74fb619176ee57f12bcf0cd4c3c26d4c8b164fb
Author: Jesse Glick <[email protected]>
Date: 2012-08-24 (Fri, 24 Aug 2012)
Changed paths:
M
core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly
Log Message:
-----------
Typo.
Commit: f4c656331587feb19d154b1bcd58d87643957136
https://github.com/jenkinsci/jenkins/commit/f4c656331587feb19d154b1bcd58d87643957136
Author: Jesse Glick <[email protected]>
Date: 2012-08-24 (Fri, 24 Aug 2012)
Changed paths:
M core/src/test/java/hudson/util/io/TarArchiverTest.java
Log Message:
-----------
More idiomatic in JUnit 4.
Commit: 688eb6ab5d0a0623ac256447387ec264b4704bd4
https://github.com/jenkinsci/jenkins/commit/688eb6ab5d0a0623ac256447387ec264b4704bd4
Author: Jesse Glick <[email protected]>
Date: 2012-08-24 (Fri, 24 Aug 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/util/IOUtils.java
M core/src/main/java/hudson/util/io/TarArchiver.java
M core/src/test/java/hudson/util/io/TarArchiverTest.java
Log Message:
-----------
[FIXED JENKINS-14922] TarArchiver.visitSymlink can throw undeclared
PosixException.
Commit: 41ca487e346c346b290975747c85f54ddc4e1293
https://github.com/jenkinsci/jenkins/commit/41ca487e346c346b290975747c85f54ddc4e1293
Author: imod <[email protected]>
Date: 2012-08-25 (Sat, 25 Aug 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
define m2e lifecycle-mappings for foreign plugins to allow easy eclipse
integration
Commit: 72f3ab74a96416d4b9b4fec1b4189967392df61d
https://github.com/jenkinsci/jenkins/commit/72f3ab74a96416d4b9b4fec1b4189967392df61d
Author: imod <[email protected]>
Date: 2012-08-25 (Sat, 25 Aug 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
define version of m2e plugin as 1.0.0
Commit: f393e5d914dd38e477ea36ff87af380be847c832
https://github.com/jenkinsci/jenkins/commit/f393e5d914dd38e477ea36ff87af380be847c832
Author: imod <[email protected]>
Date: 2012-08-25 (Sat, 25 Aug 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
enlarge range of gmaven-plugin to be ignored by eclipse
Commit: 3ef8140a3b472eee67558f526e33470516bceb80
https://github.com/jenkinsci/jenkins/commit/3ef8140a3b472eee67558f526e33470516bceb80
Author: Christoph Kutzinski <[email protected]>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths:
M core/src/test/java/jenkins/util/xstream/XStreamDOMTest.java
Log Message:
-----------
idiomatic JUnit 4
Commit: 108acebd7a448818321924fc5be572b56a1e5a0d
https://github.com/jenkinsci/jenkins/commit/108acebd7a448818321924fc5be572b56a1e5a0d
Author: Christoph Kutzinski <[email protected]>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths:
M core/src/main/java/jenkins/util/xstream/XStreamDOM.java
M core/src/test/java/jenkins/util/xstream/XStreamDOMTest.java
Log Message:
-----------
actually assert something in testDomInMap test
Commit: 9522c60f78c67b7a6e5878e04d5f24b29eea657d
https://github.com/jenkinsci/jenkins/commit/9522c60f78c67b7a6e5878e04d5f24b29eea657d
Author: Christoph Kutzinski <[email protected]>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths:
M
core/src/test/java/hudson/util/io/ReopenableRotatingFileOutputStreamTest.java
Log Message:
-----------
close PrintStream
Commit: d5017813ecd411a30de12008778955ec3bf051d2
https://github.com/jenkinsci/jenkins/commit/d5017813ecd411a30de12008778955ec3bf051d2
Author: Christoph Kutzinski <[email protected]>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths:
M core/src/test/java/hudson/UtilTest.java
Log Message:
-----------
Converting to JUnit 4 thus fixing [JENKINS-14641] and also fixing
test(Html)Escape which didn't ran previously because of wrong case
Commit: 8a0e13813f65aa7fc2dea976125b3140417b40f4
https://github.com/jenkinsci/jenkins/commit/8a0e13813f65aa7fc2dea976125b3140417b40f4
Author: Christoph Kutzinski <[email protected]>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths:
M core/src/test/java/hudson/FilePathTest.java
Log Message:
-----------
minor test refactoring
Commit: c27918fefe777fc2f4e46b377ed5e071439ee171
https://github.com/jenkinsci/jenkins/commit/c27918fefe777fc2f4e46b377ed5e071439ee171
Author: Christoph Kutzinski <[email protected]>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths:
M core/src/test/java/hudson/FilePathTest.java
Log Message:
-----------
More test refactoring to make test more readable - at least IMHO
Commit: dd95b13116e4d21532e427a6e2aa3f64123726eb
https://github.com/jenkinsci/jenkins/commit/dd95b13116e4d21532e427a6e2aa3f64123726eb
Author: OHTAKE Tomohiro <[email protected]>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Changed paths:
M core/src/main/resources/hudson/model/Messages_ja.properties
Log Message:
-----------
Fix Japanese translation
"Disabled" should be "mukou" (disabled system) not "shougai" (disabled person)
Commit: 1e40fe6dc65578d62a9692bdb2d6d65f16b2b636
https://github.com/jenkinsci/jenkins/commit/1e40fe6dc65578d62a9692bdb2d6d65f16b2b636
Author: Jesse Glick <[email protected]>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Changed paths:
M pom.xml
Log Message:
-----------
maven-hpi-plugin 1.88, so that jenkins-test-harness extensions are not
spuriously shown in the UI from hudson-dev:run.
Commit: c733b24be79d4c6b12110107fda832bce2e6f08d
https://github.com/jenkinsci/jenkins/commit/c733b24be79d4c6b12110107fda832bce2e6f08d
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M changelog.html
M pom.xml
Log Message:
-----------
[FIXED JENKINS-14909]
integrating a fix that's made in remoting.
Commit: 6c0b40c5cc0d747f16ccdcc21491adbf5bb14424
https://github.com/jenkinsci/jenkins/commit/6c0b40c5cc0d747f16ccdcc21491adbf5bb14424
Author: Jesse Glick <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/util/IOUtils.java
M core/src/main/java/hudson/util/io/TarArchiver.java
M core/src/main/java/jenkins/util/xstream/XStreamDOM.java
M core/src/main/resources/hudson/model/Messages_ja.properties
M core/src/main/resources/hudson/tasks/BuildTrigger/config.jelly
M core/src/main/resources/hudson/tasks/Fingerprinter/config.jelly
M
core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly
M
core/src/main/resources/lib/hudson/project/config-upstream-pseudo-trigger.jelly
M core/src/test/java/hudson/FilePathTest.java
M core/src/test/java/hudson/UtilTest.java
M
core/src/test/java/hudson/util/io/ReopenableRotatingFileOutputStreamTest.java
M core/src/test/java/hudson/util/io/TarArchiverTest.java
M core/src/test/java/jenkins/util/xstream/XStreamDOMTest.java
M plugins/pom.xml
M pom.xml
Log Message:
-----------
Merge branch 'master' into Behaviour-specify-14495
Conflicts:
changelog.html
Commit: 3b1c38675357706d982c804971193f5a2df8eff4
https://github.com/jenkinsci/jenkins/commit/3b1c38675357706d982c804971193f5a2df8eff4
Author: Jesse Glick <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M changelog.html
M core/src/main/resources/hudson/PluginManager/_table.js
M core/src/main/resources/hudson/console/ExpandableDetailsNote/script.js
M core/src/main/resources/hudson/matrix/LabelAxis/config.jelly
M
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config.jelly
M core/src/main/resources/lib/form/advanced/advanced.js
M core/src/main/resources/lib/form/apply/apply.js
M core/src/main/resources/lib/form/combobox/combobox.js
M core/src/main/resources/lib/form/hetero-list/hetero-list.js
M core/src/main/resources/lib/form/radioBlock/radioBlock.js
M core/src/main/resources/lib/form/repeatable/repeatable.js
M core/src/main/resources/lib/form/select/select.js
M core/src/main/resources/lib/form/textarea/textarea.js
M core/src/main/resources/lib/hudson/projectViewNested.js
M core/src/main/resources/lib/layout/breadcrumbs.js
M core/src/main/resources/lib/layout/copyButton/copyButton.js
M test/src/test/java/scripts/BehaviorTest.java
M test/src/test/resources/lib/layout/RenderOnDemandTest/testBehaviour.jelly
M
test/src/test/resources/scripts/BehaviorTest/testDuplicateRegistrations.jelly
A test/src/test/resources/scripts/BehaviorTest/testSelectorOrdering.jelly
M
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy
M war/src/main/webapp/scripts/behavior.js
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge pull request #545 from jglick/Behaviour-specify-14495
[JENKINS-14495] Define Behaviour.specify.
Commit: f239b207c976ba26ef5fb66300dc9dc3a8d837f6
https://github.com/jenkinsci/jenkins/commit/f239b207c976ba26ef5fb66300dc9dc3a8d837f6
Author: Jesse Glick <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M core/src/main/java/jenkins/model/Jenkins.java
Log Message:
-----------
getProjects() seems susceptible to misuse.
Cf. subversion-plugin 1fe9344, perforce-plugin 414cd9f.
Commit: 12590becb3344cbcf94463f5a2bea42febcc7445
https://github.com/jenkinsci/jenkins/commit/12590becb3344cbcf94463f5a2bea42febcc7445
Author: Jesse Glick <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M core/src/main/java/hudson/model/TopLevelItem.java
Log Message:
-----------
Clarify "container".
Commit: fc67a14cb0bd8d2eb37fe89023c473c04c46c038
https://github.com/jenkinsci/jenkins/commit/fc67a14cb0bd8d2eb37fe89023c473c04c46c038
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M pom.xml
Log Message:
-----------
pick up https://github.com/kohsuke/maven-junit-plugin/pull/2
Commit: eb7a23f9b6b6c74d99676a70d0eda1fe5a003cdb
https://github.com/jenkinsci/jenkins/commit/eb7a23f9b6b6c74d99676a70d0eda1fe5a003cdb
Author: Jesse Glick <[email protected]>
Date: 2012-08-29 (Wed, 29 Aug 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/ExtensionComponent.java
M
ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/DropdownList.java
Log Message:
-----------
[FIXED JENKINS-14983] hpi:run fails with IllegalAccessError.
Commit: c3f002cede97bedcd54a28e84df33c45094b208e
https://github.com/jenkinsci/jenkins/commit/c3f002cede97bedcd54a28e84df33c45094b208e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-08-29 (Wed, 29 Aug 2012)
Changed paths:
M changelog.html
M debian/debian/changelog
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
Log Message:
-----------
merged back the RC branch
Commit: 5ced86063b10c84b794af223451c03780ca9c61b
https://github.com/jenkinsci/jenkins/commit/5ced86063b10c84b794af223451c03780ca9c61b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-08-29 (Wed, 29 Aug 2012)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/ed020eee210e...5ced86063b10