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

Issue 1525923002: Implement Mail service. (Closed)

Created:
5 years ago by iannucci
Modified:
5 years ago
Reviewers:
dnj, Vadim Sh., estaab, martiniss
CC:
chromium-reviews, infra-reviews+luci-gae_chromium.org
Base URL:
https://github.com/luci/gae.git@filter_user
Target Ref:
refs/heads/master
Project:
luci-gae
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : add tests #

Total comments: 12

Patch Set 3 : tests and words #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1073 lines, -18 lines) Patch
M filter/count/count_test.go View 2 chunks +27 lines, -0 lines 0 comments Download
A filter/count/mail.go View 1 chunk +44 lines, -0 lines 0 comments Download
A filter/featureBreaker/mail.go View 1 chunk +34 lines, -0 lines 0 comments Download
M impl/dummy/dummy.go View 3 chunks +18 lines, -0 lines 0 comments Download
M impl/dummy/dummy_test.go View 2 chunks +10 lines, -0 lines 0 comments Download
M impl/memory/context.go View 2 chunks +4 lines, -3 lines 0 comments Download
A impl/memory/mail.go View 1 1 chunk +203 lines, -0 lines 0 comments Download
A impl/memory/mail_static_lists.go View 1 chunk +159 lines, -0 lines 0 comments Download
A impl/memory/mail_test.go View 1 1 chunk +238 lines, -0 lines 0 comments Download
M impl/memory/user.go View 2 chunks +7 lines, -0 lines 0 comments Download
M impl/memory/user_test.go View 1 chunk +1 line, -5 lines 0 comments Download
M impl/prod/context.go View 2 chunks +5 lines, -4 lines 0 comments Download
A impl/prod/mail.go View 1 chunk +35 lines, -0 lines 0 comments Download
A + service/mail/context.go View 4 chunks +6 lines, -6 lines 0 comments Download
A service/mail/interface.go View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A service/mail/message.go View 1 2 1 chunk +132 lines, -0 lines 0 comments Download
A service/mail/message_test.go View 1 2 1 chunk +88 lines, -0 lines 0 comments Download
A service/mail/testable.go View 1 2 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
iannucci
5 years ago (2015-12-15 02:51:43 UTC) #1
iannucci
On 2015/12/15 at 02:51:43, iannucci wrote: > Still needs tests for the memory version, but ...
5 years ago (2015-12-15 02:52:30 UTC) #2
M-A Ruel
Thanks as I was discussing with Erik yesterday that creating a Go version of ereporter2 ...
5 years ago (2015-12-15 13:37:23 UTC) #3
iannucci
PTAL, added full test coverage and fixed bugs it found.
5 years ago (2015-12-15 20:03:20 UTC) #4
iannucci
On 2015/12/15 at 20:03:20, iannucci wrote: > PTAL, added full test coverage and fixed bugs ...
5 years ago (2015-12-16 20:31:07 UTC) #5
martiniss
Who's lucky day is it?
5 years ago (2015-12-16 20:32:16 UTC) #6
martiniss
On 2015/12/16 at 20:32:16, martiniss wrote: > Who's lucky day is it? (picking a reviewer ...
5 years ago (2015-12-16 20:37:44 UTC) #7
iannucci
On 2015/12/16 at 20:37:44, martiniss wrote: > On 2015/12/16 at 20:32:16, martiniss wrote: > > ...
5 years ago (2015-12-16 20:41:40 UTC) #8
martiniss
On 2015/12/16 at 20:41:40, iannucci wrote: > On 2015/12/16 at 20:37:44, martiniss wrote: > > ...
5 years ago (2015-12-16 21:25:34 UTC) #9
martiniss
pretty good! https://codereview.chromium.org/1525923002/diff/20001/impl/dummy/dummy_test.go File impl/dummy/dummy_test.go (right): https://codereview.chromium.org/1525923002/diff/20001/impl/dummy/dummy_test.go#newcode86 impl/dummy/dummy_test.go:86: Convey("Mail", func() { Bad indentation? https://codereview.chromium.org/1525923002/diff/20001/impl/memory/mail.go File ...
5 years ago (2015-12-16 21:54:15 UTC) #10
iannucci
https://codereview.chromium.org/1525923002/diff/20001/impl/dummy/dummy_test.go File impl/dummy/dummy_test.go (right): https://codereview.chromium.org/1525923002/diff/20001/impl/dummy/dummy_test.go#newcode86 impl/dummy/dummy_test.go:86: Convey("Mail", func() { On 2015/12/16 at 21:54:15, martiniss wrote: ...
5 years ago (2015-12-17 00:01:07 UTC) #11
martiniss
docs look good. Yay spamming our users! lgtm
5 years ago (2015-12-17 00:46:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1525923002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1525923002/40001
5 years ago (2015-12-17 00:53:49 UTC) #14
commit-bot: I haz the power
5 years ago (2015-12-17 00:56:49 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/gae/commit/86e47afb5d2c2a20678a9003661bc9316539274b

Powered by Google App Engine
This is Rietveld 408576698