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:           Sat Nov  8 22:55:52 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-jirametrics: Makefile distinfo

Log Message:
ruby-jirametrics: update to 2.20. Changes:

- Performance: Put some caching in the calculation logic. On our test
  data here, this cuts the time to export in half. If you want to test
  before and after for yourself, you can disable the caching by putting
  this line in your settings `"cache_cycletime_calculations": false`
- Fixed a bug in rendering of the aging work in progress table that
  could show some items in the wrong position on the chart. Note that
  the age shown in the tooltip was always correct, just not always where
  the dot was drawn.
- Fixed an exception when an incorrectly spelled status is specified in
  `status_category_mappings` and the config is using standard project.
  It should have stopped the export anyway but this exception provided a
  very misleading error message.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/devel/ruby-jirametrics/Makefile:1.24
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.23 Thu Oct  9 15:04:54 2025
+++ pkgsrc/devel/ruby-jirametrics/Makefile      Sat Nov  8 22:55:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/10/09 15:04:54 schmonz Exp $
+# $NetBSD: Makefile,v 1.24 2025/11/08 22:55:52 schmonz Exp $
 
-DISTNAME=      jirametrics-2.19
+DISTNAME=      jirametrics-2.20
 CATEGORIES=    devel
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.23 pkgsrc/devel/ruby-jirametrics/distinfo:1.24
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.23 Thu Oct  9 15:04:54 2025
+++ pkgsrc/devel/ruby-jirametrics/distinfo      Sat Nov  8 22:55:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/10/09 15:04:54 schmonz Exp $
+$NetBSD: distinfo,v 1.24 2025/11/08 22:55:52 schmonz Exp $
 
-BLAKE2s (jirametrics-2.19.gem) = 26f87b831fb6baef2b52f7382d500d7b2e34a233e662160a919e23964123f2a3
-SHA512 (jirametrics-2.19.gem) = b6b78125404deba82a0960ab34d65c2f3ffc675126dd6219f0c1c471b81e0d84aef1f0def16a03cfaf8667bcb9cee70b4fecf3c57a951dd749e5df86efc2d33c
-Size (jirametrics-2.19.gem) = 83456 bytes
+BLAKE2s (jirametrics-2.20.gem) = bd1f10fe34ca5abddd5ee6540760c7d1b68cad7817d422e57228012d7848827d
+SHA512 (jirametrics-2.20.gem) = adc8a2ce000173c6d649f2c6538f05016f7ec94174fd61526c966a60767140543e35f1c7607b821454c9cff1ee2f51927ce1df6ed8df29a11b93a7273ab2e7da
+Size (jirametrics-2.20.gem) = 83456 bytes



Home | Main Index | Thread Index | Old Index