1. f99f9d5 Replace Path.join() with Path.joinpath or / by Rob Mohr · 11 hours ago main
  2. 69f0cf6 [recipe_modules/buildbucket] schedule child in led flow: use shadowed_bucket if the provided bucket is the parent's bucket by Chan Li · 17 hours ago
  3. 00ae0ed [config_types.Path] Add parents property by Rob Mohr · 3 days ago
  4. dd7db27 [config_types.Path] Add stem/suffix properties by Rob Mohr · 4 days ago
  5. f967fa6 [config_types.Path] Add parent and name properties by Rob Mohr · 4 days ago
  6. a33bc0e [config_types.Path] Add Path.joinpath() by Rob Mohr · 4 days ago
  7. 1228d8c [path] Add warning for using __getitem__ by Rob Mohr · 4 days ago
  8. e3bcd07 Replace api.path['foo'] with api.path.foo by Rob Mohr · 4 days ago
  9. 3dbc11e Add myself and fancl to recipes-py OWNERS. by Brian Ryner · 4 days ago
  10. 5765607 [cq] Add module deprecation warning by Rob Mohr · 5 days ago
  11. 0f7351c [recipes.py test] Remove unused DescriptionWithCallback class. by Robert Iannucci · 5 days ago
  12. fb10cab [recipe.warnings] Remove unnecessary "host" entry by Rob Mohr · 5 days ago
  13. ec3a68b [engine] Don't warn about empty recipe module directories by Oliver Newman · 5 days ago
  14. 4881cd6 Roll CAS Client from e3855bcf8310 to 239be4fd8499 by chromium-autoroll · 5 days ago
  15. d93bcdd [config_types.Path] Refactor Path implementation. by Robert Iannucci · 6 days ago
  16. 09ec488 [properties] Add deprecation warning for legacy() by Rob Mohr · 7 days ago
  17. fac1f26 [buildbucket] Add warning for set_buildbucket_host() by Rob Mohr · 7 days ago
  18. 0846b9c [json] Add deprecation warning by Rob Mohr · 7 days ago
  19. d272488 [buildbucket] Add warnings for deprecated accessors by Rob Mohr · 7 days ago
  20. 96ecadc [warnings] Fix unnecessary conditional. by Robert Iannucci · 7 days ago
  21. bf78629 [recipe_modules/buildbucket] use `bb batch` instead of `bb ls` for single searches by Chan Li · 8 days ago
  22. 0a87968 [step] Add warning for nest().presentation by Rob Mohr · 8 days ago
  23. 9bccd35 [recipe_engine/path] Make use of checkout based Paths a hard error. by Robert Iannucci · 11 days ago
  24. d63fda0 [warnings] Change issues.chromium.org -> crbug.com. It's shorter. by Robert Iannucci · 11 days ago
  25. 3628a0d Roll CAS Client from 27f0b4f36491 to 06dc7a1f2eeb by chromium-autoroll · 11 days ago
  26. 816f872 Add .editorconfig file by Rob Mohr · 12 days ago
  27. a7ad0d9 [post_process] Add HasLog and DoesNotHaveLog by Rob Mohr · 12 days ago
  28. c34697c [warnings] Add support for Google Issue tracker bugs. by Robert Iannucci · 12 days ago
  29. 91cbd34 Add get_id_token() function to service account recipe module. by Jard Loucks · 13 days ago
  30. 5fd3039 [python3] Don't explicitly inherit from object by Rob Mohr · 13 days ago
  31. 770d39b [python3] Remove obsolete __future__ imports by Rob Mohr · 13 days ago
  32. 4ab8afb [engine] Use 'yield from' when logical to do so by Rob Mohr · 13 days ago
  33. 248f1d7 [cipd] Remove support for Python < 3.3 by Rob Mohr · 13 days ago
  34. cc41de5 [cipd] Add partial annotations by Rob Mohr · 14 days ago
  35. 3868908 [python] Remove unnecessary typing imports by Rob Mohr · 2 weeks ago
  36. 6027733 [python] Replace 'Union[x,y]' with 'x|y' by Rob Mohr · 2 weeks ago
  37. 02f5ab0 [python] Replace 'Tuple' with 'tuple' by Rob Mohr · 2 weeks ago
  38. 9b90402 [python] Replace 'List' with 'list' by Rob Mohr · 2 weeks ago
  39. c5580ec [python3] Remove remaining imports of six by Rob Mohr · 2 weeks ago
  40. 53a614b [python] Replace 'Dict' with 'dict' by Rob Mohr · 2 weeks ago
  41. ca41f8e [python] Replace 'Optional[x]' with 'x | None' by Rob Mohr · 2 weeks ago
  42. fcb91e4 Remove Swarming v1 API protos, use v2 instead. by Vadim Shtayura · 3 weeks ago
  43. 35fbfce Roll CAS Client from 0632b20143dc to a84377ac0800 by chromium-autoroll · 3 weeks ago
  44. 1c1799d Roll CAS Client from 9b83c94cebed to 1cfcfd95c327 by chromium-autoroll · 3 weeks ago
  45. 3e95218 [recipe_modules/platform] Remove mac_release. by Robert Iannucci · 3 weeks ago
  46. 8d91428 [step] Update defer references by Rob Mohr · 3 weeks ago
  47. 9c1dd65 [python3] Assume sys.version_info.major is 3 by Rob Mohr · 3 weeks ago
  48. ee44fd8 [python] Remove excessive blank lines by Rob Mohr · 4 weeks ago
  49. cbaef12 Misc import cleanups. by Robert Iannucci · 4 weeks ago
  50. 25cfc72 Rename UnresolvedRequirement. by Robert Iannucci · 4 weeks ago
  51. 495104a [python3] Remove obsolete install_aliases() by Rob Mohr · 4 weeks ago
  52. 462c089 [python3] Stop using transitional iterkeys() by Rob Mohr · 4 weeks ago
  53. 6833278 [python3] Remove transitional raise_from() by Rob Mohr · 4 weeks ago
  54. b683759 [recipe_engine/config_types] Reset global state earlier. by Robert Iannucci · 4 weeks ago
  55. ca16eaa [python3] Use io.StringIO directly by Rob Mohr · 4 weeks ago
  56. 27741bc [python3] Use urllib.parse directly by Rob Mohr · 4 weeks ago
  57. 6dbc5de [recipe_modules/json] Only admit Path types. by Robert Iannucci · 4 weeks ago
  58. 395119c Add BUG note. by Robert Iannucci · 4 weeks ago
  59. 283d867 [python3] Stop using transitional itervalues() by Rob Mohr · 4 weeks ago
  60. a6da06b [python3] Stop using transitional iteritems() by Rob Mohr · 4 weeks ago
  61. c0fee8d Revert "[recipe_engine/path] Make use of checkout based Paths a hard error." by Garrett Beaty · 4 weeks ago
  62. bae1abb [recipe_engine/path] Make use of checkout based Paths a hard error. by Robert Iannucci · 4 weeks ago
  63. c306754 [config.Static] Add carve-out for Path objects. by Robert Iannucci · 4 weeks ago
  64. f832e90 Roll CAS Client from bf9e72499498 to 7dd3e0506c60 by chromium-autoroll · 4 weeks ago
  65. 9ed27cd [recipes_module/buildbucket] switch the order of getting swarming hostname by Chan Li · 4 weeks ago
  66. 2be32b5 [swarming] Use swarming pRPC CLI tool everywhere. by Vadim Shtayura · 4 weeks ago
  67. f0398df [recipe_modules/buildbucket] get parent_run_id from tags by Chan Li · 5 weeks ago
  68. 0010a25 Roll CAS Client from 3ce11656b941 to 623f8d17a069 by chromium-autoroll · 6 weeks ago
  69. 3b1cb2e [recipe-modules][buildbucket] Remove infra.swarming.priority hardcoding in schedule_request by randymaldonado · 6 weeks ago
  70. 81fd780 [recipe_modules/buildbucket] make the test util support updating backend config fields for both builds on swarming and backend by Chan Li · 6 weeks ago
  71. 3420549 Roll CAS Client from ad694c7838f0 to 47b2cf1a0385 by chromium-autoroll · 6 weeks ago
  72. b4faaf8 [recipe-modules][buildbucket] Fix bug in extend_swarming_bot_dimensions by randymaldonado · 6 weeks ago
  73. 4f605c6 [recipe_modules/buildbucket] add test util function to update backend config fields by Chan Li · 6 weeks ago
  74. bd1366a Roll CAS Client from 7b6f64cfcc0e to b20689ed8ac3 by chromium-autoroll · 6 weeks ago
  75. de336d5 [recipe_modules][buildbucket] adding backend_task_dimensions_from_build util by randymaldonado · 6 weeks ago
  76. 99f494f [recipe-modules][buildbucket] Add extend_swarming_bot_dimensions util to test_api by randymaldonado · 6 weeks ago
  77. 18cb2bf [swarming] Expose API for fetching task text outputs into a file. by Vadim Shtayura · 6 weeks ago
  78. 8149431 [swarming] Update pRPC swarming CLI to v0.5.0. by Vadim Shtayura · 6 weeks ago
  79. 07709df [recipe_modules/buildbucket] add `backend.task` to test data by Chan Li · 6 weeks ago
  80. 09afb90 [recipes-py] Add backend_task_id_from_build util by randymaldonado · 7 weeks ago
  81. c7ede58 Revert "[swarming] Use swarming pRPC CLI tool everywhere." by Vadim Shtayura · 7 weeks ago
  82. 70ea529 [recipe_module/buildbucket] support emulating ci or try build on backend by Chan Li · 7 weeks ago
  83. b70ed69 [recipe_module] buildbucket: Add util function to convert a dict to a Struct in test_api by Chan Li · 7 weeks ago
  84. 3187c1a [recipe_modules/buildbucket]: fix swarming_priority and swarming_parent_run_id by Chan Li · 7 weeks ago
  85. 88e4e32 [swarming] Use swarming pRPC CLI tool everywhere. by Vadim Shtayura · 7 weeks ago
  86. b3c544c [recipes-py] Add swarming_bot_dimensions_from_build util by randymaldonado · 7 weeks ago
  87. b86e012 [swarming] Update swarming pRPC CLI tool. by Vadim Shtayura · 8 weeks ago
  88. 8c28df9 [recipe_modules/buildbucket] support eager by Chan Li · 8 weeks ago
  89. 39030d3 [engine] Ensure summary_markdown isn't too big by Rob Mohr · 8 weeks ago
  90. e1eda4a [path] Use enum for internal file type by Rob Mohr · 8 weeks ago
  91. 88c63dd [ResultDB] Add QueryTestVariants to recipe module API by Ming Kong · 9 weeks ago
  92. c9c93ff Roll CAS Client from af661f1bc2c4 to 3df60a11d33a by chromium-autoroll · 9 weeks ago
  93. d68051a Roll CAS Client from 93c00bda3241 to c7b026b3a6a1 by chromium-autoroll · 10 weeks ago
  94. 0c1c828 [recipe] Add stability API to luci_analysis recipe module. by Ming Kong · 3 months ago
  95. 1438ab1 [defer] Skip step name for suppressed results by Rob Mohr · 3 months ago
  96. e340148 [Analysis] Roll updated protos. by Ming Kong · 3 months ago
  97. 3218a30 Roll CAS Client from ccbd7fc8f200 to 0d11be367258 by chromium-autoroll · 3 months ago
  98. a16cd1f Roll CAS Client from 73ba3793a856 to d740e2026f68 by chromium-autoroll · 3 months ago
  99. 8c34b0b [defer] Allow suppressing results in contexts by Rob Mohr · 3 months ago
  100. 1fb142e Roll CAS Client from 200dbdf0e967 to 103e5437313b by chromium-autoroll · 3 months ago