ReviewBoard


NameReviewBoard JSON
Version 7.0.3 PyPI version JSON
download
home_pagehttps://www.reviewboard.org/
SummaryReview Board, a fully-featured web-based code and document review tool made with love <3
upload_time2024-12-18 07:48:59
maintainerNone
docs_urlNone
authorBeanbag, Inc.
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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: https://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/


Related Projects
----------------

* 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/

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.reviewboard.org/",
    "name": "ReviewBoard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Beanbag, Inc.",
    "author_email": "reviewboard@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/41/54/0c71e0e291ab94b7fe87a2223af312c86c86ea243bf9949cc95bd3cc9b65/reviewboard-7.0.3.tar.gz",
    "platform": null,
    "description": "Review Board\n============\n\n`Review Board`_ is an open source, web-based code and document review tool\nbuilt to help companies, open source projects, and other organizations keep\ntheir quality high and their bug count low.\n\nWe began writing Review Board in 2006 to fill a hole in the code review market.\nWe wanted something open source that could be flexible enough to work with a\nvariety of workflows, and could take the pain out of the code review process.\n\nToday, it's a vital part of the development process at thousands of projects\nand companies, ranging from small startups of two people to enterprises of\nthousands.\n\n.. _`Review Board`: https://www.reviewboard.org/\n\n\nWhat does Review Board do?\n--------------------------\n\nReview Board tracks changes to your pending code, graphics, documents, and all\ndiscussions around all the decisions made about your product. Our diff viewer\ndoes more than just display diffs: It shows you exactly how your code was\nchanged, with syntax highlighting, interdiffs, moved line detection,\nindentation change indicators, and more.\n\nYou can integrate with Review Board using its rich API and extension\nframeworks, allowing custom features, review UIs, data analysis, and more to be\nbuilt without ever having to fork Review Board.\n\nThere's support for Bazaar, ClearCase, CVS, Git, Mercurial, Perforce, Plastic,\nand Team Foundation Server, hosted on your own server or on Assembla,\nBeanstalk, Bitbucket, Codebase, GitHub, GitLab, Gitorious, Kiln, or Unfuddle.\n\nTo learn more, visit the `Review Board website`_.\n\n.. _`Review Board website`: https://www.reviewboard.org/\n\n\nSetting up Review Board\n-----------------------\n\nFirst, `get Review Board <https://www.reviewboard.org/get/>`_. Our helpful\ninteractive guide will walk you through what you need to download and install\nReview Board.\n\nWe can also host Review Board for you at RBCommons_. Management is simple,\nand we'll take care of all the administrative work.\n\nIf you want to get a feel for Review Board, check out the demo_.\n\nFor additional information, see our documentation:\n\n* `Review Board User Manual`_\n* `Review Board Administration Manual`_\n* FAQ_\n\n.. _RBCommons: https://rbcommons.com/\n.. _demo: https://demo.reviewboard.org/\n.. _`Review Board User Manual`:\n   https://www.reviewboard.org/docs/manual/latest/users/\n.. _`Review Board Administration Manual`:\n   https://www.reviewboard.org/docs/manual/latest/admin/\n.. _FAQ: https://www.reviewboard.org/docs/manual/latest/faq/\n\n\nInstalling Power Pack\n---------------------\n\n`Power Pack`_ extends Review Board, adding such helpful features as:\n\n* `Report generation`_\n* `PDF document review`_\n* Better multi-server scalability\n* Integration with `Microsoft Team Foundation Server`_\n* Integration with `GitHub Enterprise`_\n* LDAP/Active Directory user sync (coming soon)\n\nTo get started, `download a trial license`_, or read the\n`Power Pack documentation`_ for more information.\n\n.. _`Power Pack`: https://www.reviewboard.org/powerpack/\n.. _`Report generation`:\n   https://www.reviewboard.org/docs/powerpack/latest/powerpack/manual/reports/\n.. _`PDF document review`:\n   https://www.reviewboard.org/docs/powerpack/latest/powerpack/manual/pdf/\n.. _`Microsoft Team Foundation Server`:\n   https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx\n.. _`GitHub Enterprise`: https://enterprise.github.com/\n.. _`download a trial license`: https://www.reviewboard.org/powerpack/trial/\n.. _`Power Pack documentation`:\n   https://www.reviewboard.org/docs/powerpack/latest/\n\n\nInstalling RBTools\n------------------\n\nIf you're an end-user already using Review Board, you'll want to install\nRBTools, our command line suite for working with Review Board.\n\nRBTools makes it easy to post changes for review, land reviewed changes,\npatch your local tree with someone else's changes, check your workload, and\nmuch more.\n\nRBTools can be `installed <https://www.reviewboard.org/downloads/rbtools/>`_\non Windows, Linux, Mac, and other platforms. See the `RBTools documentation`_\nfor everything it can do.\n\n.. _`RBTools documentation`: https://www.reviewboard.org/docs/rbtools/latest/\n\n\nGetting Support\n---------------\n\nWe can help you get going with Review Board, and diagnose any issues that may\ncome up. There are two levels of support: Public community support, and private\npremium support.\n\nThe public community support is available on our main `discussion list`_. We\ngenerally respond to requests within a couple of days. This support works well\nfor general, non-urgent questions that don't need to expose confidential\ninformation.\n\nWe can also provide more\n`dedicated, private support <https://www.beanbaginc.com/support/contracts/>`_\nfor your organization through a support contract. We offer same-day responses\n(generally within a few hours, if not sooner), confidential communications,\ninstallation/upgrade assistance, emergency database repair, phone/chat (by\nappointment), priority fixes for urgent bugs, and backports of urgent fixes to\nolder releases (when possible).\n\n.. _`discussion list`: https://groups.google.com/group/reviewboard/\n\n\nOur Happy Users\n---------------\n\nThere are thousands of companies and organizations using Review Board today.\nWe respect the privacy of our users, but some of them have asked to feature them\non the `Happy Users page`_.\n\nIf you're using Review Board, and you're a happy user,\n`let us know! <https://groups.google.com/group/reviewboard/>`_.\n\n\n.. _`Happy Users page`: https://www.reviewboard.org/users/\n\n\nReporting Bugs\n--------------\n\nHit a bug? Let us know by\n`filing a bug report <https://www.reviewboard.org/bugs/new/>`_.\n\nYou can also look through the\n`existing bug reports <https://www.reviewboard.org/bugs/>`_ to see if anyone\nelse has already filed the bug.\n\n\nContributing\n------------\n\nAre you a developer? Do you want to integrate with Review Board, or work on\nReview Board itself? Great! Let's help you get started.\n\nFirst off, we have a few handy guides:\n\n* `Web API Guide`_\n* `Extending Review Board`_\n* `Contributor Guide`_\n\nWe accept patches to Review Board, RBTools, and other related projects on\n`reviews.reviewboard.org <https://reviews.reviewboard.org/>`_. (Please note\nthat we do not accept pull requests.)\n\nGot any questions about anything related to Review Board and development? Head\non over to our `development discussion list`_.\n\n.. _`Web API Guide`: https://www.reviewboard.org/docs/manual/latest/webapi/\n.. _`Extending Review Board`:\n   https://www.reviewboard.org/docs/manual/latest/webapi\n.. _`Contributor Guide`: https://www.reviewboard.org/docs/codebase/dev/\n.. _`development discussion list`:\n   https://groups.google.com/group/reviewboard-dev/\n\n\nRelated Projects\n----------------\n\n* Djblets_ -\n  Our pack of Django utilities for datagrids, API, extensions, and more. Used\n  by Review Board.\n* RBTools_ -\n  The RBTools command line suite.\n* ReviewBot_ -\n  Pluggable, automated code review for Review Board.\n* rb-gateway_ -\n  Manages Git repositories, providing a full API enabling all of Review Board's\n  feaures.\n\n.. _Djblets: https://github.com/djblets/djblets/\n.. _RBTools: https://github.com/reviewboard/rbtools/\n.. _ReviewBot: https://github.com/reviewboard/ReviewBot/\n.. _rb-gateway: https://github.com/reviewboard/rb-gateway/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Review Board, a fully-featured web-based code and document review tool made with love <3",
    "version": "7.0.3",
    "project_urls": {
        "Download": "https://downloads.reviewboard.org/releases/ReviewBoard/7.0/",
        "Homepage": "https://www.reviewboard.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "609b3eea72182432f2001e85f4a3db34d392f66651b660044f414f8e85e38bca",
                "md5": "a41dad10a9a799a0d448fdc8a8a2d29c",
                "sha256": "c065fe4accef180d5931f4c1b538853e94bc434cd249b2e7626214cc0bc5c6ab"
            },
            "downloads": -1,
            "filename": "ReviewBoard-7.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a41dad10a9a799a0d448fdc8a8a2d29c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14961332,
            "upload_time": "2024-12-18T07:48:45",
            "upload_time_iso_8601": "2024-12-18T07:48:45.873555Z",
            "url": "https://files.pythonhosted.org/packages/60/9b/3eea72182432f2001e85f4a3db34d392f66651b660044f414f8e85e38bca/ReviewBoard-7.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41540c71e0e291ab94b7fe87a2223af312c86c86ea243bf9949cc95bd3cc9b65",
                "md5": "c8f8fff1ace5c65f0f3c75d111f01b6a",
                "sha256": "925fded314ceb48e37f64dd2d9f846dbf554bcae488b4c0da7514a7045425ebd"
            },
            "downloads": -1,
            "filename": "reviewboard-7.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c8f8fff1ace5c65f0f3c75d111f01b6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26726413,
            "upload_time": "2024-12-18T07:48:59",
            "upload_time_iso_8601": "2024-12-18T07:48:59.217529Z",
            "url": "https://files.pythonhosted.org/packages/41/54/0c71e0e291ab94b7fe87a2223af312c86c86ea243bf9949cc95bd3cc9b65/reviewboard-7.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 07:48:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "reviewboard"
}
        
Elapsed time: 0.37640s