Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (604 - 606 of 2152)

Ticket Resolution Summary Owner Reporter
#576 fixed CKAN Requires Old Version of SQLAlchemy sebbacon wwaites

Reported by wwaites, 4 years ago.

Description

Requires 0.4. 0.5 is a maintenance branch, 0.6 is current.

VDM appears to work correctly (all the tests pass) with 0.5. CKAN does not -- requires more investigation to determine exactly why.

It would actually be nice to be able to run with 0.6 or 0.5, though 0.6 will require some changes to VDM as well

#662 fixed Can't put entity that is returned by posting to package register sebbacon johnbywater

Reported by johnbywater, 4 years ago.

Description

It's because Package carries several out-of-band values, which are snagged on the way back out. Entity get response also can't be posted.

However, post response can be re-posted (because it isn't the same as the register-post/entity-get responses.

An issue for CKAN too.

Sub-ticket of #961 (form, validation, model sync meta-ticket) and depends on that work.

#868 fixed Test improvements sebbacon thejimmyg

Reported by thejimmyg, 3 years ago.

Description

The tests currently take 41 mins to run on most laptops. This slows down development and discourages a test-driven approach.

We'd like to see the tests pass in 5 mins or less (but anything would be an improvement!)

Some suggestions for achieving this include:

  • Upgrading the entire codebase to SQLAlchemy 0.6 so that tests could run against an in-memory SQLite database
  • Not setting up and tearing down the database so frequently.
Note: See TracQuery for help on using queries.