BigW Consortium Gitlab

  1. 24 Apr, 2017 3 commits
  2. 21 Apr, 2017 1 commit
  3. 19 Apr, 2017 1 commit
    • Add retry to system hook worker · 354e37b8
      Drew Blessing authored
      The default number of Sidekiq retries is 25 over about 21 days.
      If an external system is unavailable for a length of time, hooks
      can pile up in the Sidekiq queues. If the situation gets bad enough
      the retry jobs dropping back into the main queue can slow down
      other jobs. Limit the retries to a sane number to avoid this
      scenario.
  4. 14 Apr, 2017 7 commits
  5. 12 Apr, 2017 1 commit
    • Return nil as coverage instead of a File object · 23fbbe0c
      Z.J. van de Weg authored
      Given a valid pipeline job, and a regex which wouldn't match to a jobs
      trace, the stream of the trace would return the File object. This was
      not the case when it matched a value, as that would have been return
      from the block.
      
      Now the `extract_coverage` method returns `nil` if no match was found.
  6. 07 Apr, 2017 1 commit
  7. 06 Apr, 2017 9 commits
  8. 05 Apr, 2017 1 commit
  9. 04 Apr, 2017 1 commit
  10. 03 Apr, 2017 1 commit
  11. 29 Mar, 2017 1 commit
  12. 17 Mar, 2017 1 commit
  13. 10 Mar, 2017 1 commit
  14. 07 Mar, 2017 1 commit
  15. 06 Mar, 2017 1 commit
  16. 03 Mar, 2017 1 commit
  17. 02 Mar, 2017 1 commit
  18. 01 Mar, 2017 7 commits