Conversation
…ification [Feat] API 응답 통일 코드 작성
[Feat] 에러 핸들러 코드 작성
…des-code-categories [Feat] 회원, 코드, 코드 카테고리 domain 작성
[Feat] swagger설정
feat: #10 category 등록, 조회
[Feat] 회원가입 기능 구현
Spring security를 활용해 로그인(인증)기능 구현 jwt생성 기능 구현 Spring security를 활용하여 jwt검증 기능(인가) 구현
…-security-jwt [Feat] Spring security와 Jwt를 활용한 로그인(인증) 및 인가 기능 구현
…get-user-id [Feat] access token에서 userId추출하는 기능 구현
…into feat/#12-코드-관련-기능-구현
Feat/#12 코드 관련 기능 구현
[chore] github관련 entity 설정
프론트엔드에서 받은 authorization code를 통해 accesstoken를 받아오고 accesstoken으로 깃허브 리소스 서버에서 유저 정보 받아오기, 이는 모두 Spring Security로 처리 받아온 유저 정보로 회원가입 로그인 처리 회원가입 시 유저의 고유ID(providerId), 닉네임, PAT(깃허브가 제공하는 토큰) 자체 db에 저장
….0-signin-signup [Feat] 깃허브 로그인 구현
…into feat/#22-github-commit-list-가져오기-기능-sse적용
…st-api-add-author [Feat] 글 리스트 조회 api와 글 작성 api의 response에 author추가
…-api-response-content-modify [Feat] 글 작성 api의 response의 content가 70자 이상이라면 자르고 ...붙이기
pr refactor/#40-커밋 응답 제한 100개로 수정
…h-entity-추가 branch entity , 로직수정
Dockerfile: 스프링 프로젝트를 Docker Image로 빌드하기 위한 파일 workflow파일(main.yml): application.yml생성, jar파일로 빌드, Dockerfile을 이용하여 jar파일을 도커이미지로 빌드, 도커 레포지토리(도커 허브)에 push, 도커 레포지토리(도커 허브)에서 pull, docker compose up 명령어를 통해 ec2의 docker-compose.yml에 정의된 서비스 실행
…create-dockerfile-workflow [Feat] Dockerfile, workflow파일(main.yml) 생성
…w-ubuntu-version [Refactor] workflow파일(main.yml)의 ubuntu버전을 ec2의 ubuntu버전인 22.04로 변경
…대 경로 'cd ../../src/main/resources'로 수정
…w-file-application-yml-location [Refactor] Workflow파일(main.yml)에서 application.yml파일 생성하는 위치 지정하는 상대경로 수정
…src/main/resources'로 롤백
…-location-rollback [Refactor] Workflow파일(main.yml)에서 application.yml파일 생성 위치 상대경로 './src/main/resources'로 롤백
…n/resources'디렉토리가 없으면 생성하는 명령어 추가
…e-create-application-yml-package [Refactor] Workflow파일(main.yml)에서 application.yml파일생성할때 './src/main/resources'디렉토리가 없으면 생성하는 명령어 추가
…pull받는 명령어에 sudo 포함시키기
…hub-action-ec2-docker-command-add-sudo [Fix] Workflow파일(main.yml)에서 github action에서 ec2접속 후 docker hub에서 pull받는 명령어에 sudo 포함시키기
…ver'로 폴더 이동 먼저 실행
…-ec2-docker-command-add-cd-logit-server [Feat] Workflow파일(main.yml)에서 ec2에 docker 명령어 실행하기 전 'cd logit-server'로 폴더 이동 먼저 실행
수정전 명령어: sudo docker image prune -f 수정후 명령어: docker image prune -f
수정전 명령어: docker image prune -f 수정후 명령어: sudo docker image prune -f
This file contains hidden or 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
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.
📝작업 내용