Module and Class References¶
See also
Top-Level Modules¶
Review Board version and package information. |
|
Internal support for handling deprecations in Review Board. |
|
Global configuration for deployment paths and settings. |
|
Top-level signals for initialization, upgrades, and settings changes. |
User Accounts¶
Forwarding imports and legacy utilities for authentication backends. |
|
Active Directory authentication backend. |
|
Base class for authentication backends. |
|
HTTP Digest authentication backend. |
|
LDAP authentication backend. |
|
NIS authentication backend. |
|
Authentication backend registry. |
|
Standard authentication backend. |
|
X.509 authentication backend. |
|
Middleware for account-related functionality. |
|
Mixins for account-related views. |
|
Models for user profiles and related objects. |
|
Privacy support for user accounts. |
|
Account-related template tags. |
|
Actions¶
Actions framework for Review Board. |
|
Base classes for actions. |
|
Errors for actions app. |
|
Registry for actions. |
Administration and Server¶
Review Board's Administration UI. |
|
Django AdminSite customization for Review Board. |
|
Review Board admin panel-specific decorators |
|
Admin-specific form widgets. |
|
Administration UI customization for models. |
|
Functions for retrieving server information. |
|
File Attachments¶
File attachment mimetype registration and scoring. |
|
Models for file attachments and related objects. |
Avatars¶
Review Board-specific specializations of avatar services. |
|
See also
Review Request Change Descriptions¶
Datagrids¶
Sidebar item management for datagrids. |
See also
Diff Viewer¶
Forms for uploading diffs. |
|
Managers for reviewboard.diffviewer.models. |
|
Model re-exports for reviewboard.diffviewer.*. |
|
DiffCommit model definition. |
|
DiffSet model definition. |
|
DiffSetHistory model definition. |
|
FileDiff model definition. |
|
LegacyFileDiffData model defitnition. |
|
RawFileDiffData model definition. |
|
Diff parsing support. |
|
Diff processing and filtering logic. |
|
SSL/TLS Certificates¶
SSL/TLS certificate management support. |
|
Certificates, fingerprints, and bundles. |
|
Certificate-related errors. |
Extensions¶
Base support for writing custom extensions. |
|
Extension hooks for Review Board. |
|
Extension unit test helpers. |
|
Base test case support for extension unit tests. |
See also
Hosting Service Integration¶
Base support for writing hosting services. |
|
Base communication client support for hosting services. |
|
Base hosting service configuration forms. |
|
Base communication client support for hosting services. |
|
Base HTTP support for hosting services. |
|
Paginators for iterating over API results. |
|
Registry for managing available hosting services. |
|
Representations of remote repositories. |
|
Errors for hosting service operations. |
|
The base hosting service class and associated definitions. |
|
Models for hosting service accounts. |
|
Representations of remote repositories. |
|
The base hosting service class and associated definitions. |
|
Support for testing hosting services. |
|
Test cases for testing hosting services. |
|
Paginators for iterating over API results. |
Integrations¶
Integrations support for Review Board. |
|
Base support for creating and using integrations. |
|
Configuration forms for integrations. |
|
Database models for integration configuration storage. |
|
URLs for integration listing and configuration. |
|
Views for listing and configuring integrations. |
See also
E-mail and WebHooks¶
Review Board e-mail module. |
|
E-mail backend for Review Board. |
|
E-mail message-related decorators. |
|
Extension hooks for augmenting e-mail messages. |
|
The Review Board e-mail message class and methods for generating e-mails. |
|
Utilities for sending e-mail messages. |
|
Views used to render e-mail previews. |
|
Notification-related forms. |
|
Review Requests and Reviews¶
Actions for the reviews app. |
|
Condition choices and operators for review requests and related objects. |
|
Default actions for the reviews app. |
|
Definitions for the review request detail view. |
|
Error definitions for the reviews app. |
|
Feature definitions for reviews. |
|
Definitions for review request fields. |
|
Managers for reviewboard.reviews.models. |
|
Signals related to review requests, reviews, and replies. |
|
Tags related to review requests. |
|
Views for reviewing file attachments (and legacy screenshots). |
|
Views for interacting with bug trackers. |
|
Views for rendering diff fragments. |
|
Diff viewer view. |
|
Views for e-mail previews. |
|
Views for downloading diffs. |
|
Mixins for review request views. |
|
View for the New Review Request page. |
|
Main review request page view. |
|
View for rendering the review request infobox. |
|
View for sending data for updating the review request page. |
|
Root view for reviews. |
Repository Communication¶
Condition choices and operators for repositories and SCMTools. |
|
Data structures and classes for defining and using SCMTools. |
|
Repository-related errors. |
|
Forms for configuring repositories. |
|
Search¶
Custom search index fields. |
|
Forms for searching Review Board. |
|
The base search backend classes. |
|
A backend for the Elasticsearch search engine. |
|
The search engine backend registry. |
|
A backend for the Whoosh search engine. |
|
The signal processor for Review Board search. |
|
Search-related testing utilities. |
Local Sites¶
Condition support for Local Sites. |
|
Decorators for checking Local Site access. |
|
Middleware for Local Sites. |
|
Mixins for LocalSite-related views and forms. |
|
SSH¶
Unit Test Helpers¶
Base test case support for Review Board. |
Web API¶
Review Board API errors. |
|
Server information and capability registration for the API. |
|
Base helpers for WebAPI unit tests. |
See also