Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (838 - 840 of 2152)

Ticket Resolution Summary Owner Reporter
#1000 fixed Remove call timings code kindly rgrp

Reported by rgrp, 3 years ago.

Description

Not used and extra overhead. Very useful to strip this out and low cost.

Places where it seems to be:

  • lib/base.py: c.time_call_started
  • ....
#1239 fixed Remove and re-add tag on package not working rgrp rgrp

Reported by rgrp, 3 years ago.

Description

See reports on list at:

Tracked this to issue in dictization/model_save whereby was ignoring case where Package Tag already there but in deleted state. Rather than describe at length see fix.

#1172 fixed Remove all try: except: blocks that don't re-raise the original exception dread thejimmyg

Reported by thejimmyg, 3 years ago.

Description

The current codebase has one or two try: except; blocks that don't catch specific exceptions. Under no circumstances should any broad try: except: blocks be allowed unless the exceptions they catch are immediately re-raised. Uncaught exceptions are wasting us quite a lot of time when trying to track down problems.

Note: See TracQuery for help on using queries.