Skip to main content

Review Board extension for Bugzilla support

Project description

rbbz is a [Review Board extension][] that integrates a Bugzilla user database. It adds an authentication back end, which, when enabled, authenticates against Bugzilla’s XMLRPC API instead of the local Review Board database. When active, Review Board’s User List web API, used by the UI’s autosuggest, also queries Bugzilla.

Installation

As described in Review Board’s [extension installation docs][], install rbbz like any other Python package, e.g.

pip install rbbz

In the Review Board admin UI, go to the Extensions page and enable rbbz. You’ll then have to go to the Authentication settings and change the Authentication Method to “Bugzilla”. A setting for “Bugzilla XMLRPC URL” will appear. Enter the URL to your Bugzilla installation’s XMLPRC API, e.g. https://bugzilla.yourdomain/xmlrpc.cgi.

At this point you should be able to log out and log back in with your Bugzilla credentials. Similarly, when you choose people for a review, the autosuggest should return results from the Bugzilla user database.

Technical Notes

In order to stay generic, Review Board’s User List web API always searches the local database. To provide support for Bugzilla, rbbz overrides a function called early in the User List function in order to send a user-search query to Bugzilla. It then writes the results to the Review Board user table, updating existing entries and creating new ones when needed.

To Do

  • Support for Bugzilla’s REST API (as an option, so older Bugzilla systems are still supported).

  • Caching in User List to avoid always searching the Bugzilla database, if possible.

[Review Board extension]: http://www.reviewboard.org/docs/manual/dev/extending/ [extension installation docs]: http://www.reviewboard.org/docs/manual/dev/admin/extensions/#installing-extensions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rbbz-0.2.6.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

rbbz-0.2.6-py2.7.egg (42.7 kB view details)

Uploaded Source

File details

Details for the file rbbz-0.2.6.tar.gz.

File metadata

  • Download URL: rbbz-0.2.6.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rbbz-0.2.6.tar.gz
Algorithm Hash digest
SHA256 80268526d1acba3d5ab33be83c10b5e3c7843cdf98e17d8cd96846a29dbe98a7
MD5 c1a2bf430b7f36a62d66d1fedf617c1e
BLAKE2b-256 8a8ab7386e062a40fa3c194fe463b5b983bf280fea8c95f4156b79a53129716a

See more details on using hashes here.

File details

Details for the file rbbz-0.2.6-py2.7.egg.

File metadata

  • Download URL: rbbz-0.2.6-py2.7.egg
  • Upload date:
  • Size: 42.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rbbz-0.2.6-py2.7.egg
Algorithm Hash digest
SHA256 6234d4e017a5542d1a7418e3d013181e029ec029d589021e4eae2098eef026ba
MD5 a45d641d1447cb68ee10b80ec74a69c1
BLAKE2b-256 6bf36785e272e00e7f9ef0445ceb969098fae2c4ee7de9f0a6e0fe2918cd17fb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page