Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (871 - 873 of 2152)

Ticket Resolution Summary Owner Reporter
#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

#900 fixed Intermittent error with new revision not having id dread

Reported by dread, 3 years ago.

Description

There are still some intermittent errors due to objects not having a revision_id, if you save an object at the same time as the revision. We add the uuid earlier to fix this. https://bitbucket.org/kindly/vdm/changeset/0050d023ca4e.

From David Raznick

Note: See TracQuery for help on using queries.