Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 2152)

Ticket Resolution Summary Owner Reporter
#91 fixed Add author and maintainer attributes to package dread rgrp

Reported by rgrp, 5 years ago.

Description

Add the following attributes to package:

  • author, author_email
  • maintainer, maintainer_email

Gives us full compatibility to: http://docs.python.org/distutils/setupscript.html#additional-meta-data

Column ordering - should come after name, title, url, download_url.

#94 fixed Use sqlalchemy-migrate to handle db/model upgrades dread rgrp

Reported by rgrp, 5 years ago.

Description

Details of how to go about this here <http://www.rufuspollock.org/2009/07/27/sqlalchemy-migrate-with-pylons/>

Cost: 2h

#105 fixed Package groups (view) dread rgrp

Reported by rgrp, 5 years ago.

Description

As a user I want to be able to create groups of packages.

This functionality is different from tags:

  • The ability to add a package to a given group is restricted whereas anyone can add a given tag to a package
  • Specifically groups have owners and only the owners can add a package to that group

Group properties

  • id (primarykey, uuid style)
  • name (restricted content - same rules as package)
  • title (no restrictions)
  • owners -- many:many with user object
  • description (markdown)
  • packages -- many:many with package object

Don't version groups for now.

Groups address in the WUI will be:

  • /group - browse list of groups (reuse list action)
  • /group/list - same thing for now
  • /group/<groupname> - display: group properties with links to packages. No links to user pages (yet).

Group editing and searching will be another ticket.

Cost: 3d

Note: See TracQuery for help on using queries.