Skip to content

Revert "CL-1753 | Add instant rollback feature support for Launch CLI"#162

Merged
AryanBansal-launch merged 2 commits into
developmentfrom
revert-158-CL-1753
May 18, 2026
Merged

Revert "CL-1753 | Add instant rollback feature support for Launch CLI"#162
AryanBansal-launch merged 2 commits into
developmentfrom
revert-158-CL-1753

Conversation

@AryanBansal-launch
Copy link
Copy Markdown
Contributor

Reverts #158

@AryanBansal-launch AryanBansal-launch requested review from a team as code owners May 18, 2026 10:24
@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 4 0 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

✅ BUILD PASSED - All security checks passed

@AryanBansal-launch AryanBansal-launch merged commit 2bb887a into development May 18, 2026
6 checks passed
@AryanBansal-launch AryanBansal-launch deleted the revert-158-CL-1753 branch May 18, 2026 10:33
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reverts the previously introduced “instant rollback” feature (#158) by removing the rollback command implementation, associated tests, and the related GraphQL fields/mutations that were added to support it.

Changes:

  • Removed the launch rollback command implementation and its unit tests.
  • Removed the rollback GraphQL mutation and trimmed rollback-related fields/conditionals from environment/deployment queries.
  • Cleaned up .talismanrc to stop ignoring the deleted rollback test files.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/unit/commands/rollback.test.ts Deletes Mocha-based unit tests for the rollback command.
src/graphql/queries.ts Removes rollback-specific fields/variable usage from deployment/environment queries.
src/graphql/mutation.ts Removes the rollbackDeployment mutation export and its GraphQL definition.
src/commands/launch/rollback.ts Deletes the rollback command implementation.
src/commands/launch/rollback.test.ts Deletes Jest-based tests for the rollback command.
.talismanrc Removes ignore entries for rollback test files that no longer exist.

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

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.

4 participants