Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
31 Aug 2020 at 14:13 UTC
Updated:
1 Mar 2021 at 14:59 UTC
Jump to comment: Most recent
Comments
Comment #2
vigneshvalliappan commentedHi @prudloff,
Please implement hook_help.
Comment #3
avpadernoComment #4
prudloff commentedI added a help and a README on the 1.x branch.
Comment #5
matroskeenI made a quick look and noticed that module contains a
composer.lockfile (which is very weird).I'm also not sure of
composer.jsonfile, it has only dev dependency on some quality checker, so it doesn't have any impact on module functionality.I think we should consider removing
composer.*files from the application.I didn't test the module manually because I'm not familiar with the Warmer module.
I think it would be best to ask @e0ipso or @slv_ to review the project since they're the maintainers of the original module. I would recommend creating a new task in Warmer issues queue and ask maintainers to review this task.
Comment #6
prudloff commentedThe
composer.lockfile is mainly there to ensure contributors all use the same version of the lint tools when running the pre-commit hook. But I can remove it if it's a problem.Comment #7
avpadernoComment #8
avpadernoThe composer.lock file should not be an issue.
Comment #9
bramdriesenAutomated Review
I ran phpcs manually on the module (since pareview.sh is still broken). No issues/errors came out of this.
I did notice an open "@todo" in the BlockWarmer Plugin class for the function "buildIdsBatch()"
Manual Review
This review uses the Project Application Review Template.
One small note, I see you commented on this issue https://www.drupal.org/project/warmer/issues/3118299 to mention that your contrib is created, however you placed the comment on a closed ticket. So most likely the maintainer did not see the comment and is not aware the module exists. Either re-open the ticket or create a new ticket to ask for your module to be listed on the main module page.
Comment #10
avpadernoComment #11
avpadernoComment #12
avpadernoThank you for your contribution! I am going to update the project to opt it into security coverage.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank all the dedicated reviewers as well.
Comment #13
prudloff commentedThanks a lot for the review!
Do I have to submit applications for my other modules as well?
Comment #14
avpadernoIt's enough you apply using a module that contains more code.