아무도 리뷰 안 해도 괜찮은 누누#11
Open
be-student wants to merge 76 commits into
Open
Conversation
* docs: 요구사항 분석 * test: test 환경 설정 * test: test 환경 설정 * build: lombok 의존성 추가 * feat: Entity 생성 * feat: lombok 적용 * feat: domain 생성 * feat: table 설계 * feat: 호선 생성 기능 구현 * feat: Line 생성 api 구현 * build: validation 추가 * fix: 깨진 테스트 제거 * fix: 테이블에 distance 추가 * feat: api dto 작성 * feat: 예외 처리 작성 * feat: dao 작성 * feat: repository 작성 * feat: entity 작성 * feat: domain 작성 * feat: service 작성 * feat: controller 작성 * feat: swagger 작성 * fix: Positive 만 달려있던 부분 수정 * chore: lombok 어노테이션 순서 조정 * refactor: 패키지 line, station, interstation 으로 구분 * chore: 안 쓰이는 메서드 제거 * feat: lineName 클래스 추가 * feat: StationName 구현 * feat: station클래스 구현 * test: 해피 케이스 테스트 추가 * feat: jacoco 추가 * chore: lombok 을 활용해서 equals, hashcode 같은 부분 재정의 * chore: 테스트 메서드 순서 변경 * feat: 거리 기능 구현 * feat: 구간 기능 추가 * refactor: fixture 제작 * test: contains 메서드 테스트 추가 * test: interStations fixture 추가 * feat: interStations 기능 구현 * feat: lineColor 기능 구현 * chore: 도메인 예외 패키지 변경 * feat: line 구현 완료 * refactor: service, controller 패키지 변경 * feat: updateStationInfoController 작성 * feat: findByIdStationController 작성 * feat: findAllController 구현 * feat: stationCreateController 구현 * feat: stationDeleteController 구현 * refactor: interStation 과 station 간에 직접 참조 제거, id로 간접참조 * feat: stationRepository 구현 * feat: station delete service 추가 * feat: station find all service 추가 * feat: 아이디를 바탕으로 찾는 서비스 추가 * feat: 역 정보 업데이트 기능 추가 * feat: api tag 추가 * feat: 역 생성 컨트롤러 추가 * feat: 컨트롤러 작성 * feat: useCase 인터페이스 작성 * feat: lineController 구현 * feat: line 생성 서비스 작성 * feat: line 제거 기능 추가 * chore: LineRepository 패키지 변경 * feat: line 을 id를 통해 조회하는 기능 추가 * feat: line 정보 업데이트 기능 추가 * chore: 패키지 변경 * feat: 변경 감지를 위한 Proxy 객체 생성 * feat: lineRepository 구현 * feat: 역 추가 기능 추가 * chore: 안 쓰는 코드 제거 * feat: 역 제거 기능 구현 * chore: 안 쓰는 코드 제거 * chore: 패키지 이동 및 valid 어노테이션 추가 * feat: transactional 어노테이션 추가 --------- Co-authored-by: ChoiYoungHoon <dudgns2865@naver.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.