Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (772 - 774 of 2152)

Ticket Resolution Summary Owner Reporter
#1170 fixed Production deployment docs out of date dread dread

Reported by dread, 3 years ago.

Description

Need to cover pip-requirements.txt on different branches in the doc/deployment.rst.

Also could do with tidying up upgrade.txt into this document too.

#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.

#1173 fixed Offer a DCat representation for packages in the API amercader amercader

Reported by amercader, 3 years ago.

Description

/api/rest/package/foo.rdf should return a DCat representation of the package. To create it, we will use the functions in ckanext-rdf.

Note: See TracQuery for help on using queries.