Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (232 - 234 of 2152)

Ticket Resolution Summary Owner Reporter
#112 wontfix Test db schema created via migration scripts rgrp dread

Reported by dread, 5 years ago.

Description

'paster db upgrade' should result in the same database as 'paster db create' on a clean system. In particular, all tests should pass.

Note: equivalent of paster db upgrade isn't being run from tests at the moment (we haven't been able to get this to work).

#154 wontfix Package form guidance rgrp dread

Reported by dread, 5 years ago.

Description

Give guidance on what to put in 'author' and 'maintainer' fields (e.g. name? URL?)

Suggestion from Jonathan Gray

#193 wontfix Searching by time-related field rgrp dread

Reported by dread, 4 years ago.

Description

Cost - 2 days

Search interface has new options to filter and sort the results by the time-related field of the package. Search options are included in both Web UI and Search API.

The filter specifies a range of dates. The results can be sorted by ascending or descending dates. The last modification date is surfaced in the package. Need to decide for a time-related field value that is date range, what date is used for the search.

Example search parameters:

reldate-range=5/4/09- Exclude packages related to earlier than 5/4/09
reldate-range=5/4/09-5/12/09 Exclude packages related to date outside of 5/4/09-5/12/09
order_by=reldate Sort by date package is related to. Defaults to newest first.
order_by=reldate-newest Sort by date package is related to, newest first.
order_by=reldate-oldest Sort by date package is related to, oldest first.

Related to ticket:192

Note: See TracQuery for help on using queries.