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:           Fri Sep 26 14:53:39 UTC 2025

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

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

- We cache issues locally to improve download performance. There were
  two problems with our caching logic that have now been fixed. The
  first is that if an issue is deleted in Jira (not closed but actually
  deleted), then it remained in our cache and could show in the reports
  as an incorrectly aging item. The second is that over time, the cache
  continued to grow, taking up space on your local machine that it
  didn't need.
    - The first time you run a download with this version, there will be
      a one-time correction where issues that fell into this situation
      are deleted, and you may notice fewer data points in the charts.
    - Additionally, we no longer do fully incremental downloads, so
      the time it takes to do a download may be longer now although it
      should still be faster than it was before we implemented the
      incremental feature. This is the trade-off for cache
      invalidation accuracy.
- Fixed exception when the configuration file can't be found.
- Daily View: Now display the year in history timestamps. This can be
  important when an issue has been active for over a year. Yes, that
  happens more often than you might believe.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-jirametrics/Makefile \
    pkgsrc/devel/ruby-jirametrics/distinfo
cvs rdiff -u -r1.10 -r1.11 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.19 pkgsrc/devel/ruby-jirametrics/Makefile:1.20
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.19 Wed Sep 10 18:43:59 2025
+++ pkgsrc/devel/ruby-jirametrics/Makefile      Fri Sep 26 14:53:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/09/10 18:43:59 schmonz Exp $
+# $NetBSD: Makefile,v 1.20 2025/09/26 14:53:39 schmonz Exp $
 
-DISTNAME=      jirametrics-2.16
+DISTNAME=      jirametrics-2.17
 CATEGORIES=    devel
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.19 pkgsrc/devel/ruby-jirametrics/distinfo:1.20
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.19 Wed Sep 10 18:43:59 2025
+++ pkgsrc/devel/ruby-jirametrics/distinfo      Fri Sep 26 14:53:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/09/10 18:43:59 schmonz Exp $
+$NetBSD: distinfo,v 1.20 2025/09/26 14:53:39 schmonz Exp $
 
-BLAKE2s (jirametrics-2.16.gem) = 8f9da56ed05ad437afe742c61a9eb00fc48964f4e640324c4c3c7f565d30f237
-SHA512 (jirametrics-2.16.gem) = fa7535e8ef0d6cdcb6d13ec2bb613835f98ee520104e733ebdfba42a0a4498388ff1d21783ce094addb206e7f40f8c4216ed7c410d2bdcebcbce1a7bb5470e0b
-Size (jirametrics-2.16.gem) = 80896 bytes
+BLAKE2s (jirametrics-2.17.gem) = 7bc18812d842b27d63ff94ebf9e93118cd92e20e2c4327ccd0a8212e0f85410f
+SHA512 (jirametrics-2.17.gem) = 9cafb99aacfce16572c2c2343557216c64d056d6fa09f7cec63ae13f2f74b8f8260020fcbb3fb4d7a3dcb1291fcde150b6ff39c5d2a3eb41feef6197cccf892c
+Size (jirametrics-2.17.gem) = 82432 bytes

Index: pkgsrc/devel/ruby-jirametrics/PLIST
diff -u pkgsrc/devel/ruby-jirametrics/PLIST:1.10 pkgsrc/devel/ruby-jirametrics/PLIST:1.11
--- pkgsrc/devel/ruby-jirametrics/PLIST:1.10    Wed Sep 10 00:50:55 2025
+++ pkgsrc/devel/ruby-jirametrics/PLIST Fri Sep 26 14:53:39 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/09/10 00:50:55 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/09/26 14:53:39 schmonz Exp $
 bin/jirametrics
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/bin/jirametrics
@@ -30,6 +30,8 @@ ${GEM_LIBDIR}/lib/jirametrics/data_quali
 ${GEM_LIBDIR}/lib/jirametrics/dependency_chart.rb
 ${GEM_LIBDIR}/lib/jirametrics/download_config.rb
 ${GEM_LIBDIR}/lib/jirametrics/downloader.rb
+${GEM_LIBDIR}/lib/jirametrics/downloader_for_cloud.rb
+${GEM_LIBDIR}/lib/jirametrics/downloader_for_data_center.rb
 ${GEM_LIBDIR}/lib/jirametrics/estimate_accuracy_chart.rb
 ${GEM_LIBDIR}/lib/jirametrics/estimation_configuration.rb
 ${GEM_LIBDIR}/lib/jirametrics/examples/aggregated_project.rb



Home | Main Index | Thread Index | Old Index