1. 15 Aug, 2016 1 commit
  2. 12 Aug, 2016 3 commits
  3. 11 Aug, 2016 3 commits
  4. 10 Aug, 2016 5 commits
  5. 09 Aug, 2016 5 commits
  6. 05 Aug, 2016 2 commits
  7. 04 Aug, 2016 4 commits
  8. 03 Aug, 2016 1 commit
  9. 02 Aug, 2016 1 commit
  10. 01 Aug, 2016 1 commit
  11. 29 Jul, 2016 1 commit
  12. 28 Jul, 2016 1 commit
  13. 27 Jul, 2016 5 commits
  14. 26 Jul, 2016 3 commits
  15. 25 Jul, 2016 3 commits
  16. 23 Jul, 2016 1 commit
    • martiniss's avatar
      Fix bot_update to correctly handle exceptions · 8697dfcf
      martiniss authored
      If an exception occurs during a try block which prevents a step from actually executing, then the finally block's attempt to access step.active_result will fail, and the original exception will be hidden behind a new exception from the recipe engine. This CL changes this behavior so that the original exception will always fire.
      
      Review-Url: https://codereview.chromium.org/2175103002
      8697dfcf