Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (901 - 903 of 2152)

Ticket Resolution Summary Owner Reporter
#930 fixed call_timing files created for every request wwaites dread

Reported by dread, 3 years ago.

Description

On a production server we produce literally millions of little files saying how long every single request took to process.

They are here:

hmg.ckan.net.2/pylonsdata/call_timing

They were added by ckan/lib/base.py in cset:da438a9085d3.

I don't believe anyone uses these stats.

#931 fixed Search results generator hides paging functionality dread dread

Reported by dread, 3 years ago.

Description

ckanclient's search results list only packages up to the 'limit'. It would be good to return a generator instead of a list. When the limit is reached on the generator then another 'page' is loaded automatically.

#932 fixed Move to SQLAlchemy-Migrate 0.6 dread dread

Reported by dread, 3 years ago.

Description

Basic steps from kindly:

  • changing the setup.py dependencies for sqlalchemy-migrate and sqlalchemy to their latest versions.
  • running the migrate script on the repository (or changing the repository scripts manually).
  • checking in both these changes at once.
Note: See TracQuery for help on using queries.