Tsukikage7 opened a new pull request, #1:
URL: https://github.com/apache/dubbo-go-pixiu-admin/pull/1

   ## Summary
   
   This PR introduces Pixiu Admin, a modern management platform for Apache 
Dubbo Pixiu gateway, providing centralized configuration, monitoring, and 
management via a web UI and RESTful API.
   
   ### Features
   
   - **Gateway Configuration Management**
   - Cluster management with load balancing and health checks
   - Listener management with multi-protocol support 
(HTTP/HTTPS/Triple/Dubbo/gRPC)
   - API resource mapping
   - Plugin group management
   
   - **User Management (RBAC)**
   - JWT authentication
   - Role-based access control
   - Fine-grained permission management
   
   - **Modern UI**
   - React 18 + TypeScript + Vite + Ant Design 5
   - Dark/Light theme support
   - Internationalization (English/Chinese)
   - Wizard-based configuration with form validation
   - Dual-mode editing (Form + YAML)
   
   ### Technology Stack
   
   | Component | Technology |
   |-----------|------------|
   | Frontend | React 18 + TypeScript + Vite + Ant Design 5 |
   | Backend | Go 1.25+ + Gin + GORM + Google Wire |
   | Config Store | etcd 3.5+ |
   | User Store | MySQL 8.0+ |
   | Authentication | JWT |
   
   ## Checklist
   
   - [x] All source files have Apache License 2.0 headers
   - [x] Backend builds successfully (`go build ./...`)
   - [x] Frontend builds successfully (`pnpm build`)
   - [x] Frontend lint passes (`pnpm lint`)
   - [x] All comments are in English
   - [x] README documentation included (English & Chinese)
   - [x] API documentation included
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to