Skip to content
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

커밋 일시가 같은 커밋 중 가장 최신 커밋을 조회한다. #771

Open
woowahan-pjs opened this issue Oct 24, 2024 · 1 comment
Labels
관리 화면 기능 New feature or request

Comments

@woowahan-pjs
Copy link
Contributor

  • 커밋 일시는 연, 월, 일, 시, 분, 초로 구성된다.
  • 일반적으로 커밋 일시는 동일할 수 없지만, 리베이스 병합 등을 수행할 때는 커밋 일시가 동일할 수 있다.
  • 현재 과제 종료 일시를 기준으로 가장 최근 커밋 일시가 있는 커밋을 조회한다.
    filter { it.date <= zonedDateTime }.maxByOrNull { it.date }
  • 커밋 일시가 같은 커밋이 여러 개 있는 경우 검색 대상에 따라 결과가 다를 수 있다.
    • 풀 리퀘스트: 조회 시 커밋 일시를 기준으로 오름차순으로 제공한다.
    • 저장소: 조회 시 커밋 일시를 기준으로 내림차순으로 제공한다.
@woowahan-pjs woowahan-pjs added 기능 New feature or request 관리 화면 labels Oct 24, 2024
@woowahan-pjs
Copy link
Contributor Author

최신 커밋을 하나 더 추가하면 문제가 해결되므로 서두를 필요는 없다고 생각합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
관리 화면 기능 New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant