Currently, I get every hour one email with the same content.
Steps to reproduce
(How one can reproduce the issue - this is very important)
What is the current bug behavior?
What is the expected correct behavior?
(What you should see instead)
Relevant logs and/or screenshots
(Add a link to or paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as it's very hard to read otherwise.)
Priority
Urgent
High
Medium
Low
Severity
Blocker
Major
Normal
Low
Impact
(What is the impact of this issue? Is it blocking a release? Are there any time constraints?, for example:
"We have a release tomorrow")
Hi @epoirier, not sure if the "new" behaviour is correct, but it looks like, that we do not receive "Committer Election has started" emails anymore ...
Here is an example from tractus-x:
Will we get a notification only, when the committer votes are done?
Thx!
(As I do not know, if this is the right place, I will keep this issue closed for now...)
Thx for your answer, the election creation was sent to the project's dev list and cc'ed to EMO mailing list...
But maybe there is a timing issue, because the election creation was done 09:17am CEST and your MR is about 2hours old right now ...
From what I can see, this email is only triggered when the election's state changes to Complete. This is something that happens in a cron job when an election is ongoing. If the election is approved, it's being ignored. Looking at the revisions of that election, and it didn't change recently. So for now i'm still not sure how this email was sent.
The lack of email logs is not helping here.
I'll have a look at enabling logging for sent emails it's going to give us a better understanding for situations like this one.
We can see in each emails that the sender is a bit different.
From what I can see, the production website uses Eclipse Foundation as the name of the sender so that would be the one sent on June 12th.
It's possible that the staging server could've sent the email on June 13th since it's using the maillog module and this module doesn't let you add a name for the sender and the option to send emails while using the module is currently enabled. But i'm not seeing any updates for this election on staging.
I'll prepare a merge request to disable the ability to send emails while using the module on staging.
Sorry again, but I think I found the next deviations:
Yesterday, we approved the Project Lead election of Evelyn, but there was no "election complete" email sent out. Not sure, if this works as intended.
On Saturday, a reminder email was sent for committer approval. The email mentioned, that the election will close "tomorrow" (Sunday, June 16th), but the election is open till June 19th.
Could you please have a look on that?
Thank you so much!
Hi @ariexinger, looking at the code of both Drupal 10 and Drupal 7 implementation (to make sure D10 was implemented correctly) and I can see that when a PMC approves a PL election, an email is sent to emo@eclipse.org only.
@wbeaton both D7 and D10 is configured this way. Should it still be this way or should we send an email to the mailing lists as well just like we do for a CM election?
I also found the following MR that applies to another module called SwiftMailer which we are not using but we could create an MR similar to this one with the SMTP module.
On Saturday, a reminder email was sent for committer approval. The email mentioned, that the election will close "tomorrow" (Sunday, June 16th), but the election is open till June 19th. Could you please have a look on that? Thank you so much!