Skip to content

feat(utilities): register bulk-operations as a progress-supported module [DX-3882]#2643

Draft
harshitha-cstk wants to merge 2 commits into
v2-devfrom
fix/dx-3882
Draft

feat(utilities): register bulk-operations as a progress-supported module [DX-3882]#2643
harshitha-cstk wants to merge 2 commits into
v2-devfrom
fix/dx-3882

Conversation

@harshitha-cstk

@harshitha-cstk harshitha-cstk commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Overview

Adds 'bulk-operations' to PROGRESS_SUPPORTED_MODULES in cli-utilities.

Purpose

The logger gates console-log suppression on this list: when the active module is progress-supported, showConsoleLogs defaults to false (progress-bar UI). This entry lets the bulk operations commands use the progress-manager UX consistently with export/import/audit/clone.

Notes

  • One-line change; no behavior change for existing modules.
  • Companion PR in contentstack/cli-plugins wires the progress manager into the bulk-operations commands and depends on this list entry — this should land first/together.

🤖 Generated with Claude Code

Add 'bulk-operations' to PROGRESS_SUPPORTED_MODULES so the logger
suppresses console logs in favor of progress bars for the bulk commands,
consistent with export/import/audit/clone.
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 2 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ Vulnerabilities Without Available Fixes (Informational Only)

The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:

  • Critical without fixes: 0
  • High without fixes: 0
  • Medium without fixes: 2
  • Low without fixes: 0

✅ BUILD PASSED - All security checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Registers the bulk operations plugin as a progress-supported module in contentstack-utilities, so the logger can default to suppressing console logs and allow the progress-bar UX consistently across bulk operations commands.

Changes:

  • Added 'bulk-operations' to PROGRESS_SUPPORTED_MODULES used by the logger to determine progress/console-log behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 2 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ Vulnerabilities Without Available Fixes (Informational Only)

The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:

  • Critical without fixes: 0
  • High without fixes: 0
  • Medium without fixes: 2
  • Low without fixes: 0

✅ BUILD PASSED - All security checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants