-
Notifications
You must be signed in to change notification settings - Fork 1
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
[fix] property 오타 수정 #406
[fix] property 오타 수정 #406
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 468dd33 - Browse repository at this point
Copy the full SHA 468dd33View commit details -
Merge pull request #147 from fine-ants/fix/price-null
[fix] price null
Configuration menu - View commit details
-
Copy full SHA for cd1c9a1 - Browse repository at this point
Copy the full SHA cd1c9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d7c2e - Browse repository at this point
Copy the full SHA b9d7c2eView commit details -
Merge pull request #148 from fine-ants/refactor/#145-verifCode
[refactor] 인증코드 확인 api 분리
Configuration menu - View commit details
-
Copy full SHA for 3fa6131 - Browse repository at this point
Copy the full SHA 3fa6131View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e74592f - Browse repository at this point
Copy the full SHA e74592fView commit details -
[feat] 배당금 데이터 계산 로직 개선 (#150)
* #123 feat: sse 전송 문제 해결 - SseEmitterKey 객체 추가 - SseEmitterManager 객체의 해시맵의 키 타입을 SseEmitterKey로 변경 * #123 fix: catch문 오타 수정 * #123 fix: sseEmitter가 리스너에서 예외 발생시 sseEmitterManager에서 emitter가 줄어들지 않는 문제 해결 - PortfolioEventListener에서 예외 발생시 해당 SseEmitter는 해시맵에서 제거되도록 변경하여 sseEmitter가 줄어들지 않는 문제를 해겷하였습니다. * #123 test: 오타 수정 * #123 fix: 사용하지 않는 createRedisKey 메소드 제거 * #122 feat: 에상 배당금 메소드 구현 - 현재 년도의 배당금이 없는경우 작년도의 배당금 정보를 이용하여 예상 배당금을 계사하는 메소드를 구현하였습니다 * #122 feat: 예상 배당금 계산 메소드에 대한 테스트 코드 구현 * #122 feat: 포트폴리오 종목에 대한 예상 연간배당금 및 예상 연간배당금 비율 계산 메소드 구현 * #122 fix: 현재년도를 가지고 있는 LocalDate 데이터를 매개변수화 * #122 fix: 테스트 코드 오류 수정 * #122 feat: 포트폴리오의 연간배당금 계산 메소드 변경 * #122 test: 테스트 코드 단언문 변경 - 좀더 상세한 결과를 검증하도록 변경 * #122 docs: 포트폴리오 샘플 데이터에 create_at 컬럼 데이터 추가 * [feat] 포트폴리오 추가 및 수정시 입력정보 변경 (#152) * #144 fix: 데이터 유효성 범위 변경 - 예산, 수익금액, 최대손실 금액 정보에 대하여 0또한 포함이 가능하도록 변경 * #144 test: 테스트 코드 수정 * #144 fix: 검증 조건 변경 * #144 test: 테스트 코드 직렬화/역직렬화 코드 수정 * #144 fix: 포트폴리오 수정 요청 리퀘스트의 데이터 유효성 변경 * #144 test: 테스트 코드 수정 - 입력값 파라미터화 * #144 feat: 메일전송여부를 관리하는 매니저 객체 생성 * #144 feat: 예산이 0원인지 검사하는 메소드 추가 * #144 test: 목표 수익 알림 메소드에 대한 예외 케이스 추가 * #144 test: 최대손실알림 메일 스케줄링 메소드 테스트 코드 추가
Configuration menu - View commit details
-
Copy full SHA for 4135982 - Browse repository at this point
Copy the full SHA 4135982View commit details -
Configuration menu - View commit details
-
Copy full SHA for f37886a - Browse repository at this point
Copy the full SHA f37886aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f3a93 - Browse repository at this point
Copy the full SHA 02f3a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78482f - Browse repository at this point
Copy the full SHA e78482fView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c143c7e - Browse repository at this point
Copy the full SHA c143c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f978723 - Browse repository at this point
Copy the full SHA f978723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6a6d6 - Browse repository at this point
Copy the full SHA 1f6a6d6View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94b2948 - Browse repository at this point
Copy the full SHA 94b2948View commit details
Commits on Jan 26, 2024
-
* #164 test: 프로필 변경 테스트 코드 작성 * #162 fix: 메소드명 변경 - 실제 이미지 파일이 아닌 url값을 변경하는 것이기 때문에 updateProfileUrl로 변경함 * #164 fix: 불필요한 update jpql 제거 - Member 더티 체킹을 통해서 작동하기 때문에 제거함 * #164 feat: 프로필 변경 관련 에러 코드 추가 - 클라이언트로부터 변경할 정보를 받지 못한 경우 작동될 수 있음 * #164 refactor: 프로필 변경 서비스 리팩토링 - Optional을 통한 Null처리 수행함 - 닉네임 유효성 검사를 ProfileChangeRequest로 이전 - Optional Method Chain을 이용하여 최대한 가독성있게 변경 - extract 메소드 실행 과정중에 검증 수행 - application.yml 파일에 multipart file size를 명시하여 이미지가 너무 큰 경우 받을 수 없도록 명세함 * #164 fix: 공백 생성자 및 getter 추가 * #164 test: 프로필 변경 컨트롤러 테스트 코드 추가 * #164 fix: @Valid 애노테이션 추가 * #164 test: 프로필 변경 서비스 에외 테스트 추가 - 닉네임이 중복되는 경우 테스트 추가
Configuration menu - View commit details
-
Copy full SHA for b24f656 - Browse repository at this point
Copy the full SHA b24f656View commit details
Commits on Jan 29, 2024
-
[refactor] 회원가입 서비스 리팩토링 및 테스트 코드 (#168)
* #167 test: 일반 회원가입 컨트롤러 테스트 코드 구현 * #167 fix: 회원 에러 코드 메시지 오타 수정 * #167 fix: 회원 성공 코드 메시지 오타 수정 * #167 refactor: 일반 회원가입 컨트롤러 및 서비스 코드 리팩토링 - SignUpServiceRequest 추가 - 일반 회원가입 서비스에서 검증 코드 정리 * #167 feat: MissingServletRequestPartException 글로벌 핸들러 추가 * #167 test: 일반 회원가입 컨트롤러 테스트 코드 구현 - 프로필 없이 일반 회원가입 성공 - signupData 필드없이 회원가입 실패 * #167 test: 일반 회원가입 서비스 테스트 코드 구현 - 일반 회원가입 서비스 성공 - 닉네임, 이메일 중복되는 경우 예외 테스트 - 비밀번호 불일치 예외 테스트 * #167 test: 회원가입 서비스 예외 케이스 테스트 코드 추가 - 프로필 이미지 사이즈가 초과하는 경우 회원가입 불가능
Configuration menu - View commit details
-
Copy full SHA for 0122d52 - Browse repository at this point
Copy the full SHA 0122d52View commit details -
[fix] 대시보드 서비스 클래스 테스트 코드 문제 (#169)
* #167 test: 테스트 코드 실패 수정 - currentPriceManager 목객체를 추가하여 redis를 모킹 처리함 * #121 test: @beforeeach에 배당금 제거 추가
Configuration menu - View commit details
-
Copy full SHA for 8dad324 - Browse repository at this point
Copy the full SHA 8dad324View commit details -
[test] 회원가입 관련 서비스 테스트 코드 추가 (#170)
* #167 test: 일반 회원가입 컨트롤러 테스트 코드 구현 * #167 fix: 회원 에러 코드 메시지 오타 수정 * #167 fix: 회원 성공 코드 메시지 오타 수정 * #167 refactor: 일반 회원가입 컨트롤러 및 서비스 코드 리팩토링 - SignUpServiceRequest 추가 - 일반 회원가입 서비스에서 검증 코드 정리 * #167 feat: MissingServletRequestPartException 글로벌 핸들러 추가 * #167 test: 일반 회원가입 컨트롤러 테스트 코드 구현 - 프로필 없이 일반 회원가입 성공 - signupData 필드없이 회원가입 실패 * #167 test: 일반 회원가입 서비스 테스트 코드 구현 - 일반 회원가입 서비스 성공 - 닉네임, 이메일 중복되는 경우 예외 테스트 - 비밀번호 불일치 예외 테스트 * #167 test: 회원가입 서비스 예외 케이스 테스트 코드 추가 - 프로필 이미지 사이즈가 초과하는 경우 회원가입 불가능 * #167 test: 닉네임 중복 검사 서비스 테스트 코드 추가 * #167 test: 닉네임 중복 검사 컨트롤러 테스트 코드 추가 * #167 test: 이메일 중복 검사 테스트 코드 추가 * #167 test: 이메일 중복 검사 컨트롤러 테스트 코드 추가 * #167 refactor: 유효성 검사 추가 및 검증코드 생성기 추가 * #167 test: 검증 코드 컨트롤러 및 서비스 테스트 코드 추가 * #167 feat: 검증코드 요청에 대한 유효성 검사 추가 * #167 test: 검증 코드 검사에 대한 컨트롤러 및 서비스 테스트 코드 추가
Configuration menu - View commit details
-
Copy full SHA for 15397bb - Browse repository at this point
Copy the full SHA 15397bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c04b363 - Browse repository at this point
Copy the full SHA c04b363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d6335 - Browse repository at this point
Copy the full SHA 15d6335View commit details -
Configuration menu - View commit details
-
Copy full SHA for a999c8f - Browse repository at this point
Copy the full SHA a999c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fad2e - Browse repository at this point
Copy the full SHA 96fad2eView commit details -
Merge pull request #171 from fine-ants/feat/change-watchlist-name
[feat] change watchlist name
Configuration menu - View commit details
-
Copy full SHA for 3db2911 - Browse repository at this point
Copy the full SHA 3db2911View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a07c93 - Browse repository at this point
Copy the full SHA 7a07c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0792996 - Browse repository at this point
Copy the full SHA 0792996View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e7d98 - Browse repository at this point
Copy the full SHA a0e7d98View commit details -
Update src/test/java/codesquad/fineants/spring/api/stock/StockRestCon…
…trollerTest.java Co-authored-by: YongHwan Kim <dragonbead95@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 526bef9 - Browse repository at this point
Copy the full SHA 526bef9View commit details -
Update src/main/java/codesquad/fineants/domain/stock/Stock.java
Co-authored-by: YongHwan Kim <dragonbead95@naver.com>
Configuration menu - View commit details
-
Copy full SHA for df23841 - Browse repository at this point
Copy the full SHA df23841View commit details -
Update src/main/java/codesquad/fineants/spring/api/success/code/Stock…
…SuccessCode.java Co-authored-by: YongHwan Kim <dragonbead95@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 13fe97c - Browse repository at this point
Copy the full SHA 13fe97cView commit details -
Update src/main/java/codesquad/fineants/spring/api/stock/StockRestCon…
…troller.java Co-authored-by: YongHwan Kim <dragonbead95@naver.com>
Configuration menu - View commit details
-
Copy full SHA for e72d64e - Browse repository at this point
Copy the full SHA e72d64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a84286 - Browse repository at this point
Copy the full SHA 4a84286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6161777 - Browse repository at this point
Copy the full SHA 6161777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c4949 - Browse repository at this point
Copy the full SHA 08c4949View commit details -
Merge pull request #174 from fine-ants/feat/stock-detail
[feat] stock detail
Configuration menu - View commit details
-
Copy full SHA for afee08c - Browse repository at this point
Copy the full SHA afee08cView commit details -
Merge pull request #176 from fine-ants/fix/stock-exists-api
[fix] stockExists Endpoint
Configuration menu - View commit details
-
Copy full SHA for 97b701c - Browse repository at this point
Copy the full SHA 97b701cView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1cfbf7 - Browse repository at this point
Copy the full SHA d1cfbf7View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fef7942 - Browse repository at this point
Copy the full SHA fef7942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 135881a - Browse repository at this point
Copy the full SHA 135881aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fffa48 - Browse repository at this point
Copy the full SHA 0fffa48View commit details -
Update src/main/java/codesquad/fineants/domain/fcm_token/FcmToken.java
Co-authored-by: YongHwan Kim <dragonbead95@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 1e136d9 - Browse repository at this point
Copy the full SHA 1e136d9View commit details -
Update src/main/java/codesquad/fineants/domain/notification_preferenc…
…e/NotificationPreference.java Co-authored-by: YongHwan Kim <dragonbead95@naver.com>
Configuration menu - View commit details
-
Copy full SHA for da0415d - Browse repository at this point
Copy the full SHA da0415dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6061c04 - Browse repository at this point
Copy the full SHA 6061c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c32ea - Browse repository at this point
Copy the full SHA e5c32eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9093840 - Browse repository at this point
Copy the full SHA 9093840View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5a24c - Browse repository at this point
Copy the full SHA fb5a24cView commit details -
Merge pull request #183 from fine-ants/feat/notification-entity
[feat] notification entity
Configuration menu - View commit details
-
Copy full SHA for 646bae1 - Browse repository at this point
Copy the full SHA 646bae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944a753 - Browse repository at this point
Copy the full SHA 944a753View commit details
Commits on Feb 6, 2024
-
* #184 feat: FCM 토큰 등록 컨트롤러 및 서비스 구현 * #184 test: FCM 토큰 등록 서비스 테스트 코드 추가 * #184 test: FCM 토큰 등록 컨트롤러 테스트 코드 추가 * #184 test: FCM 토큰 등록 컨트롤러 예외 케이스 추가 * #172 chore: firebase 설정 파일 추가 * #185 feat: Firebase 스프링 빈 및 서비스 추가 * #185 feat: 로깅 추가 * #185 test: sendNotification 서비스 메소드 테스트 코드 추가 * #185 fix: FirebaseApp 중복 문제 해결 * #185 feat: Firebase 스프링 빈 및 서비스 추가 * #185 test: sendNotification 서비스 메소드 테스트 코드 추가 * [feat] FCM 관련 스프링 빈 구현 (#190) * #172 chore: firebase 설정 파일 추가 * #185 feat: Firebase 스프링 빈 및 서비스 추가 * #185 feat: 로깅 추가 * #185 test: sendNotification 서비스 메소드 테스트 코드 추가 * #185 fix: FirebaseApp 중복 문제 해결 * #184 feat: FCM 토큰 등록 서비스시 검증 추가 * #184 feat: FCM 토큰 검증을 별도의 메소드로 분리 * #184 test: FCM 토큰 등록 예외 케이스 테스트 코드 추가 * [feat] 회원 알림 목록 조회 (#194) * #187 feat: Notification 엔티티 구현 * #184 feat: 회원 알림 목록 조회 API 및 서비스 구현 * #187 test: 회원 알림 목록 조회 서비스 테스트 코드 구현 * #187 test: 회원 알림 목록 조회 컨트롤러 테스트 코드 추가
Configuration menu - View commit details
-
Copy full SHA for 4a024b8 - Browse repository at this point
Copy the full SHA 4a024b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8c683 - Browse repository at this point
Copy the full SHA aa8c683View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2096bb - Browse repository at this point
Copy the full SHA a2096bbView commit details -
* #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 docs: notification 스키마 수정
Configuration menu - View commit details
-
Copy full SHA for 06625b6 - Browse repository at this point
Copy the full SHA 06625b6View commit details
Commits on Feb 7, 2024
-
[feat] 회원 알림 설정 수정 API 구현 (#198)
* #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 docs: notification 스키마 수정 * #187 feat: 회원 알림 설정 수정 컨트롤러 및 서비스 구현 * #187 test: 회원 알림 설정 수정 서비스 테스트 코드 구현 * #187 test: 회원 알림 설정 수정 컨트롤러 테스트 코드 구현 * #187 fix: soft delete 제거 * #187 feat: 소셜 로그인 또는 회원가입시 기본 알림 설정 등록하도록 구현 * #187 feat: 회원 알림 설정 수정관련 서비스 테스트 코드 추가 * #187 fix: validation 애노테이션 추가 * [feat] 회원 알림 관련 API 구현 (#197) * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 docs: notification 스키마 수정 * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 feat: 회원 알림 설정 수정 컨트롤러 및 서비스 구현 * #187 test: 회원 알림 설정 수정 서비스 테스트 코드 구현 * #187 test: 회원 알림 설정 수정 컨트롤러 테스트 코드 구현 * #187 fix: soft delete 제거 * #187 feat: 소셜 로그인 또는 회원가입시 기본 알림 설정 등록하도록 구현 * #187 feat: 회원 알림 설정 수정관련 서비스 테스트 코드 추가 * #187 fix: validation 애노테이션 추가 * [feat] 회원 알림 관련 API 구현 (#197) * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 docs: notification 스키마 수정 * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 fix: deleteAllBatch cnrk
Configuration menu - View commit details
-
Copy full SHA for 1979871 - Browse repository at this point
Copy the full SHA 1979871View commit details -
* #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 docs: notification 스키마 수정 * #187 feat: 회원 알림 설정 수정 컨트롤러 및 서비스 구현 * #187 test: 회원 알림 설정 수정 서비스 테스트 코드 구현 * #187 test: 회원 알림 설정 수정 컨트롤러 테스트 코드 구현 * #187 fix: soft delete 제거 * #187 feat: 소셜 로그인 또는 회원가입시 기본 알림 설정 등록하도록 구현 * #187 feat: 회원 알림 설정 수정관련 서비스 테스트 코드 추가 * #187 fix: validation 애노테이션 추가 * [feat] 회원 알림 관련 API 구현 (#197) * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 docs: notification 스키마 수정 * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 feat: 회원 알림 설정 수정 컨트롤러 및 서비스 구현 * #187 test: 회원 알림 설정 수정 서비스 테스트 코드 구현 * #187 test: 회원 알림 설정 수정 컨트롤러 테스트 코드 구현 * #187 fix: soft delete 제거 * #187 feat: 소셜 로그인 또는 회원가입시 기본 알림 설정 등록하도록 구현 * #187 feat: 회원 알림 설정 수정관련 서비스 테스트 코드 추가 * #187 fix: validation 애노테이션 추가 * [feat] 회원 알림 관련 API 구현 (#197) * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 test: 알림 모두 읽기 예외 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 test: 알림 모두 읽음 서비스 예외 테스트 추가 * #187 test: 알림 특정 읽음 컨트롤러 테스트 코드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 test: 알림 전체 삭제 컨트롤러 및 서비스 테스트 코드 구현 * #187 feat: 특정 알림 삭제 컨트롤러 메소드 구현 * #187 test: 특정 알림 삭제 컨트롤러 테스트 코드 구현 * #187 fix: isDeletd 조건문 추가 * #187 docs: notification 스키마 수정 * #187 feat: 회원 알림 모두 읽음 컨트롤러 및 서비스 구현 * #187 test: 알림 모두 읽기 테스트 코드 추가 * #187 feat: 존재하지 않는 알람 등록번호 검증 메소드 추가 * #187 feat: 알림 전체 삭제 컨트롤러 및 서비스 구현 * #187 fix: deleteAllBatch cnrk * #187 fix: 코드 분실 해결 * #187 fix: 코드 분실 해결
Configuration menu - View commit details
-
Copy full SHA for 63d2d5d - Browse repository at this point
Copy the full SHA 63d2d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe1c7f - Browse repository at this point
Copy the full SHA fbe1c7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd5efb - Browse repository at this point
Copy the full SHA 0dd5efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8425f - Browse repository at this point
Copy the full SHA 6a8425fView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f19c9e1 - Browse repository at this point
Copy the full SHA f19c9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b48701 - Browse repository at this point
Copy the full SHA 7b48701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b44367 - Browse repository at this point
Copy the full SHA 8b44367View commit details -
Configuration menu - View commit details
-
Copy full SHA for d881da5 - Browse repository at this point
Copy the full SHA d881da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ed785 - Browse repository at this point
Copy the full SHA b5ed785View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b05d267 - Browse repository at this point
Copy the full SHA b05d267View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8033c - Browse repository at this point
Copy the full SHA ad8033cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579fe99 - Browse repository at this point
Copy the full SHA 579fe99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b25f68 - Browse repository at this point
Copy the full SHA 5b25f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ca3a0 - Browse repository at this point
Copy the full SHA 30ca3a0View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f67f201 - Browse repository at this point
Copy the full SHA f67f201View commit details -
Configuration menu - View commit details
-
Copy full SHA for e43493c - Browse repository at this point
Copy the full SHA e43493cView commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5261ee7 - Browse repository at this point
Copy the full SHA 5261ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab51cc6 - Browse repository at this point
Copy the full SHA ab51cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48eb35e - Browse repository at this point
Copy the full SHA 48eb35eView commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 986860c - Browse repository at this point
Copy the full SHA 986860cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a9949 - Browse repository at this point
Copy the full SHA 99a9949View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3343ae - Browse repository at this point
Copy the full SHA d3343aeView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ae0205 - Browse repository at this point
Copy the full SHA 5ae0205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b9923 - Browse repository at this point
Copy the full SHA 80b9923View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5880abf - Browse repository at this point
Copy the full SHA 5880abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdd200 - Browse repository at this point
Copy the full SHA ecdd200View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdfa735 - Browse repository at this point
Copy the full SHA fdfa735View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4151ebd - Browse repository at this point
Copy the full SHA 4151ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9c125 - Browse repository at this point
Copy the full SHA 9b9c125View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a0d1cf - Browse repository at this point
Copy the full SHA 7a0d1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8fa82c - Browse repository at this point
Copy the full SHA e8fa82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6ed9e - Browse repository at this point
Copy the full SHA ca6ed9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c85d6 - Browse repository at this point
Copy the full SHA 55c85d6View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9005ae8 - Browse repository at this point
Copy the full SHA 9005ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a054d85 - Browse repository at this point
Copy the full SHA a054d85View commit details -
[feat] 매입 이력 이벤트에 따른 Push Notification 구현 (#243)
* #189 rename: MailService 이동 * #189 feat: 매입 이력 추가 이벤트에 따른 PushNotification 서비스 구 * #189 test: PushNotification 서비스 테스트 추가 * #189 feat: 매입 이력 추가 이벤트에 따른 PushNotificationEvent 구현 * #189 feat: 매입 이력 수정, 삭제에 따른 PushNotificationEvent 추가 * #189 feat: 알림 서비스에서 Notification 데이터 추가하도록 구현 * #189 test: 알림 관련 테스트 코드 추가 * #189 feat: 알림 컨트롤러 및 테스트 코드 추가 * #189 docs: 알림 최대손실율 전송 Rest Docs 추가 * #189 feat: 메시지 전송 실패시 fcm 토큰 삭제 * #189 feat: 최대 손실율 도달 알림에서 메시지 전송 실패시 토큰 삭제 * #189 test: 최대 손실율 도달 알림 관련 예외 케이스 추가
Configuration menu - View commit details
-
Copy full SHA for 35d1be3 - Browse repository at this point
Copy the full SHA 35d1be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c5416 - Browse repository at this point
Copy the full SHA 56c5416View commit details
Commits on Feb 28, 2024
-
* #189 rename: MailService 이동 * #189 feat: 매입 이력 추가 이벤트에 따른 PushNotification 서비스 구 * #189 test: PushNotification 서비스 테스트 추가 * #189 feat: 매입 이력 추가 이벤트에 따른 PushNotificationEvent 구현 * #189 feat: 매입 이력 수정, 삭제에 따른 PushNotificationEvent 추가 * #189 feat: 알림 서비스에서 Notification 데이터 추가하도록 구현 * #189 test: 알림 관련 테스트 코드 추가 * #189 feat: 알림 컨트롤러 및 테스트 코드 추가 * #189 docs: 알림 최대손실율 전송 Rest Docs 추가 * #189 feat: 메시지 전송 실패시 fcm 토큰 삭제 * #189 feat: 최대 손실율 도달 알림에서 메시지 전송 실패시 토큰 삭제 * #189 test: 최대 손실율 도달 알림 관련 예외 케이스 추가 * #189 docs: oauth redirect url 변경 * #244 feat: 포트폴리오 목록 조회 API의 ResponseBody에 currentValuation 추가 * #244 fix: 포트폴리오 종목 추가 문제 해결 - 매입 이력 같이 추가시 purchaseDate로 변경 - 이미 존재하는 종목의 매입 이력 같이 추가시 중복 추가되지 않도록 함
Configuration menu - View commit details
-
Copy full SHA for 32ca07c - Browse repository at this point
Copy the full SHA 32ca07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98fd590 - Browse repository at this point
Copy the full SHA 98fd590View commit details -
* #244 fix: 포트폴리오 종목 조회시 연배당률에 대한 소수점 2자리 실수로 변경 * #244 docs: 포트폴리오 종목 조회 API Rest Docs 추가 * #244 fix: 대시보드 오버뷰 문제 해결 - 0 나누기 문제 해결 * #244 docs: 대시보드 오버뷰 Rest Docs 추가 * #244 fix: 계정 삭제 문제 해결 * #244 docs: 계정 삭제 Rest Docs 추가 * #244 test: 테스트명 수정 * #244 feat: watchStock 추가시 현재가 갱신 이벤트 추가 * #244 feat: kisService mokcing 추가
Configuration menu - View commit details
-
Copy full SHA for f855f07 - Browse repository at this point
Copy the full SHA f855f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bde944 - Browse repository at this point
Copy the full SHA 5bde944View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f582f - Browse repository at this point
Copy the full SHA f5f582fView commit details
Commits on Mar 2, 2024
-
[fix] 매입 이력 이벤트에 따른 Notification 저장 문제 해결 (#251)
* #244 fix: 포트폴리오 reachedTargetGain에 histories 전달하도록 변경 * #246 fix: 매입 이력 구매 이벤트에 따른 알림 미저장 문제 해결 - @TransactionalEventListener -> @eventlistener로 변경 * #246 feat: 최대손실율 달성 알림 로직 추가 * #246 fix: Push Notification 문제 해결 - Portfolio에 purchaseHistory 리스트를 전달하여 목표수익률 및 최대손실율 게산하도록 수행 * #246 test: 매입 이력 이벤트에 따른 최대손실율 알림 테스트 코드 추가 * #246 rename: 메소드간 순서 변경 * #246 refactor: 매입 이력 추가 리팩토링 - 현금이 부족한지 검증하는 부분 리팩토링 - 계산하는 부분을 PurchaseHistory로 이동 * #246 fix: 매입이력 이벤트 수정 - 한 회원의 여러 디바이스에 알림을 보내도 실제 알림 데이터는 1개만 저장되도록 수정
Configuration menu - View commit details
-
Copy full SHA for c845ec3 - Browse repository at this point
Copy the full SHA c845ec3View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90fc781 - Browse repository at this point
Copy the full SHA 90fc781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5652bee - Browse repository at this point
Copy the full SHA 5652beeView commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 855ef3d - Browse repository at this point
Copy the full SHA 855ef3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd309a - Browse repository at this point
Copy the full SHA 9cd309aView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 421ac51 - Browse repository at this point
Copy the full SHA 421ac51View commit details -
[fix] 포트폴리오 활성 알림 목록 조회 변경 (#259)
* #254 fix: 포트폴리오 활성 알림 API 변경 - 응답 프로퍼티에 각각의 포트폴리오에 securitiesFirm 추가 * #252 fix: 회원 샘플 데이터 초기화 변경 - provider 및 닉네임 변경 * #252 fix: 종목 지정가 알림 목록 조회 변경 - 응답시 종목 지정가의 생성일자를 기준으로 오름차순으로 정렬 * #252 docs: 종목 지정가 알림 목록 조회 Rest Docs 추가 * #252 docs: Rest Docs 수정 * #252 docs: 포트폴리오 활성 알림 조회 서비스 수정 - 생성일자를 기준으로 오름차순 정렬
Configuration menu - View commit details
-
Copy full SHA for fc9e0e3 - Browse repository at this point
Copy the full SHA fc9e0e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e6838 - Browse repository at this point
Copy the full SHA 06e6838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9992579 - Browse repository at this point
Copy the full SHA 9992579View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf1b32 - Browse repository at this point
Copy the full SHA ecf1b32View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe36bde - Browse repository at this point
Copy the full SHA fe36bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d7161 - Browse repository at this point
Copy the full SHA 42d7161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9258b46 - Browse repository at this point
Copy the full SHA 9258b46View commit details
Commits on Mar 10, 2024
-
[feat] 종목 지정가 변경 이벤트에 따른 종목 지정가 알림 구현 (#266)
* #254 feat: 종목 지정가 알림 발송 API 구현 * #254 test: 종목 지정가 알림 발송 API 테스트 코드 구현 * #254 test: 종목 지정가 알림 발송 서비스 테스트 코드 수정 - 계정 알림 데이터 추가 * #254 docs: adoc 문서 수정 - 종목 지정가 알림 발송 API 추가 - 포트폴리오 목표 수익률 도달 알림 오타 수정 * #254 test: 테스트 코드 수정 - 종목 지정가 알림 발송 API Rest Docs 추가 - 현재가 읽기 메소드명 변경 - 오타 수정 * #254 refacotr: 현재가 읽기 메소드 수정 - 메소드명 수정 - 불필요한 메소드 제거 - 현재가 읽기시 리트라이 추가 * #254 refactor: 매입 이력 이벤트 수정 - SendingParamter에서 구체 클래스로 변경 - SendingParameter가 가지는 필드마다 다르기 때문에 변경, 하지만 다시 추상화하는 방법이 요구됨 * #254 feat: 종목 지정가 알림 서비스 및 이벤트 추가 * #254 feat: 현재가 변경에 따른 종목 지정가 도달 푸시 알림 서비스 추가 * #254 feat: Kis 서비스에 대한 컨트롤러 추가 * #254 feat: 종목 현재가 전체 갱신 API 추가 * #254 feat: 종목 가격 갱신 Rest Docs 추가 * #254 feat: 알림 전송 기록 관리 매니저 추가 * #254 docs: adoc 수정 * #254 feat: 종목 지정가 알림 서비스 수정 - 불필요한 쿼리가 발생하지 않도록 수정 * #254 rename: 종목 지정가 소스코드 이동 * #254 rename: 패키지 이동 * #254 feat: Redis에서 현재가 조회시 Optional로 래핑하여 반환하도록 함 * #254 feat: Redis에서 종가 조회시 Optional로 래핑해서 반환하도록 변경 * #254 style: 코드 정리 * #254 fix: 로깅 레벨 디버그 레벨로 변경 * #254 fix: 현재가 구하는 메소드 반환 타입 Long으로 변경 * #254 refactor: fetchCurrentPrice 리팩토링 - reactive적으로 변경 * #254 feat: 현재가 조회 API 추가 * #254 fix: 종가 리스폰스명 변경
Configuration menu - View commit details
-
Copy full SHA for 5e14631 - Browse repository at this point
Copy the full SHA 5e14631View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95fdd21 - Browse repository at this point
Copy the full SHA 95fdd21View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f42bde0 - Browse repository at this point
Copy the full SHA f42bde0View commit details -
#254 fix: 종목 지정가 도달 알림 문제 해결 (#269)
- 발송 이력 저장시 notificationId를 TargetPriceNotification.id로 변경
Configuration menu - View commit details
-
Copy full SHA for 2d2ac8c - Browse repository at this point
Copy the full SHA 2d2ac8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13523e4 - Browse repository at this point
Copy the full SHA 13523e4View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a4a81d - Browse repository at this point
Copy the full SHA 4a4a81dView commit details -
- targetNotificationId가 db에 저장되지 않는 문제
Configuration menu - View commit details
-
Copy full SHA for 4bffc6e - Browse repository at this point
Copy the full SHA 4bffc6eView commit details -
#273 fix: 종목 지정가 알림 버그 수정 (#274)
- notification 엔티티 데이터가 토큰이 여러개더라도 messageId를 기준으로 고유하게 1개만 저장하도록 저장
Configuration menu - View commit details
-
Copy full SHA for eb3da02 - Browse repository at this point
Copy the full SHA eb3da02View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae020d0 - Browse repository at this point
Copy the full SHA ae020d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 729d993 - Browse repository at this point
Copy the full SHA 729d993View commit details
Commits on Mar 20, 2024
-
[fix] 포트폴리오 및 대시보드 차트 API에 대한 정렬 기준 적용 (#278)
* #277 fix: 회원가입 인증 코드 오타 수정 * #277 fix: 닉네임 중복 체크시 입력 형식 검사 * #277 fix: PortfolioStock -> PortfolioHolding으로 변경 * #277 feat: 포트폴리오 종목 Rest Docs 추가 * #277 feat: 매입이력 Rest Docs 추가 * #277 feat: 종목 Rest Docs 추가 * #277 feat: 포트폴리오 알람 활성화 Rest Docs 추가 * #277 test: 테스트 코드 실패 해결 * #277 feat: 종목 지정가 알림 Rest Docs 추가 * #277 feat: 회원 알림 Rest Docs 추가 * #277 feat: 관심 종목 Rest Docs 추가 * #277 feat: 관심 종목 Rest Docs 추가 * #277 feat: 대시보드 Rest Docs 추가 * #277 feat: 차트 정렬 적용 * #277 test: 테스트 코드 실패 해결
Configuration menu - View commit details
-
Copy full SHA for 2d584d2 - Browse repository at this point
Copy the full SHA 2d584d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc9b96 - Browse repository at this point
Copy the full SHA 9bc9b96View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1722074 - Browse repository at this point
Copy the full SHA 1722074View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a731c6 - Browse repository at this point
Copy the full SHA 8a731c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 670815d - Browse repository at this point
Copy the full SHA 670815dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d38f045 - Browse repository at this point
Copy the full SHA d38f045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e4759 - Browse repository at this point
Copy the full SHA 03e4759View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eef7610 - Browse repository at this point
Copy the full SHA eef7610View commit details
Commits on Apr 2, 2024
-
#288 fix: 종목 최신화 모듈 에러 해결 (#290)
- 기존 stocks 파일을 이용한 기존 종목 최신화 스케줄링 메서드가 최신화된 종목들을 삭제한 것이 원인
Configuration menu - View commit details
-
Copy full SHA for 50b36d2 - Browse repository at this point
Copy the full SHA 50b36d2View commit details -
#288 fix: Notification payload 추가, data 페이로드 제거
- data만 보내는 경우 fcm.options.link 사용하지 못하여 notification 추가로 변경
Configuration menu - View commit details
-
Copy full SHA for e4d5dbd - Browse repository at this point
Copy the full SHA e4d5dbdView commit details
Commits on Apr 6, 2024
-
* #291 feat: Money, Count 도메인 추가 * fix: Money, Count 도입으로 인한 테스트 코드 수정 * fix: 테스트 코드 수정 * fix: money 직렬화시 정수 탕비으로 직렬화 * fix: Portfolio entity change the config with precision * feat: add DataIntegrityViolationExpceiton handler * fix: change column config
Configuration menu - View commit details
-
Copy full SHA for 0fe9437 - Browse repository at this point
Copy the full SHA 0fe9437View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 153fc6f - Browse repository at this point
Copy the full SHA 153fc6fView commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf77169 - Browse repository at this point
Copy the full SHA bf77169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c43060 - Browse repository at this point
Copy the full SHA 7c43060View commit details -
#293 feat: 종목의 현재가 및 종가 조회 메서드 수정 (#299)
- 가격이 redis에 없는 경우 kis 서버에 질의하여 가져오도록 합니다.
Configuration menu - View commit details
-
Copy full SHA for c899920 - Browse repository at this point
Copy the full SHA c899920View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36b2fa3 - Browse repository at this point
Copy the full SHA 36b2fa3View commit details
Commits on Apr 14, 2024
-
* docs: README.md 수정 * docs: README.md 작성중 * docs: readme 트러블 슈팅 그외 작성 * docs: 트러블 슈팅 문서 작성 * docs: 핵심 기능 글 작성 * docs: 핵심 기능 그림 추가 * docs: image 링크 수정 * docs: 핵심 기능 프로세스 이미지 다시 추가 * docs: 핵시기능 접기 추가
Configuration menu - View commit details
-
Copy full SHA for b612a40 - Browse repository at this point
Copy the full SHA b612a40View commit details
Commits on Apr 16, 2024
-
[bug] Watchlist 조회 문제 해결 (#305)
* fix: Watchlist 조회 버그 수정 * #304 docs: fineants-secret 버킷 이름 추가
Configuration menu - View commit details
-
Copy full SHA for 9157462 - Browse repository at this point
Copy the full SHA 9157462View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b360945 - Browse repository at this point
Copy the full SHA b360945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17dca4a - Browse repository at this point
Copy the full SHA 17dca4aView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e05e99 - Browse repository at this point
Copy the full SHA 1e05e99View commit details
Commits on Apr 21, 2024
-
* #286 feat: 배당금 일정 최신화 모듈 구현 * feat: 배당일정 최신화 서비스 구현 * fix: 알림 서비스에서 비동기 제거 * feat: 배당일정 최신화 구현 * feat: 배당 일정 최신화 구현 * fix: 주석 추가 * feat: 코드 정리 * fix: 코드 정리 * fix: money getter remove * fix: REadWatchListsResponse 변경 * feat: localstack 추가 * #286 fix: 테스트 컨테이너 코드 수정 * fix: 테스트 컨테이너 코드 수정 * #286 fix: 테스트 프로파일 db 프로퍼티 제거 * #286 fix: 코드 정리 * fix: remove dividend restcontroller
Configuration menu - View commit details
-
Copy full SHA for c3ef5e3 - Browse repository at this point
Copy the full SHA c3ef5e3View commit details
Commits on Apr 22, 2024
-
[fix] 배당 일정 최신화의 역직렬화 문제 해결 (#317)
* fix: 배당일정 가져오는 문제 해결 * #316 fix: 배당 일정 uri 추가
Configuration menu - View commit details
-
Copy full SHA for 146ceb2 - Browse repository at this point
Copy the full SHA 146ceb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for eada9fc - Browse repository at this point
Copy the full SHA eada9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b502232 - Browse repository at this point
Copy the full SHA b502232View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e3d20 - Browse repository at this point
Copy the full SHA e7e3d20View commit details
Commits on Apr 26, 2024
-
* feat: add resp property for portfolio's notify setting api * feat: 포트폴리오 알림 수정 검증문 추가 * test: 테스트 코드 실패 해결
Configuration menu - View commit details
-
Copy full SHA for afc1760 - Browse repository at this point
Copy the full SHA afc1760View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0b5be9 - Browse repository at this point
Copy the full SHA f0b5be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7be1a - Browse repository at this point
Copy the full SHA df7be1aView commit details
Commits on May 5, 2024
-
* feat: currency 도메인 추가 * feat: money 도메인에 currency 추가 * test: 테스트 코드 실패 해결 * feat: 알림 메시지 내용 형식 변경 * #308 fix: compareto 코드 수정 * feat: RateDivision 구현 * fix: 타입 수정 * fix: change the type to the expression * fix: code 정리
Configuration menu - View commit details
-
Copy full SHA for 5452318 - Browse repository at this point
Copy the full SHA 5452318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549346b - Browse repository at this point
Copy the full SHA 549346bView commit details -
- 소수점 둘째자리까지는 출력, 네번째자리까지는 값이 있다면 출력
Configuration menu - View commit details
-
Copy full SHA for 57ea502 - Browse repository at this point
Copy the full SHA 57ea502View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf8e1b0 - Browse repository at this point
Copy the full SHA cf8e1b0View commit details -
* fix: package 구조 변경 * fix: container 설정 변경
Configuration menu - View commit details
-
Copy full SHA for fb3f779 - Browse repository at this point
Copy the full SHA fb3f779View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4cb293 - Browse repository at this point
Copy the full SHA c4cb293View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d52d582 - Browse repository at this point
Copy the full SHA d52d582View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99142d7 - Browse repository at this point
Copy the full SHA 99142d7View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1905005 - Browse repository at this point
Copy the full SHA 1905005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2797b20 - Browse repository at this point
Copy the full SHA 2797b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059213b - Browse repository at this point
Copy the full SHA 059213bView commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c041cd1 - Browse repository at this point
Copy the full SHA c041cd1View commit details -
* #333 feat: 포트폴리오 종목 조회 및 sse 응답의 프로퍼티 수정 - id 추가 * test: 테스트 코드 오타 수정
Configuration menu - View commit details
-
Copy full SHA for 39b8a4c - Browse repository at this point
Copy the full SHA 39b8a4cView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b48ce4e - Browse repository at this point
Copy the full SHA b48ce4eView commit details
Commits on May 30, 2024
-
* #33 build: spring 2.7->3.1 java 11->17 변경 * #333 feat: Spring Security OAuth 로그인 구현 * #333 feat: SetupDataLoader 구현 * #333 feat: 메서드 매개변수 중 AuthMember를 MemberAuthentication로 변경 및 코드 정리 * #333 test: createPortfolio 메서드를 상위 클래스로 통합 * #333 refactor: 액세스 토큰 갱신 리팩토링 * feat: login rest docs 테스트 코드 구현 * #333 feat: 시큐리티 설정 추가 * docs: oauth rest docs * #333 feat: 컨트롤러에 보안 설정 애노테이션 추가 * #333 feat: 컨트롤러에 보안 설정 애노테이션 추가 * fix: controller security annto delete * #333 feat: AjaxScurityCnofig 보안 설정 * #333 style: 체크 스타일에 따른 코드 정리 * #333 fix: 테스트 후 발생한 버그 수정 * #333 feat: 로그인후 쿠키에 토큰 설정 * #333 test: 테스트 실패 해결 * #333 feat: 로그아웃 버그 해결 * #333 docs: 권한 설명 추가 * #333 test: 테스트 코드 실패 해결 * #333 test: 회원에서 인증 및 회원가입 분리 * #333 fix: 관심 종목 문제 해결 * #333 feat: 서버 실행시 KRW 환율 셋업 구현 * #333 feat: release 프로파일 관련 프로퍼티 추가 * #333 docs: 배포 환경 설정 * #333 docs: docker-compose 설정 변경 * #333 docs: 서버 포트 설정 변경 * #333 docs: workflow jdk 11->17 설정
Configuration menu - View commit details
-
Copy full SHA for adb44d1 - Browse repository at this point
Copy the full SHA adb44d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0c42a - Browse repository at this point
Copy the full SHA 6e0c42aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 496dff0 - Browse repository at this point
Copy the full SHA 496dff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518b348 - Browse repository at this point
Copy the full SHA 518b348View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5eebbc - Browse repository at this point
Copy the full SHA c5eebbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f1d5ec - Browse repository at this point
Copy the full SHA 5f1d5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21280a - Browse repository at this point
Copy the full SHA a21280aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8779f0b - Browse repository at this point
Copy the full SHA 8779f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7119f8a - Browse repository at this point
Copy the full SHA 7119f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db09bc5 - Browse repository at this point
Copy the full SHA db09bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fdf345 - Browse repository at this point
Copy the full SHA 6fdf345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df8956 - Browse repository at this point
Copy the full SHA 3df8956View commit details -
- local, test 프로파일에 대한 Redirect-url 추가
Configuration menu - View commit details
-
Copy full SHA for 23dfc61 - Browse repository at this point
Copy the full SHA 23dfc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for a344e85 - Browse repository at this point
Copy the full SHA a344e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b6fbf - Browse repository at this point
Copy the full SHA 04b6fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b13fd - Browse repository at this point
Copy the full SHA 61b13fdView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3a5f39 - Browse repository at this point
Copy the full SHA a3a5f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4e3d9 - Browse repository at this point
Copy the full SHA cc4e3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af0d6b2 - Browse repository at this point
Copy the full SHA af0d6b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b90a5 - Browse repository at this point
Copy the full SHA 16b90a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bf43e - Browse repository at this point
Copy the full SHA b0bf43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2734c - Browse repository at this point
Copy the full SHA ae2734cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb9c3b - Browse repository at this point
Copy the full SHA 0cb9c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dee4ac - Browse repository at this point
Copy the full SHA 2dee4acView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7fc41 - Browse repository at this point
Copy the full SHA cb7fc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7440f - Browse repository at this point
Copy the full SHA ec7440fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d9850 - Browse repository at this point
Copy the full SHA c9d9850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1c0b6 - Browse repository at this point
Copy the full SHA 3d1c0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a0cfe - Browse repository at this point
Copy the full SHA 95a0cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ff55f - Browse repository at this point
Copy the full SHA 49ff55fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ead4f1 - Browse repository at this point
Copy the full SHA 9ead4f1View commit details
Commits on Jun 7, 2024
-
* #333 refactor: Member 생성자 수정 - 빌더 private 변경 - 생성자 접근제한자 private 변경 * #347 refactor: Portfolio 생성자 수정 * #347 refactor: PortfolioHolding 생성자 수정 - 빌더 제거 - 생성자 private 설정 * #347 refactor: Member 생성자의 빌더 제거 * #347 refactor: Portfolio생성자에서 빌더 제거 * #347 refactor: StockDividend 생성자의 빌더 제거 * #347 refactor: PurchaseHistory 생성자 수정 * #347 refactor: fcmToken, Notification 생성자 수정 * #347 fix: 종목 지정가 알림 조건 버그 수정 * #347 refactor: NotificationPreference 생성자 수정 * #347 refactor: PortfolioGainHistory 생성자 수정 * #347 refactor: WatchList, WatchStock 생성자 수정\n -빌더 제거\n -생성자의 접근제한자를 private로 변경하여 캡슐화 * #347 refactor: StockTargetPrice, TargetPriceNoticiation 생성자 수정 * #347 fix: 정적 팩토리 메서드 수정
Configuration menu - View commit details
-
Copy full SHA for ccaff01 - Browse repository at this point
Copy the full SHA ccaff01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8788180 - Browse repository at this point
Copy the full SHA 8788180View commit details -
* #333 refactor: Member 생성자 수정 - 빌더 private 변경 - 생성자 접근제한자 private 변경 * #347 refactor: Portfolio 생성자 수정 * #347 refactor: PortfolioHolding 생성자 수정 - 빌더 제거 - 생성자 private 설정 * #347 refactor: Member 생성자의 빌더 제거 * #347 refactor: Portfolio생성자에서 빌더 제거 * #347 refactor: StockDividend 생성자의 빌더 제거 * #347 refactor: PurchaseHistory 생성자 수정 * #347 refactor: fcmToken, Notification 생성자 수정 * #347 fix: 종목 지정가 알림 조건 버그 수정 * #347 refactor: NotificationPreference 생성자 수정 * #347 refactor: PortfolioGainHistory 생성자 수정 * #347 refactor: WatchList, WatchStock 생성자 수정\n -빌더 제거\n -생성자의 접근제한자를 private로 변경하여 캡슐화 * #347 refactor: StockTargetPrice, TargetPriceNoticiation 생성자 수정 * #347 fix: 정적 팩토리 메서드 수정 * #347 rename: 배당금 생성 메서드 부모 클래스로 이동 * #347 docs: ci.cd의 environment 이름 aws로 변경 * #333 fix: dev 프로파일을 production으로 변경
Configuration menu - View commit details
-
Copy full SHA for a442e1a - Browse repository at this point
Copy the full SHA a442e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb64d65 - Browse repository at this point
Copy the full SHA fb64d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4dfa62 - Browse repository at this point
Copy the full SHA a4dfa62View commit details -
#351 fix: oauth 로그인 쿠키 설정 변경 (#354)
- 릴리즈 서버 한에서 쿠키의 secure=false로 설정
Configuration menu - View commit details
-
Copy full SHA for 9bc7512 - Browse repository at this point
Copy the full SHA 9bc7512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 838f285 - Browse repository at this point
Copy the full SHA 838f285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d2ca6 - Browse repository at this point
Copy the full SHA 73d2ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1b9c2 - Browse repository at this point
Copy the full SHA eb1b9c2View commit details -
- SameSite=None으로 설정하기 위한 ResponseCookie 방식으로 변경
Configuration menu - View commit details
-
Copy full SHA for fbe7161 - Browse repository at this point
Copy the full SHA fbe7161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c04a87 - Browse repository at this point
Copy the full SHA 9c04a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4be9e5 - Browse repository at this point
Copy the full SHA f4be9e5View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae315a5 - Browse repository at this point
Copy the full SHA ae315a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae6f28 - Browse repository at this point
Copy the full SHA 6ae6f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebb09f9 - Browse repository at this point
Copy the full SHA ebb09f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4affe2c - Browse repository at this point
Copy the full SHA 4affe2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b0a86 - Browse repository at this point
Copy the full SHA 19b0a86View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d548164 - Browse repository at this point
Copy the full SHA d548164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3886c13 - Browse repository at this point
Copy the full SHA 3886c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 333b2ad - Browse repository at this point
Copy the full SHA 333b2adView commit details -
#351 fix: kakao oauth 로그인 버그 수정
- profile 동의하지 않은 경우 null로 저장
Configuration menu - View commit details
-
Copy full SHA for 818612e - Browse repository at this point
Copy the full SHA 818612eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab83f80 - Browse repository at this point
Copy the full SHA ab83f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd2a17 - Browse repository at this point
Copy the full SHA 9fd2a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5514f3b - Browse repository at this point
Copy the full SHA 5514f3bView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6197c91 - Browse repository at this point
Copy the full SHA 6197c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fb8bf - Browse repository at this point
Copy the full SHA a4fb8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b95663 - Browse repository at this point
Copy the full SHA 3b95663View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9d53a5 - Browse repository at this point
Copy the full SHA c9d53a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced9921 - Browse repository at this point
Copy the full SHA ced9921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d443c6 - Browse repository at this point
Copy the full SHA 8d443c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c2386 - Browse repository at this point
Copy the full SHA d1c2386View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f464c5f - Browse repository at this point
Copy the full SHA f464c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7cf5b - Browse repository at this point
Copy the full SHA ff7cf5bView commit details -
- 액세스 및 리프레시 토큰 갱신하는 경우에만 리스폰스에 쿠키 설정하도록 변경
Configuration menu - View commit details
-
Copy full SHA for b34c616 - Browse repository at this point
Copy the full SHA b34c616View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa838df - Browse repository at this point
Copy the full SHA fa838dfView commit details
Commits on Jun 17, 2024
-
* feat: 액세스 토큰 갱신 롤백 * #371 fix: oauth 설정 오타 수정
Configuration menu - View commit details
-
Copy full SHA for a5fcdec - Browse repository at this point
Copy the full SHA a5fcdecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bfc95 - Browse repository at this point
Copy the full SHA d8bfc95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83eec52 - Browse repository at this point
Copy the full SHA 83eec52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db7337 - Browse repository at this point
Copy the full SHA 2db7337View commit details -
[fix] 중복 Set-Cookie 생성 문제 해결 (#383)
* fix: method source 수정 * #371 fix: 토큰 갱신 문제 해결 - 필터를 대상으로 스프링 빈 등록으로 인하여 자동 등록됨
Configuration menu - View commit details
-
Copy full SHA for c7c634b - Browse repository at this point
Copy the full SHA c7c634bView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 770aecd - Browse repository at this point
Copy the full SHA 770aecdView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 338a891 - Browse repository at this point
Copy the full SHA 338a891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b5fd4 - Browse repository at this point
Copy the full SHA 94b5fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42abd9 - Browse repository at this point
Copy the full SHA e42abd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b96488 - Browse repository at this point
Copy the full SHA 0b96488View commit details
Commits on Jun 27, 2024
-
* #350 refactor: List<NotificationCondition>을 제네릭 및 캡슐화 * #350 refactor: 목표 수익률에 대한 알림 전송 리팩토링 * #350 refactor: FirebaseNotificationProvider 추상화 - FirebasePortfolioNotificationProvider 구현 - FirebaseTargetPriceNotificationProvider 구현 * #350 test: 최대 손실율 달성 알림 테스트 추가 * #350 rename: 변수명 변경 * #350 refactor: notifyTargetGain 메서드 리팩토링 * #350 style: saveNotification 메서드 코드 정리 * #350 refactor: NotificationService의 알림 전송 기능 Notifiable 타입으로 추상화 - Notifiable 인터페이스 정의 및 Portfolio 클래스가 구현 * #350 refactor: TargetPriceNotification 추상화 * #350 refactor: Service의 리턴타입을 추상화 * #350 test: 최대 손실율 알림 테스트 추가 * #350 refactor: NotificationDispatcher 추가 - 해당 객체는 여러 NotificationProvider를 실행하여 다양한 알림 매체에게 알림 전송을 요청합니다.(ex, fcm, kakao, mail...) * #350 style: code 정리 * #350 style: 코드 정리
Configuration menu - View commit details
-
Copy full SHA for 4837e75 - Browse repository at this point
Copy the full SHA 4837e75View commit details
Commits on Jul 12, 2024
-
* #390 feat: 포트폴리오 종목 리소스 owner 검증문 구현 * test: 테스트 코드 수정 * fix: 매입 이력 생성 리스폰스 수정 * feat: 관심종목 단일 삭제 API 추가 * feat: 종목 지정가 단일 제거 API 추가 * fix: stock, sector exception case 추가 * fix: 권한 제거
Configuration menu - View commit details
-
Copy full SHA for 05c7b22 - Browse repository at this point
Copy the full SHA 05c7b22View commit details -
* #390 feat: 포트폴리오 종목 리소스 owner 검증문 구현 * test: 테스트 코드 수정 * fix: 매입 이력 생성 리스폰스 수정 * feat: 관심종목 단일 삭제 API 추가 * feat: 종목 지정가 단일 제거 API 추가 * fix: stock, sector exception case 추가 * fix: 권한 제거 * docs: Rest Docs 오타 수정
Configuration menu - View commit details
-
Copy full SHA for 7d3a09a - Browse repository at this point
Copy the full SHA 7d3a09aView commit details
Commits on Jul 13, 2024
-
* build: QueryDSL 의존성 추가 * feat: getSliceOfStock * test: 종목 검색 테스트 추가 * test: 종목 스크롤 검색 Rest Docs 추가 * docs: 종목 스크롤 검색 Rest Dcos 설명문 추가
Configuration menu - View commit details
-
Copy full SHA for 8cb5247 - Browse repository at this point
Copy the full SHA 8cb5247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9245214 - Browse repository at this point
Copy the full SHA 9245214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17af5ba - Browse repository at this point
Copy the full SHA 17af5baView commit details
Commits on Jul 15, 2024
-
* test: 포트폴리오 삭제 권한 테스트 추가 * test: 포트폴리오 다수 제거 서비스의 권한 예외 테스트 추가 * test: 포트폴리오 종목 조회시 권한 예외 케이스 추가 * feat: 매입 이력 리소스 소유 권한 검증문 추가 * test: 매입 이력 추가시 권한 검증문 추가 * test: 매입이력 수정 및 삭제 서비스의 권한 검증문 추가 * test: 포트폴리오 차트 조회에 리소스 소유 검증문 추가 * feat: 권한 검증문 추가 * test: 포트폴리오 알림 상태 변경의 권한 검증 테스트 추가 * feat: 종목 지정가 단일 제거 서비스엣 권한 검증문 추가 * test: 종목 지정가 단일 제거 권한 테스트 추가 * feat: 회원 알림 서비스에 권한 검증문 추가 * test: 회원 알림의 권한 관련 테스트 추가 * feat: 관심종목 서비스에 권한 검증문 추가 * test: 관심종목 권한 테스트 추가
Configuration menu - View commit details
-
Copy full SHA for 0ca95d6 - Browse repository at this point
Copy the full SHA 0ca95d6View commit details -
* test: 포트폴리오 삭제 권한 테스트 추가 * test: 포트폴리오 다수 제거 서비스의 권한 예외 테스트 추가 * test: 포트폴리오 종목 조회시 권한 예외 케이스 추가 * feat: 매입 이력 리소스 소유 권한 검증문 추가 * test: 매입 이력 추가시 권한 검증문 추가 * test: 매입이력 수정 및 삭제 서비스의 권한 검증문 추가 * test: 포트폴리오 차트 조회에 리소스 소유 검증문 추가 * feat: 권한 검증문 추가 * test: 포트폴리오 알림 상태 변경의 권한 검증 테스트 추가 * feat: 종목 지정가 단일 제거 서비스엣 권한 검증문 추가 * test: 종목 지정가 단일 제거 권한 테스트 추가 * feat: 회원 알림 서비스에 권한 검증문 추가 * test: 회원 알림의 권한 관련 테스트 추가 * feat: 관심종목 서비스에 권한 검증문 추가 * test: 관심종목 권한 테스트 추가 * fix: 테스트 실패 해결
Configuration menu - View commit details
-
Copy full SHA for 1eb051f - Browse repository at this point
Copy the full SHA 1eb051fView commit details
Commits on Jul 17, 2024
-
* fix: 종목 지정가 알림 문제 해결 - 종목 지정가 알림 발송시 referenceId를 저장하는데 종목 지정가의 referenceId는 tickerSymbol로 저장되어서 policy 검사에서 계속 통과됨 * test: 종목 지정가 시나리오 추가 * fix: messageIdMap 생성 방식 변경 - key값으로 기존 referenceId에서 idToSentHistory 값으로 변경 - idToSentHistory 형식 - 종목 지정가 : targetPriceNotification:{targetPriceNotificationId} - 포트폴리오 : portfolioNotification:{referenceId}
Configuration menu - View commit details
-
Copy full SHA for 18a0375 - Browse repository at this point
Copy the full SHA 18a0375View commit details
Commits on Jul 22, 2024
-
[refactor] 리소스 소유 검증 리팩토링 (#402)
* refactor: refactor resource authorized * refactor: refactoring AuthorizationAspect \n - ResourceId annotation 추가 \n - 테스트 코드 실패 해결 \n - ResourceIdAspect 추가 * refactor: 리소스 id 컬렉션에 대한 검증문 리팩토링 - 서비스 매개변수로 리소스 등록번호 컬렉션 전달시 각각의 리소스에 대하여 소유 권한 여부를 검증하도록 리팩토링 * feat: findPortfolio 메서드에 리소스 소유 권한 검증 애노테이션 추가 * feat: PortfolioHoldingService에 리소스 소유 권한 검증 애노테이션 추가 * feat: 리소스 소유 권한 검증 애노테이션 추가 * refactor: annotation에 AuthorizeService 구현체 이름을 전달하는 방식으로 변경 * test: 테스트 실패 해결 - aop 적용에 따른 예외 케이스의 메시지 변경 * test: 테스트 실패 해결 - serviceClass 타입 오타 * feat: PurchaseHistoryService에 @authorize 애노테이션 적용 * test: 매입이력 서비스 테스트 실패 해결 * rename: AuthorizeService 이름 변경 * move: AuthorizedService 구현체 이동 * feat: fcm, portfolio 도메인에 @Authorized 애노테이션 추가 * test: 종목 지정가 테스트 실패 해결 * feat: 회원 알림 서비스에 리소스 소유 검증 애노테이션 추가 * feat: 관심 종목 리소스 소유 검증 애노테이션 추가
Configuration menu - View commit details
-
Copy full SHA for 7789121 - Browse repository at this point
Copy the full SHA 7789121View commit details -
* refactor: refactor resource authorized * refactor: refactoring AuthorizationAspect \n - ResourceId annotation 추가 \n - 테스트 코드 실패 해결 \n - ResourceIdAspect 추가 * refactor: 리소스 id 컬렉션에 대한 검증문 리팩토링 - 서비스 매개변수로 리소스 등록번호 컬렉션 전달시 각각의 리소스에 대하여 소유 권한 여부를 검증하도록 리팩토링 * feat: findPortfolio 메서드에 리소스 소유 권한 검증 애노테이션 추가 * feat: PortfolioHoldingService에 리소스 소유 권한 검증 애노테이션 추가 * feat: 리소스 소유 권한 검증 애노테이션 추가 * refactor: annotation에 AuthorizeService 구현체 이름을 전달하는 방식으로 변경 * test: 테스트 실패 해결 - aop 적용에 따른 예외 케이스의 메시지 변경 * test: 테스트 실패 해결 - serviceClass 타입 오타 * feat: PurchaseHistoryService에 @authorize 애노테이션 적용 * test: 매입이력 서비스 테스트 실패 해결 * rename: AuthorizeService 이름 변경 * move: AuthorizedService 구현체 이동 * feat: fcm, portfolio 도메인에 @Authorized 애노테이션 추가 * test: 종목 지정가 테스트 실패 해결 * feat: 회원 알림 서비스에 리소스 소유 검증 애노테이션 추가 * feat: 관심 종목 리소스 소유 검증 애노테이션 추가 * move: 종목 지정가와 지정가 알림 분리 * docs: rest docs 목차 정리 * docs: rest docs 목차 정리
Configuration menu - View commit details
-
Copy full SHA for c947067 - Browse repository at this point
Copy the full SHA c947067View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cbfd0a - Browse repository at this point
Copy the full SHA 5cbfd0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 666ecc0 - Browse repository at this point
Copy the full SHA 666ecc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00e4c3 - Browse repository at this point
Copy the full SHA a00e4c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9630fd - Browse repository at this point
Copy the full SHA e9630fdView commit details