Commit Graph

12 Commits

Author SHA1 Message Date
b12e11cb18 REFACTOR(app): change application icon
- Update app icon
- Refresh branding
2025-12-09 22:13:28 +09:00
cd6dbf5c14 FIX(app): fix navbar error
- Fix navigation bar issue
- Correct component rendering
2025-11-30 23:05:40 +09:00
e7547f8b6a FEAT(app): add internationalization (i18n)
- Add multi-language support
- Configure i18n settings
2025-11-30 01:55:02 +09:00
21ce616024 CHORE(style): add responsive Tailwind CSS
- Implement responsive design
- Add custom Tailwind styles
2025-11-30 01:37:30 +09:00
60aa253572 FEAT(app): add Grafana integration
- Add Grafana dashboard link
- Enable monitoring access
2025-11-29 22:58:17 +09:00
4af1185731 REFACTOR(ui): remove subpages
- Remove unused subpages
- Simplify navigation structure
2025-11-28 21:32:50 +09:00
8a52143210 REFACTOR(app): remove monitoring page
- Remove monitoring dashboard
- Clean up unused features
2025-11-26 23:37:52 +09:00
93d746dfc2 FEAT(k8s): add k8s monitoring dashboard
- Add monitoring page with Grafana-style UI and real-time charts
- Implement Prometheus metrics API endpoint with comprehensive queries
- Add Chart.js for visualizing cluster metrics
- Include Overview, Resources, Kubernetes, and Network sections
- Support both production (Prometheus) and development (mock) data
- Add PROMETHEUS_URL environment variable to deployment
2025-11-26 22:55:07 +09:00
5a48c69590 REFACTOR(app): change SSL from fetch to HTTPS
- Update SSL configuration
- Use HTTPS for API calls
2025-11-25 12:59:23 +09:00
822afb3215 CHORE(app): add ArgoCD SSL configuration
- Enable SSL for ArgoCD API
- Configure TLS settings
2025-11-25 12:30:24 +09:00
124c7723db CHORE(api): add ArgoCD API integration
- Add ArgoCD API endpoint
- Enable ArgoCD connectivity
2025-11-25 12:19:02 +09:00
913575ecc0 FIX(app): replace submodule with files
- Remove services/nextjs as git submodule
- Add complete Next.js application source code
- Include package.json and package-lock.json for npm cache
- This fixes the GitHub Actions cache error
2025-11-23 23:43:22 +09:00