-
Notifications
You must be signed in to change notification settings - Fork 0
Add GitHub App Client #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| } | ||
|
|
||
| return services.map { service -> | ||
| val appResource = service.targetId?.let { appResources[it] }?.let { AppResourceResponse.of(it) } |
There was a problem hiding this comment.
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( |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
토큰이 null 일 경우가 있나?
No description provided.