Skip to content

fix(commands): register chassis commands for cypress artisan#6

Merged
dxnter merged 1 commit into
mainfrom
fix/cypress-artisan-command-registration
Apr 27, 2026
Merged

fix(commands): register chassis commands for cypress artisan#6
dxnter merged 1 commit into
mainfrom
fix/cypress-artisan-command-registration

Conversation

@dxnter
Copy link
Copy Markdown
Member

@dxnter dxnter commented Apr 27, 2026

Summary

Registers chassis commands during Cypress's HTTP artisan bridge so migrated apps can still call package commands like db:snapshot:create.

Changes

  • remove the runningInConsole() gate around chassis command registration
  • add an rc.3 changelog entry for the Cypress artisan fix

@github-actions
Copy link
Copy Markdown

📊 Code Coverage Report

Metric Coverage
Overall Coverage 🟢 100%
Coverage by File
File Coverage
Attributes/AutoSeed.php 🟢 100%
Attributes/AutomaticallyOrdered.php 🟢 100%
Attributes/ValidatesConfig.php 🟢 100%
Console/Commands/AutoSeedListCommand.php 🟢 100%
Console/Commands/RestoreLocalEnvironmentFilesCommand.php 🟢 100%
Console/Commands/WakeDatabaseCommand.php 🟢 100%
Database/ValueObjects/SchemaFileCollection.php 🟢 100%
Database/ValueObjects/SchemaSnapshot.php 🟢 100%
Database/ValueObjects/SnapshotListItem.php 🟢 100%
Enums/ApiRequestFailure.php 🟢 100%
Exceptions/ProblemDetailsRenderer.php 🟢 100%
Exceptions/SentryExceptionHandler.php 🟢 100%
Http/Middleware/AuthenticatesAccessTokens.php 🟢 100%
Http/Middleware/EnsureFeatureEnabled.php 🟢 100%
Http/Middleware/EnvironmentLockdown.php 🟢 100%
Http/Middleware/LogsApiRequests.php 🟢 100%
Http/Responses/ProblemDetails.php 🟢 100%
Models/Concerns/Auditable.php 🟢 100%
Models/Concerns/HasAutomaticOrdering.php 🟢 100%
Models/Scopes/AutomaticallyOrderedScope.php 🟢 100%
Rules/ValidIpOrCidrRule.php 🟢 100%
Seeding/Concerns/AuditsSeederChanges.php 🟢 100%
Seeding/Concerns/CleansUpOrphans.php 🟢 100%
Seeding/Concerns/PerformsIdempotentUpserts.php 🟢 100%
Seeding/IdempotentSeeder.php 🟢 100%
Seeding/IdempotentSeederResolver.php 🟢 100%
Seeding/ValueObjects/SeederInfo.php 🟢 100%
Services/ConfigValidatorResolver.php 🟢 100%
Services/DateTimeFormatter.php 🟢 100%

@github-actions
Copy link
Copy Markdown

📊 Test Results

    6 files  ±0    192 suites  ±0   15s ⏱️ ±0s
  283 tests ±0    283 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 698 runs  ±0  1 698 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 5870d61. ± Comparison against base commit 7ec9044.

@dxnter dxnter merged commit 4e98cf6 into main Apr 27, 2026
11 checks passed
@dxnter dxnter deleted the fix/cypress-artisan-command-registration branch April 27, 2026 17:37
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.

1 participant