Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 078d3c7c4b5ffc5eae2f8c300a681bc340dfec60
https://github.com/jenkinsci/jenkins/commit/078d3c7c4b5ffc5eae2f8c300a681bc340dfec60
Author: tfennelly <[email protected]>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/widgets/BuildHistoryWidget.java
A core/src/main/java/hudson/widgets/HistoryPageEntry.java
A core/src/main/java/hudson/widgets/HistoryPageFilter.java
M core/src/main/java/hudson/widgets/HistoryWidget.java
A
core/src/main/java/hudson/widgets/buildsearch/BuildSearchParamProcessor.java
A
core/src/main/java/hudson/widgets/buildsearch/BuildSearchParamProcessorFactory.java
A
core/src/main/java/hudson/widgets/buildsearch/BuildSearchParamProcessorList.java
A core/src/main/java/hudson/widgets/buildsearch/BuildSearchParams.java
A core/src/main/java/hudson/widgets/buildsearch/README.md
A
core/src/main/java/hudson/widgets/buildsearch/processors/DateProcessorFactory.java
A
core/src/main/java/hudson/widgets/buildsearch/processors/DescriptionProcessorFactory.java
A
core/src/main/java/hudson/widgets/buildsearch/processors/NameProcessorFactory.java
A
core/src/main/java/hudson/widgets/buildsearch/processors/ResultProcessorFactory.java
M core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly
A
core/src/main/resources/hudson/widgets/HistoryPageFilter/ajaxBuildHistory.jelly
A core/src/main/resources/hudson/widgets/HistoryPageFilter/entries.jelly
A core/src/main/resources/hudson/widgets/HistoryPageFilter/queue-items.jelly
M
core/src/main/resources/hudson/widgets/HistoryWidget/ajaxBuildHistory.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/entries.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
A core/src/test/java/hudson/widgets/HistoryPageFilterTest.java
A
core/src/test/java/hudson/widgets/buildsearch/BuildSearchParamProcessorTest.java
A core/src/test/java/hudson/widgets/buildsearch/BuildSearchParamsTest.java
M war/src/main/webapp/css/style.css
A war/src/main/webapp/images/16x16/bullseye.png
A war/src/main/webapp/images/16x16/find.png
A war/src/main/webapp/images/16x16/go_down.png
A war/src/main/webapp/images/16x16/go_up.png
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Build history pagination and search
Commit: 85b3b1bc983304caa32ff0833ea7ef0a011c3e0e
https://github.com/jenkinsci/jenkins/commit/85b3b1bc983304caa32ff0833ea7ef0a011c3e0e
Author: tfennelly <[email protected]>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
Log Message:
-----------
Fixed screwy indent
Commit: 7c28ed8b7d34a7c3f3fc42d8e2683a1e04395cc0
https://github.com/jenkinsci/jenkins/commit/7c28ed8b7d34a7c3f3fc42d8e2683a1e04395cc0
Author: tfennelly <[email protected]>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
A core/src/test/java/hudson/model/MockItem.java
M core/src/test/java/hudson/widgets/HistoryPageFilterTest.java
Log Message:
-----------
Moved Mock Queue.Item out into test/java
Not sure why I ever had it in Queue.MockItem. I must have wrongly though it was
private/protected in some way that did not allow it to live anywhere else.
Commit: c9a6c3f8de327f089820dbbcc7e0207a3b734918
https://github.com/jenkinsci/jenkins/commit/c9a6c3f8de327f089820dbbcc7e0207a3b734918
Author: tfennelly <[email protected]>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M core/src/main/java/hudson/widgets/BuildHistoryWidget.java
M core/src/main/java/hudson/widgets/HistoryPageEntry.java
M core/src/main/java/hudson/widgets/HistoryWidget.java
M
core/src/main/java/hudson/widgets/buildsearch/processors/DateProcessorFactory.java
M
core/src/main/java/hudson/widgets/buildsearch/processors/DescriptionProcessorFactory.java
M
core/src/main/java/hudson/widgets/buildsearch/processors/NameProcessorFactory.java
M
core/src/main/java/hudson/widgets/buildsearch/processors/ResultProcessorFactory.java
M test/src/test/java/hudson/tasks/BuildTriggerTest.java
Log Message:
-----------
Build History pagination/search tweaks based on feedback from @oleg-nenashev
Commit: 5dfe78d2fcda17d92226af141c9522942b228330
https://github.com/jenkinsci/jenkins/commit/5dfe78d2fcda17d92226af141c9522942b228330
Author: tfennelly <[email protected]>
Date: 2015-06-25 (Thu, 25 Jun 2015)
Changed paths:
M core/src/main/java/hudson/widgets/BuildHistoryWidget.java
R core/src/main/java/hudson/widgets/HistoryPageEntry.java
R core/src/main/java/hudson/widgets/HistoryPageFilter.java
M core/src/main/java/hudson/widgets/HistoryWidget.java
R
core/src/main/java/hudson/widgets/buildsearch/BuildSearchParamProcessor.java
R
core/src/main/java/hudson/widgets/buildsearch/BuildSearchParamProcessorFactory.java
R
core/src/main/java/hudson/widgets/buildsearch/BuildSearchParamProcessorList.java
R core/src/main/java/hudson/widgets/buildsearch/BuildSearchParams.java
R core/src/main/java/hudson/widgets/buildsearch/README.md
R
core/src/main/java/hudson/widgets/buildsearch/processors/DateProcessorFactory.java
R
core/src/main/java/hudson/widgets/buildsearch/processors/DescriptionProcessorFactory.java
R
core/src/main/java/hudson/widgets/buildsearch/processors/NameProcessorFactory.java
R
core/src/main/java/hudson/widgets/buildsearch/processors/ResultProcessorFactory.java
A core/src/main/java/jenkins/widgets/HistoryPageEntry.java
A core/src/main/java/jenkins/widgets/HistoryPageFilter.java
A
core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParamProcessor.java
A
core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParamProcessorFactory.java
A
core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParamProcessorList.java
A core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParams.java
A core/src/main/java/jenkins/widgets/buildsearch/README.md
A
core/src/main/java/jenkins/widgets/buildsearch/processors/DateProcessorFactory.java
A
core/src/main/java/jenkins/widgets/buildsearch/processors/DescriptionProcessorFactory.java
A
core/src/main/java/jenkins/widgets/buildsearch/processors/NameProcessorFactory.java
A
core/src/main/java/jenkins/widgets/buildsearch/processors/ResultProcessorFactory.java
R core/src/test/java/hudson/widgets/HistoryPageFilterTest.java
R
core/src/test/java/hudson/widgets/buildsearch/BuildSearchParamProcessorTest.java
R core/src/test/java/hudson/widgets/buildsearch/BuildSearchParamsTest.java
A core/src/test/java/jenkins/widgets/HistoryPageFilterTest.java
A
core/src/test/java/jenkins/widgets/buildsearch/BuildSearchParamProcessorTest.java
A core/src/test/java/jenkins/widgets/buildsearch/BuildSearchParamsTest.java
Log Message:
-----------
Moved Build History pagination and search classes to jenkins as requested by
@jglick
I understand the motivation for this but I think it creates a bit of a
maint/comprehension issue in that splits related classes across 2 different
package hierarchies. I know we'll say that's ok but I don't like it. Just say'n.
Commit: 7106d2cba9ef2e6e9673046cce48fde11e3d62f2
https://github.com/jenkinsci/jenkins/commit/7106d2cba9ef2e6e9673046cce48fde11e3d62f2
Author: tfennelly <[email protected]>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M
core/src/main/resources/hudson/widgets/HistoryWidget/ajaxBuildHistory.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
Log Message:
-----------
Fix jelly refs to historyPageFilter
Commit: 986530a7802e47486a79d4490be2681d15a6f7cd
https://github.com/jenkinsci/jenkins/commit/986530a7802e47486a79d4490be2681d15a6f7cd
Author: tfennelly <[email protected]>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M core/src/main/java/jenkins/widgets/buildsearch/README.md
R
core/src/main/resources/hudson/widgets/HistoryPageFilter/ajaxBuildHistory.jelly
R core/src/main/resources/hudson/widgets/HistoryPageFilter/entries.jelly
R core/src/main/resources/hudson/widgets/HistoryPageFilter/queue-items.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
A
core/src/main/resources/jenkins/widgets/HistoryPageFilter/ajaxBuildHistory.jelly
A core/src/main/resources/jenkins/widgets/HistoryPageFilter/entries.jelly
A
core/src/main/resources/jenkins/widgets/HistoryPageFilter/queue-items.jelly
Log Message:
-----------
Moved some jelly files to match earlier Java package move
Commit: a305e3dc93ae087cc367fcda3fde87695322597f
https://github.com/jenkinsci/jenkins/commit/a305e3dc93ae087cc367fcda3fde87695322597f
Author: tfennelly <[email protected]>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M changelog.html
M cli/pom.xml
M core/pom.xml
M core/src/main/java/hudson/ExtensionListListener.java
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/hudson/FileSystemProvisioner.java
M core/src/main/java/hudson/FileSystemProvisionerDescriptor.java
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/PluginManager.java
A core/src/main/java/hudson/PluginManagerStaplerOverride.java
M core/src/main/java/hudson/PluginWrapper.java
M core/src/main/java/hudson/cli/CloneableCLICommand.java
M core/src/main/java/hudson/diagnosis/OldDataMonitor.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/ChoiceParameterDefinition.java
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/hudson/model/DownloadService.java
M core/src/main/java/hudson/model/Executor.java
M core/src/main/java/hudson/model/Items.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/Result.java
M core/src/main/java/hudson/model/RunMap.java
M core/src/main/java/hudson/model/Slave.java
M core/src/main/java/hudson/model/UsageStatistics.java
M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
M core/src/main/java/hudson/node_monitors/DiskSpaceMonitorDescriptor.java
M core/src/main/java/hudson/org/apache/tools/tar/TarInputStream.java
M core/src/main/java/hudson/org/apache/tools/tar/TarOutputStream.java
M core/src/main/java/hudson/os/SU.java
M core/src/main/java/hudson/scheduler/CronTab.java
M core/src/main/java/hudson/scheduler/CronTabList.java
M core/src/main/java/hudson/security/ACL.java
M core/src/main/java/hudson/security/SecurityRealm.java
M core/src/main/java/hudson/security/csrf/CrumbFilter.java
M core/src/main/java/hudson/slaves/NodeProvisioner.java
M core/src/main/java/hudson/slaves/SlaveComputer.java
M core/src/main/java/hudson/tasks/Maven.java
M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
M core/src/main/java/hudson/triggers/SCMTrigger.java
M core/src/main/java/hudson/triggers/TimerTrigger.java
M core/src/main/java/hudson/triggers/Trigger.java
M core/src/main/java/hudson/util/ChartUtil.java
M core/src/main/java/hudson/util/CopyOnWriteList.java
M core/src/main/java/hudson/util/DoubleLaunchChecker.java
M core/src/main/java/hudson/util/MultipartFormDataParser.java
M core/src/main/java/hudson/util/PluginServletFilter.java
A core/src/main/java/hudson/util/ProcessKillingVeto.java
M core/src/main/java/hudson/util/ProcessTree.java
M core/src/main/java/hudson/util/QuotedStringTokenizer.java
M core/src/main/java/hudson/util/RobustCollectionConverter.java
M core/src/main/java/hudson/util/RobustMapConverter.java
M core/src/main/java/hudson/util/RobustReflectionConverter.java
M core/src/main/java/hudson/util/SequentialExecutionQueue.java
M core/src/main/java/hudson/util/io/TarArchiver.java
M core/src/main/java/hudson/util/jna/DotNet.java
M core/src/main/java/hudson/util/xstream/ImmutableListConverter.java
A core/src/main/java/jenkins/model/BlockedBecauseOfBuildInProgress.java
M core/src/main/java/jenkins/model/CauseOfInterruption.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/model/JenkinsLocationConfiguration.java
M core/src/main/java/jenkins/model/ParameterizedJobMixIn.java
M core/src/main/java/jenkins/model/RunIdMigrator.java
M core/src/main/java/jenkins/slaves/restarter/SlaveRestarter.java
M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java
A core/src/main/java/jenkins/util/xstream/CriticalXStreamException.java
M core/src/main/resources/hudson/model/AbstractBuild/changes.jelly
M core/src/main/resources/hudson/model/AbstractBuild/index_pt_BR.properties
M core/src/main/resources/hudson/model/AbstractBuild/index_pt_PT.properties
M
core/src/main/resources/hudson/model/AbstractBuild/sidepanel_pt_PT.properties
R
core/src/main/resources/hudson/model/AbstractProject/help-assignedLabelString.html
R
core/src/main/resources/hudson/model/AbstractProject/help-assignedLabelString_zh_TW.html
A core/src/main/resources/hudson/model/AbstractProject/help-label.html
A core/src/main/resources/hudson/model/AbstractProject/help-label_zh_TW.html
M core/src/main/resources/hudson/model/Job/_api.jelly
M core/src/main/resources/hudson/model/LoadStatistics/main.properties
M core/src/main/resources/hudson/model/Messages.properties
M core/src/main/resources/hudson/model/Messages_ca.properties
M core/src/main/resources/hudson/model/Messages_da.properties
M core/src/main/resources/hudson/model/Messages_de.properties
M core/src/main/resources/hudson/model/Messages_es.properties
M core/src/main/resources/hudson/model/Messages_fi.properties
M core/src/main/resources/hudson/model/Messages_fr.properties
M core/src/main/resources/hudson/model/Messages_hu.properties
M core/src/main/resources/hudson/model/Messages_it.properties
M core/src/main/resources/hudson/model/Messages_ja.properties
M core/src/main/resources/hudson/model/Messages_nl.properties
M core/src/main/resources/hudson/model/Messages_pt_BR.properties
M core/src/main/resources/hudson/model/Messages_ru.properties
M core/src/main/resources/hudson/model/Messages_sl.properties
M core/src/main/resources/hudson/model/Messages_sv_SE.properties
M core/src/main/resources/hudson/model/Messages_tr.properties
M core/src/main/resources/hudson/model/Messages_zh_CN.properties
M core/src/main/resources/hudson/model/Messages_zh_TW.properties
M core/src/main/resources/hudson/node_monitors/DiskSpaceMonitor/column.jelly
M core/src/main/resources/hudson/node_monitors/SwapSpaceMonitor/column.jelly
M
core/src/main/resources/hudson/node_monitors/TemporarySpaceMonitor/column.jelly
M core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo.jelly
M core/src/main/resources/hudson/tools/InstallSourceProperty/help.html
R
core/src/main/resources/jenkins/model/CauseOfInterruption/ExceptionInterruption/summary.groovy
M core/src/main/resources/jenkins/model/Messages.properties
A core/src/main/resources/jenkins/model/Messages_ca.properties
M core/src/main/resources/jenkins/model/Messages_da.properties
M core/src/main/resources/jenkins/model/Messages_de.properties
M core/src/main/resources/jenkins/model/Messages_es.properties
A core/src/main/resources/jenkins/model/Messages_fi.properties
M core/src/main/resources/jenkins/model/Messages_fr.properties
A core/src/main/resources/jenkins/model/Messages_hu.properties
A core/src/main/resources/jenkins/model/Messages_it.properties
M core/src/main/resources/jenkins/model/Messages_ja.properties
M core/src/main/resources/jenkins/model/Messages_nl.properties
M core/src/main/resources/jenkins/model/Messages_pt_BR.properties
M core/src/main/resources/jenkins/model/Messages_ru.properties
A core/src/main/resources/jenkins/model/Messages_sl.properties
A core/src/main/resources/jenkins/model/Messages_sv_SE.properties
M core/src/main/resources/jenkins/model/Messages_tr.properties
A core/src/main/resources/jenkins/model/Messages_zh_CN.properties
M core/src/main/resources/jenkins/model/Messages_zh_TW.properties
M core/src/main/resources/jenkins/security/s2m/filepath-filter.conf
M core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly
M core/src/main/resources/lib/hudson/scriptConsole.properties
M core/src/main/resources/lib/hudson/scriptConsole_da.properties
M core/src/main/resources/lib/hudson/scriptConsole_de.properties
M core/src/main/resources/lib/hudson/scriptConsole_es.properties
M core/src/main/resources/lib/hudson/scriptConsole_fr.properties
M core/src/main/resources/lib/hudson/scriptConsole_ja.properties
M core/src/main/resources/lib/hudson/scriptConsole_ko.properties
M core/src/main/resources/lib/hudson/scriptConsole_nb_NO.properties
M core/src/main/resources/lib/hudson/scriptConsole_nl.properties
M core/src/main/resources/lib/hudson/scriptConsole_pl.properties
M core/src/main/resources/lib/hudson/scriptConsole_pt_BR.properties
M core/src/main/resources/lib/hudson/scriptConsole_ru.properties
M core/src/main/resources/lib/hudson/scriptConsole_sv_SE.properties
M core/src/main/resources/lib/hudson/scriptConsole_zh_TW.properties
M core/src/main/resources/lib/layout/layout.jelly
M core/src/site/markdown/index.md
M core/src/test/java/hudson/FilePathTest.java
M core/src/test/java/hudson/UtilTest.java
M core/src/test/java/hudson/model/ItemsTest.java
M core/src/test/java/hudson/model/ParametersActionTest.java
A core/src/test/java/hudson/triggers/SCMTriggerTest.java
A core/src/test/java/hudson/triggers/TimerTriggerTest.java
M core/src/test/java/hudson/util/ArgumentListBuilderTest.java
A core/src/test/java/hudson/util/MultipartFormDataParserTest.java
M core/src/test/java/jenkins/model/RunIdMigratorTest.java
M plugins/pom.xml
M pom.xml
M test/pom.xml
A test/src/main/java/com/gargoylesoftware/htmlunit/README.md
A test/src/main/java/com/gargoylesoftware/htmlunit/WebClientUtil.java
A test/src/main/java/com/gargoylesoftware/htmlunit/WebResponseListener.java
A test/src/main/java/com/gargoylesoftware/htmlunit/html/DomNodeUtil.java
A test/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlElementUtil.java
A test/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlFormUtil.java
A test/src/main/java/hudson/core/PluginManagerOverrideTest.java
M test/src/main/java/org/jvnet/hudson/test/ExtractResourceSCM.java
M test/src/main/java/org/jvnet/hudson/test/HudsonPageCreator.java
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/main/java/org/jvnet/hudson/test/junit/FailedTest.java
A
test/src/main/resources/hudson/core/PluginManagerOverrideTest/BasicPluginManagerOverride/newview.jelly
M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
M
test/src/test/groovy/hudson/security/TokenBasedRememberMeServices2Test.groovy
M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy
M test/src/test/java/hudson/ExceptionTest.java
M test/src/test/java/hudson/PluginTest.java
M test/src/test/java/hudson/bugs/JnlpAccessWithSecuredHudsonTest.java
M test/src/test/java/hudson/bugs/LoginRedirectTest.java
M test/src/test/java/hudson/cli/ComputerStateTest.java
M test/src/test/java/hudson/cli/SetBuildDisplayNameCommandTest.java
M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java
M test/src/test/java/hudson/diagnosis/ReverseProxySetupMonitorTest.java
M test/src/test/java/hudson/diagnosis/TooManyJobsButNoViewTest.java
M test/src/test/java/hudson/model/AsynchPeopleTest.java
M test/src/test/java/hudson/model/DirectlyModifiableViewTest.java
M test/src/test/java/hudson/model/HelpLinkTest.java
M test/src/test/java/hudson/model/HudsonTest.java
M test/src/test/java/hudson/model/JobQueueTest.java
M test/src/test/java/hudson/model/JobTest.java
M test/src/test/java/hudson/model/ManagementLinkTest.java
M test/src/test/java/hudson/model/MyViewsPropertyTest.java
M test/src/test/java/hudson/model/ParametersTest.java
M test/src/test/java/hudson/model/ProjectTest.java
M test/src/test/java/hudson/model/QueueTest.java
M test/src/test/java/hudson/model/SimpleJobTest.java
M test/src/test/java/hudson/model/UserTest.java
M test/src/test/java/hudson/model/ViewPropertyTest.java
M test/src/test/java/hudson/model/ViewTest.java
M test/src/test/java/hudson/model/queue/WideExecutionTest.java
M test/src/test/java/hudson/search/SearchTest.java
M test/src/test/java/hudson/security/LoginTest.java
M test/src/test/java/hudson/security/pages/SignupPage.java
M test/src/test/java/hudson/slaves/JNLPLauncherTest.java
M test/src/test/java/hudson/slaves/NodePropertyTest.java
M test/src/test/java/hudson/tools/JDKInstallerTest.java
M test/src/test/java/hudson/util/AlternativeUiTextProviderTest.java
M test/src/test/java/hudson/util/FormFieldValidatorTest.java
M test/src/test/java/hudson/util/ProcessTreeKillerTest.java
M test/src/test/java/hudson/util/RobustReflectionConverterTest.java
M test/src/test/java/jenkins/model/JenkinsTest.java
M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java
M test/src/test/java/jenkins/security/BasicHeaderProcessorTest.java
M test/src/test/java/jenkins/security/FrameOptionsPageDecoratorTest.java
M test/src/test/java/jenkins/security/RekeySecretAdminMonitorTest.java
M test/src/test/java/jenkins/security/Security177Test.java
M test/src/test/java/jenkins/widgets/BuildListTableTest.java
M test/src/test/java/lib/form/AdvancedButtonTest.java
M test/src/test/java/lib/form/ExpandableTextboxTest.java
M test/src/test/java/lib/form/RepeatableTest.java
A test/src/test/java/lib/form/RowSetTest.java
M test/src/test/java/lib/form/RowVisibilityGroupTest.java
M test/src/test/java/lib/form/ValidateButtonTest.java
M test/src/test/java/lib/hudson/ListScmBrowsersTest.java
M test/src/test/java/lib/layout/IconTest.java
M test/src/test/java/lib/layout/LayoutTest.java
M test/src/test/java/lib/layout/RenderOnDemandTest.java
M test/src/test/java/lib/layout/TaskTest.java
A test/src/test/java/org/jvnet/hudson/main/JenkinsRuleTimeoutTest.java
M
test/src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
A test/src/test/resources/lib/form/RowSetTest/Subject/test1.jelly
M translation-tool.pl
M war/pom.xml
M war/src/main/webapp/css/style.css
M war/src/main/webapp/help/project-config/custom-workspace.html
M war/src/main/webapp/scripts/hudson-behavior.js
M war/src/main/webapp/scripts/prototype.js
Log Message:
-----------
Merge branch 'master' into JENKINS-26445-pagination-search
* master: (256 commits)
Noting #1817
Noting #1825
updated changelog for release
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release jenkins-1.629
[JENKINS-30139] Oleg wants to keep the data accessible so we have to go for
immutable
[JENKINS-30139] Forgot to change this one
[JENKINS-30139] Add @Restricted to prevent external use of internal data
[JENKINS-30139] Switch from a big fat lock to a concurrent collection
[JENKINS-30374] Update obsolete help message
updated changelog for release
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release jenkins-1.628
noting merge of PR#1816 - use slf4j interceptors
Manage commons-logging and log4j as provided, include slf4j adapters for
tests.
Exclude commons-logging and log4j in dangerous scopes compile and runtime in
plugins as well.
Only exclude commons-logging and log4j in dangerous scopes compile and
runtime.
Reintroduce enforcer rules as suggested by @jtnord.
Document allBuilds for Job remote access API
Include slf4j-jdk14 during tests.
...
Conflicts:
war/src/main/webapp/scripts/hudson-behavior.js
Commit: 6f249667777928ce4ecfb2c33bd8b0cc0a0dfb9d
https://github.com/jenkinsci/jenkins/commit/6f249667777928ce4ecfb2c33bd8b0cc0a0dfb9d
Author: tfennelly <[email protected]>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M core/src/main/java/jenkins/widgets/HistoryPageFilter.java
M
core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParamProcessorList.java
M core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParams.java
M core/src/main/java/jenkins/widgets/buildsearch/README.md
M
core/src/main/java/jenkins/widgets/buildsearch/processors/DescriptionProcessorFactory.java
M
core/src/main/java/jenkins/widgets/buildsearch/processors/NameProcessorFactory.java
M
core/src/main/java/jenkins/widgets/buildsearch/processors/ResultProcessorFactory.java
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
Log Message:
-----------
Added a fuzzy search for when search terms are not used
Easier for users - nothing to learn
Commit: 2ec3ffcd534ede3039fa30c886ab8bcfb041b167
https://github.com/jenkinsci/jenkins/commit/2ec3ffcd534ede3039fa30c886ab8bcfb041b167
Author: tfennelly <[email protected]>
Date: 2015-10-09 (Fri, 09 Oct 2015)
Changed paths:
M .gitignore
M changelog.html
M cli/pom.xml
M core/pom.xml
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_cs.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_da.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_de.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_es.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_et.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_fi.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_fr.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_hu.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_id.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_it.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_ja.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_ko.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_lt.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_lv.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nb_NO.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nl.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_pl.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_pt_BR.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_pt_PT.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_ru.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_sk.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_sl.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_sv_SE.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_uk.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_zh_CN.properties
A
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_zh_TW.properties
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/PluginWrapper.java
M core/src/main/java/hudson/Util.java
A core/src/main/java/hudson/cli/ReloadJobCommand.java
M core/src/main/java/hudson/console/ConsoleLogFilter.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/Label.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/TopLevelItemDescriptor.java
M core/src/main/java/hudson/slaves/SlaveComputer.java
M core/src/main/java/hudson/tasks/BuildWrappers.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java
M core/src/main/resources/hudson/PluginManager/_table.js
M core/src/main/resources/hudson/PluginManager/installed.jelly
M core/src/main/resources/hudson/PluginManager/installed.properties
M core/src/main/resources/hudson/cli/Messages.properties
M core/src/main/resources/hudson/cli/Messages_pt_BR.properties
M core/src/main/resources/hudson/model/Messages.properties
M core/src/main/resources/hudson/model/Messages_pt_BR.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_cs.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_da.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_de.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_es.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_et.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_fi.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_fr.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_hu.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_id.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_it.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_ja.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_ko.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_lt.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_lv.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nb_NO.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nl.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_pl.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_pt_BR.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_pt_PT.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_ru.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_sk.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_sl.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_sv_SE.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_uk.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_zh_CN.properties
R
core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_zh_TW.properties
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
M core/src/main/resources/lib/form/confirm.js
M core/src/main/resources/lib/form/select/select.js
M core/src/main/resources/lib/layout/layout.jelly
M core/src/main/resources/lib/layout/task.jelly
M core/src/test/java/hudson/FilePathTest.java
M core/src/test/java/hudson/LauncherTest.java
A core/src/test/java/hudson/util/IsOverriddenTest.java
M core/src/test/java/hudson/util/ProcessTreeTest.java
M plugins/pom.xml
M pom.xml
M test/pom.xml
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
M test/src/test/groovy/jenkins/model/PeepholePermalinkTest.groovy
A test/src/test/java/hudson/PluginManagerInstalledGUITest.java
M test/src/test/java/hudson/cli/DeleteJobCommandTest.java
A test/src/test/java/hudson/cli/ReloadJobCommandTest.java
A test/src/test/java/hudson/console/ConsoleLogFilterTest.java
M test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java
M test/src/test/java/hudson/model/NodeTest.java
M test/src/test/java/hudson/model/QueueTest.java
M test/src/test/java/hudson/slaves/CommandLauncherTest.java
M test/src/test/java/hudson/slaves/DummyCloudImpl.java
M test/src/test/java/hudson/slaves/JNLPLauncherTest.java
M test/src/test/java/hudson/tasks/EnvVarsInConfigTasksTest.java
M test/src/test/java/hudson/tasks/ShellTest.java
M test/src/test/java/hudson/tools/JDKInstallerTest.java
M test/src/test/java/hudson/util/ProcessTreeKillerTest.java
M test/src/test/java/jenkins/triggers/ReverseBuildTriggerTest.java
M war/pom.xml
M war/src/main/webapp/css/style.css
A war/src/main/webapp/images/mask-icon.svg
Log Message:
-----------
Merge branch 'master' into JENKINS-26445-pagination-search
Commit: 727d77a4030e6c9481c1c7d8966e2d76fb77605b
https://github.com/jenkinsci/jenkins/commit/727d77a4030e6c9481c1c7d8966e2d76fb77605b
Author: tfennelly <[email protected]>
Date: 2015-10-09 (Fri, 09 Oct 2015)
Changed paths:
M core/src/main/java/jenkins/widgets/HistoryPageFilter.java
R
core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParamProcessor.java
R
core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParamProcessorFactory.java
R
core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParamProcessorList.java
R core/src/main/java/jenkins/widgets/buildsearch/BuildSearchParams.java
R core/src/main/java/jenkins/widgets/buildsearch/README.md
R
core/src/main/java/jenkins/widgets/buildsearch/processors/DateProcessorFactory.java
R
core/src/main/java/jenkins/widgets/buildsearch/processors/DescriptionProcessorFactory.java
R
core/src/main/java/jenkins/widgets/buildsearch/processors/NameProcessorFactory.java
R
core/src/main/java/jenkins/widgets/buildsearch/processors/ResultProcessorFactory.java
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
R
core/src/test/java/jenkins/widgets/buildsearch/BuildSearchParamProcessorTest.java
R core/src/test/java/jenkins/widgets/buildsearch/BuildSearchParamsTest.java
Log Message:
-----------
Removed more advanced search options as requested by @daniel-beck
Commit: 01b4ac7d902381f65b88a45738b696a0f9ea5cfa
https://github.com/jenkinsci/jenkins/commit/01b4ac7d902381f65b88a45738b696a0f9ea5cfa
Author: tfennelly <[email protected]>
Date: 2015-10-11 (Sun, 11 Oct 2015)
Changed paths:
M core/src/main/resources/lib/layout/pane.jelly
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Disable build history refresh if the pane is collapsed
See JENKINS-30569 and
https://github.com/jenkinsci/jenkins/commit/6cadf70d3afb1d1786bf02e549baea99d3ab308a
Commit: 5c66fcc6b0318ba151ab3a7fcfbd8ec68b5fea42
https://github.com/jenkinsci/jenkins/commit/5c66fcc6b0318ba151ab3a7fcfbd8ec68b5fea42
Author: Daniel Beck <[email protected]>
Date: 2015-10-11 (Sun, 11 Oct 2015)
Changed paths:
M core/src/main/java/hudson/widgets/BuildHistoryWidget.java
M core/src/main/java/hudson/widgets/HistoryWidget.java
A core/src/main/java/jenkins/widgets/HistoryPageEntry.java
A core/src/main/java/jenkins/widgets/HistoryPageFilter.java
M core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly
M
core/src/main/resources/hudson/widgets/HistoryWidget/ajaxBuildHistory.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/entries.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
A
core/src/main/resources/jenkins/widgets/HistoryPageFilter/ajaxBuildHistory.jelly
A core/src/main/resources/jenkins/widgets/HistoryPageFilter/entries.jelly
A
core/src/main/resources/jenkins/widgets/HistoryPageFilter/queue-items.jelly
M core/src/main/resources/lib/layout/pane.jelly
A core/src/test/java/hudson/model/MockItem.java
A core/src/test/java/jenkins/widgets/HistoryPageFilterTest.java
M test/src/test/java/hudson/tasks/BuildTriggerTest.java
M war/src/main/webapp/css/style.css
A war/src/main/webapp/images/16x16/bullseye.png
A war/src/main/webapp/images/16x16/find.png
A war/src/main/webapp/images/16x16/go_down.png
A war/src/main/webapp/images/16x16/go_up.png
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge pull request #1641 from tfennelly/JENKINS-26445-pagination-search
[FIX JENKINS-26445] Build history pagination and search
Compare:
https://github.com/jenkinsci/jenkins/compare/ffc4cac1bc8f...5c66fcc6b031
--
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.