1. 11 1月, 2020 1 次提交
    • S
      [JENKINS-36720] - Fix Spotbugs issues (SE_COMPARATOR_SHOULD_BE_SERIALIZABLE,... · bef9ded5
      StefanSpieker 提交于
      [JENKINS-36720] - Fix Spotbugs issues (SE_COMPARATOR_SHOULD_BE_SERIALIZABLE, ES_COMPARING_STRINGS_WITH_EQ) (#4379)
      
      * fixed Spotbugs issues (SE_COMPARATOR_SHOULD_BE_SERIALIZABLE, ES_COMPARING_STRINGS_WITH_EQ)
      
      * replaced wildcard import with specific imports
      
      * added missing import
      
      * fixed spotbugs issues
      
      * removed accidently added import
      bef9ded5
  2. 10 1月, 2020 3 次提交
    • J
      [JENKINS-56152] Improve plugin manager UI wording + [JENKINS-56173] - Fix... · 92cb872a
      Josh Soref 提交于
      [JENKINS-56152] Improve plugin manager UI wording + [JENKINS-56173] - Fix JavaScript error in Plugin Manager when optional dependency metadata cannot be retrieved (#3904)
      
      * [JENKINS-56173] Uncaught TypeError: Cannot read property 'jenkinsPluginMetadata' of undefined
      
      * [JENKINS-56173] missing dependencies covers both not installed and not enabled
      
      * [JENKINS-56152] i18n: DirectlyDependentPlugins.title / IndirectlyDependentPlugins.title
      
      * [JENKINS-56152] replace `version X` with `(X)`
      
      * [JENKINS-56152] simplify messages; replace `version X` with `(X)`; use higher instead of later
      
      * [JENKINS-56173] Uncaught Exception: TypeError: Cannot read property 'get' of undefined at _createResponder
      
      * Update PluginWrapperTest
      
      * Switch to descriptive class for plugin version
      92cb872a
    • K
      [JENKINS-59220] - Updated EnvVars to add a method that extends putAll functionality (#4194) · d3613f32
      Karthick Prabu 提交于
      * Updated EnvVars to add a method that extends putAll functionality
      
      * Updated method name
      
      * Added test coverage
      d3613f32
    • A
      [JENKINS-60579] - Allow the usage of DescriptorVisibilityFilter to filter View... · a00166bf
      A. Jard 提交于
      [JENKINS-60579] - Allow the usage of DescriptorVisibilityFilter to filter View properties on UI. (#4404)
      
      * [JENKINS-60579] Functionnal test on View that shows the issue for invisible properties.
      
      * [JENKINS-60579] Apply the visibility filter on View for configuration.
      
      * [JENKINS-60579] Better configuration for testing on invisible property on view.
      
      * [JENKINS-60579] Move tests on ViewPropertyTest.
      
      * [JENKINS-60579]adding the since on getVisiblePropertyDescriptors.
      a00166bf
  3. 07 1月, 2020 4 次提交
  4. 06 1月, 2020 2 次提交
  5. 05 1月, 2020 1 次提交
  6. 04 1月, 2020 7 次提交
  7. 03 1月, 2020 2 次提交
  8. 31 12月, 2019 3 次提交
  9. 30 12月, 2019 1 次提交
  10. 29 12月, 2019 1 次提交
    • S
      [JENKINS-36720]: Fixed some Spotbugs issues (#4180) · 8b893a1c
      StefanSpieker 提交于
      * [JENKINS-36720]: Fixed Spotbugs issues WMI_WRONG_MAP_ITERATOR and OS_OPEN_STREAM in core
      
      * merged try with resources with try finally
      
      * reverted auto format from IDE
      
      * reverted auto format from IDE
      
      * use Util.fileToPath() as suggested to remove catch block
      
      * merged try statements
      
      * merged try statements
      
      * reverted some whitespace fixes
      
      * reverted another whitespace fix
      
      * Apply suggestions from code review
      Co-Authored-By: NOleg Nenashev <o.v.nenashev@gmail.com>
      
      * reverted change
      
      * reverted change
      
      * reverted change
      Co-authored-by: NOleg Nenashev <o.v.nenashev@gmail.com>
      8b893a1c
  11. 27 12月, 2019 1 次提交
  12. 23 12月, 2019 1 次提交
  13. 21 12月, 2019 4 次提交
  14. 20 12月, 2019 2 次提交
  15. 14 12月, 2019 1 次提交
  16. 12 12月, 2019 1 次提交
  17. 11 12月, 2019 1 次提交
    • T
      [JENKINS-59656] check build id before interrupting from the executors widget (#4264) · d36acc1c
      Thomas de Grenier de Latour 提交于
      * [JENKINS-59656] when stopping a Run via the executors widget, make sure it's the intended one
      
      * [JENKINS-59656] added Executor.stopBuild(String) instead of .stop(String)
      
      * revert change to deprecated doStop(StaplerRequest,StaplerResponse), useless now that it's doStopBuild(String) which takes a runExtId parameter
      
      * javadoc: "@since TODO" rather than "@since 2.???"
      
      * [JENKINS-59656] added test case
      
      * jelly cleanup with h.urlEncode(String)
      
      * make Functions.urlEncode(null) return empty String
      
      * Executor.doStopBuild(runExtId): ignore runExtId if executable is not a Run
      
      * Executor.doStopBuild(runExtId) doesn't have to be a public API
      d36acc1c
  18. 06 12月, 2019 1 次提交
  19. 05 12月, 2019 1 次提交
  20. 04 12月, 2019 2 次提交