1. 27 2月, 2019 2 次提交
  2. 26 2月, 2019 7 次提交
  3. 25 2月, 2019 6 次提交
  4. 24 2月, 2019 1 次提交
    • S
      Remove duplicate XHR request when requesting new pipeline page · ec5bbd27
      Stan Hu 提交于
      When a user clicked on another page in the pipeline page, the following
      would happen:
      
      1. PipelinesService.getPipelines() would be called to fetch the new page
      2. In the success handler, Poll.restart() would be called
      3. This would invoke Poll.makeRequest(), which would fire off a new
      request.
      
      To fix this, we introduce a enable(), which will:
      
      1. Update the request data accordingly
      2. Clear the old timeout if necessary and start a new timer
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
      ec5bbd27
  5. 22 2月, 2019 6 次提交
  6. 21 2月, 2019 6 次提交
  7. 20 2月, 2019 2 次提交
  8. 19 2月, 2019 2 次提交
  9. 18 2月, 2019 5 次提交
  10. 16 2月, 2019 2 次提交
  11. 15 2月, 2019 1 次提交