checkmate5 4.0.80__tar.gz → 4.0.81__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.
- {checkmate5-4.0.80/checkmate5.egg-info → checkmate5-4.0.81}/PKG-INFO +1 -1
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/models.py +4 -4
- {checkmate5-4.0.80 → checkmate5-4.0.81/checkmate5.egg-info}/PKG-INFO +1 -1
- {checkmate5-4.0.80 → checkmate5-4.0.81}/lib/models.py +3 -3
- {checkmate5-4.0.80 → checkmate5-4.0.81}/pyproject.toml +1 -1
- {checkmate5-4.0.80 → checkmate5-4.0.81}/setup.py +1 -1
- {checkmate5-4.0.80 → checkmate5-4.0.81}/CHANGELOG.txt +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/LICENSE.txt +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/MANIFEST.in +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/README.md +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/__main__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/all/gptanalyzer/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/text4shell/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/text4shell/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/text4shell/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/text4shell/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/commands/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/commands/analyze.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/commands/base.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/commands/diff.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/commands/init.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/commands/update_stats.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/hooks/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/hooks/project.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/lib/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/lib/repository.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/lib/repository_pygit2.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/models.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/gostaticcheck/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/kubescape/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/kubescape/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/kubescape/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/kubescape/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/tfsec/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/tfsec/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/tfsec/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/tfsec/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/semgrepjava/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/semgrepjava/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/javascript/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/javascript/semgrepeslint/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/javascript/semgrepeslint/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/javascript/semgrepeslint/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/perl/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/perl/graudit/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/perl/graudit/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/perl/graudit/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/perl/graudit/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/python/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/python/bandit/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/python/bandit/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/python/bandit/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/python/bandit/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/ruby/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/ruby/brakeman/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/ruby/brakeman/analyzer.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/ruby/brakeman/issues_data.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/ruby/brakeman/setup.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/helpers/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/helpers/facts.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/helpers/hashing.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/helpers/issue.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/helpers/settings.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/analysis/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/analysis/base.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/code/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/code/environment.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/stats/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/stats/helpers.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/lib/stats/mapreduce.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/alembic.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/analyze.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/analyzers.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/base.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/compare.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/export.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/info.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/init.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/issues.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/props/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/props/delete.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/props/get.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/props/set.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/reset.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/shell.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/snapshots.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/stats.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/summary.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/sync.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/trend.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/commands/watch.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/decorators.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/management/helpers.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/scripts/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/scripts/manage.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/settings/__init__.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/settings/base.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/settings/defaults.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate5.egg-info/SOURCES.txt +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate5.egg-info/dependency_links.txt +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate5.egg-info/entry_points.txt +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate5.egg-info/requires.txt +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate5.egg-info/top_level.txt +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/management/helpers.py +0 -0
- {checkmate5-4.0.80 → checkmate5-4.0.81}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
from blitzdb import Document, Backend as
|
|
4
|
+
from blitzdb import Document, Backend as FileBackend
|
|
5
5
|
from blitzdb.fields import (BooleanField,
|
|
6
6
|
CharField,
|
|
7
7
|
DateTimeField,
|
|
@@ -180,7 +180,7 @@ class Diff(BaseDocument):
|
|
|
180
180
|
snapshot_b = ForeignKeyField('Snapshot', backref='diffs_b')
|
|
181
181
|
|
|
182
182
|
def get_issues_count(self, by_severity=False):
|
|
183
|
-
if isinstance(self.backend,
|
|
183
|
+
if isinstance(self.backend, FileBackend):
|
|
184
184
|
return self._get_issues_count_sql(by_severity=by_severity)
|
|
185
185
|
raise NotImplementedError
|
|
186
186
|
|
|
@@ -294,7 +294,7 @@ class Diff(BaseDocument):
|
|
|
294
294
|
'fixed': map_reducer.mapreduce(fixed_issues)}
|
|
295
295
|
|
|
296
296
|
def summarize_issues(self, include_filename=False, ignore=False):
|
|
297
|
-
if isinstance(self.backend,
|
|
297
|
+
if isinstance(self.backend, FileBackend):
|
|
298
298
|
return self._summarize_issues_sql(include_filename=include_filename, ignore=ignore)
|
|
299
299
|
raise NotImplementedError
|
|
300
300
|
|
|
@@ -344,7 +344,7 @@ class Snapshot(BaseDocument):
|
|
|
344
344
|
"""
|
|
345
345
|
|
|
346
346
|
def summarize_issues(self, include_filename=False, ignore=False):
|
|
347
|
-
if isinstance(self.backend,
|
|
347
|
+
if isinstance(self.backend, FileBackend):
|
|
348
348
|
return self._summarize_issues_sql(include_filename=include_filename, ignore=ignore)
|
|
349
349
|
raise NotImplementedError
|
|
350
350
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
from blitzdb import Document
|
|
2
|
-
from blitzdb.backends.sql.backend import Backend as
|
|
2
|
+
from blitzdb.backends.sql.backend import Backend as FileBackend
|
|
3
3
|
from typing import Any, Optional, Dict
|
|
4
4
|
import logging
|
|
5
5
|
from contextlib import contextmanager
|
|
6
6
|
|
|
7
7
|
logger = logging.getLogger(__name__)
|
|
8
8
|
|
|
9
|
-
class Backend(
|
|
9
|
+
class Backend(FileBackend):
|
|
10
10
|
def __init__(self, engine: Any, backend_type: str = 'sql', pool_size: int = 5) -> None:
|
|
11
11
|
"""Initialize BlitzDB backend with specified engine and type.
|
|
12
12
|
|
|
@@ -93,4 +93,4 @@ class Backend(BlitzDBBackend):
|
|
|
93
93
|
logger.info(f"Closed {self.backend_type} backend connection")
|
|
94
94
|
except Exception as e:
|
|
95
95
|
logger.error(f"Error closing backend: {str(e)}")
|
|
96
|
-
raise
|
|
96
|
+
raise
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/text4shell/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/text4shell/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/cve/text4shell/issues_data.py
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
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/commands/update_stats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/git/lib/repository_pygit2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/iac/kubescape/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/semgrepjava/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/perl/graudit/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/python/bandit/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.80 → checkmate5-4.0.81}/checkmate/contrib/plugins/ruby/brakeman/issues_data.py
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
|
|
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
|