1. 3c4c157 Merge "Only report to gerrit if the action is from gerrit" into feature/zuulv3 by Jenkins · 7 years ago
  2. 5870cca Add support for bwrap by Clint Byrum · 7 years ago
  3. ecdf548 Merge "Remove source from reporter" into feature/zuulv3 by Jenkins · 7 years ago
  4. 20088e1 Merge "Fix log streamer for py35" into feature/zuulv3 by Jenkins · 7 years ago
  5. 77917ca Merge "Add config option for executor process user" into feature/zuulv3 by Jenkins · 7 years ago
  6. e66afb1 Merge "Add a finger protocol log streamer" into feature/zuulv3 by Jenkins · 7 years ago
  7. bcaa2d4 Verify executor branch checkout by James E. Blair · 7 years ago
  8. af3d01e Enable test_multi_branch cloner/executor test by James E. Blair · 7 years ago
  9. 66c6068 Update the merger recent dict when saving the repo state by James E. Blair · 7 years ago
  10. e5921fd Actually check out the branch in the jobdir by James E. Blair · 7 years ago
  11. 562f51b Merge "Decode the console log stream" into feature/zuulv3 by Jenkins · 7 years ago
  12. 5896d1a Merge "Decode ssh output of gerrit connection" into feature/zuulv3 by Jenkins · 7 years ago
  13. adf6c7e Merge "Allow for specifying root job directory" into feature/zuulv3 by Jenkins · 7 years ago
  14. 2820d2a Merge "Allow for using build UUID as temp job dir name" into feature/zuulv3 by Jenkins · 7 years ago
  15. 5dfab6d Fix log streamer for py35 by David Shrewsbury · 7 years ago
  16. e737420 Add config option for executor process user by David Shrewsbury · 7 years ago
  17. eb85647 Add a finger protocol log streamer by David Shrewsbury · 7 years ago
  18. 329afbe Decode the console log stream by Tobias Henkel · 7 years ago
  19. 6a22df5 Merge "Add default-branch property to projects" into feature/zuulv3 by Jenkins · 7 years ago
  20. f9235ad Merge "Use previously stored repo state on executor" into feature/zuulv3 by Jenkins · 7 years ago
  21. 6d197da Merge "Store initial repo state in the merger" into feature/zuulv3 by Jenkins · 7 years ago
  22. f138504 Log and collect stats for events consistently by Monty Taylor · 7 years ago
  23. d021c80 Merge "Use util functions to make lists of things" into feature/zuulv3 by Jenkins · 7 years ago
  24. 5ddbce7 Merge "Implement github pipeline req of current-patchset" into feature/zuulv3 by Jenkins · 7 years ago
  25. 8be2814 Merge "Implement github pipepline req of open" into feature/zuulv3 by Jenkins · 7 years ago
  26. 2220d33 Merge "Include tenant name in github context" into feature/zuulv3 by Jenkins · 7 years ago
  27. 805b269 Merge "Catch integration key file not found in zuul" into feature/zuulv3 by Jenkins · 7 years ago
  28. 184d34e Merge "Save installation ids to a cache and fetch them per project" into feature/zuulv3 by Jenkins · 7 years ago
  29. f54e132 Merge "Refactor integration key loading to always load" into feature/zuulv3 by Jenkins · 7 years ago
  30. 8fb6f96 Merge "Decode JSON body once for requests" into feature/zuulv3 by Jenkins · 7 years ago
  31. abdb4f3 Merge "Create github client each time it's called." into feature/zuulv3 by Jenkins · 7 years ago
  32. 0bfcfb5 Merge "Use app_id with github" into feature/zuulv3 by Jenkins · 7 years ago
  33. 18bc7ed Include tenant name in github context by Jamie Lennox · 7 years ago
  34. 4a27f13 Implement github pipepline req of open by Jesse Keating · 7 years ago
  35. 0d40c12 Implement github pipeline req of current-patchset by Jesse Keating · 7 years ago
  36. 0993462 Use util functions to make lists of things by Jesse Keating · 7 years ago
  37. 38661a1 Create github client each time it's called. by Jamie Lennox · 8 years ago
  38. cd13f1e Decode JSON body once for requests by Jamie Lennox · 8 years ago
  39. a24b837 Refactor integration key loading to always load by Jamie Lennox · 8 years ago
  40. ead6e8a Save installation ids to a cache and fetch them per project by Jamie Lennox · 8 years ago
  41. 4b46297 Catch integration key file not found in zuul by Jamie Lennox · 8 years ago
  42. 6284715 Use app_id with github by Jamie Lennox · 8 years ago
  43. d0cbee6 Merge "Implement github trigger requirement status" into feature/zuulv3 by Jenkins · 7 years ago
  44. 8a36b94 Merge "Add cachecontrol to requests to github" into feature/zuulv3 by Jenkins · 7 years ago
  45. 73ee9d9 Merge "Include exc_info in reporter failure" into feature/zuulv3 by Jenkins · 7 years ago
  46. d678429 Allow for specifying root job directory by David Shrewsbury · 7 years ago
  47. 4dd45f5 Allow for using build UUID as temp job dir name by David Shrewsbury · 7 years ago
  48. 168bc8f Remove source from reporter by Jamie Lennox · 7 years ago
  49. b09f421 Only report to gerrit if the action is from gerrit by Jamie Lennox · 7 years ago
  50. 03454a5 Fix fake gearman py3 bug and re-enable sched tests by Clint Byrum · 7 years ago
  51. da182de Add LoggerAdapter for executor jobs by James E. Blair · 7 years ago
  52. 5426b11 Release executor jobs on test exit by James E. Blair · 7 years ago
  53. a457b47 Add a space and a capital letter to success banner by Monty Taylor · 7 years ago
  54. 271290c Fix bad text wrap in status page by Monty Taylor · 7 years ago
  55. c5b8405 Merge "Fix missing source connections on merger" into feature/zuulv3 by Jenkins · 7 years ago
  56. 50c69d8 Add SSH Agent Primitives and usage by Clint Byrum · 7 years ago
  57. b150255 Merge "Display command/shell results in a banner" into feature/zuulv3 by Jenkins · 7 years ago
  58. 4dc80ef Merge "Strip unneeded cmd, changed, stdout and stderr from results" into feature/zuulv3 by Jenkins · 7 years ago
  59. 7df274b Fix missing source connections on merger by Tobias Henkel · 7 years ago
  60. 9f6c72c Use https to clone Github3.py by Tobias Henkel · 7 years ago
  61. ad2df08 Decode ssh output of gerrit connection by Tobias Henkel · 7 years ago
  62. 3a00ae8 Implement github trigger requirement status by Jesse Keating · 7 years ago
  63. 01f3841 Add cachecontrol to requests to github by Jamie Lennox · 7 years ago
  64. 2d30758 Include exc_info in reporter failure by Jamie Lennox · 8 years ago
  65. 9325757 Merge "Comment on PRs if a remote call to merge a change failed" into feature/zuulv3 by Jenkins · 7 years ago
  66. 79cb3f4 Merge "Represent github change ID in status page by PR number" into feature/zuulv3 by Jenkins · 7 years ago
  67. 207fa7a Merge "Ensure PRs arent rejected for stale negative reviews" into feature/zuulv3 by Jenkins · 7 years ago
  68. 0798f6b Merge "Implement pipeline requirement on github reviews" into feature/zuulv3 by Jenkins · 7 years ago
  69. 841f578 Merge "Adds github triggering from status updates" into feature/zuulv3 by Jenkins · 7 years ago
  70. d8af542 Enable test_one_branch cloner test by James E. Blair · 7 years ago
  71. 2ec590b Check out the appropriate branch in executor by James E. Blair · 7 years ago
  72. f327c57 Use the executor cached repos more often by James E. Blair · 7 years ago
  73. 57c51a1 Return resulting commits from merger by James E. Blair · 7 years ago
  74. 7391ecb Add override-branch property to jobs by James E. Blair · 7 years ago
  75. 912322f Rename 'repos' job attribute to 'required-projects' by James E. Blair · 7 years ago
  76. 27f3dfc Add override-branch property to job repos by James E. Blair · 7 years ago
  77. 040b650 Add default-branch property to projects by James E. Blair · 7 years ago
  78. c4e82c9 Merge "Re-enable E305 pep8 errors" into feature/zuulv3 by Jenkins · 7 years ago
  79. d91b4d7 Use ssh for git-upload-pack by Tobias Henkel · 7 years ago
  80. cdd2629 Merge "Add support for requiring github pr head status" into feature/zuulv3 by Jenkins · 7 years ago
  81. 801fe15 Merge "Wait for merger to complete before item is ready" into feature/zuulv3 by Jenkins · 7 years ago
  82. ff8b80e Merge "Disable leaked repo check" into feature/zuulv3 by Jenkins · 7 years ago
  83. e4ac464 Display command/shell results in a banner by Monty Taylor · 7 years ago
  84. a047ba5 Strip unneeded cmd, changed, stdout and stderr from results by Monty Taylor · 7 years ago
  85. 73b4177 Disable leaked repo check by James E. Blair · 7 years ago
  86. 1960d68 Use previously stored repo state on executor by James E. Blair · 7 years ago
  87. 8d144dc Wait for merger to complete before item is ready by James E. Blair · 7 years ago
  88. 34c7daa Store initial repo state in the merger by James E. Blair · 7 years ago
  89. 62198cb Comment on PRs if a remote call to merge a change failed by Adam Gandelman · 8 years ago
  90. ae4cd27 Implement pipeline requirement on github reviews by Jesse Keating · 8 years ago
  91. d81dd76 Ensure PRs arent rejected for stale negative reviews by Adam Gandelman · 8 years ago
  92. a6b33ba Represent github change ID in status page by PR number by Jamie Lennox · 8 years ago
  93. 8c6eeb5 Adds github triggering from status updates by Adam Gandelman · 8 years ago
  94. d96e588 Add support for requiring github pr head status by Jesse Keating · 8 years ago
  95. 2cf8d2a Merge "Add driver-specific pipeline requirements" into feature/zuulv3 by Jenkins · 7 years ago
  96. 624fb98 Merge "Add javascript license information" into feature/zuulv3 by Jenkins · 7 years ago
  97. 1a72902 Merge "Add bubblewrap to bindep / test-setup.sh" into feature/zuulv3 by Jenkins · 7 years ago
  98. 665cb07 Merge "Quote message when reporting to Gerrit" into feature/zuulv3 by Jenkins · 7 years ago
  99. 4880fd0 Merge "Fix inventory vars containing spaces" into feature/zuulv3 by Jenkins · 7 years ago
  100. 027f5e3 Merge "Remove uncalled test code" into feature/zuulv3 by Jenkins · 7 years ago