edq-utils 0.1.2__tar.gz → 0.1.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.
Potentially problematic release.
This version of edq-utils might be problematic. Click here for more details.
- {edq_utils-0.1.2 → edq_utils-0.1.3}/PKG-INFO +1 -1
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/__init__.py +1 -1
- edq_utils-0.1.3/edq/util/hash.py +38 -0
- edq_utils-0.1.3/edq/util/hash_test.py +89 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/net.py +8 -1
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq_utils.egg-info/PKG-INFO +1 -1
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq_utils.egg-info/SOURCES.txt +2 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/.github/workflows/main.yml +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/.gitignore +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/.mypy.ini +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/.pylintrc +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/LICENSE +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/README.md +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/config/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/config/list.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/http/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/http/exchange-server.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/http/send-exchange.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/http/verify-exchanges.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/testing/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/testing/cli-test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/cli/version.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/core/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/core/argparser.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/core/argparser_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/core/config.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/core/config_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/core/log.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/core/version.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/procedure/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/procedure/verify_exchanges.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/py.typed +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/asserts.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/cli.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/cli_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/httpserver.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/httpserver_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/run.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/data/configs/empty/edq-config.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/data/configs/simple-1/edq-config.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/data/configs/simple-2/edq-config.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/data/configs/value-number/edq-config.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/config/list/config_list_base.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/config/list/config_list_config_value_number.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/config/list/config_list_ignore_config.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/config/list/config_list_no_config.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/config/list/config_list_show_origin.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/config/list/config_list_skip_header.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/help_base.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/platform_skip.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/version_base.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_anchor.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file_binary.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file_get_params.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file_multiple.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file_name.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file_post_multiple.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file_post_params.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_headers.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_jsonresponse_dict.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_jsonresponse_list.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_params.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_post.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_post_params.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_post_urlparams.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_urlparams.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/specialcase_listparams_explicit.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/specialcase_listparams_url.httpex.json +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/files/a.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/files/tiny.png +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/unittest.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/__init__.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/dirent.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/dirent_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/json.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/json_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/pyimport.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/pyimport_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/reflection.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/time.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq/util/time_test.py +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq_utils.egg-info/dependency_links.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq_utils.egg-info/requires.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/edq_utils.egg-info/top_level.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/pyproject.toml +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/requirements-dev.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/requirements.txt +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/build_site.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/check_all.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/check_lint.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/check_python_version.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/check_strict_types.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/check_types.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/gen_docs.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/run_tests.sh +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/template/html/css/style.css +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/template/html/favicon.ico +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/template/html/images/favicon.png +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/scripts/template/html/index.html +0 -0
- {edq_utils-0.1.2 → edq_utils-0.1.3}/setup.cfg +0 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import hashlib
|
|
2
|
+
import typing
|
|
3
|
+
|
|
4
|
+
import edq.util.dirent
|
|
5
|
+
|
|
6
|
+
DEFAULT_CLIP_HASH_LENGTH: int = 8
|
|
7
|
+
|
|
8
|
+
def sha256_hex(payload: typing.Any, encoding: str = edq.util.dirent.DEFAULT_ENCODING) -> str:
|
|
9
|
+
""" Compute and return the hex string of the SHA3-256 encoding of the payload. """
|
|
10
|
+
|
|
11
|
+
digest = hashlib.new('sha256')
|
|
12
|
+
digest.update(payload.encode(encoding))
|
|
13
|
+
return digest.hexdigest()
|
|
14
|
+
|
|
15
|
+
def clip_text(text: str, max_length: int, hash_length: int = DEFAULT_CLIP_HASH_LENGTH) -> str:
|
|
16
|
+
"""
|
|
17
|
+
Return a clipped version of the input text that is no longer than the specified length.
|
|
18
|
+
If the base text is found to be too long,
|
|
19
|
+
then enough if the tail of the text will be removed to insert a note about the clipping
|
|
20
|
+
and the first |hash_length| characters of the hash from sha256_hex().
|
|
21
|
+
|
|
22
|
+
Note that the max length is actually a soft cap.
|
|
23
|
+
Longer strings can be generated if the original text is shorter than the notification
|
|
24
|
+
that will be inserted into the clipped text.
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
if (len(text) <= max_length):
|
|
28
|
+
return text
|
|
29
|
+
|
|
30
|
+
hash_hex = sha256_hex(text)
|
|
31
|
+
notification = f"[text clipped {hash_hex[0:hash_length]}]"
|
|
32
|
+
|
|
33
|
+
# Don't clip the text if the final string would be longer.
|
|
34
|
+
if (len(notification) >= len(text)):
|
|
35
|
+
return text
|
|
36
|
+
|
|
37
|
+
keep_length = max(0, max_length - len(notification))
|
|
38
|
+
return text[0:keep_length] + notification
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import edq.testing.unittest
|
|
2
|
+
import edq.util.hash
|
|
3
|
+
|
|
4
|
+
class TestHash(edq.testing.unittest.BaseTest):
|
|
5
|
+
""" Test hash-based operations. """
|
|
6
|
+
|
|
7
|
+
def test_sha256_hex_base(self):
|
|
8
|
+
""" Test the base sha256 hash. """
|
|
9
|
+
|
|
10
|
+
# [(input, expected), ...]
|
|
11
|
+
test_cases = [
|
|
12
|
+
('foo', '2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae'),
|
|
13
|
+
('abcdefghijklmnopqrstuvwxyz1234567890', '77d721c817f9d216c1fb783bcad9cdc20aaa2427402683f1f75dd6dfbe657470'),
|
|
14
|
+
('', 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'),
|
|
15
|
+
]
|
|
16
|
+
|
|
17
|
+
for (i, test_case) in enumerate(test_cases):
|
|
18
|
+
(text, expected) = test_case
|
|
19
|
+
|
|
20
|
+
with self.subTest(msg = f"Case {i} ('{text}'):"):
|
|
21
|
+
actual = edq.util.hash.sha256_hex(text)
|
|
22
|
+
self.assertEqual(expected, actual)
|
|
23
|
+
|
|
24
|
+
def test_clip_text_base(self):
|
|
25
|
+
""" Test the base functionality of clip_text(). """
|
|
26
|
+
|
|
27
|
+
# [(text, max length, kwargs, expected), ...]
|
|
28
|
+
test_cases = [
|
|
29
|
+
# No Clip
|
|
30
|
+
(
|
|
31
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
32
|
+
100,
|
|
33
|
+
{},
|
|
34
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
35
|
+
),
|
|
36
|
+
|
|
37
|
+
# Base Clip
|
|
38
|
+
(
|
|
39
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
40
|
+
30,
|
|
41
|
+
{},
|
|
42
|
+
'abcdefg[text clipped 77d721c8]',
|
|
43
|
+
),
|
|
44
|
+
|
|
45
|
+
# Full Clip
|
|
46
|
+
(
|
|
47
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
48
|
+
23,
|
|
49
|
+
{},
|
|
50
|
+
'[text clipped 77d721c8]',
|
|
51
|
+
),
|
|
52
|
+
|
|
53
|
+
# Over Clip
|
|
54
|
+
(
|
|
55
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
56
|
+
10,
|
|
57
|
+
{},
|
|
58
|
+
'[text clipped 77d721c8]',
|
|
59
|
+
),
|
|
60
|
+
|
|
61
|
+
# Different Hash Length
|
|
62
|
+
(
|
|
63
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
64
|
+
30,
|
|
65
|
+
{'hash_length': 10},
|
|
66
|
+
'abcde[text clipped 77d721c817]',
|
|
67
|
+
),
|
|
68
|
+
|
|
69
|
+
# Notification Longer Than Text
|
|
70
|
+
(
|
|
71
|
+
'abc',
|
|
72
|
+
1,
|
|
73
|
+
{},
|
|
74
|
+
'abc',
|
|
75
|
+
),
|
|
76
|
+
(
|
|
77
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
78
|
+
10,
|
|
79
|
+
{'hash_length': 64},
|
|
80
|
+
'abcdefghijklmnopqrstuvwxyz1234567890',
|
|
81
|
+
),
|
|
82
|
+
]
|
|
83
|
+
|
|
84
|
+
for (i, test_case) in enumerate(test_cases):
|
|
85
|
+
(text, max_length, kwargs, expected) = test_case
|
|
86
|
+
|
|
87
|
+
with self.subTest(msg = f"Case {i} ('{text}'):"):
|
|
88
|
+
actual = edq.util.hash.clip_text(text, max_length, **kwargs)
|
|
89
|
+
self.assertEqual(expected, actual)
|
|
@@ -19,6 +19,7 @@ import requests
|
|
|
19
19
|
import requests_toolbelt.multipart.decoder
|
|
20
20
|
|
|
21
21
|
import edq.util.dirent
|
|
22
|
+
import edq.util.hash
|
|
22
23
|
import edq.util.json
|
|
23
24
|
import edq.util.pyimport
|
|
24
25
|
|
|
@@ -30,6 +31,9 @@ DEFAULT_REQUEST_TIMEOUT_SECS: float = 10.0
|
|
|
30
31
|
|
|
31
32
|
DEFAULT_HTTP_EXCHANGE_EXTENSION: str= '.httpex.json'
|
|
32
33
|
|
|
34
|
+
QUERY_CLIP_LENGTH: int = 100
|
|
35
|
+
""" If the query portion of an HTTPExhange being saved is longer than this, then clip the name. """
|
|
36
|
+
|
|
33
37
|
ANCHOR_HEADER_KEY: str = 'edq-anchor'
|
|
34
38
|
"""
|
|
35
39
|
By default, requests made via make_request() will send a header with this key that includes the anchor component of the URL.
|
|
@@ -729,8 +733,11 @@ def make_request(method: str, url: str,
|
|
|
729
733
|
|
|
730
734
|
query = urllib.parse.urlencode(exchange.parameters)
|
|
731
735
|
if (query != ''):
|
|
736
|
+
# The query can get very long, so we may have to clip it.
|
|
737
|
+
query_text = edq.util.hash.clip_text(query, QUERY_CLIP_LENGTH)
|
|
738
|
+
|
|
732
739
|
# Note that the '?' is URL encoded.
|
|
733
|
-
path += f"%3F{
|
|
740
|
+
path += f"%3F{query_text}"
|
|
734
741
|
|
|
735
742
|
path += f"_{method}{http_exchange_extension}"
|
|
736
743
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/data/configs/empty/edq-config.json
RENAMED
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/data/configs/simple-1/edq-config.json
RENAMED
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/data/configs/simple-2/edq-config.json
RENAMED
|
File without changes
|
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/cli/tests/config/list/config_list_base.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_anchor.httpex.json
RENAMED
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file.httpex.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_file_name.httpex.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_headers.httpex.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_params.httpex.json
RENAMED
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_post.httpex.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edq_utils-0.1.2 → edq_utils-0.1.3}/edq/testing/testdata/http/exchanges/simple_urlparams.httpex.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|