Provide "last touched" packages

Bug #30383 reported by Scott James Remnant (Canonical)
4
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Low
Unassigned

Bug Description

The "Packages" link under a person's page only provides the packages for which they're directly a maintainer.

The distro team don't tend to change this much, it'd be better to show the packages we're the Changed-By of ... either the latest or possibly if we're in the last 3-5 uploaders of the package.

Revision history for this message
Celso Providelo (cprov) wrote :

This is a typical FOAF request. the "Changed By" DSC field is stored as ISourcePackageRelease.creator. I like the idea !

Changed in soyuz:
assignee: nobody → salgado
status: Unconfirmed → Confirmed
Revision history for this message
Guilherme Salgado (salgado) wrote :

That page queries SourcePackageRelease.maintainer /and/ SourcePackageRelease.creator to choose what packages to display. You can see that in the Person.uploadedButNotMaintainedPackages() method.

Maybe the SourcePackageRelease.creator column is not being set by gina?

Revision history for this message
Daniel Silverstone (dsilvers) wrote : Re: [Bug 30383] Provide "last touched" packages

On Fri, 2006-02-03 at 14:07 +0000, Guilherme Salgado wrote:
> Maybe the SourcePackageRelease.creator column is not being set by gina?

This is quite possible. The uploader definitely sets it.

D.

--
Daniel Silverstone http://www.digital-scurf.org/
PGP mail accepted and encouraged. Key Id: 2BC8 4016 2068 7895

Revision history for this message
Christian Reis (kiko) wrote :

From scripts/gina/packages.py:372

  elif k == 'Uploaders':
    # XXX: we don't do anything with this data, but I suspect we should. -- kiko, 2005-10-19

Sorry! At least the Soyuz uploader will handle this properly.

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

On Fri, 2006-02-03 at 15:16 +0000, Christian Reis wrote:

> Public bug report changed:
> https://launchpad.net/malone/bugs/30383
>
> Comment:
> >From scripts/gina/packages.py:372
>
> elif k == 'Uploaders':
> # XXX: we don't do anything with this data, but I suspect we should. -- kiko, 2005-10-19
>
> Sorry! At least the Soyuz uploader will handle this properly.
>
Not Uploaders! Changed-By.

Scott
--
Scott James Remnant
<email address hidden>

Changed in launchpad:
assignee: salgado → nobody
Revision history for this message
Christian Reis (kiko) wrote :

Is this still an issue, Scott, or does +packages now display what you think it should?

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

It does indeed, thanks

Changed in launchpad:
status: Confirmed → Fix Released
Revision history for this message
Christian Reis (kiko) wrote :

And zero build failures in it, what a track record you have <wink>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.