lp://staging/~elachuni/ubuntu-webcatalog/celery
Created by
Anthony Lenton
and last modified
- Get this branch:
- bzr branch lp://staging/~elachuni/ubuntu-webcatalog/celery
Only
Anthony Lenton
can upload to this branch. If you are
Anthony Lenton
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Danny Tamez (community): Approve
-
Diff: 1262 lines (+551/-136)35 files modifieddjango_project/config/main.cfg (+10/-1)
django_project/settings.py (+4/-1)
setup.py (+2/-0)
src/webcatalog/admin.py (+2/-4)
src/webcatalog/decorators.py (+32/-0)
src/webcatalog/department_filters.py (+1/-4)
src/webcatalog/forms.py (+1/-4)
src/webcatalog/management/commands/cleanup.py (+24/-16)
src/webcatalog/management/commands/import_all_app_install_data.py (+3/-5)
src/webcatalog/management/commands/import_all_ratings_stats.py (+3/-5)
src/webcatalog/management/commands/import_app_install_data.py (+1/-4)
src/webcatalog/management/commands/import_sca_apps.py (+1/-4)
src/webcatalog/managers.py (+1/-5)
src/webcatalog/models/applications.py (+25/-5)
src/webcatalog/preflight.py (+1/-4)
src/webcatalog/schema.py (+11/-0)
src/webcatalog/static/css/webcatalog.css (+1/-1)
src/webcatalog/tasks.py (+54/-0)
src/webcatalog/templates/forbidden.html (+23/-0)
src/webcatalog/templates/webcatalog/task_list.html (+84/-0)
src/webcatalog/templatetags/webcatalog.py (+1/-4)
src/webcatalog/tests/__init__.py (+1/-0)
src/webcatalog/tests/factory.py (+27/-6)
src/webcatalog/tests/helpers.py (+1/-4)
src/webcatalog/tests/test_commands.py (+4/-6)
src/webcatalog/tests/test_department_filters.py (+1/-5)
src/webcatalog/tests/test_forms.py (+1/-4)
src/webcatalog/tests/test_managers.py (+1/-4)
src/webcatalog/tests/test_models.py (+1/-4)
src/webcatalog/tests/test_preflight.py (+3/-16)
src/webcatalog/tests/test_tasks.py (+42/-0)
src/webcatalog/tests/test_templatetags.py (+1/-5)
src/webcatalog/tests/test_views.py (+116/-4)
src/webcatalog/urls.py (+6/-4)
src/webcatalog/views.py (+61/-7)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu-webcatalog