-
Notifications
You must be signed in to change notification settings - Fork 0
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
version 2.3.2 #101
Merged
Merged
version 2.3.2 #101
Conversation
This file contains 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
Member
zbqmgldjfh
commented
Nov 13, 2023
- Admin Auth Filter 추가
- Admin API 추가
- Test server suffix 추가
* refactor(Admin): Admin 엔티티 리팩토링 * feat: Authentication 페키지 구현 * test(AuthAcceptanceTest): Bearer 토큰 로그인 인수테스트 * feat(JwtTokenProvider): JwtTokenProvider 구현 * refactor(Admin): Admin 관련 리팩토링 * feat(SecurityContextPersistenceFilter): SecurityContextPersistenceFilter, SecurityContext 구현 완료 * feat: AuthenticationChainingFilter, AuthenticationNonChainingFilter 구현 * feat: UserDetails 구현 * feat: AdminTokenAuthenticationFilter 구현 * feat: BearerTokenAuthenticationFilter 구현 * feat: AuthConfig 구현 * refactor(JwtTokenProperties): 토큰 key값 수정 * feat: AuthenticationHandler 인터페이스 구현 * feat: AdminTokenAuthenticationFilter에서 handler를 사용하여 후처리 하도록 구현 * refactor(FirebaseService): Properties 객체를 사용하도록 리팩토링 * refactor(AdminController): Properties 객체를 사용하도록 리팩토링 * refactor(MappedBeanConfig): MappedBeanConfig 제거 * setting: TestPropertySource를 적용 * setting: Querydsl 추가, 자동 생성된 Q클래스 gradle clean으로 제거 * test: 존재하지 않는 어드민의 로그인에 대한 인수테스트 작성 * feat: Password Encoder를 사용하도록 구현 * feat: 스크립트에 JWT 환경변수 추가 * SQL: Change admin state SQL 변경 * feat: comileQuerydsl.doFirst 추가 * feat: ArgumentResolver는 제거 추후 다시 구현하도록 한다 * test: AuthorizationExtractor 단위테스트 작성 * refactor: SecurityContextHolder 기본생성자 prvate로 변경 * test: JwtTokenProvider 단위테스트 작성 * test: AdminUserDetails 단위테스트 작성 * test: AdminUserDetailsTest 단위테스트 추가 * test: AdminAcceptanceTest 추가 * refactor: AuthHandler에 함수형인터페이스 명시 * refactor: 테스트에서 서식 지정자 제거
* test: 어드민의 피드백 조회 인수테스트 작성 * feat: 피드백 조회 기능 구현 * feat: 기존 AdminController 제거 * feat: AdminCommandApiV2 구현 테스트용 알림 전송과 전체 알림전송 기능 구현 * feat: 공통의 topic을 구독하는 1회성 API 구현 * feat: 회원 가입로직 마다 공통의 topic 구독하는 로직 추가 * feat: 필요없는 Dto 제거 * refactor: AdminStep의 피드백 조회 사이즈 리팩토링
* feat: Dev서버일 경우 SUFFIX로 dev가 추가되도록 변경 * feat(InitAdmin): 어드민 계정 초기화 로직 구현 * feat(InitAdmin): Admin에게 Role 부여
…n으로 casting 하도록 수정
* refactor(AuthenticationNonChainingFilter): AuthenticationNonChainingFilter의 jwtTokenProvider 의존성 제거 * test: 사용자 가입 인수테스트 작성 * feat: UserRegister Handler 구현 * feat: UserRegisterNonChainingFilter 구현 * feat(FirebaseService): Test 공지 전송은 항상 dev suffix가 추가되도록 구현 * refactir(ServerProperties): ServerProperties 내부로 환경 suffix 추가 메서드 이동
* test: Admin 커스텀 공지 발송 인수테스트 * feat: 커스텀 공지에 url 필드 추가 * chore: StaffUpdater 생성자 개행 제거
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
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.