aa-sov-timer 3.3.0__tar.gz → 3.3.2__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_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/PKG-INFO +5 -5
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/README.md +4 -4
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/__init__.py +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/handler/esi_handler.py +2 -2
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/de/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/django.pot +2 -2
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/es/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/ja/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/ru/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/sk/LC_MESSAGES/django.po +1 -1
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/uk/LC_MESSAGES/django.po +1 -1
- aa_sov_timer-3.3.2/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +12 -11
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_handler_esi.py +33 -1
- aa_sov_timer-3.3.0/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/.gitignore +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/LICENSE +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/pyproject.toml +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/app_settings.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/apps.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/auth_hooks.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/constants.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/.gitkeep +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/management/commands/__init__.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0001_initial.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0006_rename_models.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0007_cleanup_models.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/__init__.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/models.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/providers.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/css/aa-sov-timer.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/font/materialicons/v143/MaterialIcons-Regular.woff2 +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/font/materialicons/v143/README.md +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/js/aa-sov-timer.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.css.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.js.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.min.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.min.js.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tasks.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/base.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/datatables-2-css.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/datatables-2-js.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/dashboard.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/partials/common/spinner.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/__init__.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/fixtures/allianceauth.json +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/fixtures/load_allianceauth.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/fixtures/load_sovtimer.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/fixtures/sovtimer.json +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/fixtures/utils.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_app_settings.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_auth_hooks.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_integration.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_model_campaign.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_model_sovereignty_structures.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_providers.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_tasks.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_user_agent.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_views.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/utils.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/urls.py +0 -0
- {aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aa-sov-timer
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
4
4
|
Summary: Sov Campaign Timer for Alliance Auth
|
|
5
5
|
Project-URL: Changelog, https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
|
|
6
6
|
Project-URL: Codecov, https://codecov.io/gh/ppfeufer/aa-sov-timer
|
|
@@ -788,7 +788,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
|
|
|
788
788
|
Then install the latest version:
|
|
789
789
|
|
|
790
790
|
```shell
|
|
791
|
-
pip install aa-sov-timer==3.3.
|
|
791
|
+
pip install aa-sov-timer==3.3.2
|
|
792
792
|
```
|
|
793
793
|
|
|
794
794
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
|
|
@@ -842,7 +842,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
|
|
|
842
842
|
Add the app to your `conf/requirements.txt`:
|
|
843
843
|
|
|
844
844
|
```text
|
|
845
|
-
aa-sov-timer==3.3.
|
|
845
|
+
aa-sov-timer==3.3.2
|
|
846
846
|
```
|
|
847
847
|
|
|
848
848
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
|
|
@@ -915,7 +915,7 @@ Then run the following commands from your AA project directory (the one that
|
|
|
915
915
|
contains `manage.py`).
|
|
916
916
|
|
|
917
917
|
```shell
|
|
918
|
-
pip install aa-sov-timer==3.3.
|
|
918
|
+
pip install aa-sov-timer==3.3.2
|
|
919
919
|
|
|
920
920
|
python manage.py collectstatic
|
|
921
921
|
python manage.py migrate
|
|
@@ -928,7 +928,7 @@ Finally, restart your AA supervisor service.
|
|
|
928
928
|
To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
|
|
929
929
|
|
|
930
930
|
```text
|
|
931
|
-
aa-sov-timer==3.3.
|
|
931
|
+
aa-sov-timer==3.3.2
|
|
932
932
|
```
|
|
933
933
|
|
|
934
934
|
Now rebuild your containers and restart them:
|
|
@@ -75,7 +75,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
|
|
|
75
75
|
Then install the latest version:
|
|
76
76
|
|
|
77
77
|
```shell
|
|
78
|
-
pip install aa-sov-timer==3.3.
|
|
78
|
+
pip install aa-sov-timer==3.3.2
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
|
|
@@ -129,7 +129,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
|
|
|
129
129
|
Add the app to your `conf/requirements.txt`:
|
|
130
130
|
|
|
131
131
|
```text
|
|
132
|
-
aa-sov-timer==3.3.
|
|
132
|
+
aa-sov-timer==3.3.2
|
|
133
133
|
```
|
|
134
134
|
|
|
135
135
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
|
|
@@ -202,7 +202,7 @@ Then run the following commands from your AA project directory (the one that
|
|
|
202
202
|
contains `manage.py`).
|
|
203
203
|
|
|
204
204
|
```shell
|
|
205
|
-
pip install aa-sov-timer==3.3.
|
|
205
|
+
pip install aa-sov-timer==3.3.2
|
|
206
206
|
|
|
207
207
|
python manage.py collectstatic
|
|
208
208
|
python manage.py migrate
|
|
@@ -215,7 +215,7 @@ Finally, restart your AA supervisor service.
|
|
|
215
215
|
To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
|
|
216
216
|
|
|
217
217
|
```text
|
|
218
|
-
aa-sov-timer==3.3.
|
|
218
|
+
aa-sov-timer==3.3.2
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
Now rebuild your containers and restart them:
|
|
@@ -6,7 +6,7 @@ ESI Handler for AA Sovereignty Timer
|
|
|
6
6
|
from typing import Any
|
|
7
7
|
|
|
8
8
|
# Third Party
|
|
9
|
-
from aiopenapi3 import ContentTypeError
|
|
9
|
+
from aiopenapi3 import ContentTypeError, HTTPError, RequestError
|
|
10
10
|
from httpx import Response
|
|
11
11
|
|
|
12
12
|
# Alliance Auth
|
|
@@ -75,7 +75,7 @@ def result( # pylint: disable=too-many-arguments too-many-positional-arguments
|
|
|
75
75
|
)
|
|
76
76
|
|
|
77
77
|
esi_result = None
|
|
78
|
-
except HTTPClientError as exc:
|
|
78
|
+
except (HTTPClientError, HTTPError, RequestError) as exc:
|
|
79
79
|
logger.error(msg=f"Error while fetching data from ESI: {str(exc)}")
|
|
80
80
|
|
|
81
81
|
esi_result = None
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
9
|
-
"POT-Creation-Date:
|
|
9
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-07-10 14:26+0000\n"
|
|
11
11
|
"Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
|
|
12
12
|
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/cs/>\n"
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
9
|
-
"POT-Creation-Date:
|
|
9
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2025-11-10 21:06+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/de/>\n"
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: AA Sov Timer 3.3.
|
|
9
|
+
"Project-Id-Version: AA Sov Timer 3.3.2\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
11
|
-
"POT-Creation-Date:
|
|
11
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
10
|
-
"POT-Creation-Date:
|
|
10
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2025-07-29 20:18+0000\n"
|
|
12
12
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
13
13
|
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/es/>\n"
|
|
@@ -13,7 +13,7 @@ msgid ""
|
|
|
13
13
|
msgstr ""
|
|
14
14
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
16
|
-
"POT-Creation-Date:
|
|
16
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
17
17
|
"PO-Revision-Date: 2025-09-22 09:43+0000\n"
|
|
18
18
|
"Last-Translator: Hugo REGIBO <hugo@hugoregibo.be>\n"
|
|
19
19
|
"Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/fr/>\n"
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
9
|
-
"POT-Creation-Date:
|
|
9
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-12-22 21:15+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/it/>\n"
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
11
|
-
"POT-Creation-Date:
|
|
11
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
12
12
|
"PO-Revision-Date: 2025-11-25 06:29+0000\n"
|
|
13
13
|
"Last-Translator: Dexsar <dexsar.paf@gmail.com>\n"
|
|
14
14
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ja/>\n"
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
13
|
-
"POT-Creation-Date:
|
|
13
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
14
14
|
"PO-Revision-Date: 2025-04-28 07:24+0000\n"
|
|
15
15
|
"Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
|
|
16
16
|
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ko/>\n"
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
10
|
-
"POT-Creation-Date:
|
|
10
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2024-05-10 14:12+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/nl/>\n"
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
9
|
-
"POT-Creation-Date:
|
|
9
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
10
10
|
"PO-Revision-Date: 2024-05-10 14:12+0000\n"
|
|
11
11
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
12
12
|
"Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/pl/>\n"
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
11
|
-
"POT-Creation-Date:
|
|
11
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
12
12
|
"PO-Revision-Date: 2024-12-15 10:37+0000\n"
|
|
13
13
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
14
14
|
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ru/>\n"
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
10
|
-
"POT-Creation-Date:
|
|
10
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
11
11
|
"PO-Revision-Date: 2024-05-10 14:12+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/sk/>\n"
|
|
@@ -9,7 +9,7 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
12
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
13
13
|
"PO-Revision-Date: 2025-11-15 22:39+0000\n"
|
|
14
14
|
"Last-Translator: s0k0l -_- <salarysalo@gmail.com>\n"
|
|
15
15
|
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/uk/>\n"
|
|
Binary file
|
|
@@ -7,20 +7,21 @@
|
|
|
7
7
|
# MxdHana <236833425@qq.com>, 2024.
|
|
8
8
|
# SAM_FPS <sam_fps@163.com>, 2024.
|
|
9
9
|
# AKA Patrick <hsc844766246@gmail.com>, 2025.
|
|
10
|
+
# LichenKass <yuanchengwei_sz@163.com>, 2025.
|
|
10
11
|
msgid ""
|
|
11
12
|
msgstr ""
|
|
12
13
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
13
14
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
14
|
-
"POT-Creation-Date:
|
|
15
|
-
"PO-Revision-Date: 2025-
|
|
16
|
-
"Last-Translator:
|
|
15
|
+
"POT-Creation-Date: 2026-01-05 22:47+0100\n"
|
|
16
|
+
"PO-Revision-Date: 2025-12-21 13:32+0000\n"
|
|
17
|
+
"Last-Translator: LichenKass <yuanchengwei_sz@163.com>\n"
|
|
17
18
|
"Language-Team: Chinese (Simplified Han script) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/zh_Hans/>\n"
|
|
18
19
|
"Language: zh_Hans\n"
|
|
19
20
|
"MIME-Version: 1.0\n"
|
|
20
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
21
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
22
23
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
23
|
-
"X-Generator: Weblate 5.
|
|
24
|
+
"X-Generator: Weblate 5.15.1\n"
|
|
24
25
|
|
|
25
26
|
#: sovtimer/__init__.py:10 sovtimer/models.py:33
|
|
26
27
|
#: sovtimer/templates/sovtimer/base.html:7
|
|
@@ -50,11 +51,11 @@ msgstr "TCU防御"
|
|
|
50
51
|
|
|
51
52
|
#: sovtimer/models.py:143
|
|
52
53
|
msgid "Sovereignty campaign"
|
|
53
|
-
msgstr ""
|
|
54
|
+
msgstr "主权战"
|
|
54
55
|
|
|
55
56
|
#: sovtimer/models.py:144
|
|
56
57
|
msgid "Sovereignty campaigns"
|
|
57
|
-
msgstr ""
|
|
58
|
+
msgstr "主权战"
|
|
58
59
|
|
|
59
60
|
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:147
|
|
60
61
|
msgid "Yes"
|
|
@@ -70,23 +71,23 @@ msgstr "加载中…"
|
|
|
70
71
|
|
|
71
72
|
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:6
|
|
72
73
|
msgid "Sovereignty campaign list"
|
|
73
|
-
msgstr ""
|
|
74
|
+
msgstr "主权争夺列表"
|
|
74
75
|
|
|
75
76
|
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:16
|
|
76
77
|
msgid "Total"
|
|
77
|
-
msgstr ""
|
|
78
|
+
msgstr "总共"
|
|
78
79
|
|
|
79
80
|
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
|
|
80
81
|
msgid "Upcoming"
|
|
81
|
-
msgstr ""
|
|
82
|
+
msgstr "时间接近"
|
|
82
83
|
|
|
83
84
|
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
|
|
84
85
|
msgid "< 4hrs"
|
|
85
|
-
msgstr ""
|
|
86
|
+
msgstr "< 4h(小时)"
|
|
86
87
|
|
|
87
88
|
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:45
|
|
88
89
|
msgid "Active"
|
|
89
|
-
msgstr ""
|
|
90
|
+
msgstr "运行中"
|
|
90
91
|
|
|
91
92
|
#: sovtimer/templates/sovtimer/partials/dashboard/table.html:57
|
|
92
93
|
msgid "The campaign list is automatically updated every 30 seconds. Progress for any active campaigns will be shown as <i>Previous - Trend - Current</i>."
|
|
@@ -7,7 +7,7 @@ from http import HTTPStatus
|
|
|
7
7
|
from unittest.mock import MagicMock
|
|
8
8
|
|
|
9
9
|
# Third Party
|
|
10
|
-
from aiopenapi3 import ContentTypeError
|
|
10
|
+
from aiopenapi3 import ContentTypeError, HTTPError, RequestError
|
|
11
11
|
|
|
12
12
|
# Alliance Auth
|
|
13
13
|
from esi.exceptions import HTTPClientError, HTTPNotModified
|
|
@@ -108,3 +108,35 @@ class TestHandlerEsi(BaseTestCase):
|
|
|
108
108
|
res = result(op)
|
|
109
109
|
|
|
110
110
|
self.assertIsNone(res)
|
|
111
|
+
|
|
112
|
+
def test_returns_none_when_http_error_occurs(self):
|
|
113
|
+
"""
|
|
114
|
+
Test that the result function returns None when an HTTPError exception is raised.
|
|
115
|
+
|
|
116
|
+
:return:
|
|
117
|
+
:rtype:
|
|
118
|
+
"""
|
|
119
|
+
|
|
120
|
+
op = MagicMock()
|
|
121
|
+
op.operation.operationId = "test_operation"
|
|
122
|
+
op.result.side_effect = HTTPError()
|
|
123
|
+
|
|
124
|
+
res = result(op)
|
|
125
|
+
|
|
126
|
+
self.assertIsNone(res)
|
|
127
|
+
|
|
128
|
+
def test_returns_none_when_request_error_occurs(self):
|
|
129
|
+
"""
|
|
130
|
+
Test that the result function returns None when an RequestError exception is raised.
|
|
131
|
+
|
|
132
|
+
:return:
|
|
133
|
+
:rtype:
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
op = MagicMock()
|
|
137
|
+
op.operation.operationId = "test_operation"
|
|
138
|
+
op.result.side_effect = RequestError(op.operation, MagicMock(), b"", {})
|
|
139
|
+
|
|
140
|
+
res = result(op)
|
|
141
|
+
|
|
142
|
+
self.assertIsNone(res)
|
|
Binary file
|
|
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_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/management/commands/sovtimer_load_initial_data.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
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0008_fix_campaign_attackers_score.py
RENAMED
|
File without changes
|
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/migrations/0010_alter_campaign_event_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map
RENAMED
|
File without changes
|
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/font/materialicons/v143/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map
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_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html
RENAMED
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html
RENAMED
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/datatables-2-css.html
RENAMED
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/bundles/datatables-2-js.html
RENAMED
|
File without changes
|
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/partials/common/spinner.html
RENAMED
|
File without changes
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/templates/sovtimer/partials/dashboard/table.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
|
{aa_sov_timer-3.3.0 → aa_sov_timer-3.3.2}/sovtimer/tests/test_model_sovereignty_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
|