middleware
middleware copied to clipboard
fix: Add Trends Line graph on Deployment events page
Linked Issue(s)
#544
Acceptance Criteria fulfillment
- [x] Divided the existing page into 2 tabs
- [x] Added deployment Durations
- [x] Added deployment trends
- [x] Added deployment Graph
Proposed changes
- Added tabs support for deployment events and deployment analytics
- Added deployment duration which calculates Longest and shortest deployment
- Added Deployment trends which calculates the avg trend
Further comments
Summary by CodeRabbit
-
New Features
- Introduced a tabbed interface in the deployment insights overlay, separating "Deployment Analytics" and "Deployment Events" into distinct views.
- Added a new analytics dashboard displaying deployment counts, success/failure rates, and visualizations of the longest and shortest deployment durations.
- Enhanced deployment event details with improved filtering and grouping options.
-
UI Improvements
- Streamlined navigation between analytics and event details for a clearer and more organized user experience.
Summary by CodeRabbit
-
New Features
- Introduced a tabbed interface for deployment insights, allowing users to switch between "Deployment Analytics" and "Deployment Events" views.
- Added visualizations for deployment duration metrics, highlighting the longest and shortest deployments.
- Implemented deployment trend analysis with charts and trend indicators for deployment duration and pull request counts.
-
Refactor
- Reorganized deployment analytics and event details into separate tabs for a clearer, more focused user experience.