Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
9659tig pushed 1 commit to 397-feat-아이디-비번-찾기 BUTTERFLY-CODE-NEAR/Butterfly_BE
- Chore : Swagger 문서 예시 수정 6b92a6b
9659tig pushed 1 commit to 397-feat-아이디-비번-찾기 BUTTERFLY-CODE-NEAR/Butterfly_BE
- Chore: 비밀번호 재 재설정 swagger문서 수정 78de62f
9659tig opened a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
Fix : 이메일로 비밀번호 찾기 로직 수정
#397 ## 🔘 Part - [x] BE ## 🔎 작업 내용 - 인증번호 발송 시 중복 이메일 가능 상황에서 유저 존재 유무 확인 - 비밀번호 재설정 시 platform 함께 받기9659tig created a review comment on a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
제가 작성한 코드가 아니라서 오류만 잡아두었습니다! 필요하다면 리팩토링 해볼게요~
9659tig created a review comment on a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
저는 특정 기능만 담당할 경우에 Test, 여러 테스트 수행할 경우 Tests로 작성한다고 알고 있어요! 원래 Test로만 작성하나요...?
9659tig pushed 1 commit to 397-feat-아이디-비밀번호-찾기 BUTTERFLY-CODE-NEAR/Butterfly_BE
- Fix : enums validation annotation 변경 a6828ae
9659tig opened a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
Test : CertifyServiceTest,CredentialServiceTest 수정
## #️⃣ 연관된 이슈 #406 ## 🔘 Part - [x] BE ## 🔎 작업 내용 - CertifyServiceTest : 핸드폰 인증 예시로 수정 - CredentialServiceTest : DTO 파라미터 변경된 순서에 맞게 수정9659tig pushed 1 commit to 397-feat-아이디-비밀번호-찾기 BUTTERFLY-CODE-NEAR/Butterfly_BE
- Test : CertifyServiceTest,CredentialServiceTest 수정 6c36447
9659tig opened a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
397 feat 아이디 비밀번호 찾기
## #️⃣ 연관된 이슈 > #397 ## 🔘 Part - [x] BE ## 🔎 작업 내용 - 아이디/비밀번호 찾기 Swagger 문서 수정9659tig pushed 1 commit to 397-feat-아이디-비밀번호-찾기 BUTTERFLY-CODE-NEAR/Butterfly_BE
- Remove : 아이디/비밀번호 찾기 swagger문서 페이지 삭제 a14c931
9659tig created a review comment on a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
이거는 Redis에 적용하려고 하는게 맞을까요...? redis는 트랜잭션 옵션 따로 활성화시켜줘야 적용되는 걸로 알고있어요...!
9659tig created a review comment on a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
혹시 이 부분은 setUp()에 포함시키지 않은 이유가 있을까요?
9659tig created a review on a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
고생하셨습니다~~! 빌더도 그렇고 항상 많이 배워요!
9659tig created a review on a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
고생하셨습니다~~! 빌더도 그렇고 항상 많이 배워요!
9659tig pushed 2 commits to 397-feat-아이디-비밀번호-찾기 BUTTERFLY-CODE-NEAR/Butterfly_BE
9659tig created a review comment on a pull request on BUTTERFLY-CODE-NEAR/Butterfly_BE
아 이거 에러 해결하려고 썼던 건데 지우는 걸 깜빡했네요ㅜ 알려주셔서 감사합니다...!
9659tig pushed 7 commits to 397-feat-아이디-비밀번호-찾기 BUTTERFLY-CODE-NEAR/Butterfly_BE
- Add : 이메일 인증 - - smtp 이메일 인증코드 기능 추가 - ã CertifyRequest에 email 추가 - CertifyType에 CERTIFY_EMAIL 추가 - CertifyService 인... d5d4e81
- untrack .wellknown b185367
- ignore .well-known 85d38b7
- Remove : global/dto/PasswordDTO 삭제 f69a8fd
- Refactor : 비밀번호 재설정 비밀번호 유효ì성 검사 추가 85c16d0
- Fix : 비밀번호 재설정 에러 해결 - @CacheEvict ã key값 수정 c362542
- Fix : email인증번호 검증 오류 해결 9ecb716