From 9bc7bc153452dd0d6f624942fff207d18916feb8 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 17 Mar 2015 11:39:41 -0500 Subject: Reporting/models.py: Fix typo Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Reporting/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Reporting') diff --git a/src/lib/Bcfg2/Reporting/models.py b/src/lib/Bcfg2/Reporting/models.py index 71fa66086..29f08e787 100644 --- a/src/lib/Bcfg2/Reporting/models.py +++ b/src/lib/Bcfg2/Reporting/models.py @@ -628,7 +628,7 @@ class POSIXGroupEntry(SuccessEntry): class PackageEntry(SuccessEntry): """ The new model for package information """ - # if this is an extra entry trget_version will be empty + # if this is an extra entry target_version will be empty target_version = models.CharField(max_length=1024, default='') current_version = models.CharField(max_length=1024) verification_details = models.TextField(default="") -- cgit v1.2.3-1-g7c22 From 5da396483df0bfa68c947b00210d33b5dd686954 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 17 Apr 2015 07:44:00 -0500 Subject: Reporting: Fix typo Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Reporting/Collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Reporting') diff --git a/src/lib/Bcfg2/Reporting/Collector.py b/src/lib/Bcfg2/Reporting/Collector.py index 8e2fe1cb1..8e8e8b1fa 100644 --- a/src/lib/Bcfg2/Reporting/Collector.py +++ b/src/lib/Bcfg2/Reporting/Collector.py @@ -105,7 +105,7 @@ class ReportingCollector(object): self.storage.__class__.__name__) self.storage.validate() except: - self.logger.error("Storage backed %s failed to validate: %s" % + self.logger.error("Storage backend %s failed to validate: %s" % (self.storage.__class__.__name__, traceback.format_exc().splitlines()[-1])) -- cgit v1.2.3-1-g7c22 From 451fcfb8962674738f4a274237af378c1fe8311f Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 11 Jun 2015 15:24:54 -0500 Subject: Reporting: Fix plus/minus Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Reporting/templates/clients/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Bcfg2/Reporting') diff --git a/src/lib/Bcfg2/Reporting/templates/clients/detail.html b/src/lib/Bcfg2/Reporting/templates/clients/detail.html index e890589a7..6732bb8c9 100644 --- a/src/lib/Bcfg2/Reporting/templates/clients/detail.html +++ b/src/lib/Bcfg2/Reporting/templates/clients/detail.html @@ -90,7 +90,7 @@ span.history_links a {

Bundle membership

-
[+]
+
[+]
{% endif %} @@ -127,7 +127,7 @@ span.history_links a {

Failed Entries — {{ interaction.failures.all|length }}

-
[+]
+
[+]
{% for failure in interaction.failures.all %} -- cgit v1.2.3-1-g7c22 From ee11ee47bf86b67db100d76932a912d8239fa9d9 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 11 Jun 2015 15:30:04 -0500 Subject: Version bump to 1.3.6 Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Reporting/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Reporting') diff --git a/src/lib/Bcfg2/Reporting/templates/base.html b/src/lib/Bcfg2/Reporting/templates/base.html index a367d8ccb..7589f404e 100644 --- a/src/lib/Bcfg2/Reporting/templates/base.html +++ b/src/lib/Bcfg2/Reporting/templates/base.html @@ -93,7 +93,7 @@ This is needed for Django versions less than 1.5
-- cgit v1.2.3-1-g7c22