Download List

Project Description

Codestriker is a Web application that supports online code reviews. Traditional document reviews are supported, as well as reviewing diffs generated by an SCM (Source Code Management) system and plain unidiff patches. There are integration points with CVS, Subversion, Clearcase, Perforce, Visual SourceSafe, and Bugzilla. There is a plug-in architecture for supporting other SCMs and issue tracking systems. It minimizes paper work, ensures that issues, comments, and decisions are recorded in a database, and provides a comfortable workspace for actually performing code inspections. An optional highly-configurable metrics subsystem allows you to record code inspection metrics as a part of your process.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-08-04 16:30
1.7.3

The search topics screen has been enhanced so that
filenames within a review can be a part of the
search query. There is now support for wildcard
searches. HTML escaping issues for the list
comments screen and for comment tool-tips have
been corrected. Checksetup.pl has been made more
user-friendly when reporting missing modules. A
minor glitch which was triggered when an LXR
identifier clashed with an HTML entity was fixed.
Tags: Minor feature enhancements

2003-05-27 14:30
1.7.2

The code has been cleaned so that Codestriker supports running under Apache2 with mod_perl 2, Apache 1 with mod_perl 1, or plain old CGI. It is also "Windows-clean", and has been deployed under Windows 98 with Apache 1 and mod_perl 1, with a local CVS repository. A number of minor fixes have been applied, and LXR databases are now associated per-repository rather than with the entire Codestriker deployment.
Tags: Major feature enhancements

2003-04-29 13:20
1.7.1.2

A "project" concept was introduced. Each code review topic is now associated with a project, which assists with filtering topics in large scale deployments. A CVS pserver repository type was added so that reviews can be linked to remote CVS repositories. Reviews can now be created by entering in a start tag, end tag, and module name in addition to uploading a diff/patch file. DOS-formatted text is handled correctly, a bug with text searches over comment text was fixed, and problems with generating compressed output streams were fixed.
Tags: Major feature enhancements

2003-04-03 13:56
1.7.0.2

The topic textarea was removed from the 'create topic' screen to create more space for future versions, as it is no longer supported. Currently, the only way to generate reviews is by uploading a file. The templates were updated to output the current version of the program.
Tags: Minor bugfixes

2003-04-02 12:12
1.7.0.1

This release supports linkage with CVS and Subversion, so that reviews can show entire files with the proposed diff applied, by retrieving information from the SCM system.
Tags: Major feature enhancements

Project Resources