1. 11 7月, 2019 1 次提交
  2. 10 7月, 2019 1 次提交
  3. 09 7月, 2019 1 次提交
  4. 08 7月, 2019 2 次提交
  5. 05 7月, 2019 4 次提交
    • J
      Cleanup properties -- don't escape spaces (#4026) · a6f5b2b1
      Josh Soref 提交于
      * IntelliJ/Properties(tr): Invalid string escape
      
      Re-encode with utf-8
      
      * IntelliJ/Properties(pt): Invalid string escape (newline)
      
      * IntelliJ/Properties(da): Invalid string escape (newline)
      
      * IntelliJ/Properties(da): Invalid string escape
      
      * IntelliJ/Properties(pt_BR): Invalid string escape
      
      * IntelliJ/Properties(bg): Invalid string escape
      
      * IntelliJ/Properties(pl): Invalid string escape
      a6f5b2b1
    • O
      Merge pull request #3939 from jsoref/logout-kill-sessions · ab8d3304
      Oleg Nenashev 提交于
      [JENKINS-25046] Drop cookie sessions when logging out
      ab8d3304
    • R
      [JENKINS-57223] - Java11 ClassNotFoundExceptions Telemetry (#4003) · 740f9eb3
      Ramon Leon 提交于
      * Proof of concept catching exceptions for java 11 removed classes
      
      * Add ClassLoader to a lot of places. Backup
      
      * Commenting out wip stuff, change packages, count hits findClass
      
      * Improvements, sending and tests
      
      * Removing the catcher from chain to make funcional tests work
      
      * Removing ignored places and a bit of cleaning
      
      * Cleaning unused code after removing the catcher from the chain
      
      * Remove imports cleaning to avoid extra changes
      
      * Cleaning and explaining comments
      
      * Explaining comments
      
      * fix javadoc
      
      * [JENKINS-57223] Address feedback from Matt Sicker. Improve in concurrency
      
      * [JENKINS-57223] Search on cause and suppressed exceptions and fix on name reported
      
      * [JENKINS-57223] Add cycles control on exceptions and refactor reporting method
      
      * [JENKINS-57223] Add trim to class name comparison
      
      * [JENKINS-57223] Address Oleg's feedback and some improvements
      
      * Avoid sending CNFE when ignored later in code
      * Disable when running on Java 8 and a test
      * Avoid sending empty events
      
      * [JENKINS-57223] Polish assertion after printing all missing classes in logs
      
      * [JENKINS-57223] Avoid extra if and add curly braces
      
      * [JENKINS-57223] Better comment about time window check
      740f9eb3
    • O
      Merge pull request #4086 from KostyaSha/slaveconstructors · c58a3ccf
      Oleg Nenashev 提交于
      Adjust Deprecation tree according to Slave javadocs.
      c58a3ccf
  6. 04 7月, 2019 2 次提交
  7. 03 7月, 2019 1 次提交
  8. 02 7月, 2019 2 次提交
  9. 01 7月, 2019 2 次提交
  10. 29 6月, 2019 3 次提交
  11. 27 6月, 2019 4 次提交
  12. 24 6月, 2019 3 次提交
  13. 23 6月, 2019 3 次提交
  14. 22 6月, 2019 1 次提交
  15. 21 6月, 2019 1 次提交
  16. 20 6月, 2019 2 次提交
  17. 19 6月, 2019 1 次提交
  18. 17 6月, 2019 3 次提交
  19. 16 6月, 2019 2 次提交
  20. 15 6月, 2019 1 次提交
    • J
      [JENKINS-33843] Permit disabling optional dependencies (#4001) · 0f73231f
      Jesse Glick 提交于
      * Implied dependencies on detached plugins were not being marked optional despite being listed in optionalDependencies, confusing the calculation of optionalDependents in resolveDependentPlugins.
      
      * Javadoc improvements based on code exploration.
      
      * [JENKINS-33843] Do not consider optional dependencies for purposes of disabling plugins.
      
      * PluginManagerInstalledGUITest updated to reflect new behavior.
      0f73231f