Closed
Bug 929759
Opened 11 years ago
Closed 11 years ago
Set up email script for commbadge
Categories
(Marketplace Graveyard :: Developer Pages, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-03-04
People
(Reporter: cvan, Assigned: kngo)
References
Details
(Whiteboard: [qa+])
Attachments
(1 file)
91.99 KB,
image/png
|
Details |
11:22 < jason> if you send a email to '*@marketplace-dev.allizom.org' it will hit the postfix server
11:22 < jason> and it will post to the marketplace api
11:22 < jason> we can restrict to addresses that start with reply
https://github.com/mozilla/zamboni/blob/master/sites/dev/settings_mkt.py#L201-L205
Updated•11 years ago
|
Component: Admin Tools → Developer Pages
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → cvan
Target Milestone: 2013-10-28 → 2013-11-05
Reporter | ||
Updated•11 years ago
|
Priority: -- → P1
Reporter | ||
Updated•11 years ago
|
Assignee | ||
Comment 1•11 years ago
|
||
What's the email script supposed to do?
Comment 2•11 years ago
|
||
1) Verify it's an email
2) Verify the email is valid for the conversation it's claiming to be in
3) Parse the email and extract the new comments
4) Put the new comments into the database from the author it claims to be from
5) Email the other people in the conversation with the new comments
Assignee | ||
Comment 3•11 years ago
|
||
I'm not sure if this can be QA'ed on dev with SEND_REAL_MAIL turned off.
https://github.com/mozilla/zamboni/pull/1803
STR:
1. As a reviewer, post a note to Commbadge.
2. As developer, receive automatic email from Commbadge.
3. As developer, reply to email.
Expected:
In Commbadge, the email reply should become a note.
Actual:
It's fuzzy since emails are turned off on -dev. But before the email reply functionality wasn't completely hooked up.
Assignee: nobody → kngo
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: 2013-11-12 → 2014-03-04
Comment 4•11 years ago
|
||
I tried verifying this bug on -dev using the STR, but I have not received any e-mail. Should we wait until this is pushed to stage? Will it work then? Thank you!
Flags: needinfo?(kngo)
Comment 5•11 years ago
|
||
Kevin, can you please help us with SEND_REAL_MAIL in order to test here?
Comment 6•11 years ago
|
||
we can't flip that on -dev, it'll send all kinds of email. This either needs to be tested on stage or manually (likely by ops).
Assignee | ||
Comment 7•11 years ago
|
||
Commbadge is now on on stage, so it should send emails now.
Flags: needinfo?(kngo)
Whiteboard: [qa+]
Comment 8•11 years ago
|
||
I'm still not receiving any emails on MP-stage after a reviewer approves or posts a reply in Comm Dash for an app that I have submitted. https://marketplace.allizom.org/app/test-app-macarena/
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•11 years ago
|
||
postfix scripts aren't on stage yet. Jason will have it set up by the end of the week. Closing, but won't be verifiable until next week.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•11 years ago
|
||
Is this verifiable now?
Comment 11•11 years ago
|
||
Verified as fixed in https://marketplace-dev.allizom.org/comm/ and https://marketplace-dev.allizom.org/admin/mail in FF31 (Win 7).
Attaching postfix screenshot.
Closing bug.
Status: RESOLVED → VERIFIED
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Verified also that the newly added replies in comm dash are sent through email to all the other people in the conversation thread.
You need to log in
before you can comment on or make changes to this bug.
Description
•