Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-jirametrics
From: Amitai Schleier
Date: 2024-10-04 18:10:16
Message id: 20241004161016.E5CD3FC7E@cvs.NetBSD.org
Log Message:
ruby-jirametrics: update to 2.6. Changes:
- When a status can't be found, it now just dumps a warning, rather than
blowing up. This has been a source of frustration
for many people just starting out with the tool so we're trying to get
some more reasonable default behaviour.
- There is a new `Issue.flow_efficiency_numbers` method that is a first
step towards visualizing flow efficiency. Note that none of the charts
currently make use of this.
- By default, we assume that `flagged` means blocked but not all teams use
the flag for that purpose. Added new setting to change that behaviour:
`settings['flagged_means_blocked'] = false`.
Files: