CIA.vc
Review Board
Web-based code review tool
Stats » Projects » Review Board
information
Photo
Review Board is a web-based tool designed to help projects and companies keep track of pending code changes and make code reviews much less painful and time-consuming. It is being used in many companies (including VMware) and open source projects (such as KDE). It currently supports Bazaar, CVS, Git, Subversion, Perforce, Mercurial, and ClearCase. Review Board is written using Django and Python.
syndicateUTC clock
13:26 on May 28, 2012
event counters
The last message was received 8.89 hours ago at 04:33 on May 28, 2012
2 messages so far today, 0 messages yesterday
2 messages so far this week, 1 messages last week
5 messages so far this month, 43 messages last month
3384 messages since the first one, 5.25 years ago, for an average of 13.59 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
00:05 todayreviewboard
Commit by Bogdana Popa on master :: rb047a4e / reviewboard/reviews/datagrids.py : (link)
Bug fix: Drafts for submitted/discarded requests are not displayed correctly - http://git.io/Ed7Kvw
#
23:52 yesterdayreviewboard
Commit by Bogdana Popa on master :: r937722d / (3 files in 3 dirs): (link)
Bug fix: Display correct info in 'Diff updated' column - http://git.io/Z1Zgjg
#
21:24 on May 20reviewboard
Commit by Alexey Neyman on release-1.6.x :: r2517730 / (AUTHORS reviewboard/scmtools/svn.py): (link)
Make RB understand $Header$ keyword in Subversion - http://git.io/dfqVqg
#
05:50 on May 01reviewboard
Commit by Bogdana Popa on master :: r6cdbdf7 / (2 files in 2 dirs): (link)
Fix an exception in the fill-database script.

fill-database.py raised the following error "AttributeError: 'file'
object has no attribute 'size'" whenever it was called with a greater
than 0 diff number.

Updating the script to use UploadedFile instead of a regular File object
fixes the problem.

Reviewed at http://reviews.reviewboard.org/r/3086/ - http://git.io/jxSGow
#
05:39 on May 01reviewboard
Commit by Yazan Medanat on master :: r77e875a / (7 files in 5 dirs): (link)
Enhanced and moved summary table to request box.

The issue summary table has been moved into the review request box and
updated to better fit the style of Review Board.

Issues are linked and will take the user to the right location in the
review. There's also a link on each issue taking the user back to the
issue tracker, for quick navigation back-and-forth.

By default, only opened issues are shown. There's a filter for
displaying other states.

A couple new columns (Last Updated and Issue ID) have been added.
Clicking the headers will sort the list.

Reviewed at http://reviews.reviewboard.org/r/2964/ - http://git.io/oeWyMA
#
19:07 on Apr 25reviewboard
Commit by Yazan Medanat on master :: r4be2b88 / (2 files in 2 dirs): (link)
Move expandChunk into the RB namespace.

expandChunk was not reachable from the javascript public scope.

expandChunk is now invoked through the RB object: RB.expandChunk(). - http://git.io/BSfajQ
#
09:45 on Apr 25reviewboard
Commit by Christian Hammond on master :: ra00d555 / docs/releasenotes/reviewboard/1.6.6.txt : (link)
Merge branch 'release-1.6.x' - http://git.io/g1ZDUA
#
09:45 on Apr 25reviewboard
Commit by Christian Hammond on release-1.6.x :: r26a0888 / docs/releasenotes/reviewboard/1.6.6.txt : (link)
Add Stephen Gallagher to the release notes.

I accidentally left him off :( Sorry, Stephen! - http://git.io/BNmLTw
#
09:45 on Apr 25reviewboard
Commit by Christian Hammond on master :: r26a0888 / docs/releasenotes/reviewboard/1.6.6.txt : (link)
Add Stephen Gallagher to the release notes.

I accidentally left him off :( Sorry, Stephen! - http://git.io/BNmLTw
#
09:41 on Apr 25reviewboard
Commit by Christian Hammond on master :: r3b42b8c / docs/manual/docs.db : (link)
Update the schema of the docs database. - http://git.io/2bRNxg
#
09:35 on Apr 25reviewboard
Commit by Christian Hammond on master :: re722b43 / (7 files in 5 dirs): (link)
Merge branch 'release-1.6.x' - http://git.io/zet5Ow
#
09:30 on Apr 25reviewboard
Commit by Christian Hammond on master :: r06bf97f / (3 files in 2 dirs): (link)
Release Review Board 1.6.6. - http://git.io/_gGnWw
#
09:30 on Apr 25reviewboard
Commit by Christian Hammond on release-1.6.x :: r06bf97f / (3 files in 2 dirs): (link)
Release Review Board 1.6.6. - http://git.io/_gGnWw
#
08:38 on Apr 25reviewboard
Commit by Christian Hammond on master :: rffa5d26 / (5 files in 4 dirs): (link)
Support getting GitHub API v2 tokens when configuring a repository.

GitHub is soon deprecating its older APIs in a switch to their v3 API.
As part of this, they have removed the API tokens from the accounts
page. However, they just today announced an API for getting these legacy
tokens.

This change adds a "Get your API token" button that prompts for a
password and then fetches the API token for the user and populates the
field.

With this, people should be able to set up new GitHub repositories
again. - http://git.io/UTkD-Q
#
08:38 on Apr 25reviewboard
Commit by Christian Hammond on release-1.6.x :: rffa5d26 / (5 files in 4 dirs): (link)
Support getting GitHub API v2 tokens when configuring a repository.

GitHub is soon deprecating its older APIs in a switch to their v3 API.
As part of this, they have removed the API tokens from the accounts
page. However, they just today announced an API for getting these legacy
tokens.

This change adds a "Get your API token" button that prompts for a
password and then fetches the API token for the user and populates the
field.

With this, people should be able to set up new GitHub repositories
again. - http://git.io/UTkD-Q
#
08:37 on Apr 25reviewboard
Commit by Stephen Gallagher on master :: ra6d4ed5 / reviewboard/settings.py : (link)
Allow adding custom Django apps in settings_local.py

This makes it easy to add per-site additional Django applications, such as
custom auth processors. In order to add a new app, settings_local.py just has to
provide the variable RB_EXTRA_APPS.

Tested successfully with django-socialregistration.
RB_EXTRA_APPS = (
    'socialregistration',
    )

Ran unit tests.

Reviewed at http://reviews.reviewboard.org/r/2630/ - http://git.io/eR-glA
#
08:37 on Apr 25reviewboard
Commit by Stephen Gallagher on release-1.6.x :: ra6d4ed5 / reviewboard/settings.py : (link)
Allow adding custom Django apps in settings_local.py

This makes it easy to add per-site additional Django applications, such as
custom auth processors. In order to add a new app, settings_local.py just has to
provide the variable RB_EXTRA_APPS.

Tested successfully with django-socialregistration.
RB_EXTRA_APPS = (
    'socialregistration',
    )

Ran unit tests.

Reviewed at http://reviews.reviewboard.org/r/2630/ - http://git.io/eR-glA
#
22:40 on Apr 14reviewboard
Commit by chipx86@gmail.com :: r2187 /wiki/UCOSP_Winter2012_Post_Mortem.wiki: (link)
Add the major highlights of the post-mortem.
#
08:55 on Apr 14reviewboard
Commit by Christian Hammond on master :: r9a191b1 / setup.py : (link)
Require Django Evolution 0.6.7+.

This version fixes an issue with apps that don't contain models. In our
case, pipeline. - http://git.io/5rSKRA
#
02:25 on Apr 11reviewboard
Commit by Steven MacLeod on master :: rdf93035 / (2 files in 2 dirs): (link)
Add documentation for extension framework.

Reviewed at http://reviews.reviewboard.org/r/2950/. - http://git.io/055nuQ
#