Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tests for HTTP callbacks | Joar Wandborg | 2012-09-27 | 1 | -0/+9 |
| | |||||
* | HTTP callback fixes | Joar Wandborg | 2012-09-26 | 1 | -4/+11 |
| | | | | | | | | | | | - Added HTTPError catching around the callback request, to not mark the entry as failed, just log the exception. - Fixed bug where I forgot to actually fetch the entry before passing it to json_processing_callback. - Changed __main__ migration #6 to create the ProcessingMetaData table as it is currently, to prevent possible breakage if a siteadmin is lagging behind with his db migrations and more than one migration wants to fix stuff with the ProcessingMetaData table. | ||||
* | Added support for http callbacks on processing | Joar Wandborg | 2012-09-26 | 1 | -0/+73 |
Sends an HTTP POST request back to an URL given on submission to the API submit view. |