-
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
Fix: 대피소, 로그인 api 수정 및 스웨거 헤더 추가 #31
Merged
Commits on Oct 15, 2023
-
* chore: set git ignore - add application.yml - add application.properties * chore: set git ignore - add application.yml - add application.properties * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): spring security 의존성 추가 * Feat(#2): spring security 기본 설정 추가 및 default login page disable * Chore(#2): 배포 브랜치 범위 변경 - main 브랜치에 대해서만 배포함
Configuration menu - View commit details
-
Copy full SHA for 3ad6e87 - Browse repository at this point
Copy the full SHA 3ad6e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for b00b130 - Browse repository at this point
Copy the full SHA b00b130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3d2df - Browse repository at this point
Copy the full SHA 5d3d2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e132d - Browse repository at this point
Copy the full SHA c8e132dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c41162 - Browse repository at this point
Copy the full SHA 0c41162View commit details -
Configuration menu - View commit details
-
Copy full SHA for eac59ee - Browse repository at this point
Copy the full SHA eac59eeView commit details -
* Feat(#10): RestTemplate 이용한 카카오 계정 정보 받아오기 로직 작성 * Feat(#10): 카카오 계정 이메일 추출 * Feat(#10): 네이버 카카오 인가코드 이용해 사용자 정보 추출 * Feat(#10): jwt 인증 구현 * Feat(#10): Redis 이용한 리프레쉬 토큰 구현 * Chore(#10): docker-compose.yml에 redis 추가 * Feat(#10): swagger 내용 작성 * Feat(#10): 토큰 갱신 api 구현 * Refactor(#10): 코드 리팩토링 * Fix(#10): inner class protected 삭제 * Fix(#10): gitignore 오타 수정
Configuration menu - View commit details
-
Copy full SHA for 1b3af09 - Browse repository at this point
Copy the full SHA 1b3af09View commit details
Commits on Oct 16, 2023
-
Feat: shelters api 인가 처리 disable (#20)
* docs: readme 수정 * Chore: 이슈 템플릿 추가 * Feat: CI/CD 환경 구축 (#4) * chore: set git ignore - add application.yml - add application.properties * chore: set git ignore - add application.yml - add application.properties * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): spring security 의존성 추가 * Feat(#2): spring security 기본 설정 추가 및 default login page disable * Chore(#2): 배포 브랜치 범위 변경 - main 브랜치에 대해서만 배포함 * Feat: 예외는 한 곳에서 처리한다. (#7) * Chore(#5): spring-validation 의존성 추가 * Feat(#5): 커스텀 예외 NumberOneException 구현 * Feat(#5): CustomExceptionContext 구현 * Feat(#5): ErrorResponse 구현 - 예외처리 시 반환할 base response dto * Feat(#5): NotFoundException 구현 * Feat(#5): BadRequestException 구현 * Feat(#5): 전역 예외 처리 핸들러 구현 * Feat: Swagger, QueryDSL, JPA 셋업 / 대피소 DB 구축 (#11) * Chore(#8): swagger, querydsl set up * docs(#8): swagger config * Feat(#9): base time entity 구현 * Feat(#9): p6spy 셋업 * Feat(#9): 대피소 엔티티 구현 * Feat(#9): 대피소 엔티티 구현 * Chore(#9): docker-compose.yml to EC2 server * Chore(#9): docker-compose.yml to EC2 server * Chore(#9): remove job docker-compose.yml to EC2 server * Chore(#13): add job docker-compose.yml to EC2 server * Chore(#13): add job docker-compose.yml to EC2 server * Chore(#13): add job docker-compose.yml to EC2 server * Chore(#13): cicd target branch set up * Feat(#14): hello controller for health-check - 불필요한 api 제거 * Feat(#14): 모든 url 허용 - 테스트 용이며 추후 반드시 바꿔줘야함. * Feat(#14): 대피소 검색 API 구현 * Feat(#14): 대피소 API 권한 해제 - 추후 다시 인가 처리 적용할 예정 * Fix(#14): url path 오타 수정 --------- Co-authored-by: nohy6630 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ac2528 - Browse repository at this point
Copy the full SHA 4ac2528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec47bd - Browse repository at this point
Copy the full SHA 5ec47bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8111231 - Browse repository at this point
Copy the full SHA 8111231View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b4000 - Browse repository at this point
Copy the full SHA d4b4000View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ec0543 - Browse repository at this point
Copy the full SHA 2ec0543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b41fd3 - Browse repository at this point
Copy the full SHA 3b41fd3View commit details -
* docs: readme 수정 * Chore: 이슈 템플릿 추가 * Feat: CI/CD 환경 구축 (#4) * chore: set git ignore - add application.yml - add application.properties * chore: set git ignore - add application.yml - add application.properties * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): ci-cd setting * Chore(#2): spring security 의존성 추가 * Feat(#2): spring security 기본 설정 추가 및 default login page disable * Chore(#2): 배포 브랜치 범위 변경 - main 브랜치에 대해서만 배포함 * Feat: 예외는 한 곳에서 처리한다. (#7) * Chore(#5): spring-validation 의존성 추가 * Feat(#5): 커스텀 예외 NumberOneException 구현 * Feat(#5): CustomExceptionContext 구현 * Feat(#5): ErrorResponse 구현 - 예외처리 시 반환할 base response dto * Feat(#5): NotFoundException 구현 * Feat(#5): BadRequestException 구현 * Feat(#5): 전역 예외 처리 핸들러 구현 * Feat: Swagger, QueryDSL, JPA 셋업 / 대피소 DB 구축 (#11) * Chore(#8): swagger, querydsl set up * docs(#8): swagger config * Feat(#9): base time entity 구현 * Feat(#9): p6spy 셋업 * Feat(#9): 대피소 엔티티 구현 * Feat(#9): 대피소 엔티티 구현 * Chore(#9): docker-compose.yml to EC2 server * Chore(#9): docker-compose.yml to EC2 server * Chore(#9): remove job docker-compose.yml to EC2 server * Chore(#13): add job docker-compose.yml to EC2 server * Chore(#13): add job docker-compose.yml to EC2 server * Chore(#13): add job docker-compose.yml to EC2 server * Chore(#13): cicd target branch set up * Feat(#14): hello controller for health-check - 불필요한 api 제거 * Feat(#14): 모든 url 허용 - 테스트 용이며 추후 반드시 바꿔줘야함. * Feat(#14): 대피소 검색 API 구현 * Feat(#14): 대피소 API 권한 해제 - 추후 다시 인가 처리 적용할 예정 * Fix(#14): url path 오타 수정 * Feat(#21): Shelter EP 변경 --------- Co-authored-by: nohy6630 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a58244 - Browse repository at this point
Copy the full SHA 2a58244View commit details -
Configuration menu - View commit details
-
Copy full SHA for b987171 - Browse repository at this point
Copy the full SHA b987171View commit details -
Configuration menu - View commit details
-
Copy full SHA for c30ce2d - Browse repository at this point
Copy the full SHA c30ce2dView commit details
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.