Skip to content

Conversation

@sehyuk080101
Copy link
Contributor

No description provided.

@jbj338033 jbj338033 self-requested a review November 21, 2025 05:09
}

return services.map { service ->
val appResource = service.targetId?.let { appResources[it] }?.let { AppResourceResponse.of(it) }
Copy link
Member

Choose a reason for hiding this comment

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

ServiceResponse에서 AppResource, DatabaseResource등의 Response로 변환하는게 낫지 않나

val sha: String,
val commit: CommitInfo,
) {
data class CommitInfo(
Copy link
Member

Choose a reason for hiding this comment

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

CommitInfo말고 Commit이라 해도 무방하지 않으려나 상관없긴한데

fun clone(
repositoryUrl: String,
branch: String,
targetDir: File,
Copy link
Member

Choose a reason for hiding this comment

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

targetDir 고정으로 못하나? properties라던가 /root 등등

repositoryUrl: String,
branch: String,
targetDir: File,
token: String? = null,
Copy link
Member

Choose a reason for hiding this comment

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

토큰이 null 일 경우가 있나?

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.

3 participants