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: Sun Oct 27 19:47:58 UTC 2024
Modified Files:
pkgsrc/devel/ruby-jirametrics: Makefile PLIST distinfo
Log Message:
ruby-jirametrics: update to 2.7. Changes:
- Fixed misleading usage information when running jirametrics with
no options.
- Fixed deprecated warning that would display if an unknown option was
given to jirametrics
- Added info command from terminal for debugging purposes. If you are
trying to figure out why the tool has calculated something in one way
then this will dump out information about that particular issue that
might be helpful. Usage jirametrics info ABC-123 where ABC-123 is the
issue you want information on.
- Experimental: Trying out a way to visualize flow efficiency. I'm not
convinced this is the right way yet but I'm making it public so I can
get feedback. This may change. Add flow_efficiency_scatterplot to your
configuration. If you want to try this from standard_project then
specify the option show_experimental_charts: true.
- Fix: discard_changes_before was always intended to work either as an
option under project or under html_report but there were cases where
it was broken in the former case.
- Fix: There are legitimate cases where the calculated start and end
times for an issue are exactly the same. Consider
in_or_right_of_column where Done is legitimately to the right of that.
In this case, we now pretend that the issue never started, which in
almost every case will be the expected result anyway. In the cases
where that isn't true, our configuration is probably wrong anyway.
- Deprecated: CycletimeConfig.started_time(Issue) and
CycletimeConfig.stopped_time(Issue), which are now replaced with a
single method that returns both:
CycletimeConfig.started_stopped_times(Issue). This was necessary to
fix the bug above, where started and stopped are the same.
- Added another quality check. It now checks for subtasks that aren't
closed when the main issue is closed. This likely indicates that the
issue is still in progress, despite what the status says.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-jirametrics/Makefile \
pkgsrc/devel/ruby-jirametrics/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-jirametrics/PLIST
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.5 pkgsrc/devel/ruby-jirametrics/Makefile:1.6
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.5 Fri Oct 4 16:10:16 2024
+++ pkgsrc/devel/ruby-jirametrics/Makefile Sun Oct 27 19:47:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/10/04 16:10:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/27 19:47:58 schmonz Exp $
-DISTNAME= jirametrics-2.6
+DISTNAME= jirametrics-2.7
CATEGORIES= devel
MAINTAINER= schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.5 pkgsrc/devel/ruby-jirametrics/distinfo:1.6
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.5 Fri Oct 4 16:10:16 2024
+++ pkgsrc/devel/ruby-jirametrics/distinfo Sun Oct 27 19:47:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/10/04 16:10:16 schmonz Exp $
+$NetBSD: distinfo,v 1.6 2024/10/27 19:47:58 schmonz Exp $
-BLAKE2s (jirametrics-2.6.gem) = 1f4f75a02728c2979cc7da2f092319a0fcbe98baad6e787495c8bd676f8e3f17
-SHA512 (jirametrics-2.6.gem) = be06fa7e7bb7a0abed4dbdb4a248d8383f5e2e8823b5c382961591bd58cc06cbb6c9ab3070668dd2704060adbf0db98c78647e768eaf5a845b623604020678c9
-Size (jirametrics-2.6.gem) = 63488 bytes
+BLAKE2s (jirametrics-2.7.gem) = af28325eff22a6c3c5d9ab3db1a6cf100a3e8ecc1ea03e1c6bce4a1d895c99b4
+SHA512 (jirametrics-2.7.gem) = f6a574c5045e2d04ad4b9672f4d1651698cabf4f385fa161b3459b2250b73e598a722fcfde16303f39e527825d51ceb7db0310063dfd48bab2625fe5e34d5d3f
+Size (jirametrics-2.7.gem) = 66048 bytes
Index: pkgsrc/devel/ruby-jirametrics/PLIST
diff -u pkgsrc/devel/ruby-jirametrics/PLIST:1.3 pkgsrc/devel/ruby-jirametrics/PLIST:1.4
--- pkgsrc/devel/ruby-jirametrics/PLIST:1.3 Tue Jun 4 14:46:18 2024
+++ pkgsrc/devel/ruby-jirametrics/PLIST Sun Oct 27 19:47:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/06/04 14:46:18 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/10/27 19:47:58 schmonz Exp $
bin/jirametrics
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/bin/jirametrics
@@ -36,6 +36,7 @@ ${GEM_LIBDIR}/lib/jirametrics/exporter.r
${GEM_LIBDIR}/lib/jirametrics/file_config.rb
${GEM_LIBDIR}/lib/jirametrics/file_system.rb
${GEM_LIBDIR}/lib/jirametrics/fix_version.rb
+${GEM_LIBDIR}/lib/jirametrics/flow_efficiency_scatterplot.rb
${GEM_LIBDIR}/lib/jirametrics/groupable_issue_chart.rb
${GEM_LIBDIR}/lib/jirametrics/grouping_rules.rb
${GEM_LIBDIR}/lib/jirametrics/hierarchy_table.rb
@@ -49,6 +50,7 @@ ${GEM_LIBDIR}/lib/jirametrics/html/daily
${GEM_LIBDIR}/lib/jirametrics/html/data_quality_report.erb
${GEM_LIBDIR}/lib/jirametrics/html/estimate_accuracy_chart.erb
${GEM_LIBDIR}/lib/jirametrics/html/expedited_chart.erb
+${GEM_LIBDIR}/lib/jirametrics/html/flow_efficiency_scatterplot.erb
${GEM_LIBDIR}/lib/jirametrics/html/hierarchy_table.erb
${GEM_LIBDIR}/lib/jirametrics/html/index.css
${GEM_LIBDIR}/lib/jirametrics/html/index.erb
Home |
Main Index |
Thread Index |
Old Index