l.r.b.d.DistroSeriesView(LaunchpadView, MilestoneOverlayMixin, DerivedDistroSeriesMixin) : class documentation

Part of lp.registry.browser.distroseries View In Hierarchy

No class docstring
Method initialize Undocumented
Method page_title Return the HTML page title.
Method requestCountry Undocumented
Method browserLanguages Undocumented
Method redirectToDistroFileBug Redirect to the distribution's filebug page.
Method num_linked_packages The number of linked packagings for this distroseries.
Method num_unlinked_packages The number of unlinked packagings for this distroseries.
Method recently_linked Return the packages that were most recently linked upstream.
Method needs_linking Return a list of 10 packages most in need of upstream linking.
Method milestone_batch_navigator Undocumented
Method countDifferences Count the number of differences of a given kind.
Method num_version_differences_needing_attention Undocumented
Method num_version_differences Undocumented
Method wordVersionDifferences Undocumented
Method num_differences_in_parent Undocumented
Method wordDifferencesInParent Undocumented
Method num_differences_in_child Undocumented
Method wordDifferencesInChild Undocumented
Method alludeToParent Wording to refer to the series' parent(s).
Method link_to_version_diffs_needing_attention Return URL for +localpackagediffs page.
Method link_to_all_version_diffs Return URL for +localdiffs page for all statuses.
Method link_to_differences_in_parent Return URL for +missingpackages page.
Method link_to_differences_in_child Return URL for +uniquepackages page.

Inherited from MilestoneOverlayMixin:

Method milestone_form_uri URI for form displayed by the formoverlay widget.
Method series_api_uri The series URL for API access.
Method milestone_table_class The milestone table will be hidden if there are no milestones.
Method milestone_row_uri_template Undocumented
Method register_milestone_script Return the script to enable milestone creation via AJAX.

Inherited from DerivedDistroSeriesMixin:

Method has_unique_parent Undocumented
Method unique_parent Undocumented
Method number_of_parents Undocumented
Method getParentName Undocumented
def initialize(self):
Undocumented
@property
def page_title(self):
Return the HTML page title.
def requestCountry(self):
Undocumented
def browserLanguages(self):
Undocumented
def redirectToDistroFileBug(self):
Redirect to the distribution's filebug page.

Filing a bug on a distribution series is not directly permitted; we redirect to the distribution's file

@cachedproperty
def num_linked_packages(self):
The number of linked packagings for this distroseries.
@property
def num_unlinked_packages(self):
The number of unlinked packagings for this distroseries.
@cachedproperty
def recently_linked(self):
Return the packages that were most recently linked upstream.
@cachedproperty
def needs_linking(self):
Return a list of 10 packages most in need of upstream linking.
@cachedproperty
def milestone_batch_navigator(self):
Undocumented
def countDifferences(self, difference_type, needing_attention_only=True):
Count the number of differences of a given kind.
Parametersdifference_typeType of DistroSeriesDifference to look for.
needing_attention_onlyRestrict count to differences that need attention? If not, count all that can be viewed.
@cachedproperty
def num_version_differences_needing_attention(self):
Undocumented
@cachedproperty
def num_version_differences(self):
Undocumented
def wordVersionDifferences(self):
Undocumented
@cachedproperty
def num_differences_in_parent(self):
Undocumented
def wordDifferencesInParent(self):
Undocumented
@cachedproperty
def num_differences_in_child(self):
Undocumented
def wordDifferencesInChild(self):
Undocumented
def alludeToParent(self):
Wording to refer to the series' parent(s).

If there is a single parent, returns its display name. Otherwise says "a parent series" (more vague, but we could also name parents if there are very few).

@cachedproperty
def link_to_version_diffs_needing_attention(self):
Return URL for +localpackagediffs page.
@property
def link_to_all_version_diffs(self):
Return URL for +localdiffs page for all statuses.
@property
def link_to_differences_in_parent(self):
Return URL for +missingpackages page.
@property
def link_to_differences_in_child(self):
Return URL for +uniquepackages page.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.