patchman 3.0.14__tar.gz → 3.0.15__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.
- {patchman-3.0.14 → patchman-3.0.15}/PKG-INFO +1 -1
- patchman-3.0.15/VERSION.txt +1 -0
- patchman-3.0.15/operatingsystems/migrations/0003_os_arch.py +20 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/models.py +2 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/PKG-INFO +1 -1
- {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/SOURCES.txt +1 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/models.py +1 -0
- patchman-3.0.14/VERSION.txt +0 -1
- {patchman-3.0.14 → patchman-3.0.15}/AUTHORS +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/COPYING +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/INSTALL.md +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/MANIFEST.in +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/README.md +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/models.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/serializers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/arch/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/models.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/serializers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/domains/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/etc/patchman/apache.conf.example +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/etc/patchman/local_settings.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/forms.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/managers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/0002_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/0003_host_modules.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/models.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/serializers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_delete.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_edit.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/templatetags/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/templatetags/report_alert.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/utils.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/hosts/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/managers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/0002_auto_20240204_2214.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/0003_alter_module_options.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/models.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/serializers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/templates/modules/module_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/templates/modules/module_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/templates/modules/module_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/utils.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/modules/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/forms.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/migrations/0002_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/serializers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/operatingsystem_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/operatingsystemgroup_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_delete.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_delete.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/managers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/models.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/serializers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/templates/packages/package_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/templates/packages/package_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/templates/packages/package_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/utils.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/packages/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/celery.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/receivers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/settings.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/signals.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/static/css/base.css +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/static/img/icon-alert.gif +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/static/img/icon-no.gif +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/static/img/icon-yes.gif +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/static/js/ajax-jquery.js +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/static/js/button-post.js +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman/wsgi.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/dependency_links.txt +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/requires.txt +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/top_level.txt +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/migrations/0002_report_modules.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/tasks.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report.txt +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_delete.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/utils.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/reports/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/admin.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/forms.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/managers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/migrations/0001_initial.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/migrations/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/models.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/serializers.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_delete.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_edit.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_edit_repo.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_with_repo_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_delete.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_detail.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_edit.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_list.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repository_table.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templatetags/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/templatetags/repo_buttons.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/utils.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/repos/views.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/requirements.txt +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/sbin/patchman +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/sbin/patchman-manage +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/sbin/patchman-set-secret-key +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/scripts/clear-django-logs.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/scripts/create_graph.sh +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/scripts/rpm-install.sh +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/scripts/rpm-post-install.sh +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/setup.cfg +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/setup.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/apps.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/filterspecs.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/404.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/500.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/base.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/dashboard.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/navbar.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/objectlist.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/registration/login.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templates/searchbar.html +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templatetags/__init__.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/templatetags/common.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/urls.py +0 -0
- {patchman-3.0.14 → patchman-3.0.15}/util/views.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.0.15
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Generated by Django 3.2.25 on 2025-02-07 13:02
|
|
2
|
+
|
|
3
|
+
from django.db import migrations, models
|
|
4
|
+
import django.db.models.deletion
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class Migration(migrations.Migration):
|
|
8
|
+
|
|
9
|
+
dependencies = [
|
|
10
|
+
('arch', '0001_initial'),
|
|
11
|
+
('operatingsystems', '0002_initial'),
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
operations = [
|
|
15
|
+
migrations.AddField(
|
|
16
|
+
model_name='os',
|
|
17
|
+
name='arch',
|
|
18
|
+
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='arch.machinearchitecture'),
|
|
19
|
+
),
|
|
20
|
+
]
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
from django.db import models
|
|
19
19
|
from django.urls import reverse
|
|
20
20
|
|
|
21
|
+
from arch.models import MachineArchitecture
|
|
21
22
|
from repos.models import Repository
|
|
22
23
|
|
|
23
24
|
|
|
@@ -41,6 +42,7 @@ class OSGroup(models.Model):
|
|
|
41
42
|
class OS(models.Model):
|
|
42
43
|
|
|
43
44
|
name = models.CharField(max_length=255, unique=True)
|
|
45
|
+
arch = models.ForeignKey(MachineArchitecture, blank=True, null=True, on_delete=models.CASCADE)
|
|
44
46
|
osgroup = models.ForeignKey(OSGroup, blank=True, null=True,
|
|
45
47
|
on_delete=models.SET_NULL)
|
|
46
48
|
|
|
@@ -72,6 +72,7 @@ operatingsystems/urls.py
|
|
|
72
72
|
operatingsystems/views.py
|
|
73
73
|
operatingsystems/migrations/0001_initial.py
|
|
74
74
|
operatingsystems/migrations/0002_initial.py
|
|
75
|
+
operatingsystems/migrations/0003_os_arch.py
|
|
75
76
|
operatingsystems/migrations/__init__.py
|
|
76
77
|
operatingsystems/templates/operatingsystems/operatingsystem_table.html
|
|
77
78
|
operatingsystems/templates/operatingsystems/operatingsystemgroup_table.html
|
patchman-3.0.14/VERSION.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.0.14
|
|
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
|
|
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
|
{patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_delete.html
RENAMED
|
File without changes
|
{patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_detail.html
RENAMED
|
File without changes
|
{patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_list.html
RENAMED
|
File without changes
|
{patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_delete.html
RENAMED
|
File without changes
|
{patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_detail.html
RENAMED
|
File without changes
|
{patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_list.html
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
|
|
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
|