Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(643)

Issue 19700043: Move _notify_issue to notify.py (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by iannucci
Modified:
11 years, 10 months ago
Reviewers:
M-A
CC:
codereview-list_googlegroups.com
Base URL:
hg::https://iannucci%40chromium.org@code.google.com/p/rietveld/@move_decos
Visibility:
Public.

Description

Move _notify_issue to notify.py R=maruel@chromium.org BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments, move all xmpp logic into file #

Total comments: 2

Patch Set 3 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -100 lines) Patch
A codereview/notify_xmpp.py View 1 2 1 chunk +118 lines, -0 lines 0 comments Download
M codereview/urls.py View 1 1 chunk +9 lines, -1 line 0 comments Download
M codereview/views.py View 1 11 chunks +8 lines, -99 lines 0 comments Download

Messages

Total messages: 8
iannucci
PTAL, pretty straightforward.
11 years, 10 months ago (2013-10-30 04:53:44 UTC) #1
M-A
I'm not sure it's a good axis of separation though. I'd prefer a functional separation ...
11 years, 10 months ago (2013-10-30 13:04:21 UTC) #2
iannucci
PTAL. Moved all XMPP stuff into the same file now. Will do the same for ...
11 years, 10 months ago (2013-10-30 23:26:55 UTC) #3
iannucci
On 2013/10/30 23:26:55, iannucci wrote: > PTAL. Moved all XMPP stuff into the same file ...
11 years, 10 months ago (2013-10-30 23:27:15 UTC) #4
iannucci
Any feedback on this?
11 years, 10 months ago (2013-11-01 23:00:44 UTC) #5
M-A
lgtm https://codereview.appspot.com/19700043/diff/20001/codereview/notify_xmpp.py File codereview/notify_xmpp.py (right): https://codereview.appspot.com/19700043/diff/20001/codereview/notify_xmpp.py#newcode30 codereview/notify_xmpp.py:30: except Exception, err: except Exception as err: (while ...
11 years, 10 months ago (2013-11-01 23:04:10 UTC) #6
iannucci
https://codereview.appspot.com/19700043/diff/20001/codereview/notify_xmpp.py File codereview/notify_xmpp.py (right): https://codereview.appspot.com/19700043/diff/20001/codereview/notify_xmpp.py#newcode30 codereview/notify_xmpp.py:30: except Exception, err: On 2013/11/01 23:04:10, M-A wrote: > ...
11 years, 10 months ago (2013-11-01 23:21:25 UTC) #7
iannucci
11 years, 10 months ago (2013-11-01 23:55:19 UTC) #8

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b