1. 11 1月, 2020 1 次提交
  2. 10 1月, 2020 2 次提交
    • 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
    • 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 2 次提交
    • R
      Fix issues in properties files · 7a3699d3
      René Scheibe 提交于
      - trailing spaces ` ` after backslash `\` for multi-line entries
      - missing backslash `\` for multi-line entries
      - missing escaping of the key/value separator colon `:` when used literally
      - missing key/value separator `=`
      - duplicate entries
      - extra content without a key
      7a3699d3
    • R
      Remove key without value from properties file · 5aee00d3
      René Scheibe 提交于
      The errors 681-1023 are missing in this file.
      5aee00d3
  4. 06 1月, 2020 1 次提交
  5. 03 1月, 2020 1 次提交
  6. 30 12月, 2019 1 次提交
  7. 16 11月, 2019 2 次提交
  8. 14 11月, 2019 1 次提交
  9. 13 11月, 2019 1 次提交
  10. 10 11月, 2019 1 次提交
    • R
      [JENKINS-59886] Strengthen the queue to avoid canTake and canRun implementers... · 3a8c1efd
      Ramon Leon 提交于
      [JENKINS-59886] Strengthen the queue to avoid canTake and canRun implementers hanging the queue (#4311)
      
      * [JENKINS-59886] Strengthen the queue to avoid canTake and canRun implementers hanging it
      
      * [JENKINS-59886] Messages on iso-8859-1
      
      * [JENKINS-59886] Messages on iso-8859-1
      
      * [JENKINS-59886] lower case on properties
      
      * [JENKINS-59886] trailing empty blanks
      
      * [JENKINS-59886] Double single-quotes
      
      * [JENKINS-59886] Don't sleep in the loop maintaining the queue
      
      * [JENKINS-59886] Add class suffix, wait to just the start of the build
      
      * [JENKINS-59886] Assert clearly there is only one job in the queue
      
      * [JENKINS-59886] Uncomment fix
      
      * [JENKINS-59886] Remove old comment
      
      * [JENKINS-59886] Remove log messages from property files
      
      * [JENKINS-59886] Remove UTF8 characters from es messages
      3a8c1efd
  11. 03 11月, 2019 1 次提交
  12. 01 11月, 2019 3 次提交
    • M
      Fix Jenkins renaming leftovers in Turkish localization · aaac788c
      Mustafa Ulu 提交于
      We use different suffixes for Hudson and Jenkins. I have found and fixed
      following errors.
      
      - Hudson'a -> Jenkins'e
      - Hudson'da -> Jenkins'de
      - Hudson'ı -> Jenkins'i
      - Hudson'ın -> Jenkins'in
      - Hudson'la -> Jenkins'le
      aaac788c
    • S
      [JENKINS-19887] - Allow time zone to be set on a per user basis (#4113) · 02522d25
      silent-snowman 提交于
      * Implement user setting for timezone
      
      * Apply timezone everywhere
      
      * Revert to medium dateStyle
      
      * Simplify and cleanup
      
      * Add javadocs and fix file headers
      
      * Revert auto-changes by IntelliJ
      
      * Add nullable annotation
      
      * Use better display names
      
      * Add tests
      
      * Log a warning when the user's time zone is not valid
      
      * Add username to log statement
      
      * Make suggested change
      
      * Cleaner way of dealing with invalid timezone
      
      * Update core/src/main/resources/hudson/model/TimeZoneProperty/config.jelly
      Co-Authored-By: NMatt Sicker <boards@gmail.com>
      
      * Update tests
      
      * Update config.properties
      
      * Update config.jelly
      
      * Update Functions.java
      
      * Update layout.jelly
      
      * Update Functions.java
      
      * Update TimeZoneProperty.java
      
      * Update TimeZoneProperty.java
      
      * Update config.jelly
      
      * Update config.properties
      
      * Update TimeZonePropertyTest.java
      
      * Update TimeZoneProperty.java
      
      * Update Functions.java
      02522d25
    • A
      Update the Plugin Manager Updates View with more Info about incompatible... · e5ba39e3
      Andi Pabst 提交于
      Update the Plugin Manager Updates View with more Info about incompatible dependencies and change CSS classes (#4299)
      
      * add information about incompatible plugin updates
      
      * use alert-danger CSS class
      
      * revert stripping whitespaces
      
      * Update core/src/main/resources/hudson/PluginManager/_table.css to include a line brak at the end
      Co-Authored-By: NOleg Nenashev <o.v.nenashev@gmail.com>
      
      * use separate text for list of incompatible plugins
      
      * restore and deprecate style.css
      
      * make better use of caching
      e5ba39e3
  13. 26 10月, 2019 1 次提交
    • M
      Localization files should end with line feed · 84d9076e
      Mustafa Ulu 提交于
      Translation tool can append new keys to end of existing files. If a properties file does not end with line feed than the first new key will be appended to the last line of that file.
      
      For example a line like "key=value" will become "key=valueappendedKey=appendedValue"
      84d9076e
  14. 24 10月, 2019 1 次提交
  15. 13 10月, 2019 1 次提交
  16. 11 10月, 2019 3 次提交
    • D
      [JENKINS-41891] Resource domain support (#4239) · 24d0cf90
      Daniel Beck 提交于
      * [JENKINS-41891] Resorce domain support
      
      * Rename a few things
      
      * Encapsulate token
      
      * Update documentation based on review feedback
      
      * Rename field and change symbol for friendlier JCasC format
      
      * Be more explicit about expiration and URL sharing
      
      * Allow favicon.ico, robots.txt; better logging
      
      * Remove TODO from comment
      
      * Consider resource root URL only set if the Jenkins root URL is set
      
      * Improve form validation
      
      * Clean up form validation warnings a bit
      
      * Fix null handling (even though it'll never be called that way)
      
      * Simpler logging statement after code review
      
      * It's nicer to read this way
      
      * Use the proper API for this with less string magic
      
      * Update TODO comments
      
      * Simplify log statement
      
      * Use base64 instead of hexadecimal for shorter URLs
      
      * Open link to Wikipedia in new tab/window
      
      * Serve directory indexes
      
      * Fix target of redirect in admin monitor
      
      * Update TODO comments in test to current implementation
      
      * Include link to parent directory unless in top level directory
      
      * Update validation message when we cannot determine instance identity
      
      * Improve tests
      
      * Fix permission exception, further improve tests
      
      * Annotation was redundant
      
      * Add test for resource domain monitor activation
      
      * Do not go through hex encoding/decoding
      
      * Address review comments
      Co-Authored-By: NJesse Glick <jglick@cloudbees.com>
      
      * Address further review feedback
      
      * Better logging, handle exception when the user is gone
      
      * Only get the bytes once
      
      * Inline help improvements
      Co-Authored-By: NJeff Thompson <jeffret.g@gmail.com>
      24d0cf90
    • T
      96cc9ce0
    • D
      Remove browser-based metadata download (#3970) · 070b625f
      Daniel Beck 提交于
      * Remove browser-based metadata download
      
      * Fix Javadoc, add TODO
      
      * Further cleanup
      
      * Remove leftover reference to DownloadService from UI
      
      * License header and note of origin for DailyCheck
      
      * Add Javadoc with note about the update frequency
      070b625f
  17. 06 10月, 2019 1 次提交
  18. 05 10月, 2019 1 次提交
  19. 27 9月, 2019 2 次提交
  20. 16 9月, 2019 1 次提交
  21. 12 9月, 2019 2 次提交
  22. 11 9月, 2019 2 次提交
  23. 08 9月, 2019 1 次提交
  24. 04 9月, 2019 3 次提交
  25. 03 9月, 2019 1 次提交
  26. 27 8月, 2019 2 次提交
  27. 22 8月, 2019 1 次提交