1. 21 9月, 2016 1 次提交
  2. 20 9月, 2016 1 次提交
  3. 19 9月, 2016 6 次提交
  4. 18 9月, 2016 6 次提交
    • D
      Noting #2495, #2539, #2542 · 70599656
      Daniel Beck 提交于
      70599656
    • M
      [FIXED JENKINS-31487] (#2542) · 0268b988
      Matthew Reiter 提交于
      There were two issues preventing the build history from updating properly:
      1) The next build number being fetched wasn't taking into account running builds, so any builds already running when the page is refreshed would be ignored. The fix was to use nextBuildNumberToFetch if it is available (which is the case if there are running builds) and to fall back to the next build otherwise.
      2) The first transient build key (used to clear out builds from the history that are being updated) wasn't being set when the page first loads. This was fixed by making getHistoryPageFilter calculate the value so that it happens in all cases rather than just during the ajax call.
      0268b988
    • J
      [FIXED JENKINS-36539] (#2495) · fbb4dc05
      Jonathan Fuentes 提交于
      fbb4dc05
    • L
      [JENKINS-10912] Use setInterval in refreshPart (#2539) · 096614a6
      lpancescu 提交于
      * [JENKINS-10912] Use setInterval in refreshPart
      
      The current implementation of refreshPart creates a new closure every 5
      seconds, which, in combination with XMLHttpRequest objects, results in a
      significant memory leak in all major browsers. By using
      window.setInterval to schedule periodic refreshes, only one closure per
      id is created. Please see issue #10912 in the Jenkins tracker for
      further details.
      
      * Stop periodical calls if we can't find the div
      
      * Don't check if isRunAsTest changed after page load
      096614a6
    • R
    • S
      Fix a Spanish legend text (#2535) · 4acaafda
      Santiago Castro 提交于
      4acaafda
  5. 17 9月, 2016 1 次提交
  6. 13 9月, 2016 1 次提交
  7. 12 9月, 2016 3 次提交
  8. 09 9月, 2016 5 次提交
  9. 07 9月, 2016 3 次提交
  10. 06 9月, 2016 1 次提交
  11. 05 9月, 2016 2 次提交
  12. 04 9月, 2016 3 次提交
  13. 03 9月, 2016 1 次提交
  14. 02 9月, 2016 3 次提交
  15. 31 8月, 2016 1 次提交
  16. 30 8月, 2016 2 次提交