Skip to content
  1. Sep 18, 2016
    • Daniel Beck's avatar
      Noting #2495, #2539, #2542 · 70599656
      Daniel Beck authored
      70599656
    • Matthew Reiter's avatar
      [FIXED JENKINS-31487] (#2542) · 0268b988
      Matthew Reiter authored
      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
    • Jonathan Fuentes's avatar
      [FIXED JENKINS-36539] (#2495) · fbb4dc05
      Jonathan Fuentes authored
      fbb4dc05
    • lpancescu's avatar
      [JENKINS-10912] Use setInterval in refreshPart (#2539) · 096614a6
      lpancescu authored
      * [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. Tyler Croy's avatar
  2. Sep 17, 2016
  3. Sep 12, 2016
  4. Sep 09, 2016
  5. Sep 07, 2016
  6. Sep 05, 2016
  7. Sep 04, 2016
  8. Sep 03, 2016
  9. Sep 02, 2016
  10. Aug 31, 2016
  11. Aug 30, 2016
  12. Aug 29, 2016
  13. Aug 28, 2016
  14. Aug 27, 2016
Loading