Branch: refs/heads/deconstructing-AbstractProject
Home: https://github.com/jenkinsci/jenkins
Commit: 84e8d011805194578d3b3ccfca060ce5cffbf7eb
https://github.com/jenkinsci/jenkins/commit/84e8d011805194578d3b3ccfca060ce5cffbf7eb
Author: christ66 <[email protected]>
Date: 2014-02-26 (Wed, 26 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/search/CollectionSearchIndex.java
Log Message:
-----------
[FIXED JENKINS-21969] Performance issue with search box when doing case
insensitive searching.
Commit: ae5a3cb3620b21daf2572b570312efabbaeed046
https://github.com/jenkinsci/jenkins/commit/ae5a3cb3620b21daf2572b570312efabbaeed046
Author: christ66 <[email protected]>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
R .idea/compiler.xml
R .idea/encodings.xml
R .idea/groovyc.xml
M changelog.html
M cli/pom.xml
M core/pom.xml
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/cli/ConsoleCommand.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/DirectoryBrowserSupport.java
M core/src/main/java/hudson/model/DownloadService.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/ListView.java
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/Run.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/model/queue/ScheduleResult.java
M core/src/main/java/hudson/slaves/SlaveComputer.java
M core/src/main/java/hudson/util/IOUtils.java
M core/src/main/java/hudson/util/ProcessTree.java
M core/src/main/java/hudson/util/RunList.java
M core/src/main/java/hudson/util/TextFile.java
M core/src/main/java/jenkins/ClassLoaderReflectionToolkit.java
M core/src/main/java/jenkins/diagnosis/HsErrPidList.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/security/DefaultConfidentialStore.java
M core/src/main/java/jenkins/util/VirtualFile.java
A core/src/main/resources/META-INF/upgrade/IOUtils.hint
M core/src/main/resources/hudson/model/AbstractBuild/tasks_zh_CN.properties
M
core/src/main/resources/hudson/model/BooleanParameterDefinition/config.jelly
M
core/src/main/resources/hudson/model/ChoiceParameterDefinition/config.jelly
M core/src/main/resources/hudson/model/FileParameterDefinition/config.jelly
M
core/src/main/resources/hudson/model/PasswordParameterDefinition/config.jelly
M core/src/main/resources/hudson/model/RunParameterDefinition/config.jelly
M
core/src/main/resources/hudson/model/StringParameterDefinition/config.jelly
M core/src/main/resources/hudson/model/TextParameterDefinition/config.jelly
M core/src/test/java/hudson/util/ProcessTreeTest.java
A core/src/test/java/hudson/util/RunListTest.java
M core/src/test/java/jenkins/RemotingJarSignatureTest.java
M debian/debian/changelog
M plugins/pom.xml
M pom.xml
M test/pom.xml
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M test/src/test/java/hudson/model/ListViewTest.java
M test/src/test/java/hudson/model/QueueTest.java
M test/src/test/java/hudson/model/UpdateCenterTest.java
M test/src/test/java/hudson/model/UpdateSiteTest.java
M test/src/test/java/hudson/model/UserTest.java
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
M war/pom.xml
A war/src/main/webapp/images/16x16/gear2.gif
A war/src/main/webapp/images/16x16/gear2.png
Log Message:
-----------
Merge branch 'master' into JENKINS-21969
Commit: 6f62fcf2b72504ffb1cabfbefd496f050d5cb6ba
https://github.com/jenkinsci/jenkins/commit/6f62fcf2b72504ffb1cabfbefd496f050d5cb6ba
Author: Jesse Glick <[email protected]>
Date: 2014-03-04 (Tue, 04 Mar 2014)
Changed paths:
M core/src/main/java/hudson/model/ResourceActivity.java
Log Message:
-----------
Minor improvement to suggestion in Javadoc.
Commit: 21016fcbefdadcfc839627b069cbea9dcc738601
https://github.com/jenkinsci/jenkins/commit/21016fcbefdadcfc839627b069cbea9dcc738601
Author: Jesse Glick <[email protected]>
Date: 2014-03-04 (Tue, 04 Mar 2014)
Changed paths:
R core/src/main/resources/hudson/model/AbstractProject/svn-password.jelly
R
core/src/main/resources/hudson/model/AbstractProject/svn-password.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_da.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_es.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_fr.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_ja.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_pt_BR.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_tr.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_zh_TW.properties
Log Message:
-----------
Removed horribly obsolete but apparently forgotten svn-password.jelly.
Commit: 66d61328ccd986204d37e550d10f3aa694839713
https://github.com/jenkinsci/jenkins/commit/66d61328ccd986204d37e550d10f3aa694839713
Author: Oliver Gondža <[email protected]>
Date: 2014-03-05 (Wed, 05 Mar 2014)
Changed paths:
M cli/src/main/java/hudson/cli/CLI.java
A cli/src/main/java/hudson/cli/PrivateKeyProvider.java
Log Message:
-----------
Expose PrivateKeyProvider
Commit: e1ecb6beb17a8f20a5e0432d70796fbabee2a510
https://github.com/jenkinsci/jenkins/commit/e1ecb6beb17a8f20a5e0432d70796fbabee2a510
Author: Adam Wolf <[email protected]>
Date: 2014-03-05 (Wed, 05 Mar 2014)
Changed paths:
M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
Log Message:
-----------
JENKINS-21773: Removed one level of ../ in the Up link to fix matrix job Up
links.
Commit: 432d07bfdb97c5707a3a3a4a19f72cbc3b8e24c8
https://github.com/jenkinsci/jenkins/commit/432d07bfdb97c5707a3a3a4a19f72cbc3b8e24c8
Author: Adam Wolf <[email protected]>
Date: 2014-03-05 (Wed, 05 Mar 2014)
Changed paths:
M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
Log Message:
-----------
JENKINS-21773: Fixed sidepanel Up link for multiaxis jobs.
Commit: f9b0f348d0ff674fe058eb1aa4d609c6e3e962e5
https://github.com/jenkinsci/jenkins/commit/f9b0f348d0ff674fe058eb1aa4d609c6e3e962e5
Author: Stephen Connolly <[email protected]>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
[FIXED JENKINS-22080] NPE if trying to install a plugin from the update
center and either the update source or the plugin contains a '.' in its name
Commit: 067acbf6979fb57dbafdfe66aeb471d4d4875c2f
https://github.com/jenkinsci/jenkins/commit/067acbf6979fb57dbafdfe66aeb471d4d4875c2f
Author: Stephen Connolly <[email protected]>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
Merge pull request #1150 from stephenc/master
[FIXED JENKINS-22080] NPE if trying to install a plugin from the update ...
Commit: 483181c0a1a0fdb1cb435164d8a8bbfd76084016
https://github.com/jenkinsci/jenkins/commit/483181c0a1a0fdb1cb435164d8a8bbfd76084016
Author: Stephen Connolly <[email protected]>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
[FIXED JENKINS-22080] Braindead logic in author of original fix... corrected
by same author
Commit: 5a6cf8ec047435867ee18269058a5d9e08ca3d1e
https://github.com/jenkinsci/jenkins/commit/5a6cf8ec047435867ee18269058a5d9e08ca3d1e
Author: Stephen Connolly <[email protected]>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
Merge pull request #1151 from stephenc/master
[FIXED JENKINS-22080] Braindead logic in author of original fix... corre...
Commit: 843159b4f9b094e289b53ad61e076089aaa18867
https://github.com/jenkinsci/jenkins/commit/843159b4f9b094e289b53ad61e076089aaa18867
Author: Daniel Beck <[email protected]>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
Log Message:
-----------
Merge pull request #1149 from adamwolf/JENKINS-21773
Commit: 7a78a556a52bd72eb9ef00039b1d6a13efec37bf
https://github.com/jenkinsci/jenkins/commit/7a78a556a52bd72eb9ef00039b1d6a13efec37bf
Author: Daniel Beck <[email protected]>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M changelog.html
Log Message:
-----------
[JENKINS-21773] Noting merge of #1149
Commit: d4ff36b9fc26796fdd97f18ca510d5af14d00558
https://github.com/jenkinsci/jenkins/commit/d4ff36b9fc26796fdd97f18ca510d5af14d00558
Author: Daniel Beck <[email protected]>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M core/src/main/resources/hudson/model/Cause/UpstreamCause/description.jelly
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_cs.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_da.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_de.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_es.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_fi.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_fr.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_ja.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_lv.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_nl.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_pl.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_pt_BR.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_ru.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_sk.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_sv_SE.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_uk.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_zh_CN.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_zh_TW.properties
Log Message:
-----------
Improvements to the UpstreamCause
* Use model-links with context menu
* Show the display name of the linked job
* If the build isn't available, but the job is, still link to the job
Commit: 32d8a1ee423fc56ee2da9126392718c0357526da
https://github.com/jenkinsci/jenkins/commit/32d8a1ee423fc56ee2da9126392718c0357526da
Author: Nicolas De loof <[email protected]>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M core/src/main/resources/hudson/model/Cause/UpstreamCause/description.jelly
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_cs.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_da.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_de.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_es.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_fi.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_fr.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_ja.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_lv.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_nl.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_pl.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_pt_BR.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_ru.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_sk.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_sv_SE.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_uk.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_zh_CN.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_zh_TW.properties
Log Message:
-----------
Merge pull request #1153 from daniel-beck/UpstreamCause_Improvements
Improvements to the UpstreamCause
Commit: 55eb7957696cd964800c4f2735585b75205c7ec4
https://github.com/jenkinsci/jenkins/commit/55eb7957696cd964800c4f2735585b75205c7ec4
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M cli/pom.xml
M core/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jenkins-1.554
Commit: 857a229617b90b5d0a1757038363b0def6bbf282
https://github.com/jenkinsci/jenkins/commit/857a229617b90b5d0a1757038363b0def6bbf282
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M cli/pom.xml
M core/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 3e67bf48ce806645d68a0f389be1735b06f37a31
https://github.com/jenkinsci/jenkins/commit/3e67bf48ce806645d68a0f389be1735b06f37a31
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M changelog.html
Log Message:
-----------
updated changelog for release
Commit: 76498deaec95b6e613bff8b93551c7f9a38cf55b
https://github.com/jenkinsci/jenkins/commit/76498deaec95b6e613bff8b93551c7f9a38cf55b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M debian/debian/changelog
Log Message:
-----------
updated changelog as a part of the release
Commit: c9ead7d8680661098dfd133452822fe61056d005
https://github.com/jenkinsci/jenkins/commit/c9ead7d8680661098dfd133452822fe61056d005
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: 4253e75c2c4a9667c9b6a95a90ab31a2cdcd4b17
https://github.com/jenkinsci/jenkins/commit/4253e75c2c4a9667c9b6a95a90ab31a2cdcd4b17
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Commit: b0f00aa7dac6263b295efe89c2e5e80b514ed611
https://github.com/jenkinsci/jenkins/commit/b0f00aa7dac6263b295efe89c2e5e80b514ed611
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M cli/pom.xml
M core/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
the trunk is toward 1.556-SNAPSHOT
Commit: 99e080f33afcd9c006e83d95c14514a99e4eed0f
https://github.com/jenkinsci/jenkins/commit/99e080f33afcd9c006e83d95c14514a99e4eed0f
Author: Daniel Beck <[email protected]>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Fix link to 21773
Commit: 63ceab84a50600ddaa258b2a78d97f95fe2ad78a
https://github.com/jenkinsci/jenkins/commit/63ceab84a50600ddaa258b2a78d97f95fe2ad78a
Author: Oliver Gondža <[email protected]>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
A cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java
A cli/src/test/resources/hudson/cli/.ssh/id_dsa
A cli/src/test/resources/hudson/cli/.ssh/id_dsa.pub
A cli/src/test/resources/hudson/cli/.ssh/id_rsa
A cli/src/test/resources/hudson/cli/.ssh/id_rsa.pub
Log Message:
-----------
Test PrivateKeyProvider
Commit: a4c4ed5fdabaae6c734545fc6a548e1ed9c3267c
https://github.com/jenkinsci/jenkins/commit/a4c4ed5fdabaae6c734545fc6a548e1ed9c3267c
Author: Steven Christou <[email protected]>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/search/CollectionSearchIndex.java
Log Message:
-----------
Merge pull request #1143 from christ66/JENKINS-21969
[FIXED JENKINS-21969] Performance issue with search box
Commit: 86ad82227c6a591e5012200f97035bf651cbd390
https://github.com/jenkinsci/jenkins/commit/86ad82227c6a591e5012200f97035bf651cbd390
Author: Michal Srb <[email protected]>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M core/src/main/java/jenkins/security/ExceptionTranslationFilter.java
M core/src/test/java/hudson/util/io/ZipArchiverTest.java
Log Message:
-----------
Switch to java.util.logging on few places
Commit: 0d3819bb91459b180b7f39a1926067af875d250c
https://github.com/jenkinsci/jenkins/commit/0d3819bb91459b180b7f39a1926067af875d250c
Author: Olivier Lamy <[email protected]>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M core/src/main/java/jenkins/security/ExceptionTranslationFilter.java
M core/src/test/java/hudson/util/io/ZipArchiverTest.java
Log Message:
-----------
Merge pull request #1155 from msrb/logging
Switch to java.util.logging on few places
Commit: 000b93fe70b42f21809456eeb4ca5ed22284f9c9
https://github.com/jenkinsci/jenkins/commit/000b93fe70b42f21809456eeb4ca5ed22284f9c9
Author: Oliver Gondža <[email protected]>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M cli/src/main/java/hudson/cli/CLI.java
A cli/src/main/java/hudson/cli/PrivateKeyProvider.java
A cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java
A cli/src/test/resources/hudson/cli/.ssh/id_dsa
A cli/src/test/resources/hudson/cli/.ssh/id_dsa.pub
A cli/src/test/resources/hudson/cli/.ssh/id_rsa
A cli/src/test/resources/hudson/cli/.ssh/id_rsa.pub
Log Message:
-----------
Merge pull request #1147 from olivergondza/expose-key-reading
Expose PrivateKeyProvider
Commit: 71a29a7bac73676622c78dc3e08601e7ccc046bc
https://github.com/jenkinsci/jenkins/commit/71a29a7bac73676622c78dc3e08601e7ccc046bc
Author: Jesse Glick <[email protected]>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M changelog.html
M cli/pom.xml
M cli/src/main/java/hudson/cli/CLI.java
A cli/src/main/java/hudson/cli/PrivateKeyProvider.java
A cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java
A cli/src/test/resources/hudson/cli/.ssh/id_dsa
A cli/src/test/resources/hudson/cli/.ssh/id_dsa.pub
A cli/src/test/resources/hudson/cli/.ssh/id_rsa
A cli/src/test/resources/hudson/cli/.ssh/id_rsa.pub
M core/pom.xml
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/ResourceActivity.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/search/CollectionSearchIndex.java
M core/src/main/java/jenkins/security/ExceptionTranslationFilter.java
M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
R core/src/main/resources/hudson/model/AbstractProject/svn-password.jelly
R
core/src/main/resources/hudson/model/AbstractProject/svn-password.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_da.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_es.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_fr.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_ja.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_pt_BR.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_tr.properties
R
core/src/main/resources/hudson/model/AbstractProject/svn-password_zh_TW.properties
M core/src/main/resources/hudson/model/Cause/UpstreamCause/description.jelly
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_cs.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_da.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_de.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_es.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_fi.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_fr.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_ja.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_lv.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_nl.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_pl.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_pt_BR.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_ru.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_sk.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_sv_SE.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_uk.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_zh_CN.properties
M
core/src/main/resources/hudson/model/Cause/UpstreamCause/description_zh_TW.properties
M core/src/test/java/hudson/util/io/ZipArchiverTest.java
M debian/debian/changelog
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
Merge branch 'master' into deconstructing-AbstractProject
Compare:
https://github.com/jenkinsci/jenkins/compare/6aa5ea8c7225...71a29a7bac73
--
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/d/optout.