-
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
배포 목적 병합 #151
Conversation
This file contains 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
* feat: 유저, 프로젝트 관련 엔티티 생성 * feat: 영상, 퀴즈 관련 엔티티 생성, hibenate utils 라이브러리 추가 * feat: 과제 제안 관련 엔티티 생성 * feat: 공지사항, 파일, 갤러리, 이벤트 관련 엔티티 생성 * feat: 프로젝트 문의 답변 엔티티 추가 * refactor: 폴더 구조 변경 * feat: 연관관계 매핑 정보 작성 * fix: 모든 엔티티 클래스가 BaseTimeEntity 클래스를 상속하도록 수정 * fix: 연관관계 fetch 정보 LAZY로 일괄 수정 * fix: 답변 상태 필드 제거 * fix: UserQuiz 엔티티 EntityListener 제거
* chore: gitignore 수정 * chore: 깃 캐시 삭제 * chore: 이슈, PR 템플릿 수정
* chore: CI Workflow trigger fix * fix: gradle permission fix * feat: CI용 local config 추가 * chore: update database name
* feat: validator exception handler, BadrequestException 추가 * feat: controller test 설정 추가 * feat: index.adoc 추가 * feat: request field 템플릿 추가 * refactor: request field snippet 들여쓰기 수정 * feat: exception logger 추가
* feat: ExceptionCode, ExceptionResponse 추가 * feat: GlobalExceptionHandler 수정 * feat: exception-response-field 스니펫 추가 * chore: request field 영어로 표기 수정 * feat: Exception Code 컨트롤러, 컨트롤러 테스트 추가 * feat: adoc 파일 수정 * fix: resources/static/docs gitignore에 추가, 캐시 삭제 * fix: CI용 application-local.yml 추가
* fix: BaseNoticeEntity 삭제 * fix: BaseVideoEntity 삭제 * fix: BaseRespnseEntity 삭제 * fix: Project videoUrl -> youtubeId 변경 * fix: UserType TEMP 추가
* fix: prod url 수정 * feat: oauth yml 추가 & test결과 추가 * fix: write 권한 추가
* fix: application-local datasource name 수정 * fix: prod url 수정 * feat: oauth yml 추가 & test결과 추가 * fix: write 권한 추가 * fix: auto test permission 수정
* fix: application-local datasource name 수정 * fix: prod url 수정 * feat: oauth yml 추가 & test결과 추가 * fix: write 권한 추가 * fix: auto test permission 수정 * fix: github token 에러 수정
* feat: validator exception handler, BadrequestException 추가 * feat: controller test 설정 추가 * feat: index.adoc 추가 * feat: request field 템플릿 추가 * refactor: request field snippet 들여쓰기 수정 * feat: webconfig 작성 * chore: user domain 패키지구조 리팩토링 * feat: exception logger 추가 * chore: user domain 패키지구조 리팩토링 * feat: webconfig 작성 * feat: jwtProvider 작성 * feat: AuthUserArgumentResolver 작성 * feat: jwt관련 Exception코드 작성 * feat: gitignore auth config 추가 * feat: 유저 authorization 관련 로직 작성 * feat: auth controller 작성 * feat: kakao infrastructure 작성 * feat: auth dto 작성 * feat: auth 관련 domain 작성 * fix: exception 작성 * feat: authService 작성 * feat: register 관련 user domain 로직 작성 * feat: oauth infrastructure 코드 작성 * feat: auth controller 작성 * feat: auth service 작성 * feat: register dto 작성 * refactor: 유저 인증 방식 변경 * fix: fix Test config * fix: socialType 관련 필드 삭제 * fix: 카카오에서 닉네임 받지 않도록 수정 * fix: api 버저닝 삭제 * chore: dto 수정 TODO 사항 작성 * chore: exception 핸들러 작성 * fix: controller valid & redirect uri 방식 변경 * fix: unauthorizedException 추가 * fix: other타입 권한 로직 추가 * fix: request requesturi 접근 오류 수정 * fix: 임시 유저 생성시 temp 로 생성되도록 수정 * fix: unauthorizedException 적용 Signed-off-by: chanyeong <[email protected]> * fix: user field nullable change * fix: student 생성로직 추가 & responsedto 추가 * refactor: JpaAuditingConfig 작성 * refactor: oauth 인증방식 변경 * refactor: studentInfo validation 로직 수정 * refactor: accesstoken 파싱방식 변경 * feat: auth controller test 작성 * fix: ddl-auto 옵션 변경 * fix: get방식으로 로그인 변경 * fix: controller 오류 수정 * feat: 학생이 아닌 유저의 회원가입 로직 수정 * fix: controller test 오류 수정 * fix: duplicated mockbean 오류 수정 * fix: auth service 로직 오류 수정 * fix: adoc 표기방식 변경 * chore: adoc 개행추가 --------- Signed-off-by: chanyeong <[email protected]> Co-authored-by: yesjuhee <[email protected]>
* feat: talk 및 jobInterview 레포지토리 추가 * feat: jobInterview DTO 추가 * feat: add create and get jobinterview api * feat: add update and delete jobinterview api * fix: change BaseVideoEntity access level * refactor: add new line in JobInterview Category * refactor: change dto name * fix: change string check annotation to NotBlank * refactor: change category enum class name * feat: add enum validator * refactor: apply dto format discussed in PR #12 * fix: apply static factory method * chore: remove superbuilder annotation in BaseTimeEntity * chore: transactional 어노테이션 클래스로 이동 * chore: 엔티티 객체 생성 스타일 변경 * fix: pathVariable 명시 * fix: cascade 옵션 변경 * chore: dirty checking 사용하는 방법으로 update 변경 * feat: change exception to custom BadRequestException * chore: 접근제어자 제거 * feat: 잡페어 인터뷰 생성 테스트코드 작성 * feat: add JobInterview create Testcode * fix: ExceptionCode 추가 및 변경사항 대응 * feat: 잡페어 인터뷰 컨트롤러 테스트 * feat: 잡페어 인터뷰 RestDocs * feat: create QuizRepository * feat: add Talk Request/Response DTO * feat: implement talkservice and add exception code * feat: implement talkController * feat: implement TalkControllerTest * feat: implement TalkControllerTest * feat: 대담영상 api 문서 작성 * feat: 퀴즈 포함 대담 API 구현 * fix: 대담 연관관계 업데이트 버그 수정 * feat: add talker belonging and name field in jobinterview entity * feat: update jobinterview testcode * chore: remove status header * feat: remove HasQuiz And Apply JsonUnwrapped Annotation * refactor: remove Talks(List) Response DTO * feat: update TalkController TestCode * chore: update Talk API Docs * refactor: 엔티티에서 DTO 사용 제거 * feat: @authuser 적용 및 testcode 수정 * chore: add token to request cookie and header * fix: change local.yml * refactor: change video package location * refactor: test code 패키지 변경 * fix: change db url in local.yml
* feat: Add Notice,EventNotice entity Superbuilder, setter for update * feat: Implement NoticeDto Inner Static class * feat: Implement NoticeRepository * feat: Implement NoticeService interface, NoticeServiceImpl * feat: Implement NoticeController * fix: @NoArgsConstructor(access = PROTECTED) for entities * fix: change url, dto (request) field, add validation * fix: remove service interface * fix: change exception to bad request exception * feat: implement getNoticeList api, minor renaming controller parameter * fix: move @transactional annotation * fix: remove @DaTa annotation * refactor: refactor package structure * fix: split response, request dto * fix: Use static factory method instead of builder pattern * feat: change put/post to return entity value, change update logic (use repository), fix minor naming * feat: Implement increasing hitCount when getNotice * fix: change protect constructor of BaseNoticeEntity to use annotation * fix: Revise static factory method to use `from` * [FEAT] Global Exception, Test, Restdocs 설정 (#17) * feat: validator exception handler, BadrequestException 추가 * feat: controller test 설정 추가 * feat: index.adoc 추가 * feat: request field 템플릿 추가 * refactor: request field snippet 들여쓰기 수정 * feat: exception logger 추가 * feat: Implement RestDocs, base test code for NoticeController, change exception - cherry-pick develop branch's 0f55de6 commit - only for create notice - revise to use custom BadRequestException * fix: Add cascade option in Notice Entity * fix: Revise parameter naming for pathvariable annotaion * fix: Fix wrong service method description * feat: change updateNotice, increaseHitCount to use entity method * feat: Implement attached files handling, add NoticeListElementResponse * refactor: rename DTOs * fix: Revise Notice/EventNotice entity to not inherit BaseNoticeEntity * minor renaming variables * feat: Implement Test code/RestDocs for NoticeController * cherry-pick: revised custom exception code #21 * feat: add custom exceptions for notice, notnull annotation for fileIds field * refactor: rename NoticeResponse fileReponses field to files * fix: revise NoticeService to work with request with no fileIds field * fix: refine controllerTest code for restDocs * fix: add pageable parameter in controllerTest * refactor: remove unnecessary annotation * feat: duplicate notice api for eventNotice api * refactor: reformat (clean) code * fix: change exception code number to prevent conflict * feat: implement fixed notices prioritization * refactor: change :path to {path} in adoc * refactor: refactor adoc files * refactor: remove debugging line for getNoticeList * feat: new logic for updateNotice file handling (using Cascade=ALL) * cherrypick: auth commit from develop branch * refactor: move domain package location * feat: duplicate eventNotice getList, update code from Notice * refactor: remove unused import statement * feat: auth user (admin) for create, update, delete * feat: revise test code for auth user * fix: Typo correction * fix: add application-local.yml for CI * chore: remove unnecessary comments * refactor: move notice/eventNotice controller test package --------- Co-authored-by: yesjuhee <[email protected]> Co-authored-by: chanyeong <[email protected]>
* feat: EventPeriod 리포지터리 생성 * feat: devtools 패키지 추가 * feat: 엔티티에 SupeBuilder 추가 * feat: EventPeriodDto 작성 * feat:EventPeriodController 구현 * feat: EventPeriodService 구현 * refactor: 사용 안하는 import 삭제 * feat: test configurations * feat: EvnetPeriodController 테스트 코드 작성 * feat: createEventPeriod 테스트코드, restdocs 코드 구현 * feat: GlobalExceptionHandler 추가, validation 실패시 응답바디 포멧 수정 * fix: builder 제거, DTO 분리 * feat: 정적 팩토리 메서드 사용하는 방식으로 createEventPeriod 메서드 수정 * feat: BadRequestExcption 추가 * fix: DTO 구조 변경에 맞춰 테스트 수정 * fix: Bad Request 테스트 수정, 해당 테스트 restdocs에서 제외시킴 * feat: 커스텀 에러 코드를 사용하는 방식으로 Exception Handler 수정 * fix: dto validation에 대한 응답도 ExceptionCode를 사용하도록 수정 * refactor: EventPeriodRequest -> CreateEventPeriodRequest 로 변경 * feat: getEvnetPeriods api 구현 * feat: getEventPeriods API 테스트, restdocs 구현 * fix: gitignore에 static/docs 추가 * feat: deleteEventPeriod controller 작성 * refactor: 컨트롤러 refactor * feat: deleteEventPeriod service 구현 * feat: deleteEventPeriod test * refactor: MockMvcRequestBuilders -> RestDocumentationRequestBuilders 로 변경 * feat: restdocs 추가 * refactor: merge conflict resolve 생략된거 해결 * refactor: index.adoc 머지 오류 수정 * fix: 도메인에서 DTO 사용 제외 * fix: createEventPeriod 요청 형식, 로직 수정 * fix: EventPeriod 조회 API 수정(리스트 조회 -> 단건 조회) * feat: deleteEventPeriod API 삭제, updateEventPeriod API 추가 * feat: Auth 설정 추가 * refactor: event 도메인 폴더 위치 변경 * fix: test, restdocs 수정 * fix: TEST Auth 설정 추가 * fix: getEventPeriods API 복구 * fix: application-local.yml 복구 * chore: 주석 삭제 * chor: 누락된 adoc 파일 추가
* feat: create gallery api 틀 세팅 * feat: Galley cotroller test 작성, restdocs 작성 * feat: createGallery 서비스 구현 * feat: 로그에서 SQL 쿼리 확인할 수 있도록 수정 * feat: getGalleries api 구현 * fix: 도메인에서 DTO 사용하는 케이스 수정 * feat: 트랜잭션 설정 추가 * feat: restdocs 작성 * feat: RestDocumentationRequestBuilders 사용 * feat: restdocs에 페이지네이션 파라미터 추가 * feat: getGallery api 구현 * feat: getGallery test, restdocs 추가 * feat: deleteGallery api 구현 * feat: deleteGallery test, restDocs 추가 * feat: updateGallery api 구현, test, restDocs 추가 * fix: dto에서 원시 타입 대신 객체 타입으로 변경 * feat: ExceptionCode 추가 * refactor: GalleryRequest dto 하나로 통일 * feat: content필드 삭제, 조회수 필드 추가 * feat: 조회수 증가 로직 구현 * fix: getGallery 조회수 변경 반영되도록 수정 * refactor: dto 생성 메서드 galleryResponse내부로 이동 * fix: deleteGallery작동하도록 cascade옵션 추가 * fix: createGallery에서 안 쓰는 파일 제거하도록 수정 * feat: @authuser 추가 * fix: 충돌 나는 부분 머지 잘못한 거 수정 * feat: test에 auth 설정 추가 * refactor: 폴더 위치 이동 * feat: restdocs에 requestCookies, requestHeaders추가 * chore: application-local.yml 수정 --------- Co-authored-by: yesjuhee <[email protected]>
* feat: 프로젝트일괄등록양식 다운로드 API 구현, 테스트 작성 * feat: 프로젝트 엑셀 일괄등록 컨트롤러, 테스트 작성 * feat: 엑셀 일괄 등록 컨트롤러, 테스트 작성 * feat: 엑셀 일괄 등록 구현 * docs: html 문서 업데이트 * chore: gitignore 파일 수정' * chore: 의미 없는 공백 제거 * fix: 비어있는 행 판별 오류 수정 * fix: 한글 문자열 비교 오류 수정 * fix: 빈 행 오류 수정 * docs: restdocs 문서 전체 업데이트
* feat: getMe API 구현 * refactor: userService 함수명 변경 * feat: updateMe api 구현 * feat: deleteMe api 구현 * feat: getMe test, restDocs 추가 * feat: updateMe test, restDocs 추가 * feat: deleteMe test, restDocs 추가 * feat: restDocs 추가 * feat: UpdateUserRequest validation 추가 * fix: 회원가입 시 연관 엔티티 삭제되는 문제 해결 * fix: INACTIVE 유저 포함 * fix: getMe에서 학과정보 확인할 때 오류나는 문제 해결 * fix: updateMe 공백 방지, 버그 수정 * feat: updateMe patch에서 put으로 변경 * feat: getUserInquiries, getUserProposals 구현 * feat: getUserInquiries, getUserProposals restDocs 추가 * feat: getDepartments api 구현 * feat: getDepartments restdocs 추가 * refactor: userUpdateRequest dto 변수명 auth/register과 통일 * feat: userResponse dto에서 socialLoginId 필드 제거 * fix: updateMe에서 소속, 직책을 빈 문자열로 바꿀 수 있도록 수정 * feat: 유저 삭제 시 좋아요 정보도 삭제되도록 변경 * feat: getUserFavorites api 구현 * chore: restdocs 중복정보 제외 * fix: 소속, 직책 업데이트 로직 수정 * chore: restdocs 중복정보 제외 * chore: department restdocs 수정 * feat: transactional 설정 추가 * feat: getUserFavorites response dto 통일 * feat: getUserFavorites restdocs 추가 * fix: getUserInquiries, getUserProposals dto에 답변 여부 필드 추가 * refactor: 답변 엔티티명 reply로 수정 * 머지 충돌 해결 * feat: getUserFavorites 수정 * fix: user.adoc 수정 * docs: .html파일들 삭제 * docs: static/docs 생성
* feat: add string null check in AuthResolver * fix: insert null string check code to hasAccessToken function
* [FEAT] 과제 제안 API 개발 & 이메일 API 개발 (#68) * [FEAT] Video 관련 API 개발 (#51) * feat: talk 및 jobInterview 레포지토리 추가 * feat: jobInterview DTO 추가 * feat: add create and get jobinterview api * feat: add update and delete jobinterview api * fix: change BaseVideoEntity access level * refactor: add new line in JobInterview Category * refactor: change dto name * fix: change string check annotation to NotBlank * refactor: change category enum class name * feat: add enum validator * refactor: apply dto format discussed in PR #12 * fix: apply static factory method * chore: remove superbuilder annotation in BaseTimeEntity * chore: transactional 어노테이션 클래스로 이동 * chore: 엔티티 객체 생성 스타일 변경 * fix: pathVariable 명시 * fix: cascade 옵션 변경 * chore: dirty checking 사용하는 방법으로 update 변경 * feat: change exception to custom BadRequestException * chore: 접근제어자 제거 * feat: 잡페어 인터뷰 생성 테스트코드 작성 * feat: add JobInterview create Testcode * fix: ExceptionCode 추가 및 변경사항 대응 * feat: 잡페어 인터뷰 컨트롤러 테스트 * feat: 잡페어 인터뷰 RestDocs * feat: create QuizRepository * feat: add Talk Request/Response DTO * feat: implement talkservice and add exception code * feat: implement talkController * feat: implement TalkControllerTest * feat: implement TalkControllerTest * feat: 대담영상 api 문서 작성 * feat: 퀴즈 포함 대담 API 구현 * fix: 대담 연관관계 업데이트 버그 수정 * feat: add talker belonging and name field in jobinterview entity * feat: update jobinterview testcode * chore: remove status header * feat: remove HasQuiz And Apply JsonUnwrapped Annotation * refactor: remove Talks(List) Response DTO * feat: update TalkController TestCode * chore: update Talk API Docs * refactor: 엔티티에서 DTO 사용 제거 * feat: @authuser 적용 및 testcode 수정 * chore: add token to request cookie and header * fix: change local.yml * refactor: change video package location * refactor: test code 패키지 변경 * fix: change db url in local.yml * [FEAT] Notice/EventNotice 관련 API 개발 (#56) * feat: Add Notice,EventNotice entity Superbuilder, setter for update * feat: Implement NoticeDto Inner Static class * feat: Implement NoticeRepository * feat: Implement NoticeService interface, NoticeServiceImpl * feat: Implement NoticeController * fix: @NoArgsConstructor(access = PROTECTED) for entities * fix: change url, dto (request) field, add validation * fix: remove service interface * fix: change exception to bad request exception * feat: implement getNoticeList api, minor renaming controller parameter * fix: move @transactional annotation * fix: remove @DaTa annotation * refactor: refactor package structure * fix: split response, request dto * fix: Use static factory method instead of builder pattern * feat: change put/post to return entity value, change update logic (use repository), fix minor naming * feat: Implement increasing hitCount when getNotice * fix: change protect constructor of BaseNoticeEntity to use annotation * fix: Revise static factory method to use `from` * [FEAT] Global Exception, Test, Restdocs 설정 (#17) * feat: validator exception handler, BadrequestException 추가 * feat: controller test 설정 추가 * feat: index.adoc 추가 * feat: request field 템플릿 추가 * refactor: request field snippet 들여쓰기 수정 * feat: exception logger 추가 * feat: Implement RestDocs, base test code for NoticeController, change exception - cherry-pick develop branch's 0f55de6 commit - only for create notice - revise to use custom BadRequestException * fix: Add cascade option in Notice Entity * fix: Revise parameter naming for pathvariable annotaion * fix: Fix wrong service method description * feat: change updateNotice, increaseHitCount to use entity method * feat: Implement attached files handling, add NoticeListElementResponse * refactor: rename DTOs * fix: Revise Notice/EventNotice entity to not inherit BaseNoticeEntity * minor renaming variables * feat: Implement Test code/RestDocs for NoticeController * cherry-pick: revised custom exception code #21 * feat: add custom exceptions for notice, notnull annotation for fileIds field * refactor: rename NoticeResponse fileReponses field to files * fix: revise NoticeService to work with request with no fileIds field * fix: refine controllerTest code for restDocs * fix: add pageable parameter in controllerTest * refactor: remove unnecessary annotation * feat: duplicate notice api for eventNotice api * refactor: reformat (clean) code * fix: change exception code number to prevent conflict * feat: implement fixed notices prioritization * refactor: change :path to {path} in adoc * refactor: refactor adoc files * refactor: remove debugging line for getNoticeList * feat: new logic for updateNotice file handling (using Cascade=ALL) * cherrypick: auth commit from develop branch * refactor: move domain package location * feat: duplicate eventNotice getList, update code from Notice * refactor: remove unused import statement * feat: auth user (admin) for create, update, delete * feat: revise test code for auth user * fix: Typo correction * fix: add application-local.yml for CI * chore: remove unnecessary comments * refactor: move notice/eventNotice controller test package --------- Co-authored-by: yesjuhee <[email protected]> Co-authored-by: chanyeong <[email protected]> * [FEAT] EvnetPeriod 관련 API 구현 완료 (#58) * feat: EventPeriod 리포지터리 생성 * feat: devtools 패키지 추가 * feat: 엔티티에 SupeBuilder 추가 * feat: EventPeriodDto 작성 * feat:EventPeriodController 구현 * feat: EventPeriodService 구현 * refactor: 사용 안하는 import 삭제 * feat: test configurations * feat: EvnetPeriodController 테스트 코드 작성 * feat: createEventPeriod 테스트코드, restdocs 코드 구현 * feat: GlobalExceptionHandler 추가, validation 실패시 응답바디 포멧 수정 * fix: builder 제거, DTO 분리 * feat: 정적 팩토리 메서드 사용하는 방식으로 createEventPeriod 메서드 수정 * feat: BadRequestExcption 추가 * fix: DTO 구조 변경에 맞춰 테스트 수정 * fix: Bad Request 테스트 수정, 해당 테스트 restdocs에서 제외시킴 * feat: 커스텀 에러 코드를 사용하는 방식으로 Exception Handler 수정 * fix: dto validation에 대한 응답도 ExceptionCode를 사용하도록 수정 * refactor: EventPeriodRequest -> CreateEventPeriodRequest 로 변경 * feat: getEvnetPeriods api 구현 * feat: getEventPeriods API 테스트, restdocs 구현 * fix: gitignore에 static/docs 추가 * feat: deleteEventPeriod controller 작성 * refactor: 컨트롤러 refactor * feat: deleteEventPeriod service 구현 * feat: deleteEventPeriod test * refactor: MockMvcRequestBuilders -> RestDocumentationRequestBuilders 로 변경 * feat: restdocs 추가 * refactor: merge conflict resolve 생략된거 해결 * refactor: index.adoc 머지 오류 수정 * fix: 도메인에서 DTO 사용 제외 * fix: createEventPeriod 요청 형식, 로직 수정 * fix: EventPeriod 조회 API 수정(리스트 조회 -> 단건 조회) * feat: deleteEventPeriod API 삭제, updateEventPeriod API 추가 * feat: Auth 설정 추가 * refactor: event 도메인 폴더 위치 변경 * fix: test, restdocs 수정 * fix: TEST Auth 설정 추가 * fix: getEventPeriods API 복구 * fix: application-local.yml 복구 * chore: 주석 삭제 * chor: 누락된 adoc 파일 추가 * chore: 제안 답변 엔티티 이름 변경 * feat: proposal controller 작성 * feat: proposal repository 작성 * feat: proposal dto 작성 * feat: async config 추가 * feat: controller 수정 * feat: mail 관련 설정추가 * feat: 비동기 mail sender 작성 * feat: proposal 관련 dto 작성 * feat: ProposalService 작성 * feat: mailSender 인터페이스 패턴으로 구성 * refactor: event 이름 변경 * fix: cascade 적요 * feat: getProposalReplies 작성 * feat: restDocs 작성 * feat: 과제 제안 답변 조회 api 작성 * feat: 과제 제안 컨트롤러 테스트코드 작성 * feat: 과제제안 응답에 reply 필드 추가 * feat: 권한 문제 수정 및 과제제안 필드 변경 * fix: 동일성 체크 문제 수정 * fix: 권한 필터조건 수정 * fix: 과제답변 관리자도 등록할수 있도록 수정 * feat: restDocs 세분화 --------- Co-authored-by: Hyunjun Yang <[email protected]> Co-authored-by: hyzoon <[email protected]> Co-authored-by: yesjuhee <[email protected]> * fix: 불필요 권한 검증로직 삭제 * fix: 형상관리 복구 * fix: proposal file 관련 수정 * fix: proposal 관련 수정 * feat: 필터링 쿼리 queryDsl 적용 * feat: persistence test 작성 * chore: terms typo * feat: 이메일 템플릿 작성 * chore: adoc update * fix: 파일 지연로딩 문제 수정 * fix: adoc 형상관리복구 * fix: 머지 오류 수정 * docs: html 파일 새로 빌드해서 추가 --------- Co-authored-by: chanyeong <[email protected]> Co-authored-by: Hyunjun Yang <[email protected]> Co-authored-by: hyzoon <[email protected]> Co-authored-by: chanyeong <[email protected]>
* feat: envChecker 추가 * feat: prod용 env 설정
* fix: change redirect url to cs.skku.edu * fix: 프런트용 redirect uri를 환경변수 주입 방식으로 변경 * feat: qa,prod용 cicd변경 --------- Co-authored-by: chanyeong <[email protected]>
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.
작성자: @shj1081
#{이슈 번호 기입}
체크 리스트
작업 내역
비고