9 Commits

Author SHA1 Message Date
787ccac034 Merge remote-tracking branch 'refs/remotes/origin/dev' into dev 2025-09-02 07:34:39 +00:00
fbaf775e2a feat: Add API URL input field to login form for dynamic endpoint configuration 2025-09-02 07:33:48 +00:00
0ded323d06 add the code cp kubectl config file from ~/.kube/config to ~/.ocdp/kube/config 2025-09-02 15:14:02 +08:00
210569ad37 feat: Add prepare script for setting up Kubernetes application directories and configuration 2025-09-02 07:08:06 +00:00
dd02e88531 feat: Update .gitignore to include spec-file.txt and add new spec-file for environment creation 2025-09-02 03:09:00 +00:00
585cbcfffa feat: Add environment.yml for development dependencies 2025-09-02 03:06:01 +00:00
997c38bf1b feat: Add Cluster Status Dashboard and remove old Application Manager page
- Introduced a new `monitor.html` file for the Cluster Status Dashboard featuring real-time cluster health and resource allocation visualization using Chart.js and Tailwind CSS.
- Removed the outdated `other.html` file which contained the previous Application Manager interface.
2025-09-02 02:57:54 +00:00
c7f8e69d61 feat: Add orchestration models and services for Kubernetes cluster management
- Implemented Pydantic models for Kubernetes cluster state representation in `cluster.py`.
- Created a `Resource` class for converting JSON/dict to Python objects in `resource.py`.
- Established user models and services for user management, including password hashing and JWT token generation.
- Developed application orchestration services for managing Kubernetes applications, including installation and uninstallation.
- Added cluster service for retrieving cluster status and health reports.
- Introduced node service for fetching node resource details and health status.
- Implemented user service for handling user authentication and management.
2025-09-02 02:54:26 +00:00
00039b2fe1 first commit 2025-09-02 02:31:39 +00:00