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

Issue 2480593002: [Predator] Move time_util from common/ to lib/, split code review related part to code_review_util (Closed)

Created:
4 years, 1 month ago by Sharu Jiang
Modified:
4 years, 1 month ago
Reviewers:
wrengr, stgao
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Predator] Move time_util from common/ to lib/, split code review related part in gitiles_repository to code_review_util Also refactor the time zone part in gitile repository to use TimeZoneInfo in time_util. BUG=660474 Committed: https://chromium.googlesource.com/infra/infra/+/7db2966deb7a599377da34981323f0790c4d58d3

Patch Set 1 #

Total comments: 20

Patch Set 2 : Rebase. #

Total comments: 2

Patch Set 3 : Fix nits. #

Patch Set 4 : Rebase and fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -339 lines) Patch
M appengine/findit/common/findit_testcase.py View 1 chunk +1 line, -1 line 0 comments Download
D appengine/findit/common/test/time_util_test.py View 1 chunk +0 lines, -54 lines 0 comments Download
D appengine/findit/common/time_util.py View 1 chunk +0 lines, -68 lines 0 comments Download
M appengine/findit/crash/crash_pipeline.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/crash/findit.py View 1 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/findit_api.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/crash/fracas_dashboard.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/crash/fracas_result_feedback.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/crash/test/fracas_dashboard_test.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/crash/test/fracas_result_feedback_test.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/crash/triage_fracas_analysis.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/flake/check_flake.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/flake/list_flakes.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/flake/test/list_flakes_test.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/list_analyses.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/test/triage_suspected_cl_test.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/triage_analysis.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/triage_suspected_cl.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/handlers/try_job_dashboard.py View 1 chunk +1 line, -1 line 0 comments Download
A appengine/findit/lib/gitiles/commit_util.py View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
M appengine/findit/lib/gitiles/gitiles_repository.py View 1 2 6 chunks +12 lines, -72 lines 0 comments Download
A appengine/findit/lib/gitiles/test/commit_util_test.py View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
M appengine/findit/lib/gitiles/test/gitiles_repository_test.py View 2 chunks +0 lines, -105 lines 0 comments Download
A + appengine/findit/lib/test/time_util_test.py View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
A + appengine/findit/lib/time_util.py View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
M appengine/findit/model/base_suspected_cl.py View 2 chunks +2 lines, -2 lines 0 comments Download
M appengine/findit/model/base_triaged_model.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/model/suspected_cl_confidence.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/analyze_build_failure_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/build_failure_analysis_pipelines.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/build_util.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/flake/initialize_flake_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/flake/recursive_flake_pipeline.py View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M appengine/findit/waterfall/flake/test/recursive_flake_pipeline_test.py View 3 chunks +3 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/identify_culprit_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/send_notification_for_culprit_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/suspected_cl_util.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/trigger_base_swarming_task_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/trigger_swarming_task_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/waterfall/try_job_util.py View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (8 generated)
Sharu Jiang
PTAL :)
4 years, 1 month ago (2016-11-03 22:01:17 UTC) #5
stgao
lgtm after comments addressed. https://codereview.chromium.org/2480593002/diff/1/appengine/findit/lib/code_review_util.py File appengine/findit/lib/code_review_util.py (right): https://codereview.chromium.org/2480593002/diff/1/appengine/findit/lib/code_review_util.py#newcode1 appengine/findit/lib/code_review_util.py:1: # Copyright 2016 The Chromium ...
4 years, 1 month ago (2016-11-03 22:14:05 UTC) #6
wrengr
lgtm, with nit about file name https://codereview.chromium.org/2480593002/diff/1/appengine/findit/crash/crash_pipeline.py File appengine/findit/crash/crash_pipeline.py (right): https://codereview.chromium.org/2480593002/diff/1/appengine/findit/crash/crash_pipeline.py#newcode110 appengine/findit/crash/crash_pipeline.py:110: def run(self, *_args, ...
4 years, 1 month ago (2016-11-03 22:17:59 UTC) #7
stgao
https://codereview.chromium.org/2480593002/diff/1/appengine/findit/lib/code_review_util.py File appengine/findit/lib/code_review_util.py (right): https://codereview.chromium.org/2480593002/diff/1/appengine/findit/lib/code_review_util.py#newcode1 appengine/findit/lib/code_review_util.py:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 1 month ago (2016-11-03 23:04:52 UTC) #8
Sharu Jiang
https://codereview.chromium.org/2480593002/diff/1/appengine/findit/crash/crash_pipeline.py File appengine/findit/crash/crash_pipeline.py (right): https://codereview.chromium.org/2480593002/diff/1/appengine/findit/crash/crash_pipeline.py#newcode110 appengine/findit/crash/crash_pipeline.py:110: def run(self, *_args, **_kargs): On 2016/11/03 22:17:58, wrengr wrote: ...
4 years, 1 month ago (2016-11-04 01:02:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2480593002/80001
4 years, 1 month ago (2016-11-04 20:09:53 UTC) #13
wrengr
https://codereview.chromium.org/2480593002/diff/1/appengine/findit/lib/code_review_util.py File appengine/findit/lib/code_review_util.py (right): https://codereview.chromium.org/2480593002/diff/1/appengine/findit/lib/code_review_util.py#newcode1 appengine/findit/lib/code_review_util.py:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 1 month ago (2016-11-04 20:24:26 UTC) #14
commit-bot: I haz the power
4 years, 1 month ago (2016-11-04 20:35:21 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/infra/infra/+/7db2966deb7a599377da34981323f...

Powered by Google App Engine
This is Rietveld 408576698