150 Commits

Author SHA1 Message Date
de376df416 Fix: Adjust X-axis time range (last 24h from now) and Y-axis domain for Resource Utilization Trend 2025-10-27 14:21:46 -03:00
f00d88c441 Fix: Replace mock data with real Thanos data in Resource Utilization Trend chart 2025-10-27 14:17:37 -03:00
5a7be90581 Improve: Storage donut chart using Victory.js VictoryPie - PatternFly style implementation 2025-10-27 13:31:53 -03:00
19baa430cc Improve: Storage donut chart with native SVG rendering - remove dependency on Victory.js 2025-10-27 13:23:44 -03:00
fd06103704 Fix: Removido card de storage da seção de métricas - apenas donut chart na seção de gráficos 2025-10-17 17:01:52 -03:00
0adcd8506f Fix: Storage donut chart - movido para seção de gráficos e corrigido renderização Victory.js 2025-10-17 16:59:29 -03:00
40f876cc17 Feature: Storage donut utilization chart - substituindo cilindro por gráfico donut PatternFly com Victory.js 2025-10-17 15:20:36 -03:00
ea7f92c8fc Feature: Storage cylinder chart no dashboard - cilindro transparente com preenchimento verde mostrando uso de storage 2025-10-17 15:14:31 -03:00
42ff7c9f7c Feature: Storage Analysis - nova seção para análise de storage com métricas, gráficos e tabelas detalhadas 2025-10-17 10:05:57 -03:00
e0f0bc225d Fix: header fixo no topo da tela - nao some ao rolar 2025-10-17 09:35:33 -03:00
eb66787b4d Fix: corrigida discrepância crítica de contagem entre resumo global e detalhamento - agora usa mesma fonte de dados 2025-10-17 08:13:49 -03:00
c40911d484 Fix: corrigida discrepância de contagem e severidade entre resumo global e detalhamento 2025-10-16 20:45:57 -03:00
e1bad8eec1 Fix: Adicionar cores de severidade para Other Issues 2025-10-16 17:06:01 -03:00
8f84830447 Fix: Corrigir loading infinito no namespace resource-governance 2025-10-16 15:57:54 -03:00
38bde1ac53 Fix: Corrigir lógica de cores baseada em severidade e mostrar todas as issues 2025-10-16 15:18:10 -03:00
96e0feb6b2 feat: improve recommendation badges - use subtle left border instead of aggressive solid background 2025-10-16 15:04:55 -03:00
636feb5b2a feat: implement phase 2 - reorganize accordion layout with pod cards, specific recommendations and action buttons 2025-10-16 14:57:19 -03:00
48f97ed24c feat: improve loading feedback UX with enhanced spinner, progress bar and contextual messages 2025-10-16 14:45:33 -03:00
1518bb9f2c feat: implement cache system and refresh button to avoid unnecessary cluster re-analysis 2025-10-16 09:30:34 -03:00
0243062889 fix: improve chart readability with larger fonts, rotated labels, and horizontal bar chart for namespace distribution 2025-10-15 22:34:37 -03:00
9faa4516f2 fix: revert to working API endpoints while fixing batch processing configuration 2025-10-15 16:42:37 -03:00
cea7e2c0cd feat: integrate batch processing into UI with intelligent progress tracking and batch statistics 2025-10-15 16:30:19 -03:00
4c6ce49526 fix: increase page_size to load all validations and show resource-governance namespace issues 2025-10-06 16:36:21 -03:00
b4249d9b79 fix: completely disable showError for metrics-grid to prevent error alerts 2025-10-06 15:54:53 -03:00
2ffcb9059e fix: remove showError calls that were hiding the 4 first metric cards 2025-10-06 15:52:18 -03:00
817478f4f9 fix: prevent showError from removing the 4 first metric cards 2025-10-06 15:48:33 -03:00
16a0429cc6 remove: eliminate all mock data and placeholder comments 2025-10-06 15:33:39 -03:00
ae5f261818 fix: add null check for loading-progress element to prevent JavaScript errors 2025-10-06 15:15:08 -03:00
6f8ffe1e49 feat: implement Phase 2 - Sequential Pipeline with Celery Workers 2025-10-06 10:44:43 -03:00
6111579b24 Debug: add logging to updateMetricsCards function 2025-10-06 10:17:56 -03:00
170e1b641e Implement smart loading system with intelligent timeout and graceful error handling 2025-10-06 10:04:56 -03:00
b2da86bfc7 Center the progress bar in loading modal 2025-10-06 10:01:55 -03:00
e21c69a503 Increase API timeout to 50s and loading timeout to 60s for large clusters 2025-10-06 09:59:11 -03:00
49779c7053 Add timeout handling for API requests to prevent infinite loading 2025-10-06 09:56:52 -03:00
56a13424ba Implement fullscreen loading modal with blur background 2025-10-06 09:53:18 -03:00
19926a37d8 Add loading states and UX improvements for dashboard charts 2025-10-06 09:48:55 -03:00
8d92d19433 Fix: Dashboard charts now use real cluster data instead of mock data 2025-10-06 09:35:08 -03:00
7e1d26174b Restore original Victory.js pie chart with real data
- Revert to Victory.VictoryPie component (original format)
- Keep real data from /api/v1/namespace-distribution
- Maintain hover effects and summary statistics
- Fix chart rendering while preserving data accuracy
2025-10-04 11:54:54 -03:00
f9a071e338 Fix dashboard charts to use real data instead of mock data
- Replace Victory pie chart with HTML-based visualization for namespace distribution
- Update resource utilization trend to use real cluster metrics
- Update issues timeline to use real validation data
- Add proper error handling and empty states
- Remove all mock/sample data from charts
2025-10-04 11:51:20 -03:00
eddc492d0e Add real namespace distribution data for dashboard chart
- Create new API endpoint /api/v1/namespace-distribution
- Replace mock data with real cluster data
- Add CPU and memory parsing functions
- Update frontend to use real data with enhanced chart
- Add hover effects and summary statistics
2025-10-04 11:43:22 -03:00
221b68be49 Add comprehensive dashboard charts section
- Implement 5 new charts using Victory.js and PatternFly styling:
  1. Resource Utilization Trend (24h) - Line chart showing CPU/Memory over time
  2. Namespace Resource Distribution - Pie chart showing resource allocation
  3. Issues by Severity Timeline - Stacked area chart for Critical/Warnings
  4. Top 5 Workloads by Resource Usage - Horizontal bar chart
  5. Overcommit Status by Namespace - Grouped bar chart for CPU/Memory

- Add responsive chart cards with PatternFly styling
- Include chart legends and proper color schemes
- Load charts automatically when dashboard loads
- Use real data from APIs where available, simulated data for demos
- All charts follow OpenShift console design patterns
2025-10-03 20:54:43 -03:00
692d647abd Fix: remove Actions column from Historical Analysis table and increase chart padding to prevent label cutoff 2025-10-03 18:26:42 -03:00
cca51841bf Clean up: remove unnecessary header icons, keep only help and user menu 2025-10-03 17:26:33 -03:00
4d431959a2 Rename: change Scanner to Analyzer in application titles and documentation 2025-10-03 16:39:58 -03:00
efa487424d Fix: use correct API endpoint for namespace validations 2025-10-03 15:51:46 -03:00
ff2bafe621 Refactor: convert Requests & Limits to accordion interface with pre-loaded data 2025-10-03 15:48:26 -03:00
8e1d80addd Fix: use UTC timezone for chart time labels to match Prometheus data 2025-10-03 13:05:18 -03:00
6ae9cbcef6 Fix: increase tickCount to 12 for better X-axis tick distribution in Victory.js charts 2025-10-03 10:30:45 -03:00
f49de1c6a3 Fix: add tickCount to Victory.js charts for better X-axis tick distribution 2025-10-03 10:28:11 -03:00
3087bcaecb Fix: add domainPadding to Victory.js charts for better data point rendering 2025-10-03 10:23:20 -03:00