aa-intel-tool 0.0.1a14__py3-none-any.whl → 1.0.0__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.
Files changed (63) hide show
  1. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  2. aa_intel_tool/locale/de/LC_MESSAGES/django.po +27 -26
  3. aa_intel_tool/locale/django.pot +17 -16
  4. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/es/LC_MESSAGES/django.po +33 -32
  6. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +17 -16
  7. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +17 -16
  8. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +17 -16
  9. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  10. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +24 -23
  11. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  12. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +28 -35
  13. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +17 -16
  14. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +17 -16
  15. aa_intel_tool/migrations/0001_initial.py +70 -15
  16. aa_intel_tool/models.py +1 -1
  17. aa_intel_tool/parser/module/fleetcomp.py +11 -4
  18. aa_intel_tool/scripts/drop_tables.sql +5 -0
  19. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
  20. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
  21. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +3 -3
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +26 -26
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +10 -3
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -1
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
  40. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +5 -2
  41. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
  42. aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
  43. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -1
  44. aa_intel_tool/tests/test_access.py +2 -2
  45. aa_intel_tool/tests/test_admin.py +86 -0
  46. aa_intel_tool/tests/test_auth_hooks.py +2 -2
  47. aa_intel_tool/tests/test_helper_data_structures.py +1 -1
  48. aa_intel_tool/tests/test_parser.py +17 -16
  49. aa_intel_tool/tests/test_parser_helper_db.py +60 -0
  50. aa_intel_tool/tests/utils.py +0 -87
  51. aa_intel_tool/views/general.py +7 -6
  52. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.0.dist-info}/METADATA +28 -20
  53. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.0.dist-info}/RECORD +55 -52
  54. aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
  55. aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
  56. aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
  57. aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
  58. aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
  59. aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
  60. aa_intel_tool/migrations/0008_alter_scandata_section.py +0 -38
  61. aa_intel_tool/migrations/0009_alter_scan_scan_type.py +0 -28
  62. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.0.dist-info}/WHEEL +0 -0
  63. {aa_intel_tool-0.0.1a14.dist-info → aa_intel_tool-1.0.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,60 @@
1
+ """
2
+ Tests for the parsers' DB helper => aa_intel_tool/parser/helper/db.py
3
+ """
4
+
5
+ # Django
6
+ from django.test import TestCase
7
+
8
+ # AA Intel Tool
9
+ from aa_intel_tool.models import Scan, ScanData
10
+ from aa_intel_tool.parser.helper.db import safe_scan_to_db
11
+
12
+
13
+ class TestParserHelperDb(TestCase):
14
+ """
15
+ The tests
16
+ """
17
+
18
+ def test_safe_scan_to_db_without_associated_data(self):
19
+ """
20
+ Test that the scan is successfully saved to the DB
21
+
22
+ :return:
23
+ :rtype:
24
+ """
25
+
26
+ new_scan = safe_scan_to_db(scan_type=Scan.Type.DSCAN, parsed_data={})
27
+
28
+ from_db = Scan.objects.get(pk=new_scan.hash, scan_type__exact=Scan.Type.DSCAN)
29
+
30
+ self.assertEqual(first=new_scan.hash, second=from_db.hash)
31
+
32
+ def test_safe_scan_to_db_with_associated_data(self):
33
+ """
34
+ Test that the scan is successfully saved to the DB
35
+
36
+ :return:
37
+ :rtype:
38
+ """
39
+
40
+ parsed_data = {
41
+ "foobar": {
42
+ "section": ScanData.Section.PILOTLIST,
43
+ "data": {"name": "William Riker"},
44
+ }
45
+ }
46
+
47
+ new_scan = safe_scan_to_db(scan_type=Scan.Type.DSCAN, parsed_data=parsed_data)
48
+
49
+ scan_from_db = Scan.objects.get(
50
+ pk=new_scan.hash, scan_type__exact=Scan.Type.DSCAN
51
+ )
52
+ scan_data_from_db = ScanData.objects.get(
53
+ scan_id__exact=scan_from_db.hash,
54
+ section__exact=ScanData.Section.PILOTLIST,
55
+ )
56
+
57
+ self.assertEqual(first=new_scan.hash, second=scan_from_db.hash)
58
+ self.assertEqual(
59
+ first=scan_data_from_db.processed_data, second=parsed_data["foobar"]["data"]
60
+ )
@@ -3,98 +3,11 @@ Helper for our tests
3
3
  """
4
4
 
5
5
  # Standard Library
6
- import re
7
6
  from pathlib import Path
8
- from typing import List
9
-
10
- # Third Party
11
- from faker import Faker
12
7
 
13
8
  # Django
14
- from django.contrib.auth.models import User
15
9
  from django.template import Context, Template
16
10
 
17
- # Alliance Auth
18
- from allianceauth.tests.auth_utils import AuthUtils
19
-
20
- fake = Faker()
21
-
22
-
23
- def create_fake_user( # pylint: disable=too-many-arguments
24
- character_id: int,
25
- character_name: str,
26
- corporation_id: int = None,
27
- corporation_name: str = None,
28
- corporation_ticker: str = None,
29
- permissions: List[str] = None,
30
- **kwargs,
31
- ) -> User:
32
- """
33
- Create a fake user including its main character and (optional) permissions.
34
- :param character_id:
35
- :param character_name:
36
- :param corporation_id:
37
- :param corporation_name:
38
- :param corporation_ticker:
39
- :param permissions:
40
- :param kwargs:
41
- :return:
42
- """
43
-
44
- username = re.sub(pattern=r"[^\w\d@.+-]", repl="_", string=character_name)
45
- user = AuthUtils.create_user(username=username)
46
-
47
- if not corporation_id:
48
- corporation_id = 2001
49
- corporation_name = "Wayne Technologies Inc."
50
- corporation_ticker = "WTE"
51
-
52
- alliance_id = kwargs.get("alliance_id", 3001)
53
- alliance_name = (
54
- kwargs.get("alliance_name", "Wayne Enterprises")
55
- if alliance_id is not None
56
- else ""
57
- )
58
-
59
- AuthUtils.add_main_character_2(
60
- user=user,
61
- name=character_name,
62
- character_id=character_id,
63
- corp_id=corporation_id,
64
- corp_name=corporation_name,
65
- corp_ticker=corporation_ticker,
66
- alliance_id=alliance_id,
67
- alliance_name=alliance_name,
68
- )
69
-
70
- if permissions:
71
- perm_objs = [
72
- AuthUtils.get_permission_by_name(perm=perm) for perm in permissions
73
- ]
74
- user = AuthUtils.add_permissions_to_user(perms=perm_objs, user=user)
75
-
76
- return user
77
-
78
-
79
- def get_or_create_fake_user(*args, **kwargs) -> User:
80
- """
81
- Same as create_fake_user but will not fail when user already exists.
82
- """
83
-
84
- if len(args) > 1:
85
- character_name = args[1]
86
- elif "character_name" in kwargs:
87
- character_name = kwargs["character_name"]
88
- else:
89
- ValueError("character_name is not defined")
90
-
91
- username = character_name.replace("'", "").replace(" ", "_")
92
-
93
- try:
94
- return User.objects.get(username=username)
95
- except User.DoesNotExist: # pylint: disable=no-member
96
- return create_fake_user(*args, **kwargs)
97
-
98
11
 
99
12
  def render_template(string, context=None):
100
13
  """
@@ -54,12 +54,12 @@ def index(request: WSGIRequest) -> HttpResponse:
54
54
  messages.error(request=request, message=errormessage)
55
55
 
56
56
  # Catching every other exception we can't think of (hopefully)
57
- # except Exception as exc: # pylint: disable=broad-exception-caught
58
- # exception_caught = True
59
- # errormessage = (
60
- # _("(System Error) Something unexpected happened.") + f" ({exc})"
61
- # )
62
- # messages.error(request=request, message=errormessage)
57
+ except Exception as exc: # pylint: disable=broad-exception-caught
58
+ exception_caught = True
59
+ errormessage = (
60
+ _("(System Error) Something unexpected happened.") + f" ({exc})"
61
+ )
62
+ messages.error(request=request, message=errormessage)
63
63
 
64
64
  if exception_caught:
65
65
  return redirect(to="aa_intel_tool:intel_tool_index")
@@ -114,6 +114,7 @@ def scan(request: WSGIRequest, scan_hash: str):
114
114
  "scan": scan_data,
115
115
  "scan_data_section": ScanData.Section,
116
116
  "parser_title": SUPPORTED_INTEL_TYPES[intel_scan.scan_type]["name"],
117
+ "app_settings": AppSettings,
117
118
  }
118
119
 
119
120
  if intel_scan.scan_type in SUPPORTED_INTEL_TYPES:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-intel-tool
3
- Version: 0.0.1a14
3
+ Version: 1.0.0
4
4
  Summary: A simple parser for D-Scans and more for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md
@@ -692,7 +692,7 @@ Classifier: Intended Audience :: Developers
692
692
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
694
694
  Classifier: Programming Language :: Python
695
- Classifier: Programming Language :: Python :: 3
695
+ Classifier: Programming Language :: Python :: 3 :: Only
696
696
  Classifier: Programming Language :: Python :: 3.8
697
697
  Classifier: Programming Language :: Python :: 3.9
698
698
  Classifier: Programming Language :: Python :: 3.10
@@ -733,6 +733,7 @@ ______________________________________________________________________
733
733
  - [Screenshots](#screenshots)
734
734
  - [Chat Scan](#chat-scan)
735
735
  - [D-Scan](#d-scan)
736
+ - [Fleet Composition](#fleet-composition)
736
737
  - [Installation](#installation)
737
738
  - [Step 1: Install the Package](#step-1-install-the-package)
738
739
  - [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
@@ -746,26 +747,21 @@ ______________________________________________________________________
746
747
  - [Nginx](#nginx)
747
748
  - [Settings](#settings)
748
749
  - [Changelog](#changelog)
750
+ - [Translation Status](#translation-status)
749
751
  - [Contributing](#contributing)
750
752
 
751
753
  <!-- mdformat-toc end -->
752
754
 
753
755
  ______________________________________________________________________
754
756
 
755
- > **Warning**
756
- >
757
- > This app is still in active development and only available as an early alpha
758
- > version. Do not install this app in your live environment. If you want to test
759
- > this app, do so in a dedicated test environment. Don't come crying if you wreck
760
- > your live environment.
761
- >
762
- > During the alpha phase, it is highly likely that the DB migrations will be reset a
763
- > couple of times.
757
+ > **Note**
764
758
  >
765
- > Bugs and errors are expected during this time as well, so feel free to report them
766
- > as early as possible, if you dare to test this app.
759
+ > This app makes use of a feature introduced with Alliance Auth v3.6.1, meaning,
760
+ > installing this app will pull in Alliance Auth v3.6.1 unsupervised if you haven't
761
+ > updated yet.
767
762
  >
768
- > Thank you!
763
+ > **Please make sure to update Allianceauth to version 3.6.1 or higher before you
764
+ > install this app to avoid any complications.**
769
765
 
770
766
  ## Overview<a name="overview"></a>
771
767
 
@@ -787,6 +783,10 @@ See [Settings](#settings) section for details.
787
783
 
788
784
  ![Image: D-Scan Module]
789
785
 
786
+ #### Fleet Composition<a name="fleet-composition"></a>
787
+
788
+ ![Image: Fleet Composition Module]
789
+
790
790
  ## Installation<a name="installation"></a>
791
791
 
792
792
  **Important**: Please make sure you meet all preconditions before you proceed:
@@ -895,8 +895,8 @@ Open your vhost configuration and add the following 2 lines right after the
895
895
  `ProxyPreserveHost On` directive:
896
896
 
897
897
  ```apache
898
- Timeout 600
899
898
  ProxyTimeout 600
899
+ Timeout 600
900
900
  ```
901
901
 
902
902
  Restart your Apache2 service.
@@ -908,8 +908,8 @@ directive:
908
908
 
909
909
  ```nginx
910
910
  proxy_connect_timeout 600;
911
- proxy_send_timeout 600;
912
911
  proxy_read_timeout 600;
912
+ proxy_send_timeout 600;
913
913
  send_timeout 600;
914
914
  ```
915
915
 
@@ -947,6 +947,13 @@ your `local.py`.
947
947
 
948
948
  See [CHANGELOG.md]
949
949
 
950
+ ## Translation Status<a name="translation-status"></a>
951
+
952
+ [![Translation status](https://weblate.ppfeufer.de/widgets/alliance-auth-apps/-/aa-intel-tool/multi-auto.svg)](https://weblate.ppfeufer.de/engage/alliance-auth-apps/)
953
+
954
+ Do you want to help translate this app into your language or improve the existing
955
+ translation? - [Join our team of translators][weblate engage]!
956
+
950
957
  ## Contributing<a name="contributing"></a>
951
958
 
952
959
  Do you want to contribute to this project? That's cool!
@@ -959,7 +966,7 @@ Please make sure to read the [Contribution Guidelines]
959
966
  [aa intel tool license]: https://github.com/ppfeufer/aa-intel-tool/blob/master/LICENSE
960
967
  [aa intel tool on codecov]: https://codecov.io/gh/ppfeufer/aa-intel-tool
961
968
  [aa intel tool on pypi]: https://pypi.org/project/aa-intel-tool/
962
- [alliance auth]: https://gitlab.com/allianceauth/allianceauth
969
+ [alliance auth]: https://gitlab.com/allianceauth/allianceauth "Alliance Auth on GitLab"
963
970
  [alliance auth installation guide]: https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html
964
971
  [automated tests on github]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml
965
972
  [badge: automated tests]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml/badge.svg "Automated Tests"
@@ -977,10 +984,11 @@ Please make sure to read the [Contribution Guidelines]
977
984
  [black code formatter documentation]: http://black.readthedocs.io/en/latest/
978
985
  [changelog.md]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
979
986
  [code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
980
- [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md
987
+ [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
981
988
  [eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
982
989
  [image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/chat-scan.jpg "Chat Scan Module"
983
990
  [image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/d-scan.jpg "D-Scan Module"
991
+ [image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/fleet-composition.jpg "Fleet Composition Module"
984
992
  [ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
985
- [support discord]: https://discord.gg/zmh52wnfvM
986
- [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/
993
+ [support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
994
+ [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"
@@ -6,76 +6,77 @@ aa_intel_tool/auth_hooks.py,sha256=hqLLe3I0nvvth1K1MNfItzp4OUiftwL7RyACDOgaTDI,1
6
6
  aa_intel_tool/constants.py,sha256=GkfaU7g4TYBDlMZXIfDKTMOedmiPehWUtX8SrhsMJUw,2862
7
7
  aa_intel_tool/exceptions.py,sha256=1uEreioXqnWR8trgU5RSvj7CZ6GdkaWG-wI5G1pfvqs,693
8
8
  aa_intel_tool/form.py,sha256=JBYfypS5PjheSCC6Im9DWtDI9tLpEZbW4CrINhrYA3s,503
9
- aa_intel_tool/models.py,sha256=EqElgzna1gs1XJbTfrWB0dw-mPLIhhIHbpdGry5fFxE,4057
9
+ aa_intel_tool/models.py,sha256=aVIiS1H7bcaEzZA__cZPYCOxETlU4-y-uh_TFNLtlMM,4057
10
10
  aa_intel_tool/providers.py,sha256=jIo3ErUfshRhwqALHV5I7toZ9p0PWn3ZRQFof_DXnh4,198
11
11
  aa_intel_tool/tasks.py,sha256=lkW1kDJzU8iOINp_tKEL5rG9DM5icvEkyYQUhGrW_hU,1088
12
12
  aa_intel_tool/urls.py,sha256=cncBfnPbJErN9w0qM83ZmtlnMJEolDHLQllU8bvxUa0,720
13
13
  aa_intel_tool/helper/data_structure.py,sha256=ajH_hDWR5TV22gF0AMIZsu1PcY73OzPdOHx1d_D0GsM,302
14
14
  aa_intel_tool/helper/eve_character.py,sha256=EekvX6yw_uzDkLp-3w3hnjmkralxZ0YCiajW-K2-Fcg,5134
15
- aa_intel_tool/locale/django.pot,sha256=SbLELGVbh8WkBjNfJh-vSb-9kEzqSHFS8McXKgMMPT0,13378
16
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=mfr7FZRODFqwjM4dYGlYkejQvLMmKAgEOxUp6tDk4Ik,8861
17
- aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=h05k5bJnhi8phyB6vgJyxlOwD6v9asDbatQBgrwg8F4,16532
18
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=fn5-xWQW_WcFVctxohD1B41ce4XAo9OqlFFCCLOcZv0,1325
19
- aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=Fpz7eLoT0pBtADpawZ8sHqxKD8T7ODkXsseCckO74VY,14179
20
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=SbLELGVbh8WkBjNfJh-vSb-9kEzqSHFS8McXKgMMPT0,13378
21
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=SbLELGVbh8WkBjNfJh-vSb-9kEzqSHFS8McXKgMMPT0,13378
22
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=5hZepIDKhsUMxfilLQSoClDKltwSeJefapTMP9bXutc,13363
23
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo,sha256=Au4halkfz7Ats8QTB1-D5x6ncMg_g6JAuIYRH2fUiPo,905
24
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=7wGNr4p-b_BUemfCIXV-WvoW7FzkszmX2B0pfIH0Bq4,13606
25
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=UmkOjJd4QXfGOqswXFFldVqvzvPTcfTEK3yhrikZiSA,10743
26
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=NAyLwHCRdNBAejI6BqgNNdaWGsRBEJnqAxePCkWlXuc,19399
15
+ aa_intel_tool/locale/django.pot,sha256=YAVPGUKq_I9SxZMhDo1Hcb2nN1BsOBcdTO0j3wpG8ew,13429
16
+ aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=3RquV6wtech_EScmN1xQAEDRAoKgEXLn0aiBc2VMzaM,8875
17
+ aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=uQmpGhOXnsIMzmnMaXZWoNmLFf0oY03wMtao1662XuQ,16605
18
+ aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=oKQD1f0efTwms7YcRuTYTyjViRxk7eTxQdyBPVplIdE,1788
19
+ aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=6ElYHXcvLYkbw3yewH-4UBX6Jtk91BI-fcgY2G-xhrc,14388
20
+ aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=YAVPGUKq_I9SxZMhDo1Hcb2nN1BsOBcdTO0j3wpG8ew,13429
21
+ aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=YAVPGUKq_I9SxZMhDo1Hcb2nN1BsOBcdTO0j3wpG8ew,13429
22
+ aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=p_GhPgv9-JOzjXt83ZkrsSoW2T7UzOiJESCYD2zWX7Q,13414
23
+ aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo,sha256=fvjjiLjvwNVLiZkrSZ_wccsrkgMVTwNw9VFvjN30HnE,1058
24
+ aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=LMeA9FF32Od_21P-rU48ejY2W9dQQR8ElEgaieqDhiw,13698
25
+ aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=0gUd1RVEHaz063iXt2Y5dgQLUo96spcdKj4H8E583lg,11628
26
+ aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=0Yf09wq_Dc5MQWljly6503IqKT9ncCTZQ2_trkxr0Bc,19553
27
27
  aa_intel_tool/locale/uk/LC_MESSAGES/django.mo,sha256=EC0IWOvk4lHTg3NHFG0gJqJhcniQlsxfNrAdJPO7NjI,665
28
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=A98c05UT3NnsF6U0pi9CAzAr2lzhoOaFEGn20C9l0i4,13594
29
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=5hZepIDKhsUMxfilLQSoClDKltwSeJefapTMP9bXutc,13363
28
+ aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=rTvd-trhP8xhA99BPFmlW8w75745Od-KN5XjAhynOXc,13645
29
+ aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=p_GhPgv9-JOzjXt83ZkrsSoW2T7UzOiJESCYD2zWX7Q,13414
30
30
  aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py,sha256=4o9a32tDfaqyBC_tpiEakIbMbnglDWOV3bOAks0uYC8,1793
31
- aa_intel_tool/migrations/0001_initial.py,sha256=XPiUlXjkRHqgb-_g91_XAzbKIdGW2FhyeaavXkHMZcg,2019
32
- aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py,sha256=3L5eXOlGcRkXvQuPnEVTW9tOIx2ySjJ8SRNG6oVH_kA,2208
33
- aa_intel_tool/migrations/0003_alter_scandata_scan.py,sha256=AX_9prazV-ewLB9l6Eekjjc4N2o5hfcM7yQ8QV2yGwQ,718
34
- aa_intel_tool/migrations/0004_alter_scandata_section.py,sha256=tmOTfA3_gX0mn4C78yGg-Y9nyVYTuQFuoNudBBrdK9w,1150
35
- aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py,sha256=sCHsJPxPjHGkkGK_5oE6_DKkrqzup_PtH52poBKTa0o,3106
36
- aa_intel_tool/migrations/0006_alter_scandata_unique_together.py,sha256=Gamg7fEG0qsKYpoa8EtlURkQa8x-L47Gr6cWd91Qouw,403
37
- aa_intel_tool/migrations/0007_alter_scandata_section.py,sha256=Qpa7ka63ZJYrwy4WWAK-c_rOxGpJ3CjvC6RuG5PQ9HU,1369
38
- aa_intel_tool/migrations/0008_alter_scandata_section.py,sha256=BRo8tYnlWjL97hFIhNGdtW-R2wrTnorqQKqu91TbzhU,1424
39
- aa_intel_tool/migrations/0009_alter_scan_scan_type.py,sha256=VWC3mw_mZkcfkAExWt2uJo5g8w2VHzw13xS7Wke-erY,756
31
+ aa_intel_tool/migrations/0001_initial.py,sha256=nwtThaFJ7wrOZld0MzQ-MLpHB9xG-SJOZPl8FbM8dFE,4339
40
32
  aa_intel_tool/migrations/__init__.py,sha256=DlW5327gBRgSG2GG_T0E1NcpiTFtYs0Vty1fzj4eiPY,34
41
33
  aa_intel_tool/parser/__init__.py,sha256=BAFdCEaeC0cmv74ZuZGZJCgJOiliMVBpgdQI63ABJ2U,30
42
34
  aa_intel_tool/parser/general.py,sha256=9iqbq7TP5yr9gwkXMj9h3ontdBL0nm0t9qll914RzkI,1952
43
35
  aa_intel_tool/parser/helper/db.py,sha256=6tAxvsPo08yEZ29dRIeEbx29zTzOkS3X9FwLRPaH_1k,719
44
36
  aa_intel_tool/parser/module/chatlist.py,sha256=zYNA5Xyp0ZaJiJXHvy7u4EaYQMUfU2L5RmGcxw_W6_A,10302
45
37
  aa_intel_tool/parser/module/dscan.py,sha256=RWkLSU7HW4yTgYeqyBIVPJUDlbjbx07uC2S07jRXqIs,11726
46
- aa_intel_tool/parser/module/fleetcomp.py,sha256=DMmBWoQT_gL7dF14gAV6dpZLTsGjgBdlTgstVg1AfP8,5989
38
+ aa_intel_tool/parser/module/fleetcomp.py,sha256=d-aokTxaGJ3AT1khoR0ZpjTGHF59n3wTC594CvOQwas,6160
39
+ aa_intel_tool/scripts/drop_tables.sql,sha256=fJa_scRF95SxCmaMqFGzL4HhUwk5GN5cLexEbS_qwgw,192
47
40
  aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css,sha256=ksp4pL4qNOpEhcUPN88RLzhdKU-QBZQJnyyPbIv-JQI,324
48
41
  aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css,sha256=STWHOcuZIz2sFU3myexJ_5A-Rb8oyEyopeZhvu-JWCM,177
49
42
  aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map,sha256=Q0r5HxDrpkW2JCeM6qnOTRZ6hxRVKpL49UOMuL_yBCc,505
50
43
  aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css,sha256=agQwIL7Jyph-xSumEwth9l0YsW9os99ssFopE2LfGiA,7431
51
44
  aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css,sha256=ta6cvW6ilB00kXYthry6277b6_nZE1SrHLvmmdUQGhM,5013
52
45
  aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map,sha256=ERE_lLDDXEFgNg1vnNDYAdm5n6ItcfGWH3c_dPrkMrA,8996
53
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js,sha256=pZD9z9RJH62yBm5hh0J8gyUBaoR4wvlnM_m7Ro7aHcw,10571
54
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js,sha256=wyXA0unn5EMlYcJTBSq6nfKkJXXRlWy9AAPIwrf5ekg,6792
55
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js,sha256=Vqk0K0avsQ0GFGvdaBotpwY41qJ12bKlpXrtpl7EWwk,12007
56
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js,sha256=go8HtSWyRWArdb1NkKF3Guqy7N9Ni7kKh93cvPK1SkU,5022
57
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js,sha256=RH2Qox2fTZnGwDHdYO0i6dv5vNw-y2g8LnHytbxNAgE,4775
58
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js,sha256=Zq3ifYca125vGHfzOwErEdoW1b9fVUWHmRyMQsDlCa8,2606
46
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js,sha256=d06l_yj279XWm0CL5kMINXjnTD9-gYllpgNxF2U3TGI,10617
47
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js,sha256=nK_kMvIErM_dkHsfNAgnafNW7WG3ts_x-N9tMq2n_Ng,6838
48
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map,sha256=ACLqo5gy7w8GcA8CfbjwGWA5gmixog_U1hzXHbrDAnI,4579
49
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js,sha256=F3q2wSnLlm_7xMzdMyHFwr40VamCs5WluDGDhYOpBdU,12010
50
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js,sha256=k5Q-oFB7zf6ezhGpyUEdtVqlV_QIJmKNkvy4tIb10r8,5077
51
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map,sha256=VkLMuubUAalKS8j0DkdgZEkSMc2dlV1QLQAWjg4Cgpc,4924
52
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js,sha256=FwXEx96mpUGwuEeD4miffiMMn4o1FMDltbZlkZxuZbE,4831
53
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js,sha256=s3AnvMqonG1Qoi5CsWJ3O0UZ2CURgnq6ZUHcgmRT9J0,2646
54
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map,sha256=AehPymvbp4r--qDqbGvF9F5iZygDRUzMiK2tdl3nT8E,1960
59
55
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js,sha256=WjVuiheUY1kxAhW_nieUF5zEEvRR0fttpRAXXQKFmn4,20846
60
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js,sha256=tF_7q_c83OLWZWn_hXJJzJkZbaJ7uGb3E9boOGv1-Kk,9025
61
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js,sha256=lq9O0px4dGD_pdGxvdmb-EZTagpfAxPhf1HSFXKBPYs,5248
62
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js,sha256=uR7npqpKy9S0eIEinG-bF4MTi4Ld173ejQEdxInvnwo,3028
63
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js,sha256=e20vgVIsNTwx9851b00euG2CRzR4Jv7ZNn_xqfmsgJw,8513
64
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js,sha256=5B9zHeJ3VNXMS0ow9-LV0MA1NCkWvqarXE3a6rp0xgI,3151
56
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js,sha256=waNPa-ShSFemR5bYh1fDx9AWkFtZsLoZn2Fz_Ox0KLY,9077
57
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map,sha256=SHNSZjIc4dpeIyqIw6RpcKPOqt2OlGMWwR7PM7H_yzg,8671
58
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js,sha256=y0wpHktJDLpXbf5c928duvGsRqL2YxwKyrlYD3RQpfI,5304
59
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js,sha256=JLdPfgOFPOULLKNj0eWgLX3akMMBPvHWEnFUY4QCPlk,3079
60
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map,sha256=glXptUuI07kYTDmlSsZ-IWH5d393RIzz_neyAkBxryE,2221
61
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js,sha256=6WVXVhH-sAt6aM_OsJHgkhn9tHqSVlU90PIfSw_Yuo0,8833
62
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js,sha256=RS36zcJHlObArouXxIXm4v-CfGyIKwltZYYvimg8BY8,3397
63
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map,sha256=9Yvbi_dApuNfPEIcURYtWSLtgRqzwRWzW1-Q-oJB0ps,3495
65
64
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js,sha256=p6fsh6DTUw5A5N-QCkMyEQzThcxGYWrKZs9zRn_M9Jw,11087
66
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js,sha256=FR-1J2ZmUDQ-v3iEEYFVgnrtFp7wuT2hCpx2j66E7-E,6813
65
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js,sha256=o1runWn070Hs7GPAMIRQAE0brfhSNQItT1I8PqfNsWw,6878
66
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map,sha256=7XR3bhlKe9LtKTFIMz_NHzEtT73d8srETIYWdlIOGiA,3954
67
67
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js,sha256=Vh7jzhGaMPBosEOtS2Lb15_ULo4dKmXrYkxgdO7xYQo,533
68
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js,sha256=ACIKnfS8kKekQGw2UfRkvB-gHP9rcSttXm_woPRqnXI,230
68
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js,sha256=aicPt6exOImVYR-SxIZ7k7pWEWMsiAjAv5Ea3HTJO2o,276
69
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map,sha256=i1DO-s4pzmAbcUzkJZOLPQw8Nnj_2w-BQKdHX4jsy88,416
69
70
  aa_intel_tool/templates/aa_intel_tool/base.html,sha256=-y8UMLDLafZsQBRsJ4CMLu6zjB5tDoj__z_NdBN0sfc,597
70
71
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html,sha256=ZDHabY5APpH4PCrpZXJXUcjfDH-4WQjxBYrfHUd20Cw,383
71
72
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html,sha256=m38U-_h4IGFp3K-P6i5tonFUXLB1KznYgooLnuwqHEQ,242
72
73
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html,sha256=2kx0ahukBHefYttxf1zSkxQ7yRbBq0Omk9w6pMWK2S4,377
73
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html,sha256=lXX3TN0Iva5-JoptriCTKyfhQLkQi01SVRAl8j22nrs,625
74
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html,sha256=b-vabaUfsfCOzboExZWlmiAWQSKFjfJ39Py70w_lO3g,2184
74
+ aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html,sha256=ZOM4y_6B5RkIMnDUkUEVOx8B6TDADEBJUAlz_Lrq4eQ,701
75
+ aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html,sha256=h4TjGWlPoWr39nXnk_Zosvp84N5S1W3CaWa0SBn7S8s,2184
75
76
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html,sha256=-L74j26jxDFpvwowpHcPK4vLbhCEHf8EaRQ83sAlH_Y,138
76
77
  aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html,sha256=tucB11JHa3PbxEax90fGEVgnQRNznl7wWrsc-ZGxd6Q,382
77
78
  aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html,sha256=Vaj9QK500wXZbw8X1Lc3NWL9WsO3Nz9YM8eujP-UR40,408
78
- aa_intel_tool/templates/aa_intel_tool/partials/index/form.html,sha256=qsETPpPH76ONlVgm0psC1WEoQgPhtZ221M8knujdDeU,2903
79
+ aa_intel_tool/templates/aa_intel_tool/partials/index/form.html,sha256=fj_e59C_hkGpWUqAvLK39rJ6s8Apu7IydgywEZBP6_A,3103
79
80
  aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html,sha256=bXoEDFCzdGsHsnlWP6n39RESBqxl2DqH0UsR5gYXbG8,740
80
81
  aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html,sha256=V5Aeq9lCKkuNxVIldecNBxbgdhiXvCQAbrK3y_MqaS4,165
81
82
  aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html,sha256=mq5uNDDs2XfH4alnAOSILGQzk8C2Sis5wbJAGEVLxcc,1522
@@ -93,18 +94,20 @@ aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilo
93
94
  aa_intel_tool/templates/aa_intel_tool/views/index.html,sha256=Ehvg0JikXH19U53N6atNjiyr2GNt2zE6BhsWB-4r2ZQ,847
94
95
  aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html,sha256=JnS24Xv0JMw2R_oImpgLq7jFNjz7Sgo_uaryZXJe780,1689
95
96
  aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html,sha256=0_jzzSQum3Gl0OwbW8NC58Oyr0TL77UFnrbUk7XpbGM,2166
96
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html,sha256=F_ssndSD6I7--jivHSoMV661yaaZ7Q4DYbOhI7LD2fQ,1919
97
+ aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html,sha256=mZbVNAps2UR8SCrlh_F11sggmzKBXazRM6MP5Vti0hw,1999
97
98
  aa_intel_tool/templatetags/__init__.py,sha256=sP2D1ovt2gGAPLcGQkByRgXYhvUJ6C52mZMlLIALQ8s,37
98
99
  aa_intel_tool/templatetags/inteltool_versioned_static.py,sha256=Jed97jkX8PBQI8KXUjOKLEqR9v29ApwC65ndOFRiZ4w,520
99
100
  aa_intel_tool/tests/__init__.py,sha256=NLuMBNDHYOXDmPgpyG-g_kDaATVQWv1iC-dJ8BA1kZc,29
100
- aa_intel_tool/tests/test_access.py,sha256=POds0aRXXB4xO6MPMWFV14tna9Zojhqo8F4zPT8tZ44,2217
101
+ aa_intel_tool/tests/test_access.py,sha256=35OrWM21paWdCd43b3jBtmeIjM-sQLDGd2116n0SwFU,2225
102
+ aa_intel_tool/tests/test_admin.py,sha256=yw97GjqqzNNFfJiSJ1MkBeuQfTGvF0JAmvhvRycqMKg,2072
101
103
  aa_intel_tool/tests/test_app_settings.py,sha256=xcmNfyjJco3ED-csBkYSgrzeEr3Y5KzZo8ZY3BvtvXw,2567
102
- aa_intel_tool/tests/test_auth_hooks.py,sha256=SoT3V6KXkSOnkjl8bZhHTDIXe2A7dc5eaTf_pBrOGXs,2132
103
- aa_intel_tool/tests/test_helper_data_structures.py,sha256=oz4Xcx_avKvFx5ZYjqijjFg5fF4u5qxTaiWPGkLeXmA,723
104
+ aa_intel_tool/tests/test_auth_hooks.py,sha256=Ej4C82aNcGr_9Tbsh6XnlidqCGrqBQFbydPFFdxVEV0,2140
105
+ aa_intel_tool/tests/test_helper_data_structures.py,sha256=1zRuh54-6YtDt7M1w7JpBRHlvS2rgBdnzvWLXV9Kl3s,765
104
106
  aa_intel_tool/tests/test_models.py,sha256=rtwWDO251OoU6mHo-6u0LS0X7qb7uHtDIPoY3iEvhS0,817
105
- aa_intel_tool/tests/test_parser.py,sha256=01Ngo-Ff5KBtZz_fYTvGuVDzzG1GbxfISHneEBEACSc,3937
107
+ aa_intel_tool/tests/test_parser.py,sha256=nz0TNJrO_22xgd8EO7ElY7GX6dB2kZVhHY8L7OSTCX4,3896
108
+ aa_intel_tool/tests/test_parser_helper_db.py,sha256=f8qqPKUxG39X77iEICh_P1UmXDbHPnJc_tXe3FuxGYs,1642
106
109
  aa_intel_tool/tests/test_templatetags.py,sha256=y3ZXs5yi0mLVdqvrCjEtxsAhYMh4M3kwu1BwyKzIOVQ,905
107
- aa_intel_tool/tests/utils.py,sha256=tGkKJAbUVS2T9_xBN_0W6JHqKDs6iifjUZdUP-expIU,3474
110
+ aa_intel_tool/tests/utils.py,sha256=ueoey-p4S-flykSzbq5ZlCPewHBq2op2mNbAZz-Frtk,1128
108
111
  aa_intel_tool/tests/test-data/chatscan-faulty.txt,sha256=E1kv5BaZGagLP9VTaac8sVt0PMUMNpyMMqkx3dCZ8cg,40
109
112
  aa_intel_tool/tests/test-data/chatscan.txt,sha256=QkZER0l6-iw7uwTiDIpp2PUQ4NecaHWX83rZSrLp_LI,40
110
113
  aa_intel_tool/tests/test-data/dscan-german-client.txt,sha256=GKMfjZUYWW7ZSwhcAeElBv6Au53cHY_PlPJAvCpN1Aw,9082
@@ -113,8 +116,8 @@ aa_intel_tool/tests/test-data/dscan.txt,sha256=fYf1MIY_nh2npAt2BzUjGz9XYP7LQnrxr
113
116
  aa_intel_tool/tests/test-data/fleetcomp.txt,sha256=BYqCJznI3e6jlHTQwmr08wZr2D_anUdR-9yfu2-RJcI,234
114
117
  aa_intel_tool/views/__init__.py,sha256=zf5e30BdJ772oDJkQnBfFIi5a7-HEJByUIkv0iz3Kr8,29
115
118
  aa_intel_tool/views/ajax.py,sha256=7xBsd0Eg6enDl7JeI9vNJXaF66lWjhStLfYdJGAobvM,911
116
- aa_intel_tool/views/general.py,sha256=FSQ0KVqK4WeW20tXH2mPobwOE9b1hm4lXk-LCSzty5M,3998
117
- aa_intel_tool-0.0.1a14.dist-info/METADATA,sha256=1IXfzB-iVhToLJEdi4NHgSVmInJCTuIjmcuCbDDSRFc,54362
118
- aa_intel_tool-0.0.1a14.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
119
- aa_intel_tool-0.0.1a14.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
120
- aa_intel_tool-0.0.1a14.dist-info/RECORD,,
119
+ aa_intel_tool/views/general.py,sha256=7VbM9r-UOiMCOAURJ4JXw1tL3sIHT6FhSYXZAYFjjQE,4023
120
+ aa_intel_tool-1.0.0.dist-info/METADATA,sha256=EzEcJIJUWIWfipUwp4SA9BVPkm9-ackctDut80XGUmE,54986
121
+ aa_intel_tool-1.0.0.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
122
+ aa_intel_tool-1.0.0.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
123
+ aa_intel_tool-1.0.0.dist-info/RECORD,,
@@ -1,69 +0,0 @@
1
- # Generated by Django 4.0.10 on 2023-08-06 09:03
2
-
3
- # Django
4
- import django.db.models.deletion
5
- from django.db import migrations, models
6
-
7
-
8
- class Migration(migrations.Migration):
9
- dependencies = [
10
- ("aa_intel_tool", "0001_initial"),
11
- ]
12
-
13
- operations = [
14
- migrations.RemoveField(
15
- model_name="scan",
16
- name="processed_data",
17
- ),
18
- migrations.CreateModel(
19
- name="ScanData",
20
- fields=[
21
- (
22
- "id",
23
- models.AutoField(
24
- auto_created=True,
25
- primary_key=True,
26
- serialize=False,
27
- verbose_name="ID",
28
- ),
29
- ),
30
- (
31
- "section",
32
- models.CharField(
33
- choices=[
34
- ("invalid", "Invalid scan data"),
35
- ("pilotlist", "Pilot list"),
36
- ("corporationlist", "Corporation list"),
37
- ("alliancelist", "Alliance list"),
38
- ],
39
- default="invalid",
40
- max_length=15,
41
- verbose_name="The scan section",
42
- ),
43
- ),
44
- (
45
- "processed_data",
46
- models.JSONField(
47
- default=dict, verbose_name="The processed scan section data"
48
- ),
49
- ),
50
- (
51
- "scan",
52
- models.ForeignKey(
53
- blank=True,
54
- default=None,
55
- null=True,
56
- on_delete=django.db.models.deletion.SET_NULL,
57
- related_name="scan_data",
58
- to="aa_intel_tool.scan",
59
- verbose_name="Scan",
60
- ),
61
- ),
62
- ],
63
- options={
64
- "verbose_name": "scan data",
65
- "verbose_name_plural": "scan data",
66
- "default_permissions": (),
67
- },
68
- ),
69
- ]
@@ -1,27 +0,0 @@
1
- # Generated by Django 4.0.10 on 2023-08-06 09:21
2
-
3
- # Django
4
- import django.db.models.deletion
5
- from django.db import migrations, models
6
-
7
-
8
- class Migration(migrations.Migration):
9
- dependencies = [
10
- ("aa_intel_tool", "0002_remove_scan_processed_data_scandata"),
11
- ]
12
-
13
- operations = [
14
- migrations.AlterField(
15
- model_name="scandata",
16
- name="scan",
17
- field=models.ForeignKey(
18
- blank=True,
19
- default=None,
20
- null=True,
21
- on_delete=django.db.models.deletion.CASCADE,
22
- related_name="scan_data",
23
- to="aa_intel_tool.scan",
24
- verbose_name="Scan",
25
- ),
26
- ),
27
- ]
@@ -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
- ]