Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (496 - 498 of 2152)

Ticket Resolution Summary Owner Reporter
#1131 fixed Search param validation exception not caught dread dread

Reported by dread, 3 years ago.

Description

Example request:

http://nl.ckan.net/api/2/search/package?q=delft&order_by=&offset=&limit=&tags=

Gives 500 error:

<type 'exceptions.ValueError'>: invalid literal for int() with base 10: ''
#1140 fixed Adding the package to the group is not search indexed dread

Reported by dread, 3 years ago.

Description

To reproduce:

  1. paster db init
  2. paster create-test-data
  3. In Web UI: create new group 'tilo', which includes package 'annakarenina'
  4. curl http://localhost:5000/api/search/package?groups=tilo results in 0 results (WRONG)
  5. paster search-index rebuild
  6. curl http://localhost:5000/api/search/package?groups=tilo results in 1 result
#1143 fixed Improve stats page dread dread

Reported by dread, 3 years ago.

Description
  • Ensure we don't include deleted packages in the stats
  • Some visual improvements:
    • Number of packages:
      • fix x axis to start at first revision
      • fix y axis to start at zero
    • Fix problem with legend to 'Revisions to packages' graph.
    • Hide sidebar in the template, so it isn't right-cropped in the DGU theme
  • Add some testing of the stats lib - results of basic stats
Note: See TracQuery for help on using queries.