0f8d0dd14fed5a444c585f73eaa6a15e61c5d6c9
Resolved 12 TypeScript compilation errors caused by mismatched column names between TypeORM entities and service layer. Entity changes: - NotificationsConfig: Renamed email_alerts_enabled → email_enabled, added email_address, standardized notification event column names (notify_on_start, notify_on_stop, notify_on_crash, etc.) - ScheduledTask: Renamed is_active → is_enabled, added last_run timestamp - TeamMember: Renamed accepted_at → joined_at to match service expectations - Role: Added description column for custom role metadata Service changes: - JwtStrategy: Updated to reference joined_at instead of accepted_at All services now compile cleanly against updated entity schemas. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
Corrosion Admin Panel repository
Releases
18
Corrosion Host Agent v1.0.9
Latest
Languages
Vue
40.1%
TypeScript
25.8%
Rust
24.8%
Go
4%
C#
2.8%
Other
2.3%