aa-intel-tool 0.0.1a8__py3-none-any.whl → 0.0.1a10__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 (34) hide show
  1. aa_intel_tool/app_settings.py +7 -0
  2. aa_intel_tool/constants.py +40 -13
  3. aa_intel_tool/helper/data_structure.py +22 -0
  4. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/es/LC_MESSAGES/django.po +19 -17
  6. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  7. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +22 -20
  8. aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +17 -0
  9. aa_intel_tool/models.py +2 -0
  10. aa_intel_tool/parser/module/chatlist.py +4 -22
  11. aa_intel_tool/parser/module/dscan.py +194 -102
  12. aa_intel_tool/static/aa_intel_tool/javascript/{aa-intel-tool-highlight.js → aa-intel-tool-chatscan-highlight.js} +23 -23
  13. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -0
  14. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +3 -3
  15. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  16. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-clipboard.js +3 -4
  17. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-clipboard.min.js +1 -1
  18. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +40 -0
  19. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -0
  20. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +43 -45
  21. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  22. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +1 -1
  23. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +1 -1
  24. aa_intel_tool/tests/test-data/dscan-german-client.txt +176 -0
  25. aa_intel_tool/tests/test-data/dscan-russian-client.txt +13 -0
  26. aa_intel_tool/tests/test-data/dscan.txt +1 -1
  27. aa_intel_tool/tests/test_app_settings.py +27 -0
  28. aa_intel_tool/tests/test_parser.py +16 -17
  29. aa_intel_tool/views/ajax.py +4 -9
  30. {aa_intel_tool-0.0.1a8.dist-info → aa_intel_tool-0.0.1a10.dist-info}/METADATA +13 -11
  31. {aa_intel_tool-0.0.1a8.dist-info → aa_intel_tool-0.0.1a10.dist-info}/RECORD +33 -25
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-highlight.min.js +0 -1
  33. {aa_intel_tool-0.0.1a8.dist-info → aa_intel_tool-0.0.1a10.dist-info}/WHEEL +0 -0
  34. {aa_intel_tool-0.0.1a8.dist-info → aa_intel_tool-0.0.1a10.dist-info}/licenses/LICENSE +0 -0
@@ -29,16 +29,11 @@ def get_scan_data(
29
29
  """
30
30
 
31
31
  try:
32
- scan_data = (
33
- ScanData.objects.filter( # pylint: disable=no-member
34
- scan_id__exact=scan_hash,
35
- section__exact=scan_section,
36
- )
37
- .exclude(section=ScanData.Section.INVALID)
38
- .get()
39
- )
32
+ scan_data = ScanData.objects.filter( # pylint: disable=no-member
33
+ scan_id__exact=scan_hash, section__exact=scan_section
34
+ ).get()
40
35
  processed_data = scan_data.processed_data
41
36
  except ScanData.DoesNotExist: # pylint: disable=no-member
42
- processed_data = None
37
+ processed_data = {}
43
38
 
44
39
  return JsonResponse(data=processed_data, safe=False)
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-intel-tool
3
- Version: 0.0.1a8
3
+ Version: 0.0.1a10
4
4
  Summary: A simple parser for D-Scans and more for Alliance Auth
5
- Project-URL: Homepage, https://github.com/ppfeufer/aa-intel-tool
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
7
+ Project-URL: Homepage, https://github.com/ppfeufer/aa-intel-tool
7
8
  Project-URL: Source, https://github.com/ppfeufer/aa-intel-tool.git
8
- Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
9
9
  Project-URL: Tracker, https://github.com/ppfeufer/aa-intel-tool/issues
10
10
  Author-email: Peter Pfeufer <develop@ppfeufer.de>
11
11
  License-Expression: GPL-3.0
@@ -28,7 +28,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
28
28
  Requires-Python: ~=3.8
29
29
  Requires-Dist: allianceauth-app-utils>=1.19.1
30
30
  Requires-Dist: allianceauth>=3.6.1
31
- Requires-Dist: django-eveuniverse>=1.3.0
31
+ Requires-Dist: django-eveuniverse>=1.3
32
32
  Description-Content-Type: text/markdown
33
33
 
34
34
  # AA Intel Tool
@@ -254,13 +254,15 @@ Restart your Nginx service.
254
254
  To customize the app, the following settings are available and can be made in
255
255
  your `local.py`.
256
256
 
257
- | Name | Description | Default |
258
- |:----------------------------------|:-----------------------------------------------------------------------------------------------------------------|:--------|
259
- | INTELTOOL_ENABLE_MODULE_CHATSCAN | Enable or disable the chat scan module. | False |
260
- | INTELTOOL_ENABLE_MODULE_DSCAN | Enable or disable the d-scan module. | True |
261
- | INTELTOOL_ENABLE_MODULE_FLEETCOMP | Enable or disable the fleet composition module. | True |
262
- | INTELTOOL_SCAN_RETENTION_TIME | Sets the time in days for how long the scans will be kept in the database. Set to 0 to keep scans indefinitely. | 30 |
263
- | INTELTOOL_CHATSCAN_MAX_PILOTS | Sets the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable. | 500 |
257
+ | Name | Description | Default |
258
+ |:----------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|:--------|
259
+ | INTELTOOL_ENABLE_MODULE_CHATSCAN | Enable or disable the chat scan module. | False |
260
+ | INTELTOOL_ENABLE_MODULE_DSCAN | Enable or disable the d-scan module. | True |
261
+ | INTELTOOL_ENABLE_MODULE_FLEETCOMP | Enable or disable the fleet composition module. | True |
262
+ | INTELTOOL_SCAN_RETENTION_TIME | Set the time in days for how long the scans will be kept in the database. Set to 0 to keep scans indefinitely. | 30 |
263
+ | INTELTOOL_CHATSCAN_MAX_PILOTS | Set the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable. | 500 |
264
+ | INTELTOOL_DSCAN_GRID_SIZE | Set the grid size for D-Scans. This defines <br/>the size of the grid in km in which ships and structures are considered to be "on grid" | 10000 |
265
+
264
266
 
265
267
  > **Note**
266
268
  >
@@ -1,25 +1,28 @@
1
1
  aa_intel_tool/__init__.py,sha256=u6zbS8cbdtUvtSfC1nRmGMXJHAnt4vTQmD6EAjhN_-U,174
2
2
  aa_intel_tool/admin.py,sha256=7ULgwNZS7ak6Ob1vYf9V8TuiO-UnmQ_1v43vJt_J-Cg,2440
3
- aa_intel_tool/app_settings.py,sha256=V-FAaFHijpoOAvT5fpYj6V51YInb32wtPEjTj_kMu3c,1868
3
+ aa_intel_tool/app_settings.py,sha256=bZc-2__TI1Ok6XOZAeNrjRQvKCALN6pwULFUUCmjwd0,2146
4
4
  aa_intel_tool/apps.py,sha256=0LcoWtasZy27ywjmV-rC6yJSKUTic_yscf1yyXtMQKg,450
5
5
  aa_intel_tool/auth_hooks.py,sha256=hqLLe3I0nvvth1K1MNfItzp4OUiftwL7RyACDOgaTDI,1538
6
- aa_intel_tool/constants.py,sha256=dcAPebjAfnSBjyNb4oSXbGqrHF2nWj40KenKEVMsNL0,1469
6
+ aa_intel_tool/constants.py,sha256=W_5XJsqxFRjE6OsvU5K-2UQGgMQ8L2ekiuUSKRaZeQ0,2286
7
7
  aa_intel_tool/exceptions.py,sha256=1uEreioXqnWR8trgU5RSvj7CZ6GdkaWG-wI5G1pfvqs,693
8
8
  aa_intel_tool/form.py,sha256=zpIigT8Q0XxpS4_izUX7XXxMlcBIuKWWlZcpkNJn4LE,503
9
- aa_intel_tool/models.py,sha256=y5YaRwOFXnBP0lDWk-VYJlaitiTdKhG77qeNQVzVoGA,3693
9
+ aa_intel_tool/models.py,sha256=Bkc6KvsTybE1ZHUGjvKHQ7TvMo101naNH1iMUElyk0M,3740
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
+ aa_intel_tool/helper/data_structure.py,sha256=BkpaJ6iolHBTQNtEBhLFUpvl1RHAGmmZbHJpU5BJ-UM,404
13
14
  aa_intel_tool/helper/eve_character.py,sha256=EekvX6yw_uzDkLp-3w3hnjmkralxZ0YCiajW-K2-Fcg,5134
14
15
  aa_intel_tool/locale/django.pot,sha256=WvlJPKzEOR_2JAKWfqmTwLm1mSILTTzE3k1dr2RsoGo,10403
15
16
  aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=We-_ZP6pivBEV7un_2q49lQDHar-h9J8rOa6M09immk,8079
16
17
  aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=4-0Yc3mEpEDHdiT3iRJO4S-2epedBSm_-AloC4Cuj0c,13327
17
- aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=rKigO_89-Ms2afeEMtDtkBf7XVZwlSAYLReLJ5CvNzk,10395
18
+ aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=VWdzbJQj0FnczNAczBrhV4BpmItAb30Ct9vGppM9vqk,1206
19
+ aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=KA0KOghF3GjaZAxYhslWBaeXqkMmZTSCYdiyO6FxHEo,10794
18
20
  aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=WvlJPKzEOR_2JAKWfqmTwLm1mSILTTzE3k1dr2RsoGo,10403
19
21
  aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=WvlJPKzEOR_2JAKWfqmTwLm1mSILTTzE3k1dr2RsoGo,10403
20
22
  aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=qy7QpNcOUpmkWz2qkNImRQ5ut964c89gwosTmKlnuLc,10388
21
23
  aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=WvlJPKzEOR_2JAKWfqmTwLm1mSILTTzE3k1dr2RsoGo,10403
22
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=nQiNeVO_2JcqeAiDrZ42c0tbDJ8CLIZAx_7Qr82h1BU,10539
24
+ aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=yijqFIhENh25xnOyvxt5ZmzCNsz9v8LyNlJgfqj9kP0,1514
25
+ aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=7z10pYf33N8V-6rBb4a1uR08-La9kQa5kc861fKRGI4,11066
23
26
  aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=9slcSUYAMdibbW1LLZkni9gIc_p65xieRS3XsMW4-vA,10626
24
27
  aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=qy7QpNcOUpmkWz2qkNImRQ5ut964c89gwosTmKlnuLc,10388
25
28
  aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py,sha256=REMnWZF241S6YHrZj4-Lv9q78vivAtcfaTciN6tgEC4,1559
@@ -28,31 +31,34 @@ aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py,sha256=3L5e
28
31
  aa_intel_tool/migrations/0003_alter_scandata_scan.py,sha256=AX_9prazV-ewLB9l6Eekjjc4N2o5hfcM7yQ8QV2yGwQ,718
29
32
  aa_intel_tool/migrations/0004_alter_scandata_section.py,sha256=tmOTfA3_gX0mn4C78yGg-Y9nyVYTuQFuoNudBBrdK9w,1150
30
33
  aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py,sha256=sCHsJPxPjHGkkGK_5oE6_DKkrqzup_PtH52poBKTa0o,3106
34
+ aa_intel_tool/migrations/0006_alter_scandata_unique_together.py,sha256=Gamg7fEG0qsKYpoa8EtlURkQa8x-L47Gr6cWd91Qouw,403
31
35
  aa_intel_tool/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
36
  aa_intel_tool/parser/__init__.py,sha256=BAFdCEaeC0cmv74ZuZGZJCgJOiliMVBpgdQI63ABJ2U,30
33
37
  aa_intel_tool/parser/general.py,sha256=9iqbq7TP5yr9gwkXMj9h3ontdBL0nm0t9qll914RzkI,1952
34
38
  aa_intel_tool/parser/helper/db.py,sha256=tL74iGc7Rt6XsULWvYQgO_5K0TE05YbYhDJmH3LV12c,706
35
- aa_intel_tool/parser/module/chatlist.py,sha256=53XygpuCy-FykwF8QSFhozyzW7qWfdTioNMf4gJ2sOU,10719
36
- aa_intel_tool/parser/module/dscan.py,sha256=2CCzsufD2yz8JfSp_jdTaYl2J_V8pR6YSHZyKG7SQec,6458
39
+ aa_intel_tool/parser/module/chatlist.py,sha256=sn7JdpMJS-BfQFNJng_ptLK44cJuHbYHEYw728b1-dE,10395
40
+ aa_intel_tool/parser/module/dscan.py,sha256=FjGjJsuqCNCnrxWNloCe-Hdb7fSm5YVUZeFA7cnBBps,9141
37
41
  aa_intel_tool/parser/module/fleetcomp.py,sha256=26wcMKFr4Ut4NgrVC1CoXrdaH9QarnTcf_1hr9XMCKI,2524
38
42
  aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css,sha256=823I67Ghwq-uAC8jZfFHwugzuOUIMvxhmGBULOQi_Jo,324
39
43
  aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css,sha256=7aKlgAk1BZzjvHUAm-CPIMgXLFp97TW3eCoSiHEVajw,124
40
44
  aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css,sha256=GCzAzbATBQicRDmbC6e_fONg-5QnQEHlWcgWVUPvckc,6954
41
45
  aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css,sha256=zVH_8oLmFkMpPwNlvSZlLRxl0jqA5NS1EhgO4i8YAng,4634
42
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js,sha256=-ob3hPZ_J_jl1Du305aN4LIrTvG4aFAR64NMhT47ij8,15568
43
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js,sha256=8d_IwuMh-QbYB9TtYUFXc69kqRwwXbbAMoejp_BTGAU,8821
44
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-clipboard.js,sha256=ArfPzMxJ0lXod3mQ4g0AG82QO4egK-77_Wzpw0mSrLk,2932
45
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-clipboard.min.js,sha256=d-lQiwDVwWzgvBvcYuoWR4pDc4oXnOernQkLF0AQs5k,1418
46
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js,sha256=fi04dqKTzeqEZbXPndqpQlAAGwsWWYCwh-_7EwU4vf8,10532
47
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js,sha256=oN0s0ptY4Io92B89Z3kK3vQeAbxES2xOgABN9HVbrQM,5779
48
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-highlight.js,sha256=6y4GaEwf7JEDoYomqTol3eMH5g6c464TOVfA2PV23pY,10604
49
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-highlight.min.js,sha256=udQ0etIiFrfNucYJ-z_iMXDPoCIqIa4Dhx1LZ3IVkMw,6758
46
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js,sha256=w5lc_HM9hfz5kiTUo5MnFg0vo8SpwZN0sjVxELEqjbQ,10509
47
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js,sha256=Nlmk-uvqmdkNuE6CRQSIuRvxzURuq-1GEKQoHBbVBgg,6736
48
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js,sha256=1f9oIpqkAWIDCRQTHZTdKYf-IjGdzyXQpTyjeQHn6Es,15568
49
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js,sha256=5FZ8kDbmI1XWRXuIac4IDxF6ZRNpujrOUvSWUQqeJ1k,8827
50
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-clipboard.js,sha256=jUFflxVxhVc6hsuPzG4V5SCELBhc23lS4FTB_nyCs3E,2933
51
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-clipboard.min.js,sha256=c48qja6Ghq0NbbKc1OZ3Z1xlHAE8x5qDli2HDpFNM2Y,1416
52
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js,sha256=2qdFyBrkw3aRzkMNjV4bfjOFhYCcn9mikqcwmdIJyVc,1443
53
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js,sha256=TKwnOMXoappVyOzd4dYxvkOagRtiJh6aztswQGaIMAs,719
54
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js,sha256=5BYDLTMxBclVWYNDd4MMVhNG5WHNjyscgh0Y-DXcqrk,10101
55
+ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js,sha256=NmioDXFOFsp4SRLotiRCecKr3kQfnTXCe4WPem8GkWs,4511
50
56
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js,sha256=Vh7jzhGaMPBosEOtS2Lb15_ULo4dKmXrYkxgdO7xYQo,533
51
57
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js,sha256=ACIKnfS8kKekQGw2UfRkvB-gHP9rcSttXm_woPRqnXI,230
52
58
  aa_intel_tool/templates/aa_intel_tool/base.html,sha256=pJ0K5Ez6ImNdNK3nh3A7M7rIz3TROLRRppZRTBVwq1o,595
53
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html,sha256=kYtgjg-2FlKMZNoyuU_HK1hBrFPYIDm7yRlxLj2iov8,365
59
+ aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html,sha256=U4GRvMvai69hfuWj9J0RLRJtNjyCBz5zz9f_u5PBRoI,374
54
60
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html,sha256=eG-7opQLc8lQwhfyyBN7z6zcdCTI_3lpfgqqwK5-gcU,242
55
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html,sha256=l48EgERrNwApyKqthjY3SIN7uVeJogTahdzgt_dMqro,362
61
+ aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html,sha256=DE1Q12SY2dOxkSV6NZKoFJH_opLri8ncjivsiTkB7I8,368
56
62
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html,sha256=b-vabaUfsfCOzboExZWlmiAWQSKFjfJ39Py70w_lO3g,2184
57
63
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html,sha256=alwm2SvDIBBHtbdBN3TindYHUFijCOtbVSjrpO0tACk,138
58
64
  aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html,sha256=tucB11JHa3PbxEax90fGEVgnQRNznl7wWrsc-ZGxd6Q,382
@@ -72,20 +78,22 @@ aa_intel_tool/templatetags/__init__.py,sha256=sP2D1ovt2gGAPLcGQkByRgXYhvUJ6C52mZ
72
78
  aa_intel_tool/templatetags/inteltool_versioned_static.py,sha256=Jed97jkX8PBQI8KXUjOKLEqR9v29ApwC65ndOFRiZ4w,520
73
79
  aa_intel_tool/tests/__init__.py,sha256=NLuMBNDHYOXDmPgpyG-g_kDaATVQWv1iC-dJ8BA1kZc,29
74
80
  aa_intel_tool/tests/test_access.py,sha256=OLIP07bBkUvVNrDoSiAGHfIJOvEmvIiymF-lDim2U24,2215
75
- aa_intel_tool/tests/test_app_settings.py,sha256=RBVylQhDCy_9BlI8GMehFAKLxKPdmJF1kidEndVtSTs,1856
81
+ aa_intel_tool/tests/test_app_settings.py,sha256=xcmNfyjJco3ED-csBkYSgrzeEr3Y5KzZo8ZY3BvtvXw,2567
76
82
  aa_intel_tool/tests/test_auth_hooks.py,sha256=UbTft9DtukQFO3mWHYnYwMD0Xt50oezVfS1a7IfjNUE,2130
77
83
  aa_intel_tool/tests/test_models.py,sha256=rtwWDO251OoU6mHo-6u0LS0X7qb7uHtDIPoY3iEvhS0,817
78
- aa_intel_tool/tests/test_parser.py,sha256=nz0TNJrO_22xgd8EO7ElY7GX6dB2kZVhHY8L7OSTCX4,3896
84
+ aa_intel_tool/tests/test_parser.py,sha256=01Ngo-Ff5KBtZz_fYTvGuVDzzG1GbxfISHneEBEACSc,3937
79
85
  aa_intel_tool/tests/test_templatetags.py,sha256=y3ZXs5yi0mLVdqvrCjEtxsAhYMh4M3kwu1BwyKzIOVQ,905
80
86
  aa_intel_tool/tests/utils.py,sha256=tGkKJAbUVS2T9_xBN_0W6JHqKDs6iifjUZdUP-expIU,3474
81
87
  aa_intel_tool/tests/test-data/chatscan-faulty.txt,sha256=E1kv5BaZGagLP9VTaac8sVt0PMUMNpyMMqkx3dCZ8cg,40
82
88
  aa_intel_tool/tests/test-data/chatscan.txt,sha256=QkZER0l6-iw7uwTiDIpp2PUQ4NecaHWX83rZSrLp_LI,40
83
- aa_intel_tool/tests/test-data/dscan.txt,sha256=LZxUZdDdOHomtQ8m26yOVwWdP9gObR4yY26w5BhnVAc,3051
89
+ aa_intel_tool/tests/test-data/dscan-german-client.txt,sha256=GKMfjZUYWW7ZSwhcAeElBv6Au53cHY_PlPJAvCpN1Aw,9082
90
+ aa_intel_tool/tests/test-data/dscan-russian-client.txt,sha256=ngKOlyCaxrV3NiewfTRxcGoRMOCGHfY0j9TG7vPnMTk,579
91
+ aa_intel_tool/tests/test-data/dscan.txt,sha256=AhLhu3hbR-XHZQI34_xBqhNnDwnt9Z_z3B_BYjoSfhg,3052
84
92
  aa_intel_tool/tests/test-data/fleetcomp.txt,sha256=-ofpfNyKeeWjQIG02ED-FE3sQQhtZjumvSxcZ-uxgCQ,154
85
93
  aa_intel_tool/views/__init__.py,sha256=zf5e30BdJ772oDJkQnBfFIi5a7-HEJByUIkv0iz3Kr8,29
86
- aa_intel_tool/views/ajax.py,sha256=0X2TIU51jrO6sw7DBlZyjhcX-_HCdP9YErpwiFI4EaM,1030
94
+ aa_intel_tool/views/ajax.py,sha256=7xBsd0Eg6enDl7JeI9vNJXaF66lWjhStLfYdJGAobvM,911
87
95
  aa_intel_tool/views/general.py,sha256=lftJbTxVlW-cZFg8dQAvtFPP-LDBgORHj9ElXGSGBus,3649
88
- aa_intel_tool-0.0.1a8.dist-info/METADATA,sha256=p36BjeRakBrIBBh-9dqElS1WqIdG0YMldnSrr4aJFdA,12433
89
- aa_intel_tool-0.0.1a8.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
90
- aa_intel_tool-0.0.1a8.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
91
- aa_intel_tool-0.0.1a8.dist-info/RECORD,,
96
+ aa_intel_tool-0.0.1a10.dist-info/METADATA,sha256=nFTG2r5chISk2WY-jZ_mXWpIsyPNQThTtEH-P24JB_w,12788
97
+ aa_intel_tool-0.0.1a10.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
98
+ aa_intel_tool-0.0.1a10.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
99
+ aa_intel_tool-0.0.1a10.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- "use strict";const removeCorporationStickyComplete=element=>{let removeCorporationSticky=true;$('table.aa-intel-pilot-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').each((i,el)=>{if($(el).hasClass("aa-intel-highlight-sticky")){removeCorporationSticky=false}});return removeCorporationSticky};const removeAllianceStickyComplete=element=>{let removeAllianceSticky=true;$('table.aa-intel-pilot-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').each((i,el)=>{if($(el).hasClass("aa-intel-highlight-sticky")){removeAllianceSticky=false}});return removeAllianceSticky};const allianceTableAddStickyByAllianceId=element=>{$('table.aa-intel-alliance-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').addClass("aa-intel-highlight-sticky")};const allianceTableAddHighlightByAllianceId=element=>{$('table.aa-intel-alliance-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').addClass("aa-intel-highlight")};const allianceTableRemoveStickyByAllianceId=element=>{$('table.aa-intel-alliance-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').removeClass("aa-intel-highlight-sticky")};const allianceTableRemoveHighlightByAllianceId=element=>{$('table.aa-intel-alliance-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').removeClass("aa-intel-highlight")};const corporationTableAddStickyByCorporationId=element=>{$('table.aa-intel-corporation-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').addClass("aa-intel-highlight-sticky")};const corporationTableAddHighlightByCorporationId=element=>{$('table.aa-intel-corporation-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').addClass("aa-intel-highlight")};const corporationTableAddStickyByAllianceId=element=>{$('table.aa-intel-corporation-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').addClass("aa-intel-highlight-sticky")};const corporationTableAddHighlightByAllianceId=element=>{$('table.aa-intel-corporation-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').addClass("aa-intel-highlight")};const corporationTableRemoveStickyByCorporationId=element=>{$('table.aa-intel-corporation-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').removeClass("aa-intel-highlight-sticky")};const corporationTableRemoveHighlightByCorporationId=element=>{$('table.aa-intel-corporation-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').removeClass("aa-intel-highlight")};const corporationTableRemoveStickyByAllianceId=element=>{$('table.aa-intel-corporation-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').removeClass("aa-intel-highlight-sticky")};const corporationTableRemoveHighlightByAllianceId=element=>{$('table.aa-intel-corporation-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').removeClass("aa-intel-highlight")};const pilotTableAddStickyByCorporationId=element=>{$('table.aa-intel-pilot-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').addClass("aa-intel-highlight-sticky")};const pilotTableAddHighlightByCorporationId=element=>{$('table.aa-intel-pilot-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').addClass("aa-intel-highlight")};const pilotTableAddStickyByAllianceId=element=>{$('table.aa-intel-pilot-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').addClass("aa-intel-highlight-sticky")};const pilotTableAddHighlightByAllianceId=element=>{$('table.aa-intel-pilot-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').addClass("aa-intel-highlight")};const pilotTableRemoveStickyByCorporationId=element=>{$('table.aa-intel-pilot-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').removeClass("aa-intel-highlight-sticky")};const pilotTableRemoveHighlightByCorporationId=element=>{$('table.aa-intel-pilot-participation-list tr[data-corporation-id="'+element.data("corporationId")+'"]').removeClass("aa-intel-highlight")};const pilotTableRemoveStickyByAllianceId=element=>{$('table.aa-intel-pilot-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').removeClass("aa-intel-highlight-sticky")};const pilotTableRemoveHighlightByAllianceId=element=>{$('table.aa-intel-pilot-participation-list tr[data-alliance-id="'+element.data("allianceId")+'"]').removeClass("aa-intel-highlight")};const addHightlight=(by_table,table_row)=>{table_row.addClass("aa-intel-highlight");if(by_table==="alliance"){corporationTableAddHighlightByAllianceId(table_row);pilotTableAddHighlightByAllianceId(table_row)}if(by_table==="corporation"){allianceTableAddHighlightByAllianceId(table_row);pilotTableAddHighlightByCorporationId(table_row)}if(by_table==="pilot"){allianceTableAddHighlightByAllianceId(table_row);corporationTableAddHighlightByCorporationId(table_row)}};const addSticky=(by_table,table_row)=>{table_row.addClass("aa-intel-highlight-sticky");if(by_table==="alliance"){corporationTableAddStickyByAllianceId(table_row);pilotTableAddStickyByAllianceId(table_row)}if(by_table==="corporation"){allianceTableAddStickyByAllianceId(table_row);pilotTableAddStickyByCorporationId(table_row)}if(by_table==="pilot"){allianceTableAddStickyByAllianceId(table_row);corporationTableAddStickyByCorporationId(table_row)}};const removeHightlight=(by_table,table_row)=>{table_row.removeClass("aa-intel-highlight");if(by_table==="alliance"){corporationTableRemoveHighlightByAllianceId(table_row);pilotTableRemoveHighlightByAllianceId(table_row)}if(by_table==="corporation"){allianceTableRemoveHighlightByAllianceId(table_row);pilotTableRemoveHighlightByCorporationId(table_row)}if(by_table==="pilot"){allianceTableRemoveHighlightByAllianceId(table_row);corporationTableRemoveHighlightByCorporationId(table_row)}};const removeSticky=(by_table,table_row)=>{table_row.removeClass("aa-intel-highlight-sticky");if(by_table==="alliance"){corporationTableRemoveStickyByAllianceId(table_row);pilotTableRemoveStickyByAllianceId(table_row)}if(by_table==="corporation"){pilotTableRemoveStickyByCorporationId(table_row);if(removeAllianceStickyComplete(table_row)===true){allianceTableRemoveStickyByAllianceId(table_row)}}if(by_table==="pilot"){if(removeCorporationStickyComplete(table_row)===true){corporationTableRemoveStickyByCorporationId(table_row)}if(removeAllianceStickyComplete(table_row)===true){allianceTableRemoveStickyByAllianceId(table_row)}}};const changeStickyHighlight=(by_table,table_row)=>{if(table_row.hasClass("aa-intel-highlight-sticky")){removeSticky(by_table,table_row)}else{addSticky(by_table,table_row)}};