Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Issue 1866313002: recipe engine: add tempfile and shutil modules (Closed)

Created:
4 years, 8 months ago by Paweł Hajdan Jr.
Modified:
4 years, 8 months ago
Reviewers:
iannucci, martiniss
CC:
chromium-reviews, infra-reviews+recipes-py_chromium.org
Base URL:
https://github.com/luci/recipes-py.git@master
Target Ref:
refs/heads/master
Project:
recipes-py
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : presubmit #

Total comments: 9

Patch Set 3 : TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -12 lines) Patch
A recipe_modules/shutil/__init__.py View 1 1 chunk +7 lines, -0 lines 0 comments Download
A recipe_modules/shutil/api.py View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A + recipe_modules/shutil/example.py View 1 chunk +3 lines, -6 lines 0 comments Download
A recipe_modules/shutil/example.expected/basic.json View 1 chunk +23 lines, -0 lines 0 comments Download
A recipe_modules/tempfile/__init__.py View 1 1 chunk +8 lines, -0 lines 0 comments Download
A recipe_modules/tempfile/api.py View 1 chunk +19 lines, -0 lines 0 comments Download
A + recipe_modules/tempfile/example.py View 1 chunk +4 lines, -6 lines 0 comments Download
A recipe_modules/tempfile/example.expected/basic.json View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866313002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866313002/1
4 years, 8 months ago (2016-04-07 10:37:26 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Recipes-py Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Recipes-py%20Presubmit/builds/158)
4 years, 8 months ago (2016-04-07 10:40:56 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866313002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866313002/20001
4 years, 8 months ago (2016-04-07 10:50:06 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-07 10:51:57 UTC) #8
Paweł Hajdan Jr.
This will be needed for autoroller CL https://codereview.chromium.org/1862383002
4 years, 8 months ago (2016-04-07 10:53:44 UTC) #10
martiniss
https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py File recipe_modules/shutil/api.py (right): https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py#newcode7 recipe_modules/shutil/api.py:7: class ShutilApi(recipe_api.RecipeApi): I'm uncomfortable having this, when we have ...
4 years, 8 months ago (2016-04-07 17:35:22 UTC) #11
Paweł Hajdan Jr.
https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py File recipe_modules/shutil/api.py (right): https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py#newcode7 recipe_modules/shutil/api.py:7: class ShutilApi(recipe_api.RecipeApi): On 2016/04/07 at 17:35:22, martiniss wrote: > ...
4 years, 8 months ago (2016-04-07 20:39:04 UTC) #12
martiniss
https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py File recipe_modules/shutil/api.py (right): https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py#newcode7 recipe_modules/shutil/api.py:7: class ShutilApi(recipe_api.RecipeApi): On 2016/04/07 at 20:39:04, Paweł Hajdan Jr. ...
4 years, 8 months ago (2016-04-07 21:34:02 UTC) #13
martiniss
lgtm
4 years, 8 months ago (2016-04-07 21:52:53 UTC) #14
martiniss
On 2016/04/07 at 21:52:53, martiniss wrote: > lgtm (provided you have a TODO and fix ...
4 years, 8 months ago (2016-04-07 21:53:46 UTC) #15
iannucci
this lgtm for now, but as I mention below, this is the wrong API for ...
4 years, 8 months ago (2016-04-08 00:19:20 UTC) #16
iannucci
On 2016/04/08 at 00:19:20, iannucci wrote: > this lgtm for now, but as I mention ...
4 years, 8 months ago (2016-04-08 00:28:37 UTC) #17
Paweł Hajdan Jr.
https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py File recipe_modules/shutil/api.py (right): https://codereview.chromium.org/1866313002/diff/20001/recipe_modules/shutil/api.py#newcode7 recipe_modules/shutil/api.py:7: class ShutilApi(recipe_api.RecipeApi): On 2016/04/07 at 21:34:02, martiniss wrote: > ...
4 years, 8 months ago (2016-04-08 07:46:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866313002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866313002/40001
4 years, 8 months ago (2016-04-08 07:46:36 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-08 07:48:35 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/recipes-py/commit/0978755542b27bbb752e3e6150872e0b75e...

Powered by Google App Engine
This is Rietveld 408576698