Ecosyste.ms: Timeline

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

devNana222/hhplus0011

devNana222 pushed 3 commits to main devNana222/hhplus0011
  • fix : @Repository 제거 5bd7369
  • style : entity폴더로 변경 39a9b49
  • Merge branch 'refactor/241024' 12a6a5f

View on GitHub

devNana222 pushed 1 commit to refactor/241024 devNana222/hhplus0011
  • style : entity폴더로 변경 39a9b49

View on GitHub

devNana222 pushed 11 commits to feature/fix devNana222/hhplus0011
  • log : 로깅 관련 추가 # GlobalExceptionHandler 추가 * @RestControllerAdvice사용 * ECommerceExceptions / CommonExceptions 추가 # ... 8203b65
  • CORS Filter적용 # CORS Filter 적용 * 여러 API에서 크로스 도메인 요청이 발생할 수 있다. FE/BE가 분리된 구조에서 CORS 필터를 설정하면 도메인 간의 요청을 허용하거나 차단할 수... a11e3cd
  • test : XSSFilterTest2 mockMvc로 테스트가 안되던 부분 수정하였습니다. **MockHttpServletRequest** / **MockHttpServletResponse** / **Fi... 5f31389
  • style : 코드 포맷팅 220344e
  • docs : ReadMe 추가 cae4fa6
  • Merge pull request #17 from devNana222/feature/step9 Default / Step 9 : 에러 핸들링 / 예외처리 Filter / Interceptor 구현 6951b57
  • refactor : Repository DIP 적용 8a9e72b
  • test : 동시성 테스트 & 파일 구조 변경 1. 주문 동시성 테스트 구현했습니다. 2. 빠진 Repository소스 구현했습니다. 3. Entity를 infrastructure -> domain/entit... eaa3113
  • Merge pull request #18 from devNana222/feature/step10 test : 동시성 테스트 & 파일 구조 변경 ff8b3a2
  • Step10 : WIL & 동시성 테스트 #19 1b6f62a
  • Merge pull request #20 from devNana222/feature/step10 Step10 : WIL & 동시성 테스트 6b8ab96

View on GitHub

devNana222 pushed 2 commits to main devNana222/hhplus0011
  • Step10 : WIL & 동시성 테스트 #19 1b6f62a
  • Merge pull request #20 from devNana222/feature/step10 Step10 : WIL & 동시성 테스트 6b8ab96

View on GitHub

devNana222 closed a pull request on devNana222/hhplus0011
Step10 : WIL & 동시성 테스트
# 주문 동시성 테스트 구현 * 주문 40개를 동시에 요청하면 30개만 성공하는 <a href='https://github.com/devNana222/hhplus0011/blob/feature/step10/hhplus0011/src/test/java/com/tdd/ecommerce/order/application/OrderConcurrencyTes...
devNana222 created a branch on devNana222/hhplus0011

feature/step10 - 항해플러스 week3 - e-commerce과제입니다.

devNana222 closed a pull request on devNana222/hhplus0011
Step10 : WIL & 동시성 테스트
# 주문 동시성 테스트 구현 * 주문 40개를 동시에 요청하면 30개만 성공하는 <a href='https://github.com/devNana222/hhplus0011/blob/feature/step10/hhplus0011/src/test/java/com/tdd/ecommerce/order/application/OrderConcurrencyTes...
devNana222 pushed 1 commit to refactor/241024 devNana222/hhplus0011

View on GitHub

devNana222 opened a pull request on devNana222/hhplus0011
Step10 : WIL & 동시성 테스트
# 주문 동시성 테스트 구현 * 주문 40개를 동시에 요청하면 30개만 성공하는 <a href='https://github.com/devNana222/hhplus0011/blob/feature/step10/hhplus0011/src/test/java/com/tdd/ecommerce/order/application/OrderConcurrencyTes...
devNana222 pushed 1 commit to feature/step10 devNana222/hhplus0011

View on GitHub

devNana222 pushed 2 commits to main devNana222/hhplus0011
  • test : 동시성 테스트 & 파일 구조 변경 1. 주문 동시성 테스트 구현했습니다. 2. 빠진 Repository소스 구현했습니다. 3. Entity를 infrastructure -> domain/entit... eaa3113
  • Merge pull request #18 from devNana222/feature/step10 test : 동시성 테스트 & 파일 구조 변경 ff8b3a2

View on GitHub

devNana222 closed a pull request on devNana222/hhplus0011
test : 동시성 테스트 & 파일 구조 변경
# 주문 동시성 테스트 구현 * 주문 40개를 동시에 요청하면 30개만 성공하는 <a href='https://github.com/devNana222/hhplus0011/blob/feature/step10/hhplus0011/src/test/java/com/tdd/ecommerce/order/application/OrderConcurrencyTes...
devNana222 opened a pull request on devNana222/hhplus0011
test : 동시성 테스트 & 파일 구조 변경
# 주문 동시성 테스트 구현 * 주문 40개를 동시에 요청하면 30개만 성공하는 <a href='https://github.com/devNana222/hhplus0011/blob/feature/step10/hhplus0011/src/test/java/com/tdd/ecommerce/order/application/OrderConcurrencyTes...
devNana222 created a branch on devNana222/hhplus0011

feature/step10 - 항해플러스 week3 - e-commerce과제입니다.

devNana222 pushed 1 commit to main devNana222/hhplus0011
  • refactor : Repository DIP 적용 8a9e72b

View on GitHub

devNana222 created a branch on devNana222/hhplus0011

refactor/241024 - 항해플러스 week3 - e-commerce과제입니다.

devNana222 pushed 6 commits to main devNana222/hhplus0011
  • log : 로깅 관련 추가 # GlobalExceptionHandler 추가 * @RestControllerAdvice사용 * ECommerceExceptions / CommonExceptions 추가 # ... 8203b65
  • CORS Filter적용 # CORS Filter 적용 * 여러 API에서 크로스 도메인 요청이 발생할 수 있다. FE/BE가 분리된 구조에서 CORS 필터를 설정하면 도메인 간의 요청을 허용하거나 차단할 수... a11e3cd
  • test : XSSFilterTest2 mockMvc로 테스트가 안되던 부분 수정하였습니다. **MockHttpServletRequest** / **MockHttpServletResponse** / **Fi... 5f31389
  • style : 코드 포맷팅 220344e
  • docs : ReadMe 추가 cae4fa6
  • Merge pull request #17 from devNana222/feature/step9 Default / Step 9 : 에러 핸들링 / 예외처리 Filter / Interceptor 구현 6951b57

View on GitHub

devNana222 closed a pull request on devNana222/hhplus0011
Default / Step 9 : 에러 핸들링 / 예외처리 Filter / Interceptor 구현
## 📍에러 핸들링 * <a href='https://github.com/devNana222/hhplus0011/tree/feature/step9/hhplus0011/src/main/java/com/tdd/ecommerce/common/exception'>common/exception</a> 패키지에서 공통으로 적용될 에러들을 핸들링 할 수 있도록...
devNana222 opened a pull request on devNana222/hhplus0011
Default / Step 9 : 에러 핸들링 / 예외처리 Filter / Interceptor 구현
## 📍에러 핸들링 * <a href='https://github.com/devNana222/hhplus0011/tree/feature/step9/hhplus0011/src/main/java/com/tdd/ecommerce/common/exception'>common/exception</a> 패키지에서 공통으로 적용될 에러들을 핸들링 할 수 있도록...
devNana222 pushed 1 commit to feature/step9 devNana222/hhplus0011

View on GitHub

devNana222 pushed 2 commits to feature/step9 devNana222/hhplus0011
  • test : XSSFilterTest2 mockMvc로 테스트가 안되던 부분 수정하였습니다. **MockHttpServletRequest** / **MockHttpServletResponse** / **Fi... 5f31389
  • style : 코드 포맷팅 220344e

View on GitHub

psam1017 closed an issue on devNana222/hhplus0011
XssFilterTest 예외상황 발생
[XssFilterTest](https://github.com/devNana222/hhplus0011/blob/feature/step9/hhplus0011/src/test/java/com/tdd/ecommerce/common/filter/XSSFilterTest.java) 위 코드가 실패하는데, 어떻게 XssFilter 기능을 테스트하면 좋을지에...
psam1017 created a comment on an issue on devNana222/hhplus0011
저는 [이렇게 테스트](https://github.com/psam1017/hhplus-ecommerce/pull/13/files#diff-3e7c6ccd4d29c8d33956a4707528a766029e7bccdca27464cd2185e32cd016a0)했어요

View on GitHub

psam1017 created a comment on an issue on devNana222/hhplus0011
Request 의 코드 중간에 script 가 변경되었는지를 봐야 하는데, 결과값으로 그 변경된 코드가 넘어오지 않으면 테스트가 어려운데, 그렇다고 테스트하자고 API 를 만드는 건, 불필요한 과정이 될 수는 있습니다.

View on GitHub

psam1017 created a comment on an issue on devNana222/hhplus0011
Request 의 코드 중간에 script 가 변경되었는지를 봐야 하는데, 결과값으로 그 변경된 코드가 넘어오지 않으면

View on GitHub

devNana222 created a comment on an issue on devNana222/hhplus0011
웹에서 직접 호출했을 때에는 정상적으로 filter가 걸리는데 테스트를 할 때에는 적용이되지 않습니다.

View on GitHub

psam1017 created a comment on an issue on devNana222/hhplus0011
content() 메서드는 MockMvcResultMatchers 의 메서드로서, response 의 응답값을 보는 내용입니다. 그래서 응답값에 script 가 포함되지 않아서 이 검증이 실패할 수 있을 것 같아요. 저는 mockMvc 로 XssFilter 를 테스트하는 방법을 찾지는 못 했습니다.

View on GitHub

psam1017 opened an issue on devNana222/hhplus0011
XssFilterTest 예외상황 발생
[XssFilterTest](https://github.com/devNana222/hhplus0011/blob/feature/step9/hhplus0011/src/test/java/com/tdd/ecommerce/common/filter/XSSFilterTest.java) 위 코드가 실패하는데, 어떻게 XssFilter 기능을 테스트하면 좋을지에...
devNana222 created a branch on devNana222/hhplus0011

feature/step9 - 항해플러스 week3 - e-commerce과제입니다.

devNana222 pushed 1 commit to feature/fix devNana222/hhplus0011

View on GitHub

Load more