aa-moonmining 3.0.2__tar.gz → 3.0.3__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_moonmining-3.0.3/.coveragerc +15 -0
- aa_moonmining-3.0.3/.github/workflows/ci-cd.yaml +105 -0
- aa_moonmining-3.0.3/.gitignore +16 -0
- aa_moonmining-3.0.3/.pre-commit-config.yaml +20 -0
- aa_moonmining-3.0.3/.tx/config +9 -0
- aa_moonmining-3.0.3/CHANGELOG.md +454 -0
- aa_moonmining-3.0.3/Makefile +54 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/PKG-INFO +17 -20
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/README.md +15 -15
- aa_moonmining-3.0.3/aa-moonmining_models.png +0 -0
- aa_moonmining-3.0.3/codecov.yml +20 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/__init__.py +1 -1
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/pyproject.toml +1 -4
- aa_moonmining-3.0.3/runtests.py +20 -0
- aa_moonmining-3.0.3/testauth/__init__.py +1 -0
- aa_moonmining-3.0.3/testauth/celery.py +40 -0
- aa_moonmining-3.0.3/testauth/settings.py +318 -0
- aa_moonmining-3.0.3/testauth/settings_aa4/__init__.py +0 -0
- aa_moonmining-3.0.3/testauth/settings_aa4/base.py +340 -0
- aa_moonmining-3.0.3/testauth/settings_aa4/local.py +85 -0
- aa_moonmining-3.0.3/testauth/settings_aa5/__init__.py +0 -0
- aa_moonmining-3.0.3/testauth/settings_aa5/base.py +352 -0
- aa_moonmining-3.0.3/testauth/settings_aa5/local.py +85 -0
- aa_moonmining-3.0.3/testauth/urls.py +13 -0
- aa_moonmining-3.0.3/testauth/wsgi.py +14 -0
- aa_moonmining-3.0.3/tox.ini +43 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/LICENSE +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/admin.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/app_settings.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/apps.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/auth_hooks.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/constants.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/core.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/forms.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/helpers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/de/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/django.pot +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/en/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/es/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/fr_FR/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/it_IT/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/ja/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/ru/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/uk/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/management/commands/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/management/commands/moonmining_calculate_all.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/management/commands/moonmining_import_moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/management/commands/moonmining_load_eve.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/management/commands/moonstuff_export_moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/managers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/0001_initial.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/0002_add_mining_ledger.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/0003_mining_ledger_reports.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/0004_add_permission_moon_ledgers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/0005_make_pricing_more_flexible.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/0006_add_labels.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/0007_add_localization.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/migrations/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/models/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/models/extractions.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/models/general.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/models/moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/models/notifications.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/models/owners.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/openapi_2025-12-16.json +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/providers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/css/extractions.css +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/css/global.css +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/css/moonmining.css +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/css/moons.css +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/css/reports.css +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/img/Spinner-1s-64px-dark.gif +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/img/Spinner-1s-64px-light.gif +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/vendor/datatables/plugins/dataTables.rowGroup.min.js +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/vendor/datatables/plugins/datetime.js +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/vendor/datatables/plugins/filterDropDown.min.js +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/vendor/datatables/plugins/rowGroup.bootstrap.min.css +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/static/moonmining/vendor/datatables/plugins/rowGroup.dataTables.min.css +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tasks.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/_generic_modal_page.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/base.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/extractions.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/modals/base.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/modals/content_base.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/modals/extraction_details.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/modals/extraction_ledger.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/modals/loader_body.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/modals/moon_details.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/modals/upload_survey.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/moons.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_details.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_details_head.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_details_head_base.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_details_products.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_ledger.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_ledger_characters.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_ledger_head.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extraction_ledger_ledger.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/extractions_tab.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/global_js.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/location.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/menu.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/moon_details.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/moon_details_moon.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/moon_details_products.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/moons_tab.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/reports_ore_prices_tab.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/reports_owned_value_tab.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/reports_user_mining_tab.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/reports_user_uploaded_tab.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/upload_survey.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/partials/value_estimate_legend.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/reports.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templates/moonmining/tests.html +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templatetags/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/templatetags/moonmining.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/helpers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/models/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/models/test_extractions.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/models/test_moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/models/test_notifications.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/models/test_owners.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/test_admin.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/test_core.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/test_helpers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/test_import_moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/test_integration.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/test_managers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/test_templatetags.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/esi_examples.json +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/factories.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/generate_many_moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/generate_moons.json +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/generate_moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/moon_ids.csv +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/moon_survey_input_2.txt +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/moon_survey_input_3.txt +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/moons_for_import.csv +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/notification_examples.json +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/testdata/survey_data.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/views/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/views/test_extractions.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/views/test_general.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/views/test_moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tests/views/test_reports.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tools/drop_tables.sql +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/tools/esi_notes.md +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/urls.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/views/__init__.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/views/_helpers.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/views/extractions.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/views/general.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/views/moons.py +0 -0
- {aa_moonmining-3.0.2 → aa_moonmining-3.0.3}/moonmining/views/reports.py +0 -0
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
name: CI/CD Pipeline
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- "**"
|
|
7
|
+
tags:
|
|
8
|
+
- "*"
|
|
9
|
+
pull_request:
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
pre-commit:
|
|
13
|
+
runs-on: ubuntu-latest
|
|
14
|
+
steps:
|
|
15
|
+
- name: Checkout code
|
|
16
|
+
uses: actions/checkout@v6
|
|
17
|
+
|
|
18
|
+
- name: Set up Python
|
|
19
|
+
uses: actions/setup-python@v6
|
|
20
|
+
with:
|
|
21
|
+
python-version: "3.12"
|
|
22
|
+
|
|
23
|
+
- name: Run pre-commit
|
|
24
|
+
uses: pre-commit/action@v3.0.1
|
|
25
|
+
|
|
26
|
+
pylint:
|
|
27
|
+
runs-on: ubuntu-latest
|
|
28
|
+
steps:
|
|
29
|
+
- name: Checkout code
|
|
30
|
+
uses: actions/checkout@v6
|
|
31
|
+
|
|
32
|
+
- name: Set up Python
|
|
33
|
+
uses: actions/setup-python@v6
|
|
34
|
+
with:
|
|
35
|
+
python-version: "3.12"
|
|
36
|
+
|
|
37
|
+
- name: Install redis
|
|
38
|
+
uses: shogo82148/actions-setup-redis@v1
|
|
39
|
+
with:
|
|
40
|
+
redis-version: latest
|
|
41
|
+
|
|
42
|
+
- name: Verify that redis is up
|
|
43
|
+
run: redis-cli ping
|
|
44
|
+
|
|
45
|
+
- name: Run Pylint
|
|
46
|
+
run: |
|
|
47
|
+
pip install tox
|
|
48
|
+
tox -e pylint
|
|
49
|
+
|
|
50
|
+
test:
|
|
51
|
+
runs-on: ubuntu-latest
|
|
52
|
+
needs: [pre-commit, pylint]
|
|
53
|
+
strategy:
|
|
54
|
+
matrix:
|
|
55
|
+
django-version: ["42", "52"]
|
|
56
|
+
python-version: ["10", "11", "12"]
|
|
57
|
+
steps:
|
|
58
|
+
- name: Checkout code
|
|
59
|
+
uses: actions/checkout@v6
|
|
60
|
+
|
|
61
|
+
- name: Set up Python
|
|
62
|
+
uses: actions/setup-python@v6
|
|
63
|
+
with:
|
|
64
|
+
python-version: "3.${{ matrix.python-version }}"
|
|
65
|
+
|
|
66
|
+
- name: Install redis
|
|
67
|
+
uses: shogo82148/actions-setup-redis@v1
|
|
68
|
+
with:
|
|
69
|
+
redis-version: latest
|
|
70
|
+
|
|
71
|
+
- name: Verify that redis is up
|
|
72
|
+
run: redis-cli ping
|
|
73
|
+
|
|
74
|
+
- name: Run Tests
|
|
75
|
+
run: |
|
|
76
|
+
pip install tox
|
|
77
|
+
tox -e py3${{ matrix.python-version }}-django${{ matrix.django-version }}
|
|
78
|
+
|
|
79
|
+
- name: Upload Coverage to Codecov
|
|
80
|
+
uses: codecov/codecov-action@v6
|
|
81
|
+
with:
|
|
82
|
+
token: ${{ secrets.CODECOV_TOKEN }}
|
|
83
|
+
slug: AllianceAuth-Apps/aa-moonmining
|
|
84
|
+
|
|
85
|
+
deploy-pypi:
|
|
86
|
+
needs: [test]
|
|
87
|
+
if: startsWith(github.ref, 'refs/tags/')
|
|
88
|
+
runs-on: ubuntu-latest
|
|
89
|
+
steps:
|
|
90
|
+
- name: Checkout code
|
|
91
|
+
uses: actions/checkout@v6
|
|
92
|
+
|
|
93
|
+
- name: Set up Python
|
|
94
|
+
uses: actions/setup-python@v6
|
|
95
|
+
with:
|
|
96
|
+
python-version: "3.12"
|
|
97
|
+
|
|
98
|
+
- name: Install Flit
|
|
99
|
+
run: pip install flit
|
|
100
|
+
|
|
101
|
+
- name: Build and Publish
|
|
102
|
+
run: flit publish
|
|
103
|
+
env:
|
|
104
|
+
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
|
|
105
|
+
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
exclude: ^moonmining/swagger.json$
|
|
2
|
+
repos:
|
|
3
|
+
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
4
|
+
rev: v6.0.0
|
|
5
|
+
hooks:
|
|
6
|
+
- id: trailing-whitespace
|
|
7
|
+
- id: end-of-file-fixer
|
|
8
|
+
exclude: \.(min\.css|min\.js|po|mo|txt)$
|
|
9
|
+
- repo: https://github.com/psf/black
|
|
10
|
+
rev: 26.3.1
|
|
11
|
+
hooks:
|
|
12
|
+
- id: black
|
|
13
|
+
- repo: https://github.com/pre-commit/mirrors-isort
|
|
14
|
+
rev: "v5.10.1"
|
|
15
|
+
hooks:
|
|
16
|
+
- id: isort
|
|
17
|
+
- repo: https://github.com/pycqa/flake8
|
|
18
|
+
rev: "7.3.0"
|
|
19
|
+
hooks:
|
|
20
|
+
- id: flake8
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[main]
|
|
2
|
+
host = https://www.transifex.com
|
|
3
|
+
|
|
4
|
+
[o:kalkoken-apps:p:aa-moonmining:r:django-po]
|
|
5
|
+
file_filter = moonmining/locale/<lang>/LC_MESSAGES/django.po
|
|
6
|
+
source_file = moonmining/locale/en/LC_MESSAGES/django.po
|
|
7
|
+
source_lang = en_US
|
|
8
|
+
type = PO
|
|
9
|
+
minimum_perc = 0
|
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
6
|
+
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
|
+
|
|
8
|
+
## [Unreleased] - yyyy-mm-dd
|
|
9
|
+
|
|
10
|
+
## [3.0.2] - 2026-06-30
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- EveCorporationInfo.objects.create_corporation() has breaking API change AA 5.1
|
|
15
|
+
|
|
16
|
+
## [3.0.1] - 2026-06-04
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Updated ESI spec to latest with same compatibility date
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- Existing moon surveys not shown
|
|
25
|
+
- Rate limit decorator not working as expected
|
|
26
|
+
- Progress bar value sloppy formatting
|
|
27
|
+
|
|
28
|
+
## [3.0.0] - 2026-05-21
|
|
29
|
+
|
|
30
|
+
This is a major update which adds support for Alliance Auth V5.
|
|
31
|
+
It has several breaking changes.
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- BREAKING CHANGE: Removed support for Python 3.8
|
|
36
|
+
- BREAKING CHANGE: Removed support for Python 3.9
|
|
37
|
+
- Added support for AA 5
|
|
38
|
+
- Migrated ESI client to OpenAPI
|
|
39
|
+
- Improved moon import command
|
|
40
|
+
- Removed logger tag
|
|
41
|
+
- Modernized test suite
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
|
|
45
|
+
- Extractions not detected as canceled when refinery has no other extractions
|
|
46
|
+
- Bootstrap template compatibility issue on moons page
|
|
47
|
+
|
|
48
|
+
## [3.0.0a1] - 2026-05-07
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
|
|
52
|
+
- BREAKING CHANGE: Removed support for Python 3.8
|
|
53
|
+
- BREAKING CHANGE: Removed support for Python 3.9
|
|
54
|
+
- Added support for AA 5
|
|
55
|
+
- Migrated ESI client to OpenAPI
|
|
56
|
+
- Improved moon import command
|
|
57
|
+
- Removed logger tag
|
|
58
|
+
- Modernized test suite
|
|
59
|
+
|
|
60
|
+
### Fixed
|
|
61
|
+
|
|
62
|
+
- Extractions not detected as canceled when refinery has no other extractions
|
|
63
|
+
- Bootstrap template compatibility issue on moons page
|
|
64
|
+
|
|
65
|
+
## [2.3.0] - 2025-11-14
|
|
66
|
+
|
|
67
|
+
### Changed
|
|
68
|
+
|
|
69
|
+
- Added basic support for ESI rate limits
|
|
70
|
+
- All ESI related tasks are now retrying smartly on ESI issues
|
|
71
|
+
|
|
72
|
+
## [2.2.2] - 2025-10-29
|
|
73
|
+
|
|
74
|
+
### Changed
|
|
75
|
+
|
|
76
|
+
- Use existing local version of RowGroup instead of linking to CDN
|
|
77
|
+
|
|
78
|
+
## [2.2.1] - 2025-10-27
|
|
79
|
+
|
|
80
|
+
### Fixed
|
|
81
|
+
|
|
82
|
+
- Issue with the template reports.html (#28)
|
|
83
|
+
|
|
84
|
+
## [2.2.0] - 2025-10-12
|
|
85
|
+
|
|
86
|
+
### Changed
|
|
87
|
+
|
|
88
|
+
- Updated tasks to work with changed status endpoint. See [CHANGELOG](https://gitlab.com/ErikKalkoken/allianceauth-app-utils/-/blob/master/CHANGELOG.md#1270---2025-10-12) of app_utils for more information.
|
|
89
|
+
|
|
90
|
+
## [2.1.0] - 2025-04-22
|
|
91
|
+
|
|
92
|
+
### Added
|
|
93
|
+
|
|
94
|
+
- Search moons by ore type (#20)
|
|
95
|
+
|
|
96
|
+
### Fixed
|
|
97
|
+
|
|
98
|
+
- Sort is not working on moons page
|
|
99
|
+
|
|
100
|
+
## [2.0.1] - 2025-04-14
|
|
101
|
+
|
|
102
|
+
### Fixes
|
|
103
|
+
|
|
104
|
+
- Tags for moon rarity not rendering correctly
|
|
105
|
+
|
|
106
|
+
## [2.0.0] - 2025-04-14
|
|
107
|
+
|
|
108
|
+
### Update notes
|
|
109
|
+
|
|
110
|
+
This release requires Alliance Auth 4.0 or greater.
|
|
111
|
+
|
|
112
|
+
### Changed
|
|
113
|
+
|
|
114
|
+
- BREAKING CHANGE: Support dropped for AA3
|
|
115
|
+
- Templates migrated to AA4 / Bootstrap 5
|
|
116
|
+
|
|
117
|
+
## [1.11.2] - 2025-04-02
|
|
118
|
+
|
|
119
|
+
### Fix
|
|
120
|
+
|
|
121
|
+
- Extractions page crashes when there are extractions for refineries without a moon (Thanks to voodookv for reporting this)
|
|
122
|
+
|
|
123
|
+
## [1.11.1] - 2023-12-27
|
|
124
|
+
|
|
125
|
+
### Fix
|
|
126
|
+
|
|
127
|
+
- Now resolved own EveEntity IDs only when fetching mining ledgers, instead of trying to resolve all unknown EveEntities. This prevents ledger updates from failing, when other apps generate invalid IDs.
|
|
128
|
+
|
|
129
|
+
## [1.11.0] - 2023-12-18
|
|
130
|
+
|
|
131
|
+
### Changed
|
|
132
|
+
|
|
133
|
+
- Refactoring
|
|
134
|
+
|
|
135
|
+
## [1.10.0] - 2023-11-30
|
|
136
|
+
|
|
137
|
+
### Added
|
|
138
|
+
|
|
139
|
+
- Support for Python 3.11
|
|
140
|
+
- Support for AA4 / Django 4.2
|
|
141
|
+
|
|
142
|
+
### Changed
|
|
143
|
+
|
|
144
|
+
- Enabled local tests to run in parallel
|
|
145
|
+
- Refactoring
|
|
146
|
+
- Added pylint checks to CI
|
|
147
|
+
|
|
148
|
+
## [1.9.3] - 2023-07-13
|
|
149
|
+
|
|
150
|
+
### Changed
|
|
151
|
+
|
|
152
|
+
- Migrate to flit for build
|
|
153
|
+
|
|
154
|
+
### Fixed
|
|
155
|
+
|
|
156
|
+
- Upgrade AA dependency regarding eveonline migration (`0017_alliance_and_corp_names_are_not_unique``)
|
|
157
|
+
|
|
158
|
+
## [1.9.2] - 2023-06-28
|
|
159
|
+
|
|
160
|
+
### Changed
|
|
161
|
+
|
|
162
|
+
- Remove local swagger spec file
|
|
163
|
+
|
|
164
|
+
## [1.9.1] - 2023-05-23
|
|
165
|
+
|
|
166
|
+
### Update notes
|
|
167
|
+
|
|
168
|
+
This patch changes how permissions work, i.e. potentially increases the scope of the "all moons" permission. Please make sure to review your permissions before applying this change to make sure you do not give users more access then intended.
|
|
169
|
+
|
|
170
|
+
### Fixed
|
|
171
|
+
|
|
172
|
+
- "all moons" permission not works as intended and will show a user all moons on the moons page incl. owned moons
|
|
173
|
+
|
|
174
|
+
## [1.9.0] - 2023-04-24
|
|
175
|
+
|
|
176
|
+
### Added
|
|
177
|
+
|
|
178
|
+
- Added support for AA 3 / Django 4
|
|
179
|
+
- Complete localization of templates, models and views
|
|
180
|
+
|
|
181
|
+
### Changed
|
|
182
|
+
|
|
183
|
+
- Removed support for AA 2 / Django 3
|
|
184
|
+
- Migrated build process to PEP 621
|
|
185
|
+
- Improve type hints
|
|
186
|
+
|
|
187
|
+
### Fixed
|
|
188
|
+
|
|
189
|
+
- Admin page with ore prices breaks when some prices are missing
|
|
190
|
+
- Various typos
|
|
191
|
+
|
|
192
|
+
## [1.8.2] - 2023-03-12
|
|
193
|
+
|
|
194
|
+
### Fixed
|
|
195
|
+
|
|
196
|
+
- Admin page with ore prices crashed when prices have not been loaded yet
|
|
197
|
+
|
|
198
|
+
## [1.8.1] - 2023-01-31
|
|
199
|
+
|
|
200
|
+
### Fixed
|
|
201
|
+
|
|
202
|
+
- Applied workaround for chained task priority bug
|
|
203
|
+
|
|
204
|
+
## [1.8.0] - 2022-12-13
|
|
205
|
+
|
|
206
|
+
### Changed
|
|
207
|
+
|
|
208
|
+
- Remove support for Python 3.7 and add support for Python 3.10
|
|
209
|
+
- Update swagger.json to 1.12
|
|
210
|
+
|
|
211
|
+
## [1.7.3] - 2022-07-21
|
|
212
|
+
|
|
213
|
+
### Changed
|
|
214
|
+
|
|
215
|
+
- Moved some test factories to app_utils
|
|
216
|
+
|
|
217
|
+
## [1.7.2] - 2022-06-18
|
|
218
|
+
|
|
219
|
+
### Fixed
|
|
220
|
+
|
|
221
|
+
- Add missing swagger spec file
|
|
222
|
+
|
|
223
|
+
## [1.7.1] - 2022-06-17
|
|
224
|
+
|
|
225
|
+
### Changed
|
|
226
|
+
|
|
227
|
+
- Deploy wheel to PyPI
|
|
228
|
+
- Switch to local swagger spec file
|
|
229
|
+
|
|
230
|
+
## [1.7.0] - 2022-05-03
|
|
231
|
+
|
|
232
|
+
### Added
|
|
233
|
+
|
|
234
|
+
- Ability to manually update moon products from extractions
|
|
235
|
+
- New setting `MOONMINING_OVERWRITE_SURVEYS_WITH_ESTIMATES` to turn on overwriting any moon products incl. surveys
|
|
236
|
+
|
|
237
|
+
### Changed
|
|
238
|
+
|
|
239
|
+
- When updating a moon's products with an estimate the app will no longer overwrite existing surveys. But estimates are still generated for owned moons, without surveys.
|
|
240
|
+
|
|
241
|
+
## [1.6.1] - 2022-04-28
|
|
242
|
+
|
|
243
|
+
**Update notes**:<br>Due to the previous bug (#18) the calculated moon values may be inaccurate. We recommend to run the action "update selected owners from ESI" for all active owner on the admin site, which will also update moon values from the last extractions.
|
|
244
|
+
|
|
245
|
+
### Added
|
|
246
|
+
|
|
247
|
+
- Show duration on extraction details page
|
|
248
|
+
|
|
249
|
+
### Fixed
|
|
250
|
+
|
|
251
|
+
- Automatically updated moon product percentages are sometimes off (#18)
|
|
252
|
+
- Show "ESTIMATED" as "survey submitter" for estimated moon products
|
|
253
|
+
|
|
254
|
+
### Changed
|
|
255
|
+
|
|
256
|
+
- Setting `MOONMINING_VOLUME_PER_MONTH` replaced by new settings: `MOONMINING_VOLUME_PER_DAY` and `MOONMINING_DAYS_PER_MONTH`
|
|
257
|
+
|
|
258
|
+
## [1.6.0] - 2022-04-26
|
|
259
|
+
|
|
260
|
+
### Added
|
|
261
|
+
|
|
262
|
+
- Ability to use calculated refined pricing instead of normal ore prices (#16)
|
|
263
|
+
- Ability to add custom labels to moons and use them to filter moons (#17)
|
|
264
|
+
- Report showing current ore prices
|
|
265
|
+
|
|
266
|
+
### Changed
|
|
267
|
+
|
|
268
|
+
- Default reprocessing yield set to 85 %
|
|
269
|
+
- Changed moon tables to server-side rendering for significant performance boost (#15)
|
|
270
|
+
|
|
271
|
+
## [1.5.0] - 2022-04-21
|
|
272
|
+
|
|
273
|
+
### Added
|
|
274
|
+
|
|
275
|
+
- Already owned moons no longer need to be scanned in order to get it's ore composition for the value calculation. The ore composition is automatically updated when a new extraction is started.
|
|
276
|
+
|
|
277
|
+
### Changed
|
|
278
|
+
|
|
279
|
+
- Now uses the **average price** for ores instead of an estimated price based on it's refined ores. This means that the prices shown in the app are now exactly the same as the prices shown on the Eve client, e.g. price estimates shown when scheduling a new extraction.
|
|
280
|
+
- Now showing full unit prices in ISK, to improve comparability between ore types
|
|
281
|
+
|
|
282
|
+
### Fixed
|
|
283
|
+
|
|
284
|
+
- Monthly volume used for moon value calculations adjusted to changed game mechanics (#13)
|
|
285
|
+
|
|
286
|
+
## [1.4.0] - 2022-04-20
|
|
287
|
+
|
|
288
|
+
### Added
|
|
289
|
+
|
|
290
|
+
- Add drop-down filters for constellation to extractions (#12)
|
|
291
|
+
- Add drop-down filters for rarity to extractions (#12)
|
|
292
|
+
- Add drop-down filters for constellation to moons (#12)
|
|
293
|
+
|
|
294
|
+
## [1.3.1] - 2022-03-02
|
|
295
|
+
|
|
296
|
+
### Fixed
|
|
297
|
+
|
|
298
|
+
- Tests having sessions fail with Django 4
|
|
299
|
+
|
|
300
|
+
## [1.3.0] - 2022-03-01
|
|
301
|
+
|
|
302
|
+
### Changed
|
|
303
|
+
|
|
304
|
+
- Drop support for Python 3.6
|
|
305
|
+
- Drop support for Django 3.1
|
|
306
|
+
- Establish compatibility with Django 4.0
|
|
307
|
+
|
|
308
|
+
## [1.2.2] - 2022-01-02
|
|
309
|
+
|
|
310
|
+
### Fixed
|
|
311
|
+
|
|
312
|
+
- Does not show values for member mining of previous year (#11)
|
|
313
|
+
|
|
314
|
+
## [1.2.1] - 2022-01-02
|
|
315
|
+
|
|
316
|
+
### Added
|
|
317
|
+
|
|
318
|
+
- Mining ledger records on admin site
|
|
319
|
+
- Now shows if an extraction has a ledger on admin site
|
|
320
|
+
|
|
321
|
+
### Changed
|
|
322
|
+
|
|
323
|
+
- Improved page performance for admin site / Refineries
|
|
324
|
+
|
|
325
|
+
### Fixed
|
|
326
|
+
|
|
327
|
+
- Mining ledger is shown even when the ledger is empty
|
|
328
|
+
|
|
329
|
+
## [1.2.0] - 2021-11-22
|
|
330
|
+
|
|
331
|
+
### Added
|
|
332
|
+
|
|
333
|
+
- Restrict access to mining ledger with permission (#8)
|
|
334
|
+
|
|
335
|
+
### Changed
|
|
336
|
+
|
|
337
|
+
- Improved view tests
|
|
338
|
+
|
|
339
|
+
### Fixed
|
|
340
|
+
|
|
341
|
+
- Access to extractions was possible with "view_all_moons" permission only, now user always needs "extractions_access" permission
|
|
342
|
+
|
|
343
|
+
## [1.1.0] - 2021-11-03
|
|
344
|
+
|
|
345
|
+
### Added
|
|
346
|
+
|
|
347
|
+
- New report showing number of uploaded moons by mains
|
|
348
|
+
|
|
349
|
+
### Changed
|
|
350
|
+
|
|
351
|
+
- Added tests for AA 2.9 / Django 3.2
|
|
352
|
+
|
|
353
|
+
## [1.0.2] - 2021-07-23
|
|
354
|
+
|
|
355
|
+
### Fixed
|
|
356
|
+
|
|
357
|
+
- Fix attempt: Expression contains mixed types: FloatField, IntegerField. You must set output_field (#6)
|
|
358
|
+
|
|
359
|
+
## [1.0.1] - 2021-06-26
|
|
360
|
+
|
|
361
|
+
### Changed
|
|
362
|
+
|
|
363
|
+
- Now checks if ESI is available before starting any update tasks. This should eliminate ESI exceptions during the daily downtime.
|
|
364
|
+
- Improved admin error message if refinery updates fail
|
|
365
|
+
|
|
366
|
+
## [1.0.0] - 2021-06-24
|
|
367
|
+
|
|
368
|
+
### Changed
|
|
369
|
+
|
|
370
|
+
- Improved error handling and admin notifications for invalid tokens and ESI errors
|
|
371
|
+
|
|
372
|
+
### Fixed
|
|
373
|
+
|
|
374
|
+
- Refinery update aborts when one refinery can not be accessed
|
|
375
|
+
|
|
376
|
+
## [1.0.0b4] - 2021-05-19
|
|
377
|
+
|
|
378
|
+
### Added
|
|
379
|
+
|
|
380
|
+
- Show volume totals in header, row totals for price and volume and % totals for characters
|
|
381
|
+
|
|
382
|
+
### Fixed
|
|
383
|
+
|
|
384
|
+
- Refinery update fails when there are multiple refineries next to the same moon (#5)
|
|
385
|
+
|
|
386
|
+
### Changed
|
|
387
|
+
|
|
388
|
+
## [1.0.0b3] - 2021-04-24
|
|
389
|
+
|
|
390
|
+
### Added
|
|
391
|
+
|
|
392
|
+
- Tool for exporting moons from moonstuff v1 (for details see management commands in README)
|
|
393
|
+
- Mining ledger now includes page showing totals per character
|
|
394
|
+
|
|
395
|
+
### Changed
|
|
396
|
+
|
|
397
|
+
- Added name of refineries to the extractions list ([#1](https://gitlab.com/ErikKalkoken/aa-moonmining/-/issues/1))
|
|
398
|
+
- Reduced page load time for mining ledger
|
|
399
|
+
|
|
400
|
+
## [1.0.0b2] - 2021-04-18
|
|
401
|
+
|
|
402
|
+
> **Note for 1.0.0a3**<br>This alpha release includes a migration reset. Please make sure to migrate to zero BEFORE installing this new version.
|
|
403
|
+
|
|
404
|
+
### Added
|
|
405
|
+
|
|
406
|
+
- Release of new version based on eveuniverse
|
|
407
|
+
|
|
408
|
+
## [0.1.12] - 2020-10-09
|
|
409
|
+
|
|
410
|
+
### Changed
|
|
411
|
+
|
|
412
|
+
- Add more tests
|
|
413
|
+
- Added menu item for moon detail page
|
|
414
|
+
|
|
415
|
+
### Fixed
|
|
416
|
+
|
|
417
|
+
- Fixed more Font Awesome icons to work with v5
|
|
418
|
+
|
|
419
|
+
## [0.1.11] - 2020-10-08
|
|
420
|
+
|
|
421
|
+
### Changed
|
|
422
|
+
|
|
423
|
+
- Added black formatting and linter
|
|
424
|
+
- Added CI tests for Django 3
|
|
425
|
+
|
|
426
|
+
### Fixed
|
|
427
|
+
|
|
428
|
+
- Icon is now shown again
|
|
429
|
+
- Fixes for Django 3
|
|
430
|
+
- Better error handling and more reliable feedback when survey scan fails
|
|
431
|
+
|
|
432
|
+
## [0.1.10] - 2020-03-04
|
|
433
|
+
|
|
434
|
+
### Fixed
|
|
435
|
+
|
|
436
|
+
- Incorrect permission checks
|
|
437
|
+
|
|
438
|
+
## [0.1.9] - 2020-03-03
|
|
439
|
+
|
|
440
|
+
### Changed
|
|
441
|
+
|
|
442
|
+
- Added fault tolerance to moon income update task for missing types
|
|
443
|
+
|
|
444
|
+
## [0.1.8] - 2020-03-03
|
|
445
|
+
|
|
446
|
+
### Changed
|
|
447
|
+
|
|
448
|
+
- Squashed migrations incl. old migrations
|
|
449
|
+
|
|
450
|
+
## [0.1.7] - 2020-03-03
|
|
451
|
+
|
|
452
|
+
### Changed
|
|
453
|
+
|
|
454
|
+
- Added automated testing with tox and Gitlab runner
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
-include .env
|
|
2
|
+
export
|
|
3
|
+
|
|
4
|
+
appname = aa-moonmining
|
|
5
|
+
package = moonmining
|
|
6
|
+
|
|
7
|
+
help:
|
|
8
|
+
@echo "Makefile for $(appname)"
|
|
9
|
+
|
|
10
|
+
makemessages:
|
|
11
|
+
cd $(package) && \
|
|
12
|
+
django-admin makemessages \
|
|
13
|
+
-l de \
|
|
14
|
+
-l en \
|
|
15
|
+
-l es \
|
|
16
|
+
-l fr_FR \
|
|
17
|
+
-l it_IT \
|
|
18
|
+
-l ja \
|
|
19
|
+
-l ko_KR \
|
|
20
|
+
-l ru \
|
|
21
|
+
-l uk \
|
|
22
|
+
-l zh_Hans \
|
|
23
|
+
--keep-pot \
|
|
24
|
+
--ignore 'build/*'
|
|
25
|
+
|
|
26
|
+
tx_push:
|
|
27
|
+
tx push --source
|
|
28
|
+
|
|
29
|
+
tx_pull:
|
|
30
|
+
tx pull -f
|
|
31
|
+
|
|
32
|
+
compilemessages:
|
|
33
|
+
cd $(package) && \
|
|
34
|
+
django-admin compilemessages \
|
|
35
|
+
-l de \
|
|
36
|
+
-l en \
|
|
37
|
+
-l es \
|
|
38
|
+
-l fr_FR \
|
|
39
|
+
-l it_IT \
|
|
40
|
+
-l ja \
|
|
41
|
+
-l ko_KR \
|
|
42
|
+
-l ru \
|
|
43
|
+
-l uk \
|
|
44
|
+
-l zh_Hans
|
|
45
|
+
|
|
46
|
+
coverage:
|
|
47
|
+
# coverage run $(MANAGE_PY_PATH) test $(package) --keepdb --failfast && coverage html && coverage report -m
|
|
48
|
+
coverage run --concurrency=multiprocessing $(MANAGE_PY_PATH) test --keepdb --failfast --timing --parallel --exclude-tag=exclude-parallel && coverage combine && coverage html && coverage report -m
|
|
49
|
+
|
|
50
|
+
pylint:
|
|
51
|
+
pylint --load-plugins pylint_django $(package)
|
|
52
|
+
|
|
53
|
+
graph_models:
|
|
54
|
+
python $(MANAGE_PY_PATH) graph_models $(package) --arrow-shape normal -o $(appname)_models.png
|