Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fh-dev-tools

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-dev-tools - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 2.0.2
## Added _QA In Progress_ to test release stats
# 2.0.1

@@ -2,0 +5,0 @@ ## Fixed time condition inclusion in JiraQuery

4

lib/release/test-release.js

@@ -34,2 +34,3 @@ var logger = require('../tools/logger.js')('test_release');

readyForQA: readyForQA.length,
qaInProgress: _.filter(issues, function (issue) { return issue.getField('status').name === 'QA In Progress'; }).length,
verified: _.filter(issues, function (issue) { return issue.getField('status').name === 'Verified'; }).length,

@@ -99,3 +100,3 @@ issues: readyForQA,

var project = [ 'RHMAP' ];
var state = ['Resolved', 'Ready for QA', 'Verified'];
var state = ['Resolved', 'Ready for QA', 'QA In Progress', 'Verified'];

@@ -118,2 +119,3 @@ jira.resolvedIssues(project, release, build, state, function(err, results) {

resolved: stats.resolved,
qaInProgress: stats.qaInProgress,
readyForQA: stats.readyForQA,

@@ -120,0 +122,0 @@ verified: stats.verified

{
"name": "fh-dev-tools",
"version": "2.0.1",
"version": "2.0.2",
"description": "FeedHenry Development Tools",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc