add taskresults app to handle celery task results
This commit is contained in:
parent
9b4bef0050
commit
a336af46c2
11 changed files with 149 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :feature:`-` add new app :py:mod:`taskresults` that takes care of handling
|
||||
asynchronous `Celery`_ results
|
||||
* :feature:`-` add new task :py:func:`osusers.tasks.delete_ldap_group` (needs
|
||||
gvaldap >= 0.2.0 on the LDAP side)
|
||||
* :feature:`-` add a `customer` field to :py:class:`osusers.models.User`
|
||||
|
@ -30,10 +32,11 @@ Changelog
|
|||
* :feature:`-` full test suite for osusers
|
||||
* :feature:`-` full test suite for managemails app
|
||||
* :feature:`-` full test suite for domains app
|
||||
* :feature:`-` `Celery <http://www.celeryproject.com/>`_ integration for ldap
|
||||
synchronization
|
||||
* :feature:`-` `Celery`_ integration for ldap synchronization
|
||||
|
||||
* :release:`0.1 <2014-05-25>`
|
||||
* :feature:`-` initial model code for os users
|
||||
* :feature:`-` initial model code for mail address and mailbox management
|
||||
* :feature:`-` initial model code for domains
|
||||
|
||||
.. _Celery: http://www.celeryproject.org/
|
||||
|
|
|
@ -149,3 +149,29 @@ provides some functionality that is common to all gnuviechadmin subprojects.
|
|||
.. autotask:: osusers.tasks.remove_ldap_user_from_group
|
||||
.. autotask:: osusers.tasks.setup_file_mail_userdir
|
||||
.. autotask:: osusers.tasks.setup_file_sftp_userdir
|
||||
|
||||
|
||||
:py:mod:`taskresults` app
|
||||
=========================
|
||||
|
||||
.. automodule:: taskresults
|
||||
|
||||
:py:mod:`admin <taskresults.admin>`
|
||||
-----------------------------------
|
||||
|
||||
.. automodule:: taskresults.admin
|
||||
|
||||
:py:mod:`management.commands <taskresults.management.commands>`
|
||||
---------------------------------------------------------------
|
||||
|
||||
.. automodule:: taskresults.management.commands
|
||||
|
||||
:py:mod:`fetch_taskresults <taskresult.management.commands.fetch_taskresults>`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. automodule:: taskresults.management.commands.fetch_taskresults
|
||||
|
||||
:py:mod:`models <taskresults.models>`
|
||||
-------------------------------------
|
||||
|
||||
.. automodule:: taskresults.models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue