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:           Wed Mar 12 23:40:22 UTC 2025

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

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

- Aging work in progress chart - improvements
  - We've always shown the 85% point in each column so we can
    immediately see if an item is an outlier. We now show the 50%, 85%,
    98%, and 100% points as well.
  - The CSS variable `--aging-work-in-progress-chart-shading-color` has
    been removed and replaced with four new ones for the percentile
    colours. This will only matter to you if you're customizing the CSS.
  - We no longer show all the columns, only those that are considered
    "in progress", to reduce clutter.
- Aging work table - improvements
  - In addition to the current age, we display how much longer it's
    likely to take to finish this. This is a forecast, based on
    historical data for this board.
  - If an item has a due date then we display that. We also show if
    we're likely to complete by that date.
- If Javascript is disabled in the browser then almost none of the
  charts will be visible and the report will be largely useless. We now
  display a warning the the top of the page if this is the case. This
  has been reported as a frequent problem when reports are stored on
  Sharepoint as it will disable javascript by default and then people
  are left wondering why the report isn't helpful.
- Bug: Fixed obscure exception when one issue had been blocked on
  another issue that isn't currently downloaded AND we were using either
  `currently_in_status` or `currently_in_status_category`.
- Bug: Fixed bug where `info` was only being written to the log and not
  to the console, making it seem if it weren't working at all.
- `info` improvement: Statuses now list the id of the status as well
  as the name.
- Jira will happily let you create two columns on a board with the same
  name. Unfortunately there are no id's with those columns so there is
  now no way to tell them apart. This change will add a numerical
  suffix such as Backlog-2 to duplicate columns so that we're able to
  work with them.

Updating during pkgsrc careful mode as this is a leaf package and
contains bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-jirametrics/Makefile \
    pkgsrc/devel/ruby-jirametrics/distinfo
cvs rdiff -u -r1.6 -r1.7 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.13 pkgsrc/devel/ruby-jirametrics/Makefile:1.14
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.13 Sat Feb  8 01:29:08 2025
+++ pkgsrc/devel/ruby-jirametrics/Makefile      Wed Mar 12 23:40:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/02/08 01:29:08 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2025/03/12 23:40:22 schmonz Exp $
 
-DISTNAME=      jirametrics-2.10
+DISTNAME=      jirametrics-2.11
 CATEGORIES=    devel
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.13 pkgsrc/devel/ruby-jirametrics/distinfo:1.14
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.13 Sat Feb  8 01:29:08 2025
+++ pkgsrc/devel/ruby-jirametrics/distinfo      Wed Mar 12 23:40:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/02/08 01:29:08 schmonz Exp $
+$NetBSD: distinfo,v 1.14 2025/03/12 23:40:22 schmonz Exp $
 
-BLAKE2s (jirametrics-2.10.gem) = a1a7a5961e48975899b56be89baebf9896738d04befd63a16f644a9ed82742e0
-SHA512 (jirametrics-2.10.gem) = 9504feb9fa4c9b67486743457dfec1c779279e37ed1e88a4e34319bf8bfe0c3cec01e846c7917bc51ab877ca4a4bd47ee0afc15cffeb734752fb1801d40d4d87
-Size (jirametrics-2.10.gem) = 71168 bytes
+BLAKE2s (jirametrics-2.11.gem) = 8f8da151acb1676539936fa8419eb1ed02aa364a68b6be47a88c31e9d3420838
+SHA512 (jirametrics-2.11.gem) = 2ab498b6e732bef6d718e9337014e1cdbf63c5890e2892396282f4d9ba0462d32471b6b372cd6a78305c5a16e54f532771a4e844894d71f562099b9fd3f60b58
+Size (jirametrics-2.11.gem) = 74240 bytes

Index: pkgsrc/devel/ruby-jirametrics/PLIST
diff -u pkgsrc/devel/ruby-jirametrics/PLIST:1.6 pkgsrc/devel/ruby-jirametrics/PLIST:1.7
--- pkgsrc/devel/ruby-jirametrics/PLIST:1.6     Sat Jan 18 01:25:59 2025
+++ pkgsrc/devel/ruby-jirametrics/PLIST Wed Mar 12 23:40:22 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/01/18 01:25:59 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/03/12 23:40:22 schmonz Exp $
 bin/jirametrics
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/bin/jirametrics
@@ -12,6 +12,7 @@ ${GEM_LIBDIR}/lib/jirametrics/blocked_st
 ${GEM_LIBDIR}/lib/jirametrics/board.rb
 ${GEM_LIBDIR}/lib/jirametrics/board_column.rb
 ${GEM_LIBDIR}/lib/jirametrics/board_config.rb
+${GEM_LIBDIR}/lib/jirametrics/board_movement_calculator.rb
 ${GEM_LIBDIR}/lib/jirametrics/change_item.rb
 ${GEM_LIBDIR}/lib/jirametrics/chart_base.rb
 ${GEM_LIBDIR}/lib/jirametrics/columns_config.rb



Home | Main Index | Thread Index | Old Index