Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 6aabbbd282083716d631be7f2fa07ce93b93ee23 https://github.com/jenkinsci/jenkins/commit/6aabbbd282083716d631be7f2fa07ce93b93ee23 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-10-21 (Wed, 21 Oct 2015)
Changed paths: M core/src/main/java/hudson/console/ConsoleAnnotationDescriptor.java M core/src/main/java/hudson/model/ComputerSet.java M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/hudson/model/PageDecorator.java M core/src/main/java/hudson/model/PaneStatusProperties.java M core/src/main/java/hudson/model/TopLevelItemDescriptor.java M core/src/main/java/hudson/model/ViewDescriptor.java M core/src/main/java/hudson/slaves/RetentionStrategy.java M core/src/main/java/jenkins/model/GlobalConfiguration.java M core/src/main/java/jenkins/model/Jenkins.java M core/src/main/java/jenkins/security/LastGrantedAuthoritiesProperty.java M test/src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java M test/src/main/java/org/jvnet/hudson/test/ExtractResourceWithChangesSCM.java M test/src/main/java/org/jvnet/hudson/test/FailureBuilder.java M test/src/main/java/org/jvnet/hudson/test/FakeChangeLogSCM.java M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java M test/src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java M test/src/main/java/org/jvnet/hudson/test/MockBuilder.java M test/src/main/java/org/jvnet/hudson/test/MockFolder.java M test/src/main/java/org/jvnet/hudson/test/MockQueueItemAuthenticator.java M test/src/main/java/org/jvnet/hudson/test/PretendSlave.java M test/src/main/java/org/jvnet/hudson/test/SleepBuilder.java M test/src/main/java/org/jvnet/hudson/test/TestBuilder.java M test/src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java M test/src/main/java/org/jvnet/hudson/test/TestNotifier.java M test/src/main/java/org/jvnet/hudson/test/UnstableBuilder.java M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ExtensionListTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/markup/MarkupFormatterTest.java M test/src/test/java/hudson/model/AbstractBuildTest2.java M test/src/test/java/hudson/model/DescriptorTest.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/ItemGroupMixInTest.java M test/src/test/java/hudson/model/JobPropertyTest.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/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/UserPropertyTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewPropertyTest.java M test/src/test/java/hudson/model/labels/LabelAtomPropertyTest.java M test/src/test/java/hudson/model/utils/AbortExceptionPublisher.java M test/src/test/java/hudson/model/utils/IOExceptionPublisher.java M test/src/test/java/hudson/model/utils/ResultWriterPublisher.java M test/src/test/java/hudson/model/utils/TrueFalsePublisher.java M test/src/test/java/hudson/pages/SystemConfigurationTestCase.java M test/src/test/java/hudson/slaves/NodePropertyTest.java M test/src/test/java/hudson/tasks/LogRotatorTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/FormFieldValidatorTest.java M test/src/test/java/jenkins/scm/SCMCheckoutStrategyTest.java M test/src/test/java/jenkins/tasks/SimpleBuildWrapperTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/PasswordTest.java M test/src/test/java/lib/form/RepeatablePropertyTest.java M test/src/test/java/lib/form/RepeatableTest.java M test/src/test/java/lib/form/RowVisibilityGroupTest.java M test/src/test/java/lib/form/ValidateButtonTest.java Log Message: ----------- Provide a default implementation of Descriptor.getDisplayName. Commit: c465c56c7376b88e542bbfa7bb75ecb9a0202a6c https://github.com/jenkinsci/jenkins/commit/c465c56c7376b88e542bbfa7bb75ecb9a0202a6c Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M core/src/main/java/hudson/model/Descriptor.java Log Message: ----------- Emphasizing that the default name is taken from the clazz, not getClass(). Commit: 50cde4b8e7d1c9f8160e2282347218555697b71d https://github.com/jenkinsci/jenkins/commit/50cde4b8e7d1c9f8160e2282347218555697b71d Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java M core/src/main/java/jenkins/security/LastGrantedAuthoritiesProperty.java M core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/Details/config.jelly Log Message: ----------- Returning null from getDisplayName was an abuse of the APIs. Commit: fcb94afd0de60971c3194367259f252180dc3c5c https://github.com/jenkinsci/jenkins/commit/fcb94afd0de60971c3194367259f252180dc3c5c Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/ExecutorTest.java M test/src/test/java/hudson/model/ViewPropertyTest.java M test/src/test/java/hudson/slaves/NodePropertyTest.java Log Message: ----------- Updated some tests. Commit: 12d96a567e88dc4b1e1fab18b81ba4a905773e9e https://github.com/jenkinsci/jenkins/commit/12d96a567e88dc4b1e1fab18b81ba4a905773e9e Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-10-23 (Fri, 23 Oct 2015) Changed paths: M core/src/main/java/hudson/console/ConsoleAnnotationDescriptor.java M core/src/main/java/hudson/model/ComputerSet.java M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/hudson/model/PageDecorator.java M core/src/main/java/hudson/model/PaneStatusProperties.java M core/src/main/java/hudson/model/TopLevelItemDescriptor.java M core/src/main/java/hudson/model/ViewDescriptor.java M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java M core/src/main/java/hudson/slaves/RetentionStrategy.java M core/src/main/java/jenkins/model/GlobalConfiguration.java M core/src/main/java/jenkins/model/Jenkins.java M core/src/main/java/jenkins/security/LastGrantedAuthoritiesProperty.java M core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/Details/config.jelly M test/src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java M test/src/main/java/org/jvnet/hudson/test/ExtractResourceWithChangesSCM.java M test/src/main/java/org/jvnet/hudson/test/FailureBuilder.java M test/src/main/java/org/jvnet/hudson/test/FakeChangeLogSCM.java M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java M test/src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java M test/src/main/java/org/jvnet/hudson/test/MockBuilder.java M test/src/main/java/org/jvnet/hudson/test/MockFolder.java M test/src/main/java/org/jvnet/hudson/test/MockQueueItemAuthenticator.java M test/src/main/java/org/jvnet/hudson/test/PretendSlave.java M test/src/main/java/org/jvnet/hudson/test/SleepBuilder.java M test/src/main/java/org/jvnet/hudson/test/TestBuilder.java M test/src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java M test/src/main/java/org/jvnet/hudson/test/TestNotifier.java M test/src/main/java/org/jvnet/hudson/test/UnstableBuilder.java M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ExtensionListTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/markup/MarkupFormatterTest.java M test/src/test/java/hudson/model/AbstractBuildTest2.java M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/ExecutorTest.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/ItemGroupMixInTest.java M test/src/test/java/hudson/model/JobPropertyTest.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/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/UserPropertyTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewPropertyTest.java M test/src/test/java/hudson/model/labels/LabelAtomPropertyTest.java M test/src/test/java/hudson/model/utils/AbortExceptionPublisher.java M test/src/test/java/hudson/model/utils/IOExceptionPublisher.java M test/src/test/java/hudson/model/utils/ResultWriterPublisher.java M test/src/test/java/hudson/model/utils/TrueFalsePublisher.java M test/src/test/java/hudson/pages/SystemConfigurationTestCase.java M test/src/test/java/hudson/slaves/NodePropertyTest.java M test/src/test/java/hudson/tasks/LogRotatorTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/FormFieldValidatorTest.java M test/src/test/java/jenkins/scm/SCMCheckoutStrategyTest.java M test/src/test/java/jenkins/tasks/SimpleBuildWrapperTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/PasswordTest.java M test/src/test/java/lib/form/RepeatablePropertyTest.java M test/src/test/java/lib/form/RepeatableTest.java M test/src/test/java/lib/form/RowVisibilityGroupTest.java M test/src/test/java/lib/form/ValidateButtonTest.java Log Message: ----------- Merge pull request #1880 from jglick/Descriptor.displayName Provide a default implementation of Descriptor.getDisplayName Compare: https://github.com/jenkinsci/jenkins/compare/86f8574ff5bb...12d96a567e88 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.