aa-structures 3.3.0__tar.gz → 3.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aa_structures-3.3.0 → aa_structures-3.3.1}/PKG-INFO +1 -1
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/__init__.py +1 -1
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tasks.py +1 -1
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/test_tasks.py +13 -10
- {aa_structures-3.3.0 → aa_structures-3.3.1}/LICENSE +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/README.md +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/pyproject.toml +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/admin.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/app_settings.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/apps.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/auth_hooks.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/checks.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/constants.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/billing_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/corporate_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/helpers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/main.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/moonmining_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/orbital_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/skyhook_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/sov_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/structures_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/tower_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/war_embeds.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_timers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_types.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/serializers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/sovereignty.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/starbases.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/forms.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/helpers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/de/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/django.pot +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/en/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/en/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/es/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/fr_FR/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/it_IT/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/ja/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/ru/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/uk/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/management/commands/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/management/commands/structures_load_eve.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/management/commands/structures_preload_eveuniverse.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/management/commands/structures_update_poco_planets.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/managers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0001_initial_new.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0002_remove_eveuniverse_relation_names.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0003_add_localization_and_unique_key.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0004_improve_localization.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0005_add_notification_types.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0006_add_ownercharacter_disabled.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0007_add_notificationtypes_skyhook_metenox.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0008_add_notificationtypes_skyhook_metenox.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0009_add_project_goal_notifications.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/models/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/models/eveuniverse.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/models/notifications.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/models/owners.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/models/structures_1.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/models/structures_2.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/providers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/css/global.css +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/css/main.css +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/css/public.css +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/css/statistics.css +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/css/structures.css +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/bars-rotate-fade-black-36.svg +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/bars-rotate-fade-white-36.svg +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/eve_symbol_128.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/0h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/0l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/0m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/0r.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/0s.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/1h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/1l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/1m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/1r.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/1s.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/2h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/2l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/2m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/2r.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/2s.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/3h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/3l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/3m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/3r.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/3s.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/4h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/4l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/4m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/4s.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/5h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/5l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/5m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/5s.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/6h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/6l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/6m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/7h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/7l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/7m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/8h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/8l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/8m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/blank.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/circle.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/dustwheel.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/h.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/l.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/m.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/noship.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/r.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/tyrannis.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/tyrannis_blue.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/tyrannis_darkred.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/tyrannis_default.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/tyrannis_revelations.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/structures_logo.png +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/js/global.js +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/js/public.js +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/js/statistics.js +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/js/structures.js +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/vendor/datatables/plugins/dataTables.rowGroup.min.js +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/vendor/datatables/plugins/datetime.js +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/vendor/datatables/plugins/filterDropDown.min.js +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/vendor/datatables/plugins/rowGroup.bootstrap.min.css +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/vendor/datatables/plugins/rowGroup.dataTables.min.css +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/base.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/fitting_assets.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/fitting_gfx.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/poco_details.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/starbase_detail.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/structure_details.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/tab_general_detail.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/tab_services_detail.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/menu.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/public/poco_list.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/statistics/structure_summary.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/structures/active_tags.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/structures/jump_gate_list.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/structures/orbital_list.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/structures/starbase_list.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/structures/structure_list.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/public.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/statistics.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/structures.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/templatetags/detail_title.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/templatetags/list_asset.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/templatetags/list_item.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/templatetags/list_tax_item.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/templatetags/list_title.html +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templatetags/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templatetags/structures.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/notification_embeds/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/notification_embeds/test_helpers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/notification_embeds/test_main.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_notification_structuretimers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_notification_types.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_notifications_timers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_serializers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_sovereignty.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_starbases.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/integration/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/integration/test_tasks.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/integration/test_views.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_eveuniverse.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_notifications_1.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_notifications_2.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_notifications_3.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_notifications_discord.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_owners_1.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_owners_2.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_owners_3.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_owners_4.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_owners_5.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_owners_6.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_structures.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/test_admin.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/test_helpers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/test_managers_1.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/test_managers_2.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/constants.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/create_eveuniverse.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/entities.json +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/esi_data.json +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/eveuniverse.json +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/factories.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/generate_notifications.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/generate_notifications_2.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/generate_structures.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/helpers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/load_eveuniverse.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/tasks_loadtest.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/test_generate_structures.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/views/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/views/test_public.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/views/test_service_status.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/views/test_statistics.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/views/test_structures.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/views/utils.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/urls.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/views/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/views/common.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/views/public.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/views/statistics.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/views/status.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/views/structures.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/webhooks/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/webhooks/core.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/webhooks/managers.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/webhooks/models.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/webhooks/tests/__init__.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/webhooks/tests/test_core.py +0 -0
- {aa_structures-3.3.0 → aa_structures-3.3.1}/structures/webhooks/tests/test_utils.py +0 -0
|
@@ -238,7 +238,7 @@ def send_queued_messages_for_webhooks(webhooks: Iterable[Webhook]):
|
|
|
238
238
|
)
|
|
239
239
|
|
|
240
240
|
|
|
241
|
-
@shared_task(base=QueueOnce,
|
|
241
|
+
@shared_task(base=QueueOnce, time_limit=STRUCTURES_TASKS_TIME_LIMIT)
|
|
242
242
|
def send_messages_for_webhook(webhook_pk: int) -> None:
|
|
243
243
|
"""Send all currently queued messages for given webhook to Discord."""
|
|
244
244
|
Webhook.objects.send_queued_messages_for_webhook(webhook_pk)
|
|
@@ -27,26 +27,28 @@ MODULE_PATH = "structures.tasks"
|
|
|
27
27
|
MODULE_PATH_MODELS_OWNERS = "structures.models.owners"
|
|
28
28
|
|
|
29
29
|
|
|
30
|
+
@override_settings(CELERY_ALWAYS_EAGER=True, CELERY_EAGER_PROPAGATES_EXCEPTIONS=True)
|
|
30
31
|
@patch(MODULE_PATH + ".Webhook.send_queued_messages", spec=True)
|
|
31
32
|
class TestSendMessagesForWebhook(TestCase):
|
|
32
33
|
@classmethod
|
|
33
|
-
def setUpClass(cls):
|
|
34
|
+
def setUpClass(cls):
|
|
34
35
|
super().setUpClass()
|
|
35
36
|
cls.webhook = WebhookFactory()
|
|
37
|
+
reset_celery_once_locks("structures")
|
|
36
38
|
|
|
37
39
|
def test_normal(self, mock_send_queued_messages):
|
|
38
|
-
tasks.send_messages_for_webhook(self.webhook.pk)
|
|
40
|
+
tasks.send_messages_for_webhook.delay(self.webhook.pk)
|
|
39
41
|
self.assertEqual(mock_send_queued_messages.call_count, 1)
|
|
40
42
|
|
|
41
43
|
def test_invalid_pk(self, mock_send_queued_messages):
|
|
42
|
-
tasks.send_messages_for_webhook(generate_invalid_pk(Webhook))
|
|
44
|
+
tasks.send_messages_for_webhook.delay(generate_invalid_pk(Webhook))
|
|
43
45
|
self.assertEqual(mock_send_queued_messages.call_count, 0)
|
|
44
46
|
|
|
45
47
|
def test_disabled_webhook(self, mock_send_queued_messages):
|
|
46
48
|
self.webhook.is_active = False
|
|
47
49
|
self.webhook.save()
|
|
48
50
|
|
|
49
|
-
tasks.send_messages_for_webhook(self.webhook.pk)
|
|
51
|
+
tasks.send_messages_for_webhook.delay(self.webhook.pk)
|
|
50
52
|
self.assertEqual(mock_send_queued_messages.call_count, 0)
|
|
51
53
|
|
|
52
54
|
|
|
@@ -320,14 +322,15 @@ class TestUpdateNotificationsStructureRelations(NoSocketsTestCase):
|
|
|
320
322
|
self.assertEqual(result, 0)
|
|
321
323
|
|
|
322
324
|
|
|
323
|
-
|
|
325
|
+
@override_settings(CELERY_ALWAYS_EAGER=True, CELERY_EAGER_PROPAGATES_EXCEPTIONS=True)
|
|
326
|
+
class TestOtherTasks(TestCase):
|
|
324
327
|
@patch(
|
|
325
328
|
MODULE_PATH + ".EveSovereigntyMap.objects.update_or_create_all_from_esi",
|
|
326
329
|
spec=True,
|
|
327
330
|
)
|
|
328
331
|
def test_should_call_update_sov_map_from_esi(self, mock_update_from_esi):
|
|
329
332
|
# when
|
|
330
|
-
tasks.update_sov_map()
|
|
333
|
+
tasks.update_sov_map.delay()
|
|
331
334
|
# then
|
|
332
335
|
self.assertTrue(mock_update_from_esi.called)
|
|
333
336
|
|
|
@@ -336,7 +339,7 @@ class TestOtherTasks(NoSocketsTestCase):
|
|
|
336
339
|
# given
|
|
337
340
|
owner = OwnerFactory()
|
|
338
341
|
# when
|
|
339
|
-
tasks.fetch_notification_for_owner(owner.pk)
|
|
342
|
+
tasks.fetch_notification_for_owner.delay(owner.pk)
|
|
340
343
|
# then
|
|
341
344
|
self.assertTrue(mock_fetch_notifications_esi.called)
|
|
342
345
|
|
|
@@ -348,7 +351,7 @@ class TestOtherTasks(NoSocketsTestCase):
|
|
|
348
351
|
# given
|
|
349
352
|
owner = OwnerFactory()
|
|
350
353
|
# when
|
|
351
|
-
tasks.send_new_notifications_for_owner(owner.pk)
|
|
354
|
+
tasks.send_new_notifications_for_owner.delay(owner.pk)
|
|
352
355
|
# then
|
|
353
356
|
self.assertTrue(mock_send_new_notifications.called)
|
|
354
357
|
self.assertTrue(mock_send_queued_messages_for_webhooks.called)
|
|
@@ -361,7 +364,7 @@ class TestOtherTasks(NoSocketsTestCase):
|
|
|
361
364
|
# given
|
|
362
365
|
config = FuelAlertConfigFactory()
|
|
363
366
|
# when
|
|
364
|
-
tasks.send_structure_fuel_notifications_for_config(config.pk)
|
|
367
|
+
tasks.send_structure_fuel_notifications_for_config.delay(config.pk)
|
|
365
368
|
# then
|
|
366
369
|
self.assertTrue(mock_send_new_notifications.called)
|
|
367
370
|
self.assertTrue(mock_send_queued_messages_for_webhooks.called)
|
|
@@ -374,7 +377,7 @@ class TestOtherTasks(NoSocketsTestCase):
|
|
|
374
377
|
# given
|
|
375
378
|
config = JumpFuelAlertConfigFactory()
|
|
376
379
|
# when
|
|
377
|
-
tasks.send_jump_fuel_notifications_for_config(config.pk)
|
|
380
|
+
tasks.send_jump_fuel_notifications_for_config.delay(config.pk)
|
|
378
381
|
# then
|
|
379
382
|
self.assertTrue(mock_send_new_notifications.called)
|
|
380
383
|
self.assertTrue(mock_send_queued_messages_for_webhooks.called)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/billing_embeds.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/corporate_embeds.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/moonmining_embeds.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/orbital_embeds.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/skyhook_embeds.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/sov_embeds.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/structures_embeds.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/tower_embeds.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/core/notification_embeds/war_embeds.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/management/commands/structures_load_eve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0004_improve_localization.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/migrations/0005_add_notification_types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/eve_symbol_128.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/blank.png
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/circle.png
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/dustwheel.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/noship.png
RENAMED
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/tyrannis.png
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/panel/tyrannis_blue.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/static/structures/img/structures_logo.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/fitting_gfx.html
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/modals/poco_details.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/templates/structures/partials/menu.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/notification_embeds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/notification_embeds/test_main.py
RENAMED
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_notification_types.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/core/test_notifications_timers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/models/test_notifications_discord.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/generate_notifications.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/generate_notifications_2.py
RENAMED
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/generate_structures.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_structures-3.3.0 → aa_structures-3.3.1}/structures/tests/testdata/test_generate_structures.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|