Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (427 - 429 of 2152)

Ticket Resolution Summary Owner Reporter
#897 duplicate "New package" highlighted in Navigator when searching dread dread

Reported by dread, 3 years ago.

Description

On ckan.net 1.3.1b, click on "Search" in the Navigator. Now both "Search" and "New Package" are highlighted.

#898 fixed Changes stored indefinitely rgrp dread

Reported by dread, 3 years ago.

Description

Every change to every object is being stored in memory, which could add up to quite a lot of memory.

This fixes it by making sure the objects are in a weakref. https://bitbucket.org/kindly/vdm/changeset/8d5f91db641f

#899 fixed Optimise check_real_change rgrp dread

Reported by dread, 3 years ago.

Description

There is no need to re-query the database to detect if there has been a changed as sqlalchemy knows this. It saves about 15 secs in the ckan tests. https://bitbucket.org/kindly/vdm/changeset/0050d023ca4e

From David Raznick

Note: See TracQuery for help on using queries.