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.
Files changed (182) hide show
  1. {patchman-3.0.14 → patchman-3.0.15}/PKG-INFO +1 -1
  2. patchman-3.0.15/VERSION.txt +1 -0
  3. patchman-3.0.15/operatingsystems/migrations/0003_os_arch.py +20 -0
  4. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/models.py +2 -0
  5. {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/PKG-INFO +1 -1
  6. {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/SOURCES.txt +1 -0
  7. {patchman-3.0.14 → patchman-3.0.15}/reports/models.py +1 -0
  8. patchman-3.0.14/VERSION.txt +0 -1
  9. {patchman-3.0.14 → patchman-3.0.15}/AUTHORS +0 -0
  10. {patchman-3.0.14 → patchman-3.0.15}/COPYING +0 -0
  11. {patchman-3.0.14 → patchman-3.0.15}/INSTALL.md +0 -0
  12. {patchman-3.0.14 → patchman-3.0.15}/MANIFEST.in +0 -0
  13. {patchman-3.0.14 → patchman-3.0.15}/README.md +0 -0
  14. {patchman-3.0.14 → patchman-3.0.15}/arch/__init__.py +0 -0
  15. {patchman-3.0.14 → patchman-3.0.15}/arch/admin.py +0 -0
  16. {patchman-3.0.14 → patchman-3.0.15}/arch/apps.py +0 -0
  17. {patchman-3.0.14 → patchman-3.0.15}/arch/migrations/0001_initial.py +0 -0
  18. {patchman-3.0.14 → patchman-3.0.15}/arch/migrations/__init__.py +0 -0
  19. {patchman-3.0.14 → patchman-3.0.15}/arch/models.py +0 -0
  20. {patchman-3.0.14 → patchman-3.0.15}/arch/serializers.py +0 -0
  21. {patchman-3.0.14 → patchman-3.0.15}/arch/views.py +0 -0
  22. {patchman-3.0.14 → patchman-3.0.15}/domains/__init__.py +0 -0
  23. {patchman-3.0.14 → patchman-3.0.15}/domains/admin.py +0 -0
  24. {patchman-3.0.14 → patchman-3.0.15}/domains/apps.py +0 -0
  25. {patchman-3.0.14 → patchman-3.0.15}/domains/migrations/0001_initial.py +0 -0
  26. {patchman-3.0.14 → patchman-3.0.15}/domains/migrations/__init__.py +0 -0
  27. {patchman-3.0.14 → patchman-3.0.15}/domains/models.py +0 -0
  28. {patchman-3.0.14 → patchman-3.0.15}/domains/serializers.py +0 -0
  29. {patchman-3.0.14 → patchman-3.0.15}/domains/views.py +0 -0
  30. {patchman-3.0.14 → patchman-3.0.15}/etc/patchman/apache.conf.example +0 -0
  31. {patchman-3.0.14 → patchman-3.0.15}/etc/patchman/local_settings.py +0 -0
  32. {patchman-3.0.14 → patchman-3.0.15}/hosts/__init__.py +0 -0
  33. {patchman-3.0.14 → patchman-3.0.15}/hosts/admin.py +0 -0
  34. {patchman-3.0.14 → patchman-3.0.15}/hosts/apps.py +0 -0
  35. {patchman-3.0.14 → patchman-3.0.15}/hosts/forms.py +0 -0
  36. {patchman-3.0.14 → patchman-3.0.15}/hosts/managers.py +0 -0
  37. {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/0001_initial.py +0 -0
  38. {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/0002_initial.py +0 -0
  39. {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/0003_host_modules.py +0 -0
  40. {patchman-3.0.14 → patchman-3.0.15}/hosts/migrations/__init__.py +0 -0
  41. {patchman-3.0.14 → patchman-3.0.15}/hosts/models.py +0 -0
  42. {patchman-3.0.14 → patchman-3.0.15}/hosts/serializers.py +0 -0
  43. {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_delete.html +0 -0
  44. {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_detail.html +0 -0
  45. {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_edit.html +0 -0
  46. {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_list.html +0 -0
  47. {patchman-3.0.14 → patchman-3.0.15}/hosts/templates/hosts/host_table.html +0 -0
  48. {patchman-3.0.14 → patchman-3.0.15}/hosts/templatetags/__init__.py +0 -0
  49. {patchman-3.0.14 → patchman-3.0.15}/hosts/templatetags/report_alert.py +0 -0
  50. {patchman-3.0.14 → patchman-3.0.15}/hosts/urls.py +0 -0
  51. {patchman-3.0.14 → patchman-3.0.15}/hosts/utils.py +0 -0
  52. {patchman-3.0.14 → patchman-3.0.15}/hosts/views.py +0 -0
  53. {patchman-3.0.14 → patchman-3.0.15}/modules/__init__.py +0 -0
  54. {patchman-3.0.14 → patchman-3.0.15}/modules/admin.py +0 -0
  55. {patchman-3.0.14 → patchman-3.0.15}/modules/apps.py +0 -0
  56. {patchman-3.0.14 → patchman-3.0.15}/modules/managers.py +0 -0
  57. {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/0001_initial.py +0 -0
  58. {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/0002_auto_20240204_2214.py +0 -0
  59. {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/0003_alter_module_options.py +0 -0
  60. {patchman-3.0.14 → patchman-3.0.15}/modules/migrations/__init__.py +0 -0
  61. {patchman-3.0.14 → patchman-3.0.15}/modules/models.py +0 -0
  62. {patchman-3.0.14 → patchman-3.0.15}/modules/serializers.py +0 -0
  63. {patchman-3.0.14 → patchman-3.0.15}/modules/templates/modules/module_detail.html +0 -0
  64. {patchman-3.0.14 → patchman-3.0.15}/modules/templates/modules/module_list.html +0 -0
  65. {patchman-3.0.14 → patchman-3.0.15}/modules/templates/modules/module_table.html +0 -0
  66. {patchman-3.0.14 → patchman-3.0.15}/modules/urls.py +0 -0
  67. {patchman-3.0.14 → patchman-3.0.15}/modules/utils.py +0 -0
  68. {patchman-3.0.14 → patchman-3.0.15}/modules/views.py +0 -0
  69. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/__init__.py +0 -0
  70. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/admin.py +0 -0
  71. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/apps.py +0 -0
  72. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/forms.py +0 -0
  73. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/migrations/0001_initial.py +0 -0
  74. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/migrations/0002_initial.py +0 -0
  75. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/migrations/__init__.py +0 -0
  76. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/serializers.py +0 -0
  77. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/operatingsystem_table.html +0 -0
  78. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/operatingsystemgroup_table.html +0 -0
  79. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_delete.html +0 -0
  80. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_detail.html +0 -0
  81. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/os_list.html +0 -0
  82. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_delete.html +0 -0
  83. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_detail.html +0 -0
  84. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/templates/operatingsystems/osgroup_list.html +0 -0
  85. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/urls.py +0 -0
  86. {patchman-3.0.14 → patchman-3.0.15}/operatingsystems/views.py +0 -0
  87. {patchman-3.0.14 → patchman-3.0.15}/packages/__init__.py +0 -0
  88. {patchman-3.0.14 → patchman-3.0.15}/packages/admin.py +0 -0
  89. {patchman-3.0.14 → patchman-3.0.15}/packages/apps.py +0 -0
  90. {patchman-3.0.14 → patchman-3.0.15}/packages/managers.py +0 -0
  91. {patchman-3.0.14 → patchman-3.0.15}/packages/migrations/0001_initial.py +0 -0
  92. {patchman-3.0.14 → patchman-3.0.15}/packages/migrations/__init__.py +0 -0
  93. {patchman-3.0.14 → patchman-3.0.15}/packages/models.py +0 -0
  94. {patchman-3.0.14 → patchman-3.0.15}/packages/serializers.py +0 -0
  95. {patchman-3.0.14 → patchman-3.0.15}/packages/templates/packages/package_detail.html +0 -0
  96. {patchman-3.0.14 → patchman-3.0.15}/packages/templates/packages/package_list.html +0 -0
  97. {patchman-3.0.14 → patchman-3.0.15}/packages/templates/packages/package_table.html +0 -0
  98. {patchman-3.0.14 → patchman-3.0.15}/packages/urls.py +0 -0
  99. {patchman-3.0.14 → patchman-3.0.15}/packages/utils.py +0 -0
  100. {patchman-3.0.14 → patchman-3.0.15}/packages/views.py +0 -0
  101. {patchman-3.0.14 → patchman-3.0.15}/patchman/__init__.py +0 -0
  102. {patchman-3.0.14 → patchman-3.0.15}/patchman/celery.py +0 -0
  103. {patchman-3.0.14 → patchman-3.0.15}/patchman/receivers.py +0 -0
  104. {patchman-3.0.14 → patchman-3.0.15}/patchman/settings.py +0 -0
  105. {patchman-3.0.14 → patchman-3.0.15}/patchman/signals.py +0 -0
  106. {patchman-3.0.14 → patchman-3.0.15}/patchman/static/css/base.css +0 -0
  107. {patchman-3.0.14 → patchman-3.0.15}/patchman/static/img/icon-alert.gif +0 -0
  108. {patchman-3.0.14 → patchman-3.0.15}/patchman/static/img/icon-no.gif +0 -0
  109. {patchman-3.0.14 → patchman-3.0.15}/patchman/static/img/icon-yes.gif +0 -0
  110. {patchman-3.0.14 → patchman-3.0.15}/patchman/static/js/ajax-jquery.js +0 -0
  111. {patchman-3.0.14 → patchman-3.0.15}/patchman/static/js/button-post.js +0 -0
  112. {patchman-3.0.14 → patchman-3.0.15}/patchman/urls.py +0 -0
  113. {patchman-3.0.14 → patchman-3.0.15}/patchman/wsgi.py +0 -0
  114. {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/dependency_links.txt +0 -0
  115. {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/requires.txt +0 -0
  116. {patchman-3.0.14 → patchman-3.0.15}/patchman.egg-info/top_level.txt +0 -0
  117. {patchman-3.0.14 → patchman-3.0.15}/reports/__init__.py +0 -0
  118. {patchman-3.0.14 → patchman-3.0.15}/reports/admin.py +0 -0
  119. {patchman-3.0.14 → patchman-3.0.15}/reports/apps.py +0 -0
  120. {patchman-3.0.14 → patchman-3.0.15}/reports/migrations/0001_initial.py +0 -0
  121. {patchman-3.0.14 → patchman-3.0.15}/reports/migrations/0002_report_modules.py +0 -0
  122. {patchman-3.0.14 → patchman-3.0.15}/reports/migrations/__init__.py +0 -0
  123. {patchman-3.0.14 → patchman-3.0.15}/reports/tasks.py +0 -0
  124. {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report.txt +0 -0
  125. {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_delete.html +0 -0
  126. {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_detail.html +0 -0
  127. {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_list.html +0 -0
  128. {patchman-3.0.14 → patchman-3.0.15}/reports/templates/reports/report_table.html +0 -0
  129. {patchman-3.0.14 → patchman-3.0.15}/reports/urls.py +0 -0
  130. {patchman-3.0.14 → patchman-3.0.15}/reports/utils.py +0 -0
  131. {patchman-3.0.14 → patchman-3.0.15}/reports/views.py +0 -0
  132. {patchman-3.0.14 → patchman-3.0.15}/repos/__init__.py +0 -0
  133. {patchman-3.0.14 → patchman-3.0.15}/repos/admin.py +0 -0
  134. {patchman-3.0.14 → patchman-3.0.15}/repos/apps.py +0 -0
  135. {patchman-3.0.14 → patchman-3.0.15}/repos/forms.py +0 -0
  136. {patchman-3.0.14 → patchman-3.0.15}/repos/managers.py +0 -0
  137. {patchman-3.0.14 → patchman-3.0.15}/repos/migrations/0001_initial.py +0 -0
  138. {patchman-3.0.14 → patchman-3.0.15}/repos/migrations/__init__.py +0 -0
  139. {patchman-3.0.14 → patchman-3.0.15}/repos/models.py +0 -0
  140. {patchman-3.0.14 → patchman-3.0.15}/repos/serializers.py +0 -0
  141. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_delete.html +0 -0
  142. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_detail.html +0 -0
  143. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_edit.html +0 -0
  144. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_edit_repo.html +0 -0
  145. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_list.html +0 -0
  146. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_table.html +0 -0
  147. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/mirror_with_repo_list.html +0 -0
  148. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_delete.html +0 -0
  149. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_detail.html +0 -0
  150. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_edit.html +0 -0
  151. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repo_list.html +0 -0
  152. {patchman-3.0.14 → patchman-3.0.15}/repos/templates/repos/repository_table.html +0 -0
  153. {patchman-3.0.14 → patchman-3.0.15}/repos/templatetags/__init__.py +0 -0
  154. {patchman-3.0.14 → patchman-3.0.15}/repos/templatetags/repo_buttons.py +0 -0
  155. {patchman-3.0.14 → patchman-3.0.15}/repos/urls.py +0 -0
  156. {patchman-3.0.14 → patchman-3.0.15}/repos/utils.py +0 -0
  157. {patchman-3.0.14 → patchman-3.0.15}/repos/views.py +0 -0
  158. {patchman-3.0.14 → patchman-3.0.15}/requirements.txt +0 -0
  159. {patchman-3.0.14 → patchman-3.0.15}/sbin/patchman +0 -0
  160. {patchman-3.0.14 → patchman-3.0.15}/sbin/patchman-manage +0 -0
  161. {patchman-3.0.14 → patchman-3.0.15}/sbin/patchman-set-secret-key +0 -0
  162. {patchman-3.0.14 → patchman-3.0.15}/scripts/clear-django-logs.py +0 -0
  163. {patchman-3.0.14 → patchman-3.0.15}/scripts/create_graph.sh +0 -0
  164. {patchman-3.0.14 → patchman-3.0.15}/scripts/rpm-install.sh +0 -0
  165. {patchman-3.0.14 → patchman-3.0.15}/scripts/rpm-post-install.sh +0 -0
  166. {patchman-3.0.14 → patchman-3.0.15}/setup.cfg +0 -0
  167. {patchman-3.0.14 → patchman-3.0.15}/setup.py +0 -0
  168. {patchman-3.0.14 → patchman-3.0.15}/util/__init__.py +0 -0
  169. {patchman-3.0.14 → patchman-3.0.15}/util/apps.py +0 -0
  170. {patchman-3.0.14 → patchman-3.0.15}/util/filterspecs.py +0 -0
  171. {patchman-3.0.14 → patchman-3.0.15}/util/templates/404.html +0 -0
  172. {patchman-3.0.14 → patchman-3.0.15}/util/templates/500.html +0 -0
  173. {patchman-3.0.14 → patchman-3.0.15}/util/templates/base.html +0 -0
  174. {patchman-3.0.14 → patchman-3.0.15}/util/templates/dashboard.html +0 -0
  175. {patchman-3.0.14 → patchman-3.0.15}/util/templates/navbar.html +0 -0
  176. {patchman-3.0.14 → patchman-3.0.15}/util/templates/objectlist.html +0 -0
  177. {patchman-3.0.14 → patchman-3.0.15}/util/templates/registration/login.html +0 -0
  178. {patchman-3.0.14 → patchman-3.0.15}/util/templates/searchbar.html +0 -0
  179. {patchman-3.0.14 → patchman-3.0.15}/util/templatetags/__init__.py +0 -0
  180. {patchman-3.0.14 → patchman-3.0.15}/util/templatetags/common.py +0 -0
  181. {patchman-3.0.14 → patchman-3.0.15}/util/urls.py +0 -0
  182. {patchman-3.0.14 → patchman-3.0.15}/util/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: patchman
3
- Version: 3.0.14
3
+ Version: 3.0.15
4
4
  Summary: Django based patch status monitoring tool for linux systems
5
5
  Home-page: http://patchman.openbytes.ie/
6
6
  Author: Marcus Furlong
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: patchman
3
- Version: 3.0.14
3
+ Version: 3.0.15
4
4
  Summary: Django based patch status monitoring tool for linux systems
5
5
  Home-page: http://patchman.openbytes.ie/
6
6
  Author: Marcus Furlong
@@ -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
@@ -113,6 +113,7 @@ class Report(models.Model):
113
113
  machine_arches = MachineArchitecture.objects.all()
114
114
  with transaction.atomic():
115
115
  arch, c = machine_arches.get_or_create(name=self.arch)
116
+ os.arch = arch
116
117
 
117
118
  if not self.domain:
118
119
  self.domain = 'unknown'
@@ -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