Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

TeamHY2/HongikYeolgong2-Server

YunByungil closed an issue on TeamHY2/HongikYeolgong2-Server
[Refactor] 무중단 배포 -> 일반 배포로 변경
## Kind (Required) - Refactor ## Overview (Required) - 배포 방식 변경 ## Links (Optional)
YunByungil closed a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 무중단 배포 -> 일반 배포로 변경
close #61 ## AS-IS - BLUE/GREEN 배포 방식에서 ## TO-BE - 일반 배포로 변경 ## KEY-POINT ## SCREENSHOT (Optional)
YunByungil pushed 1 commit to Refactor/#61-change-deployment TeamHY2/HongikYeolgong2-Server
  • refactor: 무중단 배포 -> 일반 배포로 변경 f8af056

View on GitHub

YunByungil opened a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 무중단 배포 -> 일반 배포로 변경
close #61 ## AS-IS - BLUE/GREEN 배포 방식에서 ## TO-BE - 일반 배포로 변경 ## KEY-POINT ## SCREENSHOT (Optional)
YunByungil pushed 1 commit to Refactor/#61-change-deployment TeamHY2/HongikYeolgong2-Server
  • refactor: 무중단 배포 -> 일반 배포로 변경 59fd2e2

View on GitHub

YunByungil opened an issue on TeamHY2/HongikYeolgong2-Server
[Refactor] 무중단 배포 -> 일반 배포로 변경
## Kind (Required) - Refactor ## Overview (Required) - 배포 방식 변경 ## Links (Optional)
YunByungil deleted a branch TeamHY2/HongikYeolgong2-Server

Docs/#59-swagger

YunByungil pushed 6 commits to develop TeamHY2/HongikYeolgong2-Server
  • feat: 공통 예외 코드 추가 a98f5dd
  • feat: Security Api 권한 USER로 설정 7c39a60
  • feat: Swagger Custom Config 작성 1d7c177
  • feat: TokenErrorResponse code, status 추가 482492b
  • docs: 컨트롤러 Swagger 명세 예외 추가 117816f
  • Merge pull request #60 from TeamHY2/Docs/#59-swagger [Docs] Swagger 예외 코드 문서화 8d2fa33

View on GitHub

YunByungil closed a pull request on TeamHY2/HongikYeolgong2-Server
[Docs] Swagger 예외 코드 문서화
close #59 ## AS-IS - 기존 컨트롤러 스웨거에 ## TO-BE - 예외 추가 ## KEY-POINT ## SCREENSHOT (Optional)
YunByungil opened a pull request on TeamHY2/HongikYeolgong2-Server
[Docs] Swagger 예외 코드 문서화
close #59 ## AS-IS - 기존 컨트롤러 스웨거에 ## TO-BE - 예외 추가 ## KEY-POINT ## SCREENSHOT (Optional)
YunByungil pushed 5 commits to Docs/#59-swagger TeamHY2/HongikYeolgong2-Server
  • feat: 공통 예외 코드 추가 a98f5dd
  • feat: Security Api 권한 USER로 설정 7c39a60
  • feat: Swagger Custom Config 작성 1d7c177
  • feat: TokenErrorResponse code, status 추가 482492b
  • docs: 컨트롤러 Swagger 명세 예외 추가 117816f

View on GitHub

YunByungil created a branch on TeamHY2/HongikYeolgong2-Server

Docs/#59-swagger - 홍익대학교 열람실 열공이들을 위한 어플리케이션

YunByungil opened an issue on TeamHY2/HongikYeolgong2-Server
[Docs] Swagger 예외 코드 문서화
## Kind (Required) - Docs ## Overview (Required) - Swagger 예외 코드 문서화 ## Links (Optional)
YunByungil deleted a branch TeamHY2/HongikYeolgong2-Server

Refactor/#56-google-login

YunByungil pushed 2 commits to develop TeamHY2/HongikYeolgong2-Server
  • refactor: login-google 권한 permitAll() 7145c68
  • Merge pull request #58 from TeamHY2/Refactor/#56-google-login [Refactor] 구글 소셜 로그인 url Security 권한 permitAll 설정 7919314

View on GitHub

YunByungil closed a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 구글 소셜 로그인 url Security 권한 permitAll 설정
## AS-IS - /login 권한 ## TO-BE - /login-google 권한 permitAll로 변경 ## KEY-POINT ## SCREENSHOT (Optional)
YunByungil opened a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 구글 소셜 로그인 url Security 권한 permitAll 설정
## AS-IS - /login 권한 ## TO-BE - /login-google 권한 permitAll로 변경 ## KEY-POINT ## SCREENSHOT (Optional)
YunByungil created a branch on TeamHY2/HongikYeolgong2-Server

Refactor/#56-google-login - 홍익대학교 열람실 열공이들을 위한 어플리케이션

YunByungil closed an issue on TeamHY2/HongikYeolgong2-Server
[Refactor] 구글 소셜 로그인 url 변경 및 권한에 따른 true, false 반환
## Kind (Required) - Refactor ## Overview (Required) - 구글 소셜 로그인 url 및 body 값 변경 - 기존 회원가입 유무 true, false 반환 -> GUEST, USER로 판단하여 true, false 반환 ## Links (Optional)
YunByungil pushed 3 commits to develop TeamHY2/HongikYeolgong2-Server
  • refactor: 구글 로그인 url, body 값 수정 4e954be
  • refactor: 기존에는 DB에 존재 여부로만 alreadyExist true, false 였지만 권한 USER일 때만 alreadyExist 값 true로 변경 8ba169f
  • Merge pull request #57 from TeamHY2/Refactor/#56-google-login [Refactor] 구글 소셜 로그인 url 변경 및 권한에 따른 true, false 반환 4ebc909

View on GitHub

YunByungil closed a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 구글 소셜 로그인 url 변경 및 권한에 따른 true, false 반환
close #56 ## AS-IS - 1) 구글 소셜 로그인 url /api/v1/auth/login 에서 - 2) RequestBody 값 SocialPlatform, idToken 에서 - 3) 로그인시, DB존재 여부로 true, false 반환에서 ## TO-BE - 1) /api/v1/auth/login-google로 변경 ...
YunByungil opened a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 구글 소셜 로그인 url 변경 및 권한에 따른 true, false 반환
close #56 ## AS-IS - 1) 구글 소셜 로그인 url /api/v1/auth/login 에서 - 2) RequestBody 값 SocialPlatform, idToken 에서 - 3) 로그인시, DB존재 여부로 true, false 반환에서 ## TO-BE - 1) /api/v1/auth/login-google로 변경 ...
YunByungil pushed 2 commits to Refactor/#56-google-login TeamHY2/HongikYeolgong2-Server
  • refactor: 구글 로그인 url, body 값 수정 4e954be
  • refactor: 기존에는 DB에 존재 여부로만 alreadyExist true, false 였지만 권한 USER일 때만 alreadyExist 값 true로 변경 8ba169f

View on GitHub

YunByungil created a branch on TeamHY2/HongikYeolgong2-Server

Refactor/#56-google-login - 홍익대학교 열람실 열공이들을 위한 어플리케이션

YunByungil opened an issue on TeamHY2/HongikYeolgong2-Server
[Refactor] 구글 소셜 로그인 url 변경 및 권한에 따른 true, false 반환
## Kind (Required) - Refactor ## Overview (Required) - 구글 소셜 로그인 url 및 body 값 변경 - 기존 회원가입 유무 true, false 반환 -> GUEST, USER로 판단하여 true, false 반환 ## Links (Optional)
YunByungil deleted a branch TeamHY2/HongikYeolgong2-Server

Refactor/#54-nickname-duplicate

YunByungil closed an issue on TeamHY2/HongikYeolgong2-Server
[Refactor] 닉네임 중복 검사 응답 형태 변경
## Kind (Required) - Refactor ## Overview (Required) - 닉네임 중복일 때 예외 발생 -> true, false로 반환하게 변경 ## Links (Optional)
YunByungil pushed 2 commits to develop TeamHY2/HongikYeolgong2-Server
  • refactor: 닉네임 중복 검사 응답값 변경 - 회원가입 시 응답값 true, false로 예외 판단 - 테스트 코드 수정 b61c2c8
  • Merge pull request #55 from TeamHY2/Refactor/#54-nickname-duplicate [Refactor] 닉네임 중복 검사 응답 형태 변경 201e7d1

View on GitHub

YunByungil closed a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 닉네임 중복 검사 응답 형태 변경
close #54 ## AS-IS - 닉네임 중복 검사 API 사용 시, 중복일 때 예외가 발생하는 로직에서 ## TO-BE - true, false 반환하는 로직으로 변경 - 회원가입, 테스트 코드 위 로직에 맞게 수정 ## KEY-POINT ## SCREENSHOT (Optional)
YunByungil opened a pull request on TeamHY2/HongikYeolgong2-Server
[Refactor] 닉네임 중복 검사 응답 형태 변경
close #54 ## AS-IS - 닉네임 중복 검사 API 사용 시, 중복일 때 예외가 발생하는 로직에서 ## TO-BE - true, false 반환하는 로직으로 변경 - 회원가입, 테스트 코드 위 로직에 맞게 수정 ## KEY-POINT ## SCREENSHOT (Optional)
Load more