Skip to content

Commit

Permalink
[BE] 깃 서브모듈 폴더명 변경(#302) (#303)
Browse files Browse the repository at this point in the history
* fix: REMOTE_ORIGIN 그냥 변수로 변경

* feat: 불필요한 파일 제거

* feat: 기본 설정 local 로 변경

* feat: 서브모듈 설정 변경

* [BE] YAML 설정 파일 정리(#288) (#291)

* refactor: 도메인 수정

* feat: 리뷰어, 리뷰이 조회 API 기능 구현

* refactor: 중복된 기능 코드 제거

* docs: 메서드 시그니쳐 통일

* feat: 시연용 데이터 추가

* refactor: 패키지 이동으로 인한 오류 수정

* feat: 시연용 데이터 추가

* fix: REMOTE_ORIGIN 그냥 변수로 변경

* feat: 데이터 추가

* feat: 서브모듈 반영

* feat: response 생성 때 reviewer, reviewee 분리

* feat: application 설정 변경

* feat: 데모 데이터 함수로 분리

* fix: 누락된 saveAll 추가

* fix: 데이터 정합성 수정

* fix: roomId 상수 변경

* feat: 피드백 키워드 뒤 .제거

* refactor: 3차 데모데이 데이터 변경

* feat: room 4에 대한 케이스도 추가

* feat: room 4 매칭 추가

* fix: 응답 내 프로필 링크로 변경

* feat: submodule 업데이트 및 설정 분리

* Delete backend/src/main/resources/test.xml

---------

Co-authored-by: hjk0761 <[email protected]>
Co-authored-by: youngsu5582 <[email protected]>
Co-authored-by: HyunJoong Kim <[email protected]>

* [BE] 특정 레포지토리 내 � 열려있는 PR 조회 API 를 활용해 매칭 전 선별 로직 추가(#273) (#283)

* fix: REMOTE_ORIGIN 그냥 변수로 변경

* test: participation 삭제문 추가

* feat: 깃허브에 PullRequest 요청 보내는 Client 구현

* feat: 레포지토리 링크, 시간 까지 PR을 받아들이는 PullRequestProvider 구현

* feat: 매칭 전략 변경

* feat: 정적 팩토리 추가

* feat: 매칭 기능 컨트롤러 분리

* feat: 정적 팩토리 추가, 방 가져오는 기능 추가

* test: 방 픽스쳐 추가, 테스트 파일 내 설정 추가

* feat: 받는 순서 오름차순으로 이전부터 마감일까지만 받게 변경

* fix: 잘못된 필드명 수정

* fix: 누락된 private final 추가

* feat: UTC 타임변환, 깃허브 링크 변환 기능 구현

* feat: PR 작성 검증용 데이터 추가

* style: 코드 컨벤션 수정, 누락된 요구사항 명세 추가

* test: participation 삭제문 추가

* feat: 깃허브에 PullRequest 요청 보내는 Client 구현

* feat: 레포지토리 링크, 시간 까지 PR을 받아들이는 PullRequestProvider 구현

* feat: 매칭 전략 변경

* feat: 정적 팩토리 추가

* feat: 매칭 기능 컨트롤러 분리

* feat: 정적 팩토리 추가, 방 가져오는 기능 추가

* test: 방 픽스쳐 추가, 테스트 파일 내 설정 추가

* feat: 받는 순서 오름차순으로 이전부터 마감일까지만 받게 변경

* fix: 잘못된 필드명 수정

* fix: 누락된 private final 추가

* feat: UTC 타임변환, 깃허브 링크 변환 기능 구현

* feat: PR 작성 검증용 데이터 추가

* style: 코드 컨벤션 수정, 누락된 요구사항 명세 추가

* test: 테스트 명 일치하게 수정

* refactor: 피드백 반영

* refactor: 애쉬 피드백 반영

---------

Co-authored-by: youngsu5582 <[email protected]>

* [BE] 방 참여 시 참여자 수 증가 / 최대 인원 초과 시 막는 기능 구현(#251) (#292)

* fix: REMOTE_ORIGIN 그냥 변수로 변경

* feat: 참여시 방 참가자 수 증가하는 기능 구현

* style: 컨벤션 수정

* refactor: 피드백 반영

* feat: 서브모듈 변경 갱신

---------

Co-authored-by: youngsu5582 <[email protected]>

* feat: 서브모듈 변경 사항 반영

---------

Co-authored-by: youngsu5582 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: hjk0761 <[email protected]>
Co-authored-by: HyunJoong Kim <[email protected]>
  • Loading branch information
4 people committed Sep 12, 2024
1 parent 007d905 commit 5ae4777
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "backend/src/main/resources/corea-prod"]
path = backend/src/main/resources/corea-prod
[submodule "backend/src/main/resources/config"]
path = backend/src/main/resources/config
url = https://github.com/hjk0761/corea-prod.git
44 changes: 0 additions & 44 deletions backend/src/main/resources/application-dev.yml

This file was deleted.

40 changes: 0 additions & 40 deletions backend/src/main/resources/application-local.yml

This file was deleted.

2 changes: 0 additions & 2 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ spring:
profiles:
active: local

config:
import: ./corea-prod/application-dev.yml, ./corea-prod/application-local.yml, ./corea-prod/application-prod.yml
1 change: 1 addition & 0 deletions backend/src/main/resources/config
Submodule config added at 56d7dd
1 change: 0 additions & 1 deletion backend/src/main/resources/corea-prod
Submodule corea-prod deleted from dfb8eb

0 comments on commit 5ae4777

Please sign in to comment.