1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 18 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed more references to the conf.__init__ More... about 12 years ago
Removed imports from molly.conf.__init__ replaced with fully qualified imports. More... about 12 years ago
Removed the skip_cron option from args. More... about 12 years ago
ProviderConf has replaced Provider usage in configuration. More... about 12 years ago
Removed the batch_processing app. More... about 12 years ago
Merge remote-tracking branch 'origin/experimental' into batch-to-celery More... about 12 years ago
MOLLY-291 / removed deprecated stats app More... about 12 years ago
Now using .delay instead of apply_async on Celery tasks. More... about 12 years ago
Merge branch 'master' into experimental More... about 12 years ago
MOLLY-289 / tel: links should not being async_loaded! More... about 12 years ago
Updated ical and talks_cam to work async with Celery. More... about 12 years ago
Stopped passing kwargs through to celery tasks. More... about 12 years ago
Tasks now have the correct behaviour if called directly or called via async. Fixed a bug with setting class attributes on Provider. More... about 12 years ago
MOLLY-290 / corrected error handling middleware More... about 12 years ago
MOLLY-290 / removed Molly logging More... about 12 years ago
clean imports More... about 12 years ago
clean imports More... about 12 years ago
Created an action on Celery tasks to 'run now'. Can be invoked from Django admin. More... about 12 years ago
import_feed is also now a task, this way rss feeds and similar requests can be made async. More... about 12 years ago
MOLLY-284 / feed url verbose name in admin interface (removed RSS as it should be generic) More... about 12 years ago
acislive provider - source.save in order to update the "last_updated" date More... about 12 years ago
Changed all the providers over to celery tasks from batch_processing. More... about 12 years ago
Fixed task import, removed some debug prints. More... about 12 years ago
Fixed the dynamic class construction for Tasks. Moved task decorator into providers. More... about 12 years ago
Added a basic celeryconfig to the site template. Also added code for initialising the providers. More... about 12 years ago
Providers now subclass molly.provider.Provider, started replacing batch decorators with the new celery task decorator. More... about 12 years ago
Renamed Provider to ProviderConf, added a task decorator to replace batch. More... about 12 years ago
Provider class which registers Tasks in celery when constructed. More... about 12 years ago
Removed output from all provider batch func as we are now using logging More... about 12 years ago
Task kwargs now handled correctly. StringIO removed. More... about 12 years ago