wiki:PeerReviewPlugin

Version 84 (modified by figaro, 8 years ago) (diff)

Cosmetic changes, updated ticket links

Distributed Peer Review Plugin

Description

This plugin integrates a distributed peer review system for software developers into Trac. The plugin eliminates the need for time consuming code review meetings by giving developers the ability to review code in a user-friendly web-based environment during their own time and in a distributed manner. The interface integrates seamlessly with your repository, thereby allowing users to browse it for reviewable files.

The purpose of this plugin is to review files from the repository and comment on them. Later on one may check the applied changes against the original file using a diff view. The plugin is not meant for reviewing change sets (#224).

This program is written in Python with Genshi, Javascript and AJAX for the user interface.

Further documentation:

See also:

Bugs/Feature Requests

Existing bugs and feature requests for PeerReviewPlugin are here.

If you have any issues, create a new ticket.

defect

93 / 99

enhancement

13 / 28

task

6 / 7

If you have any comments about the plugin or/and you would like to join the discussion, please see ticket #2850.

Download

Download the zipped source from here.

Source

Check out PeerReviewPlugin from here using Subversion, or browse the source with Trac.

Installation

  • Follow the standard Trac plugin installation instructions.
  • Enable the plugin in your trac.ini file:
    [components]
    codereview.* = enabled
    
  • The permission CODE_REVIEW_DEV and CODE_REVIEW_MGR must be assigned as appropriate.

Recent Changes

18288 by Cinc-th on 2021-05-12 06:30:30

PeerReviewPlugin: improvements to ticket creation:

  • You may specify a list of review states for which the ticket creation section is shown.
  • A ticket template may be provided as a wiki page CodeReview/TicketTemplate
  • Ticket creation section is foldable now
  • Added documentation to plugin
18287 by Cinc-th on 2021-05-11 11:52:23
PeerReviewPlugin: improvements to changeset reviews:

  • Allow to create another changeset review when old review was closed.
  • Show pin icon in lines with comments
  • Hide/show comments

Some minor improvements to presentation like titles for revision links.

Refs #14007

18286 by Cinc-th on 2021-05-10 10:49:44
PeerReviewPlugin: review creation for a changeset failed if the changeset contained any deleted files.

Refs #14007

(more)

Author/Contributors

Author: Team5?
Maintainer: Cinc-th
Contributors: sontek, djeebus, proofek, blongden, bselby, Rys?, andersm, rjollos, yudivian, Cinc-th

Attachments (2)

Download all attachments as: .zip