1. 27 9月, 2018 1 次提交
  2. 22 9月, 2018 1 次提交
  3. 21 9月, 2018 1 次提交
  4. 05 5月, 2018 1 次提交
    • J
      [JENKINS-50412] Fingerprints logs should be less verbose (#3373) · a9eafdb9
      Jeff Thompson 提交于
      * JENKINS-50412 - Fingerprints logs should be less verbose
      
      Eliminate the logging line that says
      possibly trimming /var/jenkins_home/fingerprints/[...]
      This line fills up the fingerprints log file with repetitive, useless information.
      The operation it calls provides its own logging that can be turned on if detailed
      logging is actually needed instead of running this one repeatedly.
      
      Also, while in the area, convert a couple of FileFilter inner classes to lambdas
      and inline them. This reduces unnecessary boilerplate and improves clarity.
      
      In order to make this change testable, I elected to remove the final restriction on the
      class and annotate the class as restricted. This allows me to create unit tests for
      this change and also verify existing capability at the appropriate level.
      
      * Watch out for varying line endings.
      
      Use a reliable check.
      
      * Correct a few minor issues caught in review.
      
      * Change to correct access modifier.
      a9eafdb9
  5. 26 4月, 2018 1 次提交
  6. 23 3月, 2018 1 次提交
  7. 21 3月, 2018 1 次提交
  8. 02 2月, 2018 1 次提交
  9. 28 11月, 2017 1 次提交
  10. 20 10月, 2017 1 次提交
  11. 14 10月, 2017 1 次提交
    • J
      [JENKINS-46759] Fixed bug in build queue filtering for views (#3008) · ce2d0f97
      Jon 提交于
      * [JENKINS-46759] Fixed bug related to views which filters build queue, jobs which has multiple sub steps were filtered incorrectly.
      
      * Added test case for build queue filtering in views.
      
      * [JENKINS-46759] Improved code based on feedback from PR; Fixed logic bug, moved logic to separate method and added limit to number of iteration when looking for owner task.
      ce2d0f97
  12. 26 8月, 2017 1 次提交
  13. 22 8月, 2017 1 次提交
  14. 03 8月, 2017 1 次提交
  15. 10 7月, 2017 1 次提交
  16. 20 5月, 2017 1 次提交
    • J
      Adding some interface default method implementations (#2879) · d13b1361
      Jesse Glick 提交于
      * Adding some interface default method implementations rather than catching AbstractMethodError or providing partial implementation classes.
      
      * Show Javadoc warnings and errors, but not ‘Generating …/core/target/site/apidocs/jenkins/model/lazy/class-use/AbstractLazyLoadRunMap.html...’ and the like.
      
      * Javadoc fixes.
      
      * Review comments from @oleg-nenashev.
      
      * Test fixes.
      
      * Remove the unused import
      d13b1361
  17. 07 4月, 2017 1 次提交
  18. 20 3月, 2017 1 次提交
  19. 19 3月, 2017 1 次提交
    • A
      [JENKINS-42319] - Fix broken compareTo method of Run (#2762) · e8efc96f
      Akbashev Alexander 提交于
      * JENKINS-42319: Fix broken compareTo method of Run
      
      Previous implementation relied on fact that users always compare run
      objects with same parent. But this is not always the case.
      So, it was not safe to put runs from different parents to TreeSet, i.e.
      
      * Make comparasion more performance friendly
      e8efc96f
  20. 12 2月, 2017 1 次提交
    • J
      Spelling fixes in changelogs, Javadoc, logs and UI (#2718) · 496703d0
      Josh Soref 提交于
      * spelling: abstract
      
      * spelling: about
      
      * spelling: absolute
      
      * spelling: across
      
      * spelling: activity
      
      * spelling: actually
      
      * spelling: addition
      
      * spelling: allocating
      
      * spelling: ambiguous
      
      * spelling: analyzes
      
      * spelling: analysis
      
      * spelling: another
      
      * spelling: appear
      
      * spelling: arbitrary
      
      * spelling: artifact
      
      * spelling: assignment
      
      * spelling: associated
      
      * spelling: augment
      
      * spelling: authentication
      
      * spelling: automatically
      
      * spelling: available
      
      * spelling: availability
      
      * spelling: because
      
      * spelling: background
      
      * spelling: beginning
      
      * spelling: boolean
      
      * spelling: browsers
      
      * spelling: building
      
      * spelling: calculation
      
      * spelling: channel
      
      * spelling: column
      
      * spelling: concatenation
      
      * spelling: connect
      
      * spelling: contribute
      
      * spelling: convert
      
      * spelling: copied
      
      * spelling: couldn't
      
      * spelling: scrambled
      
      * spelling: creates-a
      
      * spelling: curr-entry
      
      * spelling: customize
      
      * spelling: diagnostic
      
      * spelling: contain
      
      * spelling: default
      
      * spelling: delimiter
      
      * spelling: descriptor
      
      * spelling: disambiguates
      
      * spelling: different
      
      * spelling: diligently
      
      * spelling: disabled
      
      * spelling: discovered
      
      * spelling: display
      
      * spelling: doesn't
      
      * spelling: dollar
      
      * spelling: downstream
      
      * spelling: dynamically
      
      * spelling: preemptively
      
      * spelling: encrypt
      
      * spelling: erroneous
      
      * spelling: examine
      
      * spelling: existence
      
      * spelling: value
      
      * spelling: february
      
      * spelling: handling
      
      * spelling: hostname
      
      * spelling: convenient
      
      * spelling: identify
      
      * spelling: implementation
      
      * spelling: incorrect
      
      * spelling: individual
      
      * spelling: initialization
      
      * spelling: initialized
      
      * spelling: inputstream
      
      * spelling: instantiated
      
      * spelling: instantiation
      
      * spelling: intended
      
      * spelling: interpreted
      
      * spelling: interrupted
      
      * spelling: invocations
      
      * spelling: kern
      
      * spelling: localization
      
      * spelling: logger
      
      * spelling: malfunctioning
      
      * spelling: methods
      
      * spelling: monitor
      
      * spelling: mutator
      
      * spelling: multiple
      
      * spelling: object
      
      * spelling: configured
      
      * spelling: optionally
      
      * spelling: option
      
      * spelling: overridden
      
      * spelling: parameterized
      
      * spelling: parent
      
      * spelling: permissions
      
      * spelling: plugin
      
      * spelling: potentially
      
      * spelling: preferable
      
      * spelling: problems like
      
      * spelling: programmatically
      
      * spelling: property
      
      * spelling: reallocate
      
      * spelling: recommended
      
      * spelling: redirected
      
      * spelling: registered
      
      * spelling: reliable
      
      * spelling: remember
      
      * spelling: recurrence
      
      * spelling: repeatable
      
      * spelling: repeated
      
      * spelling: resource
      
      * spelling: retrieve
      
      * spelling: returned
      
      * spelling: revision
      
      * spelling: sandwich
      
      * spelling: separator
      
      * spelling: serialization
      
      * spelling: settings
      
      * spelling: shadow
      
      * spelling: should
      
      * spelling: someone
      
      * spelling: source
      
      * spelling: specified
      
      * spelling: style
      
      * spelling: subversion
      
      * spelling: sufficient
      
      * spelling: supplementary
      
      * spelling: suppressing
      
      * spelling: synchronization
      
      * spelling: synchronized
      
      * spelling: this
      
      * spelling: transitioning
      
      * spelling: termination
      
      * spelling: trying
      
      * spelling: truncatable
      
      * spelling: unknown
      
      * spelling: undeployed
      
      * spelling: unnecessary
      
      * spelling: unparseable
      
      * spelling: update
      
      * spelling: upper
      
      * spelling: verify
      
      * spelling: visible
      
      * spelling: warning
      
      * spelling: we're
      
      * spelling: whitespace
      
      * spelling: wide
      
      * spelling: with
      
      * spelling: workspace
      
      * spelling: yielding
      
      * spelling: to
      
      * spelling: by
      
      * spelling: the
      
      * spelling: hours
      496703d0
  21. 26 1月, 2017 1 次提交
  22. 01 1月, 2017 1 次提交
  23. 20 12月, 2016 1 次提交
  24. 08 11月, 2016 1 次提交
  25. 06 11月, 2016 1 次提交
    • A
      [FIXED JENKINS-39535] - Optimize get log method (#2607) · 2e8c3bec
      Akbashev Alexander 提交于
      * Add some tests to  current behaviour of getLog method
      
      * getLog(maxLines) reads only last maxLines lines now
      
      It should speed up and reduce memory consumption for some plugins (i.e.
      Email-ext Plugin).
      Also now this method could be used to get last lines of build output in efficient manner.
      
      * Fix issues from code review
      2e8c3bec
  26. 02 11月, 2016 1 次提交
  27. 01 11月, 2016 3 次提交
  28. 27 10月, 2016 1 次提交
  29. 16 10月, 2016 1 次提交
  30. 09 8月, 2016 2 次提交
  31. 16 6月, 2016 1 次提交
  32. 07 4月, 2016 1 次提交
  33. 06 4月, 2016 1 次提交
    • C
      Fix href tags · 552d8a6b
      Craig Rodrigues 提交于
      Eliminates errors with Java 8 and "mvn javadoc:test-javadoc" such as:
      
          [ERROR] jenkins/core/src/test/java/hudson/model/ItemsTest.java:12: error: unknown attribute: hef
          [ERROR] * @author: <a hef="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
      552d8a6b
  34. 10 3月, 2016 1 次提交
  35. 10 11月, 2015 1 次提交
    • C
      remove unused import statements · 7efb9090
      Christopher Simons 提交于
      In addition to cluttering the namespace, unused imports generate
      compiler warnings, introducing noise and obscuring more important
      compiler warnings.  This change removes them.
      7efb9090
  36. 11 8月, 2015 1 次提交
  37. 04 8月, 2015 1 次提交