Skip to content
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

deploy: v1.0.0 #70

Merged
merged 109 commits into from
Mar 9, 2024
Merged

deploy: v1.0.0 #70

merged 109 commits into from
Mar 9, 2024

Conversation

annahxxl
Copy link
Contributor

@annahxxl annahxxl commented Mar 9, 2024

No description provided.

Hanna and others added 30 commits February 8, 2024 11:32
feat: Member, Bundle 도메인 엔티티 추가
* fix: Data config kt 파일로 변경

* feat: #2 질문, 질문 신고, 건의, 태그, 질문-태그 엔티티 생성
* fix: Data config kt 파일로 변경

* feat: #2 질문, 질문 신고, 건의, 태그, 질문-태그 엔티티 생성

* feat: entity에 column 명시

* feat: Base 엔티티 추가

* feat: #2 question 생성 기능 구현

* feat: #2 question answer 생성 추가

* fix: ApiResponse 리턴하도록 수정

* feat: #2 question 내용 수정 추가

* feat: #2 question copy 구현

* feat: 태그 조회 추가

* feat: question 검색 추가

* fix: post -> create 이름 수정

* fix: add -> increase 이름 수정

* fix: 엔티티 컬럼명 수정
feat: claim 작성 구현
* fix: 엔티티 setter 접근제어자 private -> protected

* feat: controller 설계

* feat: PageCondition 정의

* fix: id 타입 수정

* feat: 컨트롤러 설계

* feat: create, get 구현

* feat: update, delete 구현

* fix: tag content -> name 으로 수정

* fix: create 버그 수정

* feat: Bundle.ShareType validate 추가

* feat: question add, remove 구현

* feat: BundleGetResponse questions 응답 필드 추가

* fix: Questions 생성자 shareStatus 매개변수 제거

* fix: Question copy shareStatus public으로

* fix: question consturct shareStatus default value 할당

* fix: ClaimController ApiResponse import 수정

* chore
* feat: 내 꾸러미 목록 조회 기능 구현

* fix: create 메서드 응답 상태코드 201로 가도록 수정

* feat: 내 꾸러미 목록 조회 기능 구현

* refactor: infra-queryDsl 모듈 제거 및 의존성 data로 이동

* feat: 꾸러미 search jpa 버전 api 구현

* fix: jpaQueryFactory 네이밍 수정
* feat: 질문 등록 시 태그 등록, 태그 수정 추가

* feat: #8 페이지네이션, 태그 추가

* feat: #8 add test code for create question

* feat: 검색 시 page response 담아 반환하도록 수정

* fix: 피드백 반영

* fix: 페이지 사이즈 피드백 반영
…ler 추가 (#19)

* refactor: customRepository switch문 리팩터링

* feat: 꾸러미 상세 조회 - 내가 작성한 질문만 보기 필터 추가

* fix: 질문 copy 시 originId 체킹 먼저 하도록

* chore: 추천순 정렬 주석 처리

* feat: 꾸러미 스크랩 기능 구현

* refactor: bundle shareCount -> scrapeCount

* refactor: 꾸러미 get 로직 분리

* fix: bundle create, get, update 버그 fix

* fix: questions CUD 꾸러미 연동 및 수정

* feat: @Valid 어노테이션 추가

* fix: question create bug fix

* fix: scrape, update bug fix

* chore

* feat: CustomException 정의

* feat: validation exceptionHandler 추가

* refactor: exception custom -> api

* feat: IllegalException handler 추가
* chore: #18 시큐리티 모듈 추가

* feat: #18 기본 security 설정 추가

* feat: #18 jwt token provider 추가

* feat: #18 filter 추가

* feat: #18 access denied handler, authentication entry point 추가

* feat: oauth2 추가

* feat: #18 add oauth2 service

* fix: #18 oauth2 로그인 버그 수정

* feat: redis refresh token 저장 추가

* feat: 현재 로그인 member 정보 조회 추가

* feat: #18 auth 기능 - 로그아웃, 토큰 재발급 추가

* fix: #18 authorities 타입 수정

* feat: #18 test 제거

* fix: 예외처리 수정

* feat: #18 security 예외 처리 추가

* docs: 회원, 인증 docs 추가

* fix: #18 피드백 반영
KarmaPol and others added 27 commits March 5, 2024 11:02
* feat: #58 회원가입 시 통합 api 추가

* feat: #58 cors preflight 설정 추가

* feat: #57 회원가입 시 통합 api 추가

* feat: #57 cors preflight 설정 추가
* feat: member bundleOrder 컬럼 추가

* feat: bundle 스크랩 시 questionOrder도 copy

* feat: 질문 생성 시 questionOrder update

* feat: 꾸러미 순서 변경 api

* fix: createQuestion questionOrder 버그 수정

* feat: 꾸러미 생성 시 update bundleOrder, 내 꾸러미 목록 조회 custom 정렬 추가

* refactor: 꾸러미 순서 변경 api 위치 bundleController로 이동

* hotfix: origin 지정

* refactor: 오타 수정

---------

Co-authored-by: Kyunghun Kim <[email protected]>
* fix: 질문 선택해서 추가하는 api 여러 꾸러미 선택 가능하도록 수정

* refactor: 번들 순서 변경 함수 위치 변경
* feat: #59 권한 path 추가

* feat: #59 닉네임 중복 검사 추가, 일단 시큐리티 권한 설정 방치

---------

Co-authored-by: Hanna Lee <[email protected]>
@annahxxl annahxxl requested a review from KarmaPol March 9, 2024 03:38
@KarmaPol KarmaPol merged commit 756ad14 into main Mar 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants