pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-jirametrics
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Dec 31 04:18:29 UTC 2024
Modified Files:
pkgsrc/devel/ruby-jirametrics: Makefile distinfo
Log Message:
ruby-jirametrics: update to 2.8. Changes:
The main focus of this release is improving the experience with better
error messages, and more helpful suggestions.
- Bug: It wasn't possible to clear the description or title texts on
individual charts.
- Added first_time_label_added for determining start or end times.
- Moved the generated timestamp of the report to the footer.
- Added the version number of JiraMetrics to the footer so there's
a record of what version of the tool was used for this
particular report.
- no_earlier_than previously only worked during the download stage and
this proved to be confusing as there was no effect when just doing an
export. It now works at both points and should be clearer as to what
is actually happening.
- All the methods like first_time_in_status used to return a Time object
and now return the ChangeItem that happened at that time. Unless
you're writing your own methods, you likely won't even be aware that
anything changed here. If you are, then you'll get a warning when
returning a Time. The reason for this change is to give more context
that will be useful in future reporting.
- Bug: We've discovered that Jira allows for multiple statuses with the
same name and when this happens, it broke some of our existing logic.
Fixes for this case have been added.
- In standard_project, when specifying status_category_mappings, it's
now possible to specify the ID at the same time as the name.
"Review" will continue to specify just the name and "Review:4" will
specify the name and also an ID of 4.
- Status ID's are now mandatory and the tool will do it's best to
guess the correct one, however it won't be able to guess in every
case and you'll now get a error when it can't.
- Bug: some status category logic was failing in non-English instances
of Jira because we were relying on category names, rather than keys.
We think we've caught all the cases of this.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-jirametrics/Makefile \
pkgsrc/devel/ruby-jirametrics/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-jirametrics/Makefile
diff -u pkgsrc/devel/ruby-jirametrics/Makefile:1.9 pkgsrc/devel/ruby-jirametrics/Makefile:1.10
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.9 Wed Nov 13 23:43:09 2024
+++ pkgsrc/devel/ruby-jirametrics/Makefile Tue Dec 31 04:18:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/11/13 23:43:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/31 04:18:29 schmonz Exp $
-DISTNAME= jirametrics-2.7.3
+DISTNAME= jirametrics-2.8
CATEGORIES= devel
MAINTAINER= schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.9 pkgsrc/devel/ruby-jirametrics/distinfo:1.10
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.9 Wed Nov 13 23:43:09 2024
+++ pkgsrc/devel/ruby-jirametrics/distinfo Tue Dec 31 04:18:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/11/13 23:43:09 schmonz Exp $
+$NetBSD: distinfo,v 1.10 2024/12/31 04:18:29 schmonz Exp $
-BLAKE2s (jirametrics-2.7.3.gem) = 96e86d597ae4464d8601de5b3afaed7dede05645d6bf8354f6446cee91fa22f8
-SHA512 (jirametrics-2.7.3.gem) = 62acb4c774cb05528818c6b8874ad00da3b7ab7b88db77fda2d899c58318d126c74c1b37cd77dd352a76228158b790ea144158fd643195dbb53b812180889958
-Size (jirametrics-2.7.3.gem) = 66560 bytes
+BLAKE2s (jirametrics-2.8.gem) = 890be6e0613a77586b7b33cd98b4adfb5ec686411fb08f22d924bd118f825ccf
+SHA512 (jirametrics-2.8.gem) = 71b62676d77c95421d80717bce7992a88211d4e3545c98a5172146b4c146e01a7b46fe00ff7d80754ed4ea5ee36c4542979020dab1d22cd6133706b55140cca4
+Size (jirametrics-2.8.gem) = 68608 bytes
Home |
Main Index |
Thread Index |
Old Index