-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Add real-time log streaming and improve UI components #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
feat: Add real-time log streaming and improve UI components
|
…thenticated logs - Fix port mapping in Kubernetes service (external port -> container port 80) - Add beautiful loading overlay with progress steps in NewDeploymentPage - Implement authenticated WebSocket logs with historical data loading - Update deployment conflict error message handling - Add comprehensive logging and error handling for deployments - Enhance user experience with better visual feedback and status indicators
✨ Features: - Complete WebSocket notification infrastructure with JWT authentication - Real-time deployment status updates and auto-refresh functionality - Notification bell with dropdown UI and click-to-navigate feature - Delete deployment functionality with confirmations - Auto-refresh for deployment lists when notifications arrive 🔧 Backend: - WebSocket server with JWT token authentication - NotificationManager for managing user connections - Real-time notifications for deployment events - Integration with deployment worker for status updates - Test endpoints for notification development 🎨 Frontend: - NotificationContext with authentication integration - WebSocket service with automatic reconnection - Updated all deployment pages to handle real-time updates - Proper message structure handling (nested data.data) - Toast notifications and navigation features 📄 New Pages: - DocumentationPage with complete API reference - FeaturesPage showcasing platform capabilities - PrivacyPolicyPage with comprehensive privacy details - TermsOfServicePage with legal terms and conditions - Updated LandingPage with proper navigation links 🔗 Integration: - WebSocket connects only when user is authenticated - Auto-cleanup on logout with proper state management - Cross-component notification handling - Real-time status synchronization across all pages This implements a production-ready notification system for real-time deployment monitoring and user engagement.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: Add real-time log streaming and improve UI components