Skip to content

[feat] #151 Add extra port response field#152

Merged
kwdahun merged 1 commit intodevelopfrom
feat/#151-add-extra-field-for-config-server-api
Oct 29, 2025
Merged

[feat] #151 Add extra port response field#152
kwdahun merged 1 commit intodevelopfrom
feat/#151-add-extra-field-for-config-server-api

Conversation

@kwdahun
Copy link
Contributor

@kwdahun kwdahun commented Oct 29, 2025

🌱 관련 이슈

@kwdahun kwdahun self-assigned this Oct 29, 2025
@kwdahun kwdahun requested a review from a team as a code owner October 29, 2025 08:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds support for extra port information to the request acceptance flow. The changes enable the system to include port request details when retrieving user approval information.

  • Added port request retrieval to the getAcceptInfo method
  • Extended AcceptInfoResponseDTO to include extra port information
  • Created a new ExtraPortDTO record to represent port mapping details

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
ConfigRequestService.java Added PortRequestRepository dependency and logic to fetch port requests associated with a user's request
AcceptInfoResponseDTO.java Added ExtraPortDTO record and extra_ports field to include port mapping information in the response

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kwdahun kwdahun merged commit 2166360 into develop Oct 29, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] Add extra ports response field to /api/requests/config/{username}

3 participants