class IProductLimitedView(IHasIcon, IHasLogo, IHasOwner, ILaunchpadUsage): """Attributes that must be visible for person with artifact grants on bugs, branches or specifications for the product. """ display_name = exported( TextLine( title=_('Display Name'), description=_("""The name of the project as it would appear in a paragraph.""")), exported_as='display_name') displayname = Attribute('Display name (deprecated)') icon = exported( IconImageUpload( title=_("Icon"), required=False, default_image_resource='/@@/product', description=_( "A small image of exactly 14x14 pixels and at most 5kb in " "size, that can be used to identify this project. The icon " "will be displayed next to the project name everywhere in " "Launchpad that we refer to the project and link to it."))) logo = exported( LogoImageUpload( title=_("Logo"), required=False, default_image_resource='/@@/product-logo', description=_( "An image of exactly 64x64 pixels that will be displayed in " "the heading of all pages related to this project. It should " "be no bigger than 50kb in size."))) name = exported( ProductNameField( title=_('Name'), constraint=name_validator, description=_( "At least one lowercase letter or number, followed by " "letters, numbers, dots, hyphens or pluses. " "Keep this name short; it is used in URLs as shown above."))) owner = exported( PersonChoice( title=_('Maintainer'), required=True, vocabulary='ValidPillarOwner', description=_("The restricted team, moderated team, or person " "who maintains the project information in " "Launchpad."))) projectgroup = exported( ReferenceChoice( title=_('Part of'), required=False, vocabulary='ProjectGroup', schema=IProjectGroup, description=_( 'Project group. This is an overarching initiative that ' 'includes several related projects. For example, the Mozilla ' 'Project produces Firefox, Thunderbird and Gecko. This ' 'information is used to group those projects in a coherent ' 'way. If you make this project part of a group, the group ' 'preferences and decisions around bug tracking, translation ' 'and security policy will apply to this project.')), exported_as='project_group') title = exported( Title( title=_('Title'), description=_("The project title. Should be just a few words."), readonly=True))
class ISprintEditableAttributes(Interface): """`ISprint` attributes that can be edited. Anyone can view these attributes, but changing them requires launchpad.Edit. """ name = SprintNameField( title=_('Name'), required=True, description=_( 'A unique name ' 'for this sprint, or conference, or meeting. This will part of ' 'the URL so pick something short. A single word is all you get.'), constraint=name_validator) title = TextLine( title=_('Title'), required=True, description=_( "Please provide " "a title for this meeting. This will be shown in listings of " "meetings.")) summary = Text( title=_('Summary'), required=True, description=_( "A one-paragraph " "summary of the meeting plans and goals. Put the rest in a web " "page and link to it using the field below.")) driver = PublicPersonChoice( title=_('Meeting Driver'), required=False, description=_( 'The person or team that will manage the agenda of ' 'this meeting. Use this if you want to delegate the approval of ' 'agenda items to somebody else.'), vocabulary='ValidPersonOrTeam') address = Text(title=_('Meeting Address'), required=False, description=_("The address of the meeting venue.")) home_page = TextLine(title=_('Home Page'), required=False, description=_( "A web page " "with further information about the event.")) icon = IconImageUpload( title=_("Icon"), required=False, default_image_resource='/@@/meeting', description=_( "A small image of exactly 14x14 pixels and at most 5kb in size, " "that can be used to identify this meeting. The icon will be " "displayed wherever we list and link to the meeting.")) logo = LogoImageUpload( title=_("Logo"), required=False, default_image_resource='/@@/meeting-logo', description=_( "An image of exactly 64x64 pixels that will be displayed in " "the heading of all pages related to this meeting. It should be " "no bigger than 50kb in size.")) mugshot = MugshotImageUpload( title=_("Brand"), required=False, default_image_resource='/@@/meeting-mugshot', description=_( "A large image of exactly 192x192 pixels, that will be displayed " "on this meeting's home page in Launchpad. It should be no " "bigger than 100kb in size. ")) homepage_content = Text( title=_("Homepage Content"), required=False, description=_( "The content of this meeting's home page. Edit this and it " "will be displayed for all the world to see. It is NOT a wiki " "so you cannot undo changes.")) time_zone = Choice( title=_('Timezone'), required=True, description=_( 'The time ' 'zone in which this sprint, or conference, takes place. '), vocabulary='TimezoneName') time_starts = Datetime(title=_('Starting Date and Time'), required=True) time_ends = Datetime(title=_('Finishing Date and Time'), required=True) is_physical = Bool( title=_("Is the sprint being held in a physical location?"), required=True, readonly=False, default=True)
class IProjectGroupPublic(ICanGetMilestonesDirectly, IHasAppointedDriver, IHasBranches, IHasBugs, IHasDrivers, IHasIcon, IHasLogo, IHasMergeProposals, IHasMilestones, IHasMugshot, IHasOwner, IHasSpecifications, IHasSprints, IMakesAnnouncements, IKarmaContext, IHasOfficialBugTags, IServiceUsage): """Public IProjectGroup properties.""" id = Int(title=_('ID'), readonly=True) # The following milestone collections are copied from IHasMilestone so that # we can override the collection value types to be IProjectGroupMilestone. milestones = copy_field( IHasMilestones['milestones'], value_type=Reference(schema=IProjectGroupMilestone)) all_milestones = copy_field( IHasMilestones['all_milestones'], value_type=Reference(schema=IProjectGroupMilestone)) owner = exported( PublicPersonChoice( title=_('Maintainer'), required=True, vocabulary='ValidPillarOwner', description=_("The restricted team, moderated team, or person " "who maintains the project group information in " "Launchpad."))) registrant = exported( PublicPersonChoice(title=_('Registrant'), required=True, readonly=True, vocabulary='ValidPersonOrTeam', description=_( "Project group registrant. Must be a valid " "Launchpad Person."))) display_name = exported( TextLine(title=_('Display Name'), description=_( "Appropriately capitalised, " 'and typically ending in "Project". ' "Examples: the Apache Project, the Mozilla Project, " "the Gimp Project."))) displayname = Attribute('Display name (deprecated)') title = exported( Title(title=_('Title'), description=_("The full name of the project group, " "which can contain spaces, special characters, " "etc."))) summary = exported( Summary( title=_('Project Group Summary'), description=_( "A short paragraph to introduce the project group's work."))) description = exported( Text(title=_('Description'), description=_( "Details about the project group's work, goals, and " "how to contribute. Use plain text, paragraphs are preserved " "and URLs are linked in pages. Don't repeat the Summary."))) datecreated = exported(Datetime( title=_('Date Created'), description=_("The date this project group was created in Launchpad."), readonly=True), exported_as="date_created") driver = exported( PublicPersonChoice( title=_("Driver"), description=_( "This is a project group-wide appointment. Think carefully " "here! This person or team will be able to set feature goals " "and approve bug targeting and backporting for ANY series in " "ANY project in this group. You can also appoint drivers " "at the level of a specific project or series. So you may " "just want to leave this space blank, and instead let the " "individual projects and series have drivers."), required=False, vocabulary='ValidPersonOrTeam')) homepageurl = exported(URIField(title=_('Homepage URL'), required=False, allowed_schemes=['http', 'https', 'ftp'], allow_userinfo=False, description=_( "The project group home page. " "Please include the http://")), exported_as="homepage_url") wikiurl = exported(URIField( title=_('Wiki URL'), required=False, allowed_schemes=['http', 'https', 'ftp'], allow_userinfo=False, description=_("The URL of this project group's wiki, " "if it has one. Please include the http://")), exported_as="wiki_url") lastdoap = TextLine(title=_('Last-parsed RDF fragment'), description=_("The last RDF fragment for this " "entity that we received and parsed, or " "generated."), required=False) sourceforgeproject = exported(TextLine( title=_("SourceForge Project Name"), description=_("The SourceForge project name for this " "project group, if it is in SourceForge."), required=False), exported_as="sourceforge_project") freshmeatproject = exported(TextLine( title=_("Freshmeat Project Name"), description=_("The Freshmeat project name for this " "project group, if it is in Freshmeat. " "[DEPRECATED]"), required=False), exported_as="freshmeat_project") homepage_content = exported( Text(title=_("Homepage Content"), required=False, description=_( "The content of this project group's home page. Edit this " "and it will be displayed for all the world to see. It is " "NOT a wiki so you cannot undo changes."))) icon = exported( IconImageUpload( title=_("Icon"), required=False, default_image_resource='/@@/project', description=_( "A small image of exactly 14x14 pixels and at most 5kb in " "size, that can be used to identify this project group. The " "icon will be displayed in Launchpad everywhere that we link " "to this project group. For example in listings or tables of " "active project groups."))) logo = exported( LogoImageUpload( title=_("Logo"), required=False, default_image_resource='/@@/project-logo', description=_( "An image of exactly 64x64 pixels that will be displayed in " "the heading of all pages related to this project group. It " "should be no bigger than 50kb in size."))) mugshot = exported( MugshotImageUpload( title=_("Brand"), required=False, default_image_resource='/@@/project-mugshot', description=_( "A large image of exactly 192x192 pixels, that will be " "displayed on this project group's home page in Launchpad. " "It should be no bigger than 100kb in size. "))) bugtracker = exported(ReferenceChoice( title=_('Bug Tracker'), required=False, vocabulary='BugTracker', schema=IBugTracker, description=_( "The bug tracker the projects in this project group use.")), exported_as="bug_tracker") # products.value_type will be set to IProduct once IProduct is defined. products = exported(CollectionField( title=_('List of active projects for this project group.'), value_type=Reference(Interface)), exported_as="projects") bug_reporting_guidelines = exported( Text(title=(u"If I\N{right single quotation mark}m reporting a bug, " u"I should include, if possible"), description=(u"These guidelines will be shown to " "anyone reporting a bug."), required=False, max_length=50000)) bug_reported_acknowledgement = exported( Text(title=(u"After reporting a bug, I can expect the following."), description=(u"This message of acknowledgement will be displayed " "to anyone after reporting a bug."), required=False, max_length=50000)) enable_bugfiling_duplicate_search = Bool( title=u"Search for possible duplicate bugs when a new bug is filed", required=False, readonly=True) translatables = Attribute("Products that are translatable in LP") def getProduct(name): """Get a product with name `name`.""" def getConfigurableProducts(): """Get all products that can be edited by user.""" def has_translatable(): """Return a boolean showing the existance of translatables products. """ def has_branches(): """Return a boolean showing the existance of products with branches. """ def hasProducts(): """Returns True if a project has products associated with it, False otherwise. """ def getSeries(series_name): """Return a ProjectGroupSeries object with name `series_name`.""" product_milestones = Attribute('all the milestones for all the products.')
class ISprint(IHasOwner, IHasDrivers, IHasSpecifications, IRootContext): """A sprint, or conference, or meeting.""" id = Int(title=_('The Sprint ID')) name = SprintNameField( title=_('Name'), required=True, description=_('A unique name ' 'for this sprint, or conference, or meeting. This will part of ' 'the URL so pick something short. A single word is all you get.'), constraint=name_validator) displayname = Attribute('A pseudonym for the title.') title = TextLine( title=_('Title'), required=True, description=_("Please provide " "a title for this meeting. This will be shown in listings of " "meetings.")) summary = Text( title=_('Summary'), required=True, description=_("A one-paragraph " "summary of the meeting plans and goals. Put the rest in a web " "page and link to it using the field below.")) driver = PublicPersonChoice( title=_('Meeting Driver'), required=False, description=_('The person or team that will manage the agenda of ' 'this meeting. Use this if you want to delegate the approval of ' 'agenda items to somebody else.'), vocabulary='ValidPersonOrTeam') address = Text( title=_('Meeting Address'), required=False, description=_("The address of the meeting venue.")) home_page = TextLine( title=_('Home Page'), required=False, description=_("A web page " "with further information about the event.")) icon = IconImageUpload( title=_("Icon"), required=False, default_image_resource='/@@/meeting', description=_( "A small image of exactly 14x14 pixels and at most 5kb in size, " "that can be used to identify this meeting. The icon will be " "displayed wherever we list and link to the meeting.")) logo = LogoImageUpload( title=_("Logo"), required=False, default_image_resource='/@@/meeting-logo', description=_( "An image of exactly 64x64 pixels that will be displayed in " "the heading of all pages related to this meeting. It should be " "no bigger than 50kb in size.")) mugshot = MugshotImageUpload( title=_("Brand"), required=False, default_image_resource='/@@/meeting-mugshot', description=_( "A large image of exactly 192x192 pixels, that will be displayed " "on this meeting's home page in Launchpad. It should be no " "bigger than 100kb in size. ")) homepage_content = Text( title=_("Homepage Content"), required=False, description=_( "The content of this meeting's home page. Edit this and it " "will be displayed for all the world to see. It is NOT a wiki " "so you cannot undo changes.")) owner = PublicPersonChoice( title=_('Owner'), required=True, readonly=True, vocabulary='ValidPersonOrTeam') time_zone = Choice( title=_('Timezone'), required=True, description=_('The time ' 'zone in which this sprint, or conference, takes place. '), vocabulary='TimezoneName') time_starts = Datetime( title=_('Starting Date and Time'), required=True) time_ends = Datetime( title=_('Finishing Date and Time'), required=True) datecreated = Datetime( title=_('Date Created'), required=True, readonly=True) # joins attendees = Attribute('The set of attendees at this sprint.') attendances = Attribute('The set of SprintAttendance records.') def specificationLinks(status=None): """Return the SprintSpecification records matching the filter, quantity and sort given. The rules for filtering and sorting etc are the same as those for IHasSpecifications.specifications() """ def getSpecificationLink(id): """Return the specification link for this sprint that has the given ID. We use the naked ID because there is no unique name for a spec outside of a single product or distro, and a sprint can cover multiple products and distros. """ def acceptSpecificationLinks(idlist, decider): """Accept the given sprintspec items, and return the number of sprintspec items that remain proposed. """ def declineSpecificationLinks(idlist, decider): """Decline the given sprintspec items, and return the number of sprintspec items that remain proposed. """ # subscription-related methods def attend(person, time_starts, time_ends, is_physical): """Record that this person will be attending the Sprint.""" def removeAttendance(person): """Remove the person's attendance record.""" # bug linking def linkSpecification(spec): """Link this sprint to the given specification.""" def unlinkSpecification(spec): """Remove this specification from the sprint spec list.""" def isDriver(user): """Returns True if and only if the specified user
class IDistributionPublic( IBugTarget, ICanGetMilestonesDirectly, IHasAppointedDriver, IHasBuildRecords, IHasDrivers, IHasMilestones, IHasSharingPolicies, IHasOOPSReferences, IHasOwner, IHasSprints, IHasTranslationImports, ITranslationPolicy, IKarmaContext, ILaunchpadUsage, IMakesAnnouncements, IOfficialBugTagTargetPublic, IPillar, IServiceUsage, ISpecificationTarget, IHasExpirableBugs): """Public IDistribution properties.""" id = Attribute("The distro's unique number.") name = exported( DistributionNameField( title=_("Name"), constraint=name_validator, description=_("The distro's name."), required=True)) displayname = exported( TextLine( title=_("Display Name"), description=_("The displayable name of the distribution."), required=True), exported_as='display_name') title = exported( Title( title=_("Title"), description=_("The distro's title."), required=True)) summary = exported( Summary( title=_("Summary"), description=_( "A short paragraph to introduce the goals and highlights " "of the distribution."), required=True)) homepage_content = exported( Text( title=_("Homepage Content"), required=False, description=_( "The content of this distribution's home page. Edit this and " "it will be displayed for all the world to see. It is NOT a " "wiki so you cannot undo changes."))) icon = exported( IconImageUpload( title=_("Icon"), required=False, default_image_resource='/@@/distribution', description=_( "A small image of exactly 14x14 pixels and at most 5kb in " "size, that can be used to identify this distribution. The " "icon will be displayed everywhere we list the distribution " "and link to it."))) logo = exported( LogoImageUpload( title=_("Logo"), required=False, default_image_resource='/@@/distribution-logo', description=_( "An image of exactly 64x64 pixels that will be displayed in " "the heading of all pages related to this distribution. It " "should be no bigger than 50kb in size."))) mugshot = exported( MugshotImageUpload( title=_("Brand"), required=False, default_image_resource='/@@/distribution-mugshot', description=_( "A large image of exactly 192x192 pixels, that will be " "displayed on this distribution's home page in Launchpad. " "It should be no bigger than 100kb in size. "))) description = exported( Description( title=_("Description"), description=_( "Details about the distributions's work, highlights, goals, " "and how to contribute. Use plain text, paragraphs are " "preserved and URLs are linked in pages. Don't repeat the " "Summary."), required=True)) domainname = exported( TextLine( title=_("Web site URL"), description=_("The distro's web site URL."), required=True), exported_as='domain_name') owner = exported( PublicPersonChoice( title=_("Owner"), required=True, vocabulary='ValidPillarOwner', description=_("The restricted team, moderated team, or person " "who maintains the distribution information in " "Launchpad."))) registrant = exported( PublicPersonChoice( title=_("Registrant"), vocabulary='ValidPersonOrTeam', description=_("The distro's registrant."), required=True, readonly=True)) date_created = exported( Datetime(title=_('Date created'), description=_("The date this distribution was registered."))) driver = exported( PublicPersonChoice( title=_("Driver"), description=_( "The person or team responsible for decisions about features " "and bugs that will be targeted for any series in this " "distribution. Note that you can also specify a driver " "on each series whose permissions will be limited to that " "specific series."), required=False, vocabulary='ValidPersonOrTeam')) drivers = Attribute( "Presents the distro driver as a list for consistency with " "IProduct.drivers where the list might include a project driver.") members = exported(PublicPersonChoice( title=_("Members"), description=_("The distro's members team."), required=True, vocabulary='ValidPersonOrTeam')) mirror_admin = exported(PublicPersonChoice( title=_("Mirror Administrator"), description=_("The person or team that has the rights to review and " "mark this distribution's mirrors as official."), required=True, vocabulary='ValidPersonOrTeam')) archive_mirrors = exported(doNotSnapshot( CollectionField( description=_("All enabled and official ARCHIVE mirrors " "of this Distribution."), readonly=True, value_type=Object(schema=IDistributionMirror)))) archive_mirrors_by_country = doNotSnapshot(CollectionField( description=_("All enabled and official ARCHIVE mirrors " "of this Distribution."), readonly=True, value_type=Object(schema=IDistributionMirror))) cdimage_mirrors = exported(doNotSnapshot( CollectionField( description=_("All enabled and official RELEASE mirrors " "of this Distribution."), readonly=True, value_type=Object(schema=IDistributionMirror)))) cdimage_mirrors_by_country = doNotSnapshot(CollectionField( description=_("All enabled and official ARCHIVE mirrors " "of this Distribution."), readonly=True, value_type=Object(schema=IDistributionMirror))) disabled_mirrors = Attribute( "All disabled and official mirrors of this Distribution.") unofficial_mirrors = Attribute( "All unofficial mirrors of this Distribution.") pending_review_mirrors = Attribute( "All mirrors of this Distribution that haven't been reviewed yet.") series = exported(doNotSnapshot( CollectionField( title=_("DistroSeries inside this Distribution"), # Really IDistroSeries, see _schema_circular_imports.py. value_type=Reference(schema=Interface)))) derivatives = exported(doNotSnapshot( CollectionField( title=_("This Distribution's derivatives"), # Really IDistroSeries, see _schema_circular_imports.py. value_type=Reference(schema=Interface)))) architectures = List( title=_("DistroArchSeries inside this Distribution")) uploaders = Attribute(_( "ArchivePermission records for uploaders with rights to upload to " "this distribution.")) package_derivatives_email = TextLine( title=_("Package Derivatives Email Address"), description=_( "The email address to send information about updates to packages " "that are derived from another distribution. The sequence " "{package_name} is replaced with the actual package name."), required=False) # properties currentseries = exported( Reference( # Really IDistroSeries, see _schema_circular_imports.py. Interface, title=_("Current series"), description=_( "The current development series of this distribution. " "Note that all maintainerships refer to the current " "series. When people ask about the state of packages " "in the distribution, we should interpret that query " "in the context of the currentseries.")), exported_as="current_series") full_functionality = Attribute( "Whether or not we enable the full functionality of Launchpad for " "this distribution. Currently only Ubuntu and some derivatives " "get the full functionality of LP") translation_focus = Choice( title=_("Translation focus"), description=_( "The release series that translators should focus on."), required=False, vocabulary='FilteredDistroSeries') language_pack_admin = Choice( title=_("Language Pack Administrator"), description=_("The distribution language pack administrator."), required=False, vocabulary='ValidPersonOrTeam') main_archive = exported( Reference( title=_('Distribution Main Archive.'), readonly=True, # Really IArchive, see _schema_circular_imports.py. schema=Interface)) all_distro_archives = exported(doNotSnapshot( CollectionField( title=_( "A sequence of the distribution's primary, " "partner and debug archives."), readonly=True, required=False, value_type=Reference(schema=Interface))), # Really IArchive, see _schema_circular_imports.py. exported_as='archives') all_distro_archive_ids = Attribute( "A list containing the IDs of all the non-PPA archives.") has_published_binaries = Bool( title=_("Has Published Binaries"), description=_("True if this distribution has binaries published " "on disk."), readonly=True, required=False) has_published_sources = Bool( title=_("Has Published Sources"), description=_("True if this distribution has sources published."), readonly=True, required=False) redirect_release_uploads = exported(Bool( title=_("Redirect release pocket uploads"), description=_("Redirect release pocket uploads to proposed pocket"), readonly=False, required=True)) development_series_alias = exported(DistroSeriesNameField( title=_("Alias for development series"), description=_( "If set, an alias for the current development series in this " "distribution."), constraint=name_validator, readonly=False, required=False)) def getArchiveIDList(archive=None): """Return a list of archive IDs suitable for sqlvalues() or quote(). If the archive param is supplied, just its ID will be returned in a list of one item. If it is not supplied, return a list of all the IDs for all the archives for the distribution. """ def __getitem__(name): """Returns a DistroSeries that matches name, or raises and exception if none exists.""" def __iter__(): """Iterate over the series for this distribution.""" @operation_parameters( name=TextLine(title=_("Archive name"), required=True)) @operation_returns_entry(Interface) @export_read_operation() def getArchive(name): """Return the distribution archive with the given name. Only distribution archives are considered -- PPAs will not be found. :param name: The name of the archive, e.g. 'partner' """ # Really IDistroSeries, see _schema_circular_imports.py. @operation_returns_collection_of(Interface) @export_operation_as(name="getDevelopmentSeries") @export_read_operation() def getDevelopmentSeries(): """Return the DistroSeries which are marked as in development.""" def resolveSeriesAlias(name): """Resolve a series alias. :param name: The name to resolve. :raises NoSuchDistroSeries: If there is no match. """ @operation_parameters( name_or_version=TextLine(title=_("Name or version"), required=True)) # Really IDistroSeries, see _schema_circular_imports.py. @operation_returns_entry(Interface) @call_with(follow_aliases=True) @export_read_operation() def getSeries(name_or_version, follow_aliases=False): """Return the series with the name or version given. :param name_or_version: The `IDistroSeries.name` or `IDistroSeries.version`. """ # This API is specifically for Ensemble's Principia. It does not scale # well to distributions of Ubuntu's scale, and is not intended for it. # Therefore, this should probably never be exposed for a webservice # version other than "devel". @operation_parameters( since=Datetime( title=_("Time of last change"), description=_( "Return branches that have new tips since this timestamp."), required=False)) @call_with(user=REQUEST_USER) @export_operation_as(name="getBranchTips") @export_read_operation() @operation_for_version('devel') def getBranchTips(user=None, since=None): """Return a list of branches which have new tips since a date. Each branch information is a tuple of (branch_unique_name, tip_revision, (official_series*)). So for each branch in the distribution, you'll get the branch unique name, the revision id of tip, and if the branch is official for some series, the list of series name. :param: user: If specified, shows the branches visible to that user. if not specified, only branches visible to the anonymous user are shown. :param since: If specified, limits results to branches modified since that date and time. """ @operation_parameters( name=TextLine(title=_("Name"), required=True)) @operation_returns_entry(IDistributionMirror) @export_read_operation() def getMirrorByName(name): """Return the mirror with the given name for this distribution or None if it's not found. """ @operation_parameters( country=copy_field(IDistributionMirror['country'], required=True), mirror_type=copy_field(IDistributionMirror['content'], required=True)) @operation_returns_entry(IDistributionMirror) @export_read_operation() def getCountryMirror(country, mirror_type): """Return the country DNS mirror for a country and content type.""" def newMirror(owner, speed, country, content, displayname=None, description=None, http_base_url=None, ftp_base_url=None, rsync_base_url=None, enabled=False, official_candidate=False, whiteboard=None): """Create a new DistributionMirror for this distribution. At least one of http_base_url or ftp_base_url must be provided in order to create a mirror. """ @operation_parameters( name=TextLine(title=_("Package name"), required=True)) # Really returns IDistributionSourcePackage, see # _schema_circular_imports.py. @operation_returns_entry(Interface) @export_read_operation() def getSourcePackage(name): """Return a DistributionSourcePackage with the given name for this distribution, or None. """ def getSourcePackageRelease(sourcepackagerelease): """Returns an IDistributionSourcePackageRelease Receives a sourcepackagerelease. """ def getCurrentSourceReleases(source_package_names): """Get the current release of a list of source packages. :param source_package_names: a list of `ISourcePackageName` instances. :return: a dict where the key is a `IDistributionSourcePackage` and the value is a `IDistributionSourcePackageRelease`. """ def getDistroSeriesAndPocket(distroseriesname, follow_aliases=False): """Return a (distroseries,pocket) tuple which is the given textual distroseriesname in this distribution.""" def getSeriesByStatus(status): """Query context distribution for distroseries with a given status. :param status: Series status to look for :return: list of `IDistroSeries` """ @rename_parameters_as(text="source_match") @operation_parameters( text=TextLine(title=_("Source package name substring match"), required=True)) # Really returns IDistributionSourcePackage, see # _schema_circular_imports.py. @operation_returns_collection_of(Interface) @export_read_operation() def searchSourcePackages( text, has_packaging=None, publishing_distroseries=None): """Search for source packages that correspond to the given text. This method just decorates the result of searchSourcePackageCaches() to return DistributionSourcePackages. """ def searchSourcePackageCaches( text, has_packaging=None, publishing_distroseries=None): """Search for source packages that correspond to the given text. :param text: The text that will be matched. :param has_packaging: If True, it will filter out packages with no packaging (i.e. no link to the upstream project). False will do the reverse filtering, and None will do no filtering on this field. :param publishing_distroseries: If it is not None, then it will filter out source packages that do not have a publishing history for the given distroseries. :return: A result set containing (DistributionSourcePackageCache, SourcePackageName, rank) tuples ordered by rank. """ def searchBinaryPackages(package_name, exact_match=False): """Search for binary packages in this distribution. :param package_name: The binary package name to match. :param exact_match: If False, substring matches are done on the binary package names; if True only a full string match is returned. :return: A result set containing appropriate DistributionSourcePackage objects for the matching source. The returned results will consist of source packages that match (a substring of) their binary package names. """ def guessPublishedSourcePackageName(pkgname): """Return the "published" SourcePackageName related to pkgname. If pkgname corresponds to a source package that was published in any of the distribution series, that's the SourcePackageName that is returned. If there is any official source package branch linked, then that source package name is returned. Otherwise, try to find a published binary package name and then return the source package name from which it comes from. :raises NotFoundError: when pkgname doesn't correspond to either a published source or binary package name in this distribution. """ def getAllPPAs(): """Return all PPAs for this distribution.""" def searchPPAs(text=None, show_inactive=False): """Return all PPAs matching the given text in this distribution. 'text', when passed, will restrict results to Archives with matching description (using substring) or matching Archive.owner (using available person fti/ftq). 'show_inactive', when False, will restrict results to Archive with at least one source publication in PENDING or PUBLISHED status. """ def getPendingAcceptancePPAs(): """Return only pending acceptance PPAs in this distribution.""" def getPendingPublicationPPAs(): """Return all PPAs in this distribution that are pending publication. A PPA is said to be pending publication if it has publishing records in the pending state or if it had packages deleted from it. """ def getArchiveByComponent(component_name): """Return the archive most appropriate for the component name. Where different components may imply a different archive (e.g. partner), this method will return the archive for that component. If the component_name supplied is unknown, None is returned. """ def getAllowedBugInformationTypes(): """Get the information types that a bug in this distribution can have. :return: A sequence of `InformationType`s. """ def getDefaultBugInformationType(): """Get the default information type of a new bug in this distro. :return: The `InformationType`. """ def userCanEdit(user): """Can the user edit this distribution?"""