aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_celery_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_celery_setup errorvijeth-aradhya2017-06-171-2/+3
| | | | Add mediagoblin.media_types.video.processing as a task module.
* Fix tests to reflect that we've moved to amqpBoris Bobrov2017-06-101-4/+1
|
* Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-1/+2
|
* Switch deprecated BROKER_HOST to new BROKER_URLSebastian Spaeth2013-08-191-1/+1
| | | | | | | People will need to switch that setting in their mediagoblin.ini too. Make sure we RELEASE NOTE this. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* New notificationsJoar Wandborg2013-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added request.notifications - Email configuration fixes - Set config_spec default SMTP port to `0` and switch to SSL/non-SSL default if `port == 0` - Added email_smtp_use_ssl configuration setting - Added migrations for notification tables - Added __repr__ to MediaComment(Mixin) - Added MediaComment.get_entry => MediaEntry - Added CommentSubscription, CommentNotification, Notification, ProcessingNotification tables - Added notifications.task to celery init - Fixed a bug in the video transcoder where pygst would hijack the --help argument. - Added notifications - views - silence - subscribe - routes - utility methods - celery task - Added half-hearted .active comment CSS style - Added quick JS to show header_dropdown - Added fragment template to show notifications in header_dropdown - Added fragment template to show subscribe/unsubscribe buttons on media/comment pages - Updated celery setup tests with notifications.task - Tried to fix test_misc tests that I broke - Added notification tests - Added and extended tests.tools fixtures - Integrated new notifications into media_home, media_post_comment views - Bumped SQLAlchemy dependency to >= 0.8.0 since we need polymorphic for the notifications to work
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-5/+0
| | | | | | Revert "Always activate testing in every test module ever." This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e.
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+5
| | | | Kind of a dorky way to implement this, but...
* And fix the in-celeryd import.Elrond2012-03-211-1/+1
| | | | So that celeryd also loads the task.
* Adjust unit tests to match new celery/kombu sqlalchemy setupChristopher Allan Webber2012-02-261-34/+9
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Fixes after merging video into master - part 2Joar Wandborg2011-11-211-2/+2
| | | | | | - Added handling of InvalidFileType to submit.views - Updated test_celery_setup and test_submission tests to reflect the changes to the media procesing infrastructure
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Move config.py to init/Elrond2011-07-021-1/+1
| | | | | | | Some simple changes needed to do that. The interesting question left: Should config_spec.ini also be moved?
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-1/+1
| | | | | | As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
* Actually we need pkg_resources again in test_celery_setup :)Christopher Allan Webber2011-06-191-0/+2
| | | | | This got removed in master at the same time that it got used in the configobj branch...
* Merge branch 'configobj'Christopher Allan Webber2011-06-191-17/+17
|\
| * Preparing celery unit tests for new setup.Christopher Allan Webber2011-06-181-17/+17
| | | | | | | | | | Instead of the previous passing in of dictionaries, we're actually checking some example config files.
* | Removing unused pkg_resources import from test_celery_setupChristopher Allan Webber2011-06-181-2/+0
|/
* Force imports of stuff like mediagoblin.process_media which has tasks we needChristopher Allan Webber2011-05-031-2/+2
|
* Second round of tests for setup_celery_from_config(), with some database ↵Christopher Allan Webber2011-05-011-1/+33
| | | | information
* tests for setup_celery_from_config()Christopher Allan Webber2011-04-301-0/+53