Custom Query (2152 matches)
Results (934 - 936 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#965 | fixed | make migration testing plugin to nose | kindly | kindly |
Description |
In order to test migrations properly, we need to test the upgraded database against *all* the tests. To do this a special flag to nosetests should be added. nosetests --migrations This flag will make sure that the database is recreated from scratch each time using the migrate repository, bypassing init_db. |
|||
#971 | duplicate | Support middleware as a plugin | sebbacon | sebbacon |
Description |
I need to completely munge the rendered data coming from the app. There's not currently a plugin hook for this, where I get access to the entire environment. The most generic form of plugin would be WSGI Middleware. I propose adding an IMiddleware plugin hook for inserting abritrary middleware via our plugin system. |
|||
#972 | wontfix | Merge 'extras' into main package dict rather than having separate key | sebbacon | rgrp |
Description |
Rather than have a separate 'extras' key all the extras fields should be consolidated into the main package dict when presenting the package internally or e.g. via the API. Why? Extras are really just an artefact of our internal storage model. Clients of the system (both internal and external) should just see a set of key/values with no distinction between extras and non-extras. Issues
Possible subticket of forms refactoring: #961 |