-
Notifications
You must be signed in to change notification settings - Fork 83
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
[View] cluster 요약에서 cluster의 releaseTag를 보여주는 방식 변경 #763
base: main
Are you sure you want to change the base?
Conversation
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.
LGGTM!!!
@@ -19,7 +19,7 @@ export type Summary = { | |||
export type Cluster = { | |||
clusterId: number; | |||
summary: Summary; | |||
latestReleaseTag: string; | |||
clusterTags: string[]; |
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.
👍
@@ -36,7 +36,7 @@ function tagToNumber(tag: string, maxLength: number): number { | |||
* @param tags | |||
* @returns | |||
*/ | |||
function getCommitLatestTag(tags: string[]): string { | |||
export function getCommitLatestTag(tags: string[]): string { |
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.
오! 간단한 test case를 만들어보기 좋은 public 함수가 하나 나왔군요!!!
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.
LGTM!!!!!!!✨✨❤️
확인되셨으면 머지 부탁드리겠습니다! |
Related issue
#727
Result
cluster에 latestReleaseTag 정보를 가지고 display
cluster에 모든 ReleaseTag 정보를 가지고 display할 때 latestReleaseTag 판단
Work list
(with @pithesun)
Discussion
#756 merge 이후 latestReleaseTag 관련 내용 수정 필요