Review Board

Review Board是一个开源的、基于Web的代码和文档审阅工具,旨在帮助公司,开源项目和其他组织保持高质量和低错误数。(Review Board is an open source, web-based code and document review tool built to help companies, open source projects, and other organizations keep their quality high and their bug count low.)

Github星跟蹤圖

Review Board是一个开源的、基于Web的代码和文档审阅工具,旨在帮助公司,开源项目和其他组织保持高质量和低错误数。

替代 Rietveld 和 Gerrit,Review Board 整合了 Bazaar、 ClearCase、 CVS,Git,Mercurial,Perforce 和 Subversion。

Review Board 可以安装在任何运行 Apache 或 lighttpd 的服务器上,个人和商业用途都是免费的。

官方提供商业版的 Review Board 托管服务,RBCommons

审查请求(Review requests)可以手动或自动使用 REST Web API 或者 Python 脚本提交。

概覽

名稱與所有者reviewboard/reviewboard
主編程語言Python
編程語言Python (語言數: 8)
平台Linux, Mac, Windows
許可證MIT License
發布數232
最新版本名稱release-6.0.2 (發布於 )
第一版名稱release-1.0alpha1 (發布於 )
創建於2009-08-22 21:39:49
推送於2024-05-05 01:33:28
最后一次提交2024-04-19 09:55:30
星數1.5k
關注者數98
派生數426
提交數11.5k
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數47
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Review Board

Review Board_ is an open source, web-based code and document review tool
built to help companies, open source projects, and other organizations keep
their quality high and their bug count low.

We began writing Review Board in 2006 to fill a hole in the code review market.
We wanted something open source that could be flexible enough to work with a
variety of workflows, and could take the pain out of the code review process.

Today, it's a vital part of the development process at thousands of projects
and companies, ranging from small startups of two people to enterprises of
thousands.

.. _Review Board: https://www.reviewboard.org/

What does Review Board do?

Review Board tracks changes to your pending code, graphics, documents, and all
discussions around all the decisions made about your product. Our diff viewer
does more than just display diffs: It shows you exactly how your code was
changed, with syntax highlighting, interdiffs, moved line detection,
indentation change indicators, and more.

You can integrate with Review Board using its rich API and extension
frameworks, allowing custom features, review UIs, data analysis, and more to be
built without ever having to fork Review Board.

There's support for Bazaar, ClearCase, CVS, Git, Mercurial, Perforce, Plastic,
and Team Foundation Server, hosted on your own server or on Assembla,
Beanstalk, Bitbucket, Codebase, GitHub, GitLab, Gitorious, Kiln, or Unfuddle.

To learn more, visit the Review Board website_.

.. _Review Board website: https://www.reviewboard.org/

Setting up Review Board

First, get Review Board <https://www.reviewboard.org/get/>_. Our helpful
interactive guide will walk you through what you need to download and install
Review Board.

We can also host Review Board for you at RBCommons_. Management is simple,
and we'll take care of all the administrative work.

If you want to get a feel for Review Board, check out the demo_.

For additional information, see our documentation:

  • Review Board User Manual_
  • Review Board Administration Manual_
  • FAQ_

.. _RBCommons: https://rbcommons.com/
.. _demo: http://demo.reviewboard.org/
.. _Review Board User Manual:
https://www.reviewboard.org/docs/manual/latest/users/
.. _Review Board Administration Manual:
https://www.reviewboard.org/docs/manual/latest/admin/
.. _FAQ: https://www.reviewboard.org/docs/manual/latest/faq/

Installing Power Pack

Power Pack_ extends Review Board, adding such helpful features as:

  • Report generation_
  • PDF document review_
  • Better multi-server scalability
  • Integration with Microsoft Team Foundation Server_
  • Integration with GitHub Enterprise_
  • LDAP/Active Directory user sync (coming soon)

To get started, download a trial license, or read the
Power Pack documentation
for more information.

.. _Power Pack: https://www.reviewboard.org/powerpack/
.. _Report generation:
https://www.reviewboard.org/docs/powerpack/latest/powerpack/manual/reports/
.. _PDF document review:
https://www.reviewboard.org/docs/powerpack/latest/powerpack/manual/pdf/
.. _Microsoft Team Foundation Server:
https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx
.. _GitHub Enterprise: https://enterprise.github.com/
.. _download a trial license: https://www.reviewboard.org/powerpack/trial/
.. _Power Pack documentation:
https://www.reviewboard.org/docs/powerpack/latest/

Installing RBTools

If you're an end-user already using Review Board, you'll want to install
RBTools, our command line suite for working with Review Board.

RBTools makes it easy to post changes for review, land reviewed changes,
patch your local tree with someone else's changes, check your workload, and
much more.

RBTools can be installed <https://www.reviewboard.org/downloads/rbtools/>_
on Windows, Linux, Mac, and other platforms. See the RBTools documentation_
for everything it can do.

.. _RBTools documentation: https://www.reviewboard.org/docs/rbtools/latest/

Getting Support

We can help you get going with Review Board, and diagnose any issues that may
come up. There are two levels of support: Public community support, and private
premium support.

The public community support is available on our main discussion list_. We
generally respond to requests within a couple of days. This support works well
for general, non-urgent questions that don't need to expose confidential
information.

We can also provide more
dedicated, private support <https://www.beanbaginc.com/support/contracts/>_
for your organization through a support contract. We offer same-day responses
(generally within a few hours, if not sooner), confidential communications,
installation/upgrade assistance, emergency database repair, phone/chat (by
appointment), priority fixes for urgent bugs, and backports of urgent fixes to
older releases (when possible).

.. _discussion list: https://groups.google.com/group/reviewboard/

Our Happy Users

There are thousands of companies and organizations using Review Board today.
We respect the privacy of our users, but some of them have asked to feature them
on the Happy Users page_.

If you're using Review Board, and you're a happy user,
let us know! <https://groups.google.com/group/reviewboard/>_.

.. _Happy Users page: https://www.reviewboard.org/users/

Reporting Bugs

Hit a bug? Let us know by
filing a bug report <https://www.reviewboard.org/bugs/new/>_.

You can also look through the
existing bug reports <https://www.reviewboard.org/bugs/>_ to see if anyone
else has already filed the bug.

Contributing

Are you a developer? Do you want to integrate with Review Board, or work on
Review Board itself? Great! Let's help you get started.

First off, we have a few handy guides:

  • Web API Guide_
  • Extending Review Board_
  • Contributor Guide_

We accept patches to Review Board, RBTools, and other related projects on
reviews.reviewboard.org <https://reviews.reviewboard.org/>_. (Please note
that we do not accept pull requests.)

Got any questions about anything related to Review Board and development? Head
on over to our development discussion list_.

.. _Web API Guide: https://www.reviewboard.org/docs/manual/latest/webapi/
.. _Extending Review Board:
https://www.reviewboard.org/docs/manual/latest/webapi
.. _Contributor Guide: https://www.reviewboard.org/docs/codebase/dev/
.. _development discussion list:
https://groups.google.com/group/reviewboard-dev/

  • Djblets_ -
    Our pack of Django utilities for datagrids, API, extensions, and more. Used
    by Review Board.
  • RBTools_ -
    The RBTools command line suite.
  • ReviewBot_ -
    Pluggable, automated code review for Review Board.
  • rb-gateway_ -
    Manages Git repositories, providing a full API enabling all of Review Board's
    feaures.

.. _Djblets: https://github.com/djblets/djblets/
.. _RBTools: https://github.com/reviewboard/rbtools/
.. _ReviewBot: https://github.com/reviewboard/ReviewBot/
.. _rb-gateway: https://github.com/reviewboard/rb-gateway/

去到頂部