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

Issue 20518002: Implement mail dispatcher app. (Closed)

Created:
7 years, 5 months ago by Mattias Nissler (ping if slow)
Modified:
7 years, 4 months ago
Reviewers:
agable, iannucci
CC:
chromium-reviews, cmp-cc_chromium.org
Base URL:
https://src.chromium.org/chrome/trunk/tools/
Visibility:
Public.

Description

Implement mail dispatcher app. This adds the mail python app that handles incoming mail and dispatches it to handlers, as well as a handler implementing automated commenting for changes to chrome/app/policy/policy_templates.json. R=agable@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219005

Patch Set 1 #

Patch Set 2 : #

Total comments: 22

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+977 lines, -16 lines) Patch
M reviewbot/PRESUBMIT.py View 1 2 2 chunks +34 lines, -9 lines 0 comments Download
reviewbot/app.yaml View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
reviewbot/handlers/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A reviewbot/handlers/policy_checklist/__init__.py View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A reviewbot/handlers/policy_checklist/addition_comment.txt View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A reviewbot/handlers/policy_checklist/handler.py View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A reviewbot/handlers/policy_checklist/modification_comment.txt View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A reviewbot/handlers/policy_checklist/parser.py View 1 2 3 1 chunk +174 lines, -0 lines 0 comments Download
A reviewbot/handlers/policy_checklist/parser_test.py View 1 2 3 1 chunk +466 lines, -0 lines 0 comments Download
A reviewbot/handlers/policy_checklist/review_message.txt View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
reviewbot/mail_dispatcher.py View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
M reviewbot/util.py View 1 2 4 chunks +28 lines, -8 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Mattias Nissler (ping if slow)
And here's the app, finally :)
7 years, 4 months ago (2013-08-05 09:45:31 UTC) #1
Mattias Nissler (ping if slow)
cc agable
7 years, 4 months ago (2013-08-05 18:16:52 UTC) #2
Mattias Nissler (ping if slow)
OK guys, this is the main app and the last review in the series. Can ...
7 years, 4 months ago (2013-08-09 15:14:23 UTC) #3
iannucci
Sorry for the lag on this. https://codereview.chromium.org/20518002/diff/4001/reviewbot/handlers/policy_checklist.py File reviewbot/handlers/policy_checklist.py (right): https://codereview.chromium.org/20518002/diff/4001/reviewbot/handlers/policy_checklist.py#newcode13 reviewbot/handlers/policy_checklist.py:13: CONTEXT_THRESHOLD = 12 ...
7 years, 4 months ago (2013-08-15 03:48:05 UTC) #4
Mattias Nissler (ping if slow)
Thanks for the comments, I think the new version I uploaded is indeed much better. ...
7 years, 4 months ago (2013-08-16 12:49:22 UTC) #5
iannucci
On 2013/08/16 12:49:22, Mattias Nissler wrote: > Thanks for the comments, I think the new ...
7 years, 4 months ago (2013-08-20 00:45:31 UTC) #6
agable
https://codereview.chromium.org/20518002/diff/18001/reviewbot/handlers/policy_checklist/__init__.py File reviewbot/handlers/policy_checklist/__init__.py (right): https://codereview.chromium.org/20518002/diff/18001/reviewbot/handlers/policy_checklist/__init__.py#newcode1 reviewbot/handlers/policy_checklist/__init__.py:1: # Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 4 months ago (2013-08-20 08:42:41 UTC) #7
Mattias Nissler (ping if slow)
Adressed your comments, ready for another round. https://codereview.chromium.org/20518002/diff/18001/reviewbot/handlers/policy_checklist/__init__.py File reviewbot/handlers/policy_checklist/__init__.py (right): https://codereview.chromium.org/20518002/diff/18001/reviewbot/handlers/policy_checklist/__init__.py#newcode1 reviewbot/handlers/policy_checklist/__init__.py:1: # Copyright ...
7 years, 4 months ago (2013-08-22 12:44:22 UTC) #8
agable
Thanks, LGTM!
7 years, 4 months ago (2013-08-22 12:48:38 UTC) #9
Mattias Nissler (ping if slow)
7 years, 4 months ago (2013-08-22 12:57:59 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 manually as r219005 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698