Code review for security advisory coverage applications

Events happening in the community are now at Drupal community events on www.drupal.org.

This group's purpose is discuss, document, and rally around the code review process for new contributors as well as code reviews for existing modules (outside of the security team), and to help people become (better) code reviewers.

This is not a place to ask someone to review your application.

Evolution of the Project Application Process (Part 2) - Where the Existing Process Breaks

Posted by jthorson on July 21, 2011 at 3:05am
Last updated by jthorson on Thu, 2011年07月21日 04:38

This is part one of a four-part post. The rest of the proposal can be found at the following links:

The 'Coles Notes' summary of the actual proposal can be viewed HERE.

Or, if you prefer, download a copy of the entire proposal in Word format.


Read more

Evolution of the Project Application Process (Part 1) - Today's Project Application Process

Posted by jthorson on July 21, 2011 at 2:52am
Last updated by jthorson on Thu, 2011年07月21日 04:38

This is part one of a four-part post. The rest of the proposal can be found at the following links:

The 'Coles Notes' summary of the actual proposal can be viewed HERE.

Or, if you prefer, download a copy of the entire proposal in Word format.


Read more

Best practice: code review in application issue or projects sandbox?

Posted by svendecabooter on July 9, 2011 at 8:02am

Hi,

(My apologies if there is already a discussion / page about this - haven't found it after searching).

I have been doing some application reviews once in a while, dating back to the CVS era. Back then all feedback was given in the application issue.

Read more

Automated Coder Reviews for New Project Applications - Planning/Development

Posted by jthorson on June 26, 2011 at 3:16am
Last updated by jthorson on Thu, 2011年06月30日 19:34

This wiki page has been set up to continue the 'Automated Coder' discussion initially started at http://groups.drupal.org/node/155084#comment-517764.

Read more

Current Applications by Age (as of June 25th)

Posted by jthorson on June 25, 2011 at 8:38pm
Last updated by jthorson on Sun, 2011年06月26日 06:00

Webchick was digging around in the Project Applications database tables on d.o last night, so I asked her to give us a dump of the 'needs review' applications ... here are the results.

For future reference (and updating), the query is as follows:
SELECT n.nid, n.title, FROM_UNIXTIME(n.created) FROM node n INNER JOIN project_issues pi ON pi.nid = n.nid WHERE pi.pid = 1025112 AND pi.sid = 8 ORDER BY n.created;

Note: As these are reviewed, please update this wiki page to indicate that the review has been completed; so that we can track progress.

Read more

'Request a Second Opinion' Here!

Posted by jthorson on June 24, 2011 at 3:39am
Last updated by jthorson on Fri, 2011年06月24日 03:39

Purpose

This page is intended as a tool for reviewers (or applicants) to request a second opinion with regards to any issues, conflicts, or differences of opinions which may arise during the code review process.

Process

Read more

Get a second opinion

Posted by jordojuice on June 14, 2011 at 11:18am

Recently, I've been periodically finding moments in the project review process in which I feel that it would be best to get a second opinion. And to my knowledge there was no specific place to turn (IRC is not so reliable with few people in the group). So, I thought it would be great to have a discussion for getting second opinions from more experienced reviewers or even in cases where a question requires specific expertise. This may even further promote and encourage less skilled reviewers as they will have a place to turn when they feel overwhelmed.

Read more

Solutions (got tired of looking at that title... thanks sreynen)

Posted by jordojuice on June 12, 2011 at 1:08pm

I don't know if this has really been discussed yet, so I apologize if I missed it somewhere else.

Read more

Automation of various Code Review steps

Posted by jthorson on June 10, 2011 at 9:07pm

Throughout our discussions, there have been some talk of a code review 'nirvana', where we automate various portions of the code review process, eliminating the need for manual intervention/attention.

Read more

Module duplication: did I handle it right?

Posted by jordojuice on June 10, 2011 at 4:46am

Im still a newby and would love some feedback on my post on a recent project application. I began a review of the application at http://drupal.org/node/1183226 and found that the applicant admitted that his module was a duplicate of a D6 module. He mentioned trying to contact the maintainer of that module unsuccessfully. Did I handle it right in my response to the applicant by suggesting that he apply for maintainership of the project and return to the project application queue once it is received? My response was formatted around a similar issue I had seen recently.

Read more

What happens to project applications that are seemingly abandoned?

Posted by Jonathan Peterson on June 9, 2011 at 7:26pm

I'm new to the group and just poking my way around, hoping to contribute a little for a variety of reasons.

In searching the queue for a project application to review, I find several that appear to have been abandoned for one reason for another. What happens to these zombies?

<

ul>

  • If a project is in needs work and the submitter does nothing for six, seven, eight weeks... does it just stay in limbo or what?
  • Read more

    Related Initiatives Package

    Posted by ccardea on June 8, 2011 at 6:50pm

    A number of related initiatives aimed at reducing the full project applications backlog are currently being discussed. The backlog is now approaching seven weeks. These initiatives include:

    • Using multiple people to complete a review, instead of having a single reviewer complete the whole thing. The objective is to allow people to participate in the process, even though they may not feel qualified to do a full technical review.
    Read more

    Do you support the idea of using multiple people to do code reviews?

    Posted by ccardea on June 8, 2011 at 6:12pm
    Yes
    100% (4 votes)
    No
    0% (0 votes)
    Total votes: 4

    Code Review Group: Major Thrusts/Initiatives

    Posted by jthorson on June 6, 2011 at 6:25pm
    Last updated by jthorson on Tue, 2011年06月07日 04:01

    This page is intended as a collection point to list the major thrusts and related initiatives underway within the Code Review Group.

    Read more

    Expedited Applications

    Posted by ccardea on June 5, 2011 at 2:40am

    My plan for expedited applications has two goals:

    1. To reduce the backlog in the Project Application issue queue (now up to six weeks) by getting more people involved in the Code Review process.
    2. To give people an incentive to get involved.
    Read more

    New recruits and splitting up reviews

    Posted by ccardea on June 2, 2011 at 8:58pm

    There has been some discussion recently about modifying the process to allow for less experienced people to get involved in the code review process. I've been thinking about this and so I thought I would set out what I believe are the pitfalls of this approach.

    Read more

    Proposal for Addition of Component Status to Project Application Issue pages

    Posted by jthorson on May 29, 2011 at 4:26am
    Last updated by jthorson on Sun, 2011年06月05日 22:04

    This is a proposal for an update to the current 'Project Application' issue page, which would add the ability to flag statuses to individual components of an application.

    Read more
    Categories:
    Subscribe with RSS Syndicate content

    Code review for security advisory coverage applications

    Group organizers

    Group notifications

    This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

    AltStyle によって変換されたページ (->オリジナル) /