-
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
refactor: 전체적인 코드 리뷰 #69
Merged
Merged
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
son-daehyeon
added a commit
that referenced
this pull request
Sep 13, 2024
* refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정
son-daehyeon
added a commit
that referenced
this pull request
Sep 13, 2024
* refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정
son-daehyeon
added a commit
that referenced
this pull request
Sep 13, 2024
* refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정
son-daehyeon
added a commit
that referenced
this pull request
Sep 13, 2024
* refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정
son-daehyeon
added a commit
that referenced
this pull request
Sep 13, 2024
* refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정
son-daehyeon
added a commit
that referenced
this pull request
Sep 13, 2024
* refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정
son-daehyeon
added a commit
that referenced
this pull request
Sep 15, 2024
* refactor(s3, redis): Dynamic module * fix: not optional only null... * refactor(config): jwt expires 수정 (#64) * refactor(ignore): .gitignore & .dockerignore * fix: Validation에서 ApiException throw하도록 * docs(README): docker registry 변경 * refactor: Redis Module 수정 (#65) * refactor(redis): 비밀번호 추가 * refactor(redis): set에서 ttl설정하도록 로직 변경 * docs: 도커에 Redis Password 추가 * test: RedisService 수정 * ci: Github Workflow 수정 (#66) * chore(github): Issue Template Label 수정 * ci: 배포 workflow 수정 * feat: Activity Study 구현 (#68) * feat(schema): Activity Schema 구현 * feat(repository): Activity Repository 구현 * fix(mongoose): MongooseModule#async를 sync로 작동하도록 변경 * refactor(activity): 도메인 분리(project, study, social) * style(auth): Role을 schema 폴더로 이동 * feat(activity): Study 구현 * feat(activity): Category 구현 * fix(activity): Activity 공통 스키마 수정 (author 분리) * fix(activity/study): findAll 시 upload date 기준으로 sort * refactor: 전체적인 코드 리뷰 (#69) * refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정 * feat: Activity 나머지(project, social) 구현 (#71) * feat(activity/project): Project 구현 * feat(activity/social): Social 구현 * refactor: page를 body로 받기 * feat: File Upload 구현 (#72) * fix: File Upload 수정 (#73) * feat: File Upload 구현 * fix: multipart 관련 오류 수정 * style: 코드 스타일 수정 * fix(mongodb): 데이터 시간대를 KST로 설정 (#74) * feat(event): Activity 도메인들 Event 기반 로깅 적용 (#75) * feat(job): add purge-unused-image job (#76) * refactor: 모든 패키지 latest로 업그레이드 (#77) * refactor: Docker Image 크기 최적화 (#78) * feat: prettier import order 플러그인 추가 (#79) * refactor: Docker Image 크기 최적화 (#78) * feat: prettier import order 플러그인 추가
son-daehyeon
added a commit
that referenced
this pull request
Sep 15, 2024
* refactor(s3, redis): Dynamic module * fix: not optional only null... * refactor(config): jwt expires 수정 (#64) * refactor(ignore): .gitignore & .dockerignore * fix: Validation에서 ApiException throw하도록 * docs(README): docker registry 변경 * refactor: Redis Module 수정 (#65) * refactor(redis): 비밀번호 추가 * refactor(redis): set에서 ttl설정하도록 로직 변경 * docs: 도커에 Redis Password 추가 * test: RedisService 수정 * ci: Github Workflow 수정 (#66) * chore(github): Issue Template Label 수정 * ci: 배포 workflow 수정 * feat: Activity Study 구현 (#68) * feat(schema): Activity Schema 구현 * feat(repository): Activity Repository 구현 * fix(mongoose): MongooseModule#async를 sync로 작동하도록 변경 * refactor(activity): 도메인 분리(project, study, social) * style(auth): Role을 schema 폴더로 이동 * feat(activity): Study 구현 * feat(activity): Category 구현 * fix(activity): Activity 공통 스키마 수정 (author 분리) * fix(activity/study): findAll 시 upload date 기준으로 sort * refactor: 전체적인 코드 리뷰 (#69) * refactor: remove unused import * refactor(eslint): 문법 수정 * refactor(auth): 중복 코드 삭제 * refactor(study): 사용하지 않는 메소드 삭제 * refactor(member): repository 메소드 네이밍 통일 * fix(activity/study): author 시그니처 변경 * fix(activity/study): controller에서 member 그만 받기 * fix(activity/study): 중복된 study가 생성되지 않도록 수정 * feat: Activity 나머지(project, social) 구현 (#71) * feat(activity/project): Project 구현 * feat(activity/social): Social 구현 * refactor: page를 body로 받기 * feat: File Upload 구현 (#72) * fix: File Upload 수정 (#73) * feat: File Upload 구현 * fix: multipart 관련 오류 수정 * style: 코드 스타일 수정 * fix(mongodb): 데이터 시간대를 KST로 설정 (#74) * feat(event): Activity 도메인들 Event 기반 로깅 적용 (#75) * feat(job): add purge-unused-image job (#76) * refactor: 모든 패키지 latest로 업그레이드 (#77) * refactor: Docker Image 크기 최적화 (#78) * feat: prettier import order 플러그인 추가 (#79) * refactor: Docker Image 크기 최적화 (#78) * feat: prettier import order 플러그인 추가
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.
작업 내용
기타