Skip to content

Conversation

@vncloudsco
Copy link
Contributor

No description provided.

* feat: Implement Network Load Balancer (NLB) management functionality

- Added types and interfaces for NLB, including creation and update inputs.
- Created NLBFormDialog component for creating and editing NLBs.
- Developed NetworkLoadBalancer page to display, search, and manage NLBs.
- Integrated query options for fetching, creating, updating, deleting, and toggling NLBs.
- Implemented service functions for NLB operations including health checks and statistics retrieval.
- Added routing for NLB management under authenticated routes.

* feat: Enhance NLB functionality with health check support and form improvements

* feat: Update backend service configuration to use host network mode and remove port mappings

* feat: Update frontend API URL to use localhost for local development

* feat: Add network load balancer types and tables with health check functionality

* docker image update
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 12, 2025

Quality Gate Passed Quality Gate passed

Issues
36 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
2.9% Duplication on New Code

See analysis details on SonarQube Cloud

@github-actions
Copy link

Coverage Report for apps/api

Status Category Percentage Covered / Total
🔵 Lines 4.23% 556 / 13117
🔵 Statements 4.23% 556 / 13117
🔵 Functions 55.29% 94 / 170
🔵 Branches 63.2% 146 / 231
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/api/src/domains/nlb/index.ts 0% 0% 0% 0% 1-5
apps/api/src/domains/nlb/nlb.controller.ts 0% 100% 100% 0% 2-297
apps/api/src/domains/nlb/nlb.repository.ts 0% 0% 0% 0% 1-363
apps/api/src/domains/nlb/nlb.routes.ts 0% 0% 0% 0% 1-100
apps/api/src/domains/nlb/nlb.service.ts 0% 0% 0% 0% 1-507
apps/api/src/domains/nlb/nlb.types.ts 100% 100% 100% 100%
apps/api/src/routes/index.ts 0% 0% 0% 0% 1-50
Generated in workflow #31 for commit 3d8ce7f by the Vitest Coverage Report Action

@vncloudsco vncloudsco merged commit 5e4c148 into main Oct 12, 2025
3 checks passed
@vncloudsco vncloudsco deleted the feature/network_load_balancer branch October 12, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants