aa-intel-tool 0.0.1a14__py3-none-any.whl → 1.0.1__py3-none-any.whl
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_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +27 -26
- aa_intel_tool/locale/django.pot +17 -16
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +33 -32
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +24 -23
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +28 -35
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -16
- aa_intel_tool/migrations/0001_initial.py +70 -15
- aa_intel_tool/models.py +1 -1
- aa_intel_tool/parser/module/fleetcomp.py +11 -4
- aa_intel_tool/scripts/drop_tables.sql +5 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +3 -3
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +26 -26
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +10 -3
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +5 -2
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -1
- aa_intel_tool/tests/test_access.py +2 -2
- aa_intel_tool/tests/test_admin.py +86 -0
- aa_intel_tool/tests/test_auth_hooks.py +2 -2
- aa_intel_tool/tests/test_helper_data_structures.py +1 -1
- aa_intel_tool/tests/test_parser.py +17 -16
- aa_intel_tool/tests/test_parser_helper_db.py +60 -0
- aa_intel_tool/tests/utils.py +0 -87
- aa_intel_tool/views/general.py +7 -6
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/METADATA +51 -43
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/RECORD +55 -52
- aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
- aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
- aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
- aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
- aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
- aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
- aa_intel_tool/migrations/0008_alter_scandata_section.py +0 -38
- aa_intel_tool/migrations/0009_alter_scan_scan_type.py +0 -28
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/WHEEL +0 -0
- {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Generated by Django 4.0.10 on 2023-08-09 07:37
|
|
2
|
-
|
|
3
|
-
# Django
|
|
4
|
-
from django.db import migrations, models
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
dependencies = [
|
|
9
|
-
("aa_intel_tool", "0003_alter_scandata_scan"),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name="scandata",
|
|
15
|
-
name="section",
|
|
16
|
-
field=models.CharField(
|
|
17
|
-
choices=[
|
|
18
|
-
("invalid", "Invalid scan data"),
|
|
19
|
-
("pilotlist", "Pilot list"),
|
|
20
|
-
("corporationlist", "Corporation list"),
|
|
21
|
-
("alliancelist", "Alliance list"),
|
|
22
|
-
("shiptypes", "Ship types"),
|
|
23
|
-
("shiplist", "Ship list"),
|
|
24
|
-
("shiplist_on_grid", "Ship list (on grid)"),
|
|
25
|
-
("shiplist_off_grid", "Ship list (off grid)"),
|
|
26
|
-
("structures_on_grid", "Structures (on grid)"),
|
|
27
|
-
("deployables_on_grid", "Deployables (on grid)"),
|
|
28
|
-
],
|
|
29
|
-
default="invalid",
|
|
30
|
-
max_length=19,
|
|
31
|
-
verbose_name="The scan section",
|
|
32
|
-
),
|
|
33
|
-
),
|
|
34
|
-
]
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
# Generated by Django 4.0.10 on 2023-08-12 19:27
|
|
2
|
-
|
|
3
|
-
# Django
|
|
4
|
-
from django.db import migrations, models
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
dependencies = [
|
|
9
|
-
("aa_intel_tool", "0004_alter_scandata_section"),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterModelOptions(
|
|
14
|
-
name="scan",
|
|
15
|
-
options={
|
|
16
|
-
"default_permissions": (),
|
|
17
|
-
"verbose_name": "Scan",
|
|
18
|
-
"verbose_name_plural": "Scans",
|
|
19
|
-
},
|
|
20
|
-
),
|
|
21
|
-
migrations.AlterModelOptions(
|
|
22
|
-
name="scandata",
|
|
23
|
-
options={
|
|
24
|
-
"default_permissions": (),
|
|
25
|
-
"verbose_name": "Scan data",
|
|
26
|
-
"verbose_name_plural": "Scan data",
|
|
27
|
-
},
|
|
28
|
-
),
|
|
29
|
-
migrations.AlterField(
|
|
30
|
-
model_name="scan",
|
|
31
|
-
name="created",
|
|
32
|
-
field=models.DateTimeField(
|
|
33
|
-
auto_now_add=True, db_index=True, verbose_name="Creation date/time"
|
|
34
|
-
),
|
|
35
|
-
),
|
|
36
|
-
migrations.AlterField(
|
|
37
|
-
model_name="scan",
|
|
38
|
-
name="hash",
|
|
39
|
-
field=models.CharField(
|
|
40
|
-
editable=False,
|
|
41
|
-
max_length=30,
|
|
42
|
-
primary_key=True,
|
|
43
|
-
serialize=False,
|
|
44
|
-
unique=True,
|
|
45
|
-
verbose_name="Scan hash",
|
|
46
|
-
),
|
|
47
|
-
),
|
|
48
|
-
migrations.AlterField(
|
|
49
|
-
model_name="scan",
|
|
50
|
-
name="raw_data",
|
|
51
|
-
field=models.TextField(verbose_name="Scan RAW data"),
|
|
52
|
-
),
|
|
53
|
-
migrations.AlterField(
|
|
54
|
-
model_name="scan",
|
|
55
|
-
name="scan_type",
|
|
56
|
-
field=models.CharField(
|
|
57
|
-
choices=[
|
|
58
|
-
("invalid", "Invalid scan data"),
|
|
59
|
-
("dscan", "D-Scan"),
|
|
60
|
-
("fleetcomp", "Fleet Composition"),
|
|
61
|
-
("chatlist", "Chat List"),
|
|
62
|
-
],
|
|
63
|
-
default="invalid",
|
|
64
|
-
max_length=9,
|
|
65
|
-
verbose_name="Scan type",
|
|
66
|
-
),
|
|
67
|
-
),
|
|
68
|
-
migrations.AlterField(
|
|
69
|
-
model_name="scandata",
|
|
70
|
-
name="processed_data",
|
|
71
|
-
field=models.JSONField(default=dict, verbose_name="Processed scan data"),
|
|
72
|
-
),
|
|
73
|
-
migrations.AlterField(
|
|
74
|
-
model_name="scandata",
|
|
75
|
-
name="section",
|
|
76
|
-
field=models.CharField(
|
|
77
|
-
choices=[
|
|
78
|
-
("invalid", "Invalid scan data"),
|
|
79
|
-
("pilotlist", "Pilot list"),
|
|
80
|
-
("corporationlist", "Corporation list"),
|
|
81
|
-
("alliancelist", "Alliance list"),
|
|
82
|
-
("shiptypes", "Ship types"),
|
|
83
|
-
("shiplist", "Ship list"),
|
|
84
|
-
("shiplist_on_grid", "Ship list (on grid)"),
|
|
85
|
-
("shiplist_off_grid", "Ship list (off grid)"),
|
|
86
|
-
("structures_on_grid", "Structures (on grid)"),
|
|
87
|
-
("deployables_on_grid", "Deployables (on grid)"),
|
|
88
|
-
],
|
|
89
|
-
default="invalid",
|
|
90
|
-
max_length=19,
|
|
91
|
-
verbose_name="Scan section",
|
|
92
|
-
),
|
|
93
|
-
),
|
|
94
|
-
]
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Generated by Django 4.0.10 on 2023-08-22 18:41
|
|
2
|
-
|
|
3
|
-
# Django
|
|
4
|
-
from django.db import migrations
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
dependencies = [
|
|
9
|
-
("aa_intel_tool", "0005_alter_scan_options_alter_scandata_options_and_more"),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterUniqueTogether(
|
|
14
|
-
name="scandata",
|
|
15
|
-
unique_together={("scan", "section")},
|
|
16
|
-
),
|
|
17
|
-
]
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Generated by Django 4.0.10 on 2023-08-23 12:13
|
|
2
|
-
|
|
3
|
-
# Django
|
|
4
|
-
from django.db import migrations, models
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
dependencies = [
|
|
9
|
-
("aa_intel_tool", "0006_alter_scandata_unique_together"),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name="scandata",
|
|
15
|
-
name="section",
|
|
16
|
-
field=models.CharField(
|
|
17
|
-
choices=[
|
|
18
|
-
("invalid", "Invalid scan data"),
|
|
19
|
-
("pilotlist", "Pilot list"),
|
|
20
|
-
("corporationlist", "Corporation list"),
|
|
21
|
-
("alliancelist", "Alliance list"),
|
|
22
|
-
("shiptypes", "Ship types"),
|
|
23
|
-
("shiplist", "Ship list"),
|
|
24
|
-
("shiplist_on_grid", "Ship list (on grid)"),
|
|
25
|
-
("shiplist_off_grid", "Ship list (off grid)"),
|
|
26
|
-
("structures_on_grid", "Structures (on grid)"),
|
|
27
|
-
("starbases_on_grid", "Starbases (on grid)"),
|
|
28
|
-
("deployables_on_grid", "Deployables (on grid)"),
|
|
29
|
-
("miscellaneous_on_grid", "Miscellaneous (on grid)"),
|
|
30
|
-
("solar_system_information", "System information"),
|
|
31
|
-
],
|
|
32
|
-
default="invalid",
|
|
33
|
-
max_length=24,
|
|
34
|
-
verbose_name="Scan section",
|
|
35
|
-
),
|
|
36
|
-
),
|
|
37
|
-
]
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# Generated by Django 4.0.10 on 2023-08-26 18:41
|
|
2
|
-
|
|
3
|
-
# Django
|
|
4
|
-
from django.db import migrations, models
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
dependencies = [
|
|
9
|
-
("aa_intel_tool", "0007_alter_scandata_section"),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name="scandata",
|
|
15
|
-
name="section",
|
|
16
|
-
field=models.CharField(
|
|
17
|
-
choices=[
|
|
18
|
-
("invalid", "Invalid scan data"),
|
|
19
|
-
("pilotlist", "Pilot list"),
|
|
20
|
-
("corporationlist", "Corporation list"),
|
|
21
|
-
("alliancelist", "Alliance list"),
|
|
22
|
-
("shiptypes", "Ship types"),
|
|
23
|
-
("shiplist", "Ship list"),
|
|
24
|
-
("shiplist_on_grid", "Ship list (on grid)"),
|
|
25
|
-
("shiplist_off_grid", "Ship list (off grid)"),
|
|
26
|
-
("structures_on_grid", "Structures (on grid)"),
|
|
27
|
-
("starbases_on_grid", "Starbases (on grid)"),
|
|
28
|
-
("deployables_on_grid", "Deployables (on grid)"),
|
|
29
|
-
("miscellaneous_on_grid", "Miscellaneous (on grid)"),
|
|
30
|
-
("solar_system_information", "System information"),
|
|
31
|
-
("fleetcomposition", "Fleet composition"),
|
|
32
|
-
],
|
|
33
|
-
default="invalid",
|
|
34
|
-
max_length=24,
|
|
35
|
-
verbose_name="Scan section",
|
|
36
|
-
),
|
|
37
|
-
),
|
|
38
|
-
]
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Generated by Django 4.0.10 on 2023-08-28 13:27
|
|
2
|
-
|
|
3
|
-
# Django
|
|
4
|
-
from django.db import migrations, models
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
dependencies = [
|
|
9
|
-
("aa_intel_tool", "0008_alter_scandata_section"),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name="scan",
|
|
15
|
-
name="scan_type",
|
|
16
|
-
field=models.CharField(
|
|
17
|
-
choices=[
|
|
18
|
-
("invalid", "Invalid scan data"),
|
|
19
|
-
("dscan", "D-Scan"),
|
|
20
|
-
("fleetcomp", "Fleet Composition"),
|
|
21
|
-
("chatlist", "Chat list"),
|
|
22
|
-
],
|
|
23
|
-
default="invalid",
|
|
24
|
-
max_length=9,
|
|
25
|
-
verbose_name="Scan type",
|
|
26
|
-
),
|
|
27
|
-
),
|
|
28
|
-
]
|
|
File without changes
|
|
File without changes
|