Skip to content

Commit

Permalink
DEPLOY : FE - 변수 재설정 및 에러 해결 (#81)
Browse files Browse the repository at this point in the history
* JIRA-109 #test #comment "front_init_settings"

* Update pr_workflow.yaml

* JIRA-109 #test #comment "Add Initial Settings"

* JIRA-81 #feat #comment "taskinputcomponent ui"

* JIRA-81 #bug_fix #comment "felx -> flex"

* JIRA-84 #feat #comment "create SubTaskComponent"

* JIRA-82 #FEAT #comment Create SubTaskComponent

* JIRA-118 #FEAT #comment Create getQuery

* Rename taskInputComponents.tsx to TaskInputComponents.tsx

* Rename getQuery.tsx to GetQuery.tsx

* Rename consolePage.tsx to ConsolePage.tsx

* Rename taskInputComponents.tsx to TaskInputComponents.tsx

* Rename getQuery.tsx to GetQuery.tsx

* Rename consolePage.tsx to ConsolePage.tsx

* Update and rename registerCodePage.tsx to RegisterCodePage.tsx

* Update GetQuery.tsx

* Update package.json

* JIRA-118 #TESTING #comment Components test

* JIRA-84 #feat #comment "create SubTaskComponent"

* JIRA-81 #feat #comment "taskinputcomponent ui"

* JIRA-81 #bug_fix #comment "felx -> flex"

* JIRA-82 #FEAT #comment Create SubTaskComponent

* Rename taskInputComponents.tsx to TaskInputComponents.tsx

* Rename getQuery.tsx to GetQuery.tsx

* Rename consolePage.tsx to ConsolePage.tsx

* Update and rename registerCodePage.tsx to RegisterCodePage.tsx

* Update GetQuery.tsx

* Delete @tanstack/react-query-devtools

* Add city datas

* JIRA-84 #feat #comment "code input highlighting(not designed)"

* JIRA-68 #test #comment "make code input page with design"

* JIRA-84 #feat #commet "submit button"

* JIRA-84 #feat #comment "ajax to get code and post code"

* Update and rename getQuery.tsx to GetQuery.tsx

* JIRA-82 #FEAT #comment SubTaskComponent data logic fix

* JIRA-126 #FEAT #comment Create GetStreamData.tsx

* JIRA-126 #FEAT #comment Create GetStreamData.tsx

* JIRA-82 #FEAT #Comment Fix SubTaskComponent.tsx

* Temp

* Temp

* temp by jwk

* temp2 jwk

* temp3 jwk

* Fix

* JIRA-82 #bug_fix #comment "fix subTask css"

* JIRA-82 #REFAC #comment Refactored components

* JIRA-83 #FEAT #comment Create TaskCodeViewComponent.tsx

* temp

* temp

* temp

* Update TaskCodeViewComponent.tsx

* Delete RegisterCodePage.tsx

* Squashed commit of the following:

commit de5f87eb29a72c8e18f17722f254debe90b77770
Author: CsLsj <[email protected]>
Date:   Fri Oct 20 19:47:04 2023 +0900

    Test

commit 541cd100b1d79949bf42d3cfcf642def87bdebd7
Author: CsLsj <[email protected]>
Date:   Thu Oct 19 22:41:19 2023 +0900

    FE - 기초 세팅 (#34)

    * JIRA-109 #test #comment "front_init_settings"

    * Update pr_workflow.yaml

    * JIRA-109 #test #comment "Add Initial Settings"

    * JIRA-81 #feat #comment "taskinputcomponent ui"

    * JIRA-81 #bug_fix #comment "felx -> flex"

    * JIRA-84 #feat #comment "create SubTaskComponent"

    * JIRA-82 #FEAT #comment Create SubTaskComponent

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

    * Update GetQuery.tsx

    * Delete @tanstack/react-query-devtools

    ---------

    Co-authored-by: 김종원 Jongwon <[email protected]>
    Co-authored-by: seongho9 <[email protected]>

* Delete RegisterCodePage.tsx

* Delete TaskInputComponents.tsx Create TaskInputComponent.tsx

* Fix

* Temp

* Squashed commit of the following:

commit 0ebb56a3c434364c1d13ece9a94f0e3cd53d72af
Author: 김종원 Jongwon <[email protected]>
Date:   Thu Nov 2 19:29:41 2023 +0900

    DEPLOY : BE - Similar Step 찾는 API 생성 (#49)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * Delete application.properties

    * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

    * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

    * JIRA-91 #refac #comment "오타수정 및 리팩토링"

    * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

    * JIRA-112 #refac #comment "matcherParse 오탈자 수정"

    * JIRA-134 #chore #comment "불필요한 dependency 삭제"

    * JIRA-134 #feat #comment "Step을 Embedding Vector로 바꾸기 위한 DTO 추가 및 float[] 추가"

    * JIRA-134 #feat #comment "Similarity 계산 위한 Service Class 생성"

    * JIRA-134 #refac #comment "새로운 Llama API 추가로 인한 기존 코드의 명칭 개선"

    * JIRA-134 #feat #comment "Llama Server에서 Sent2vec Response 받는 로직 완성"

    * JIRA-135 #feat #comment "Reactive 처리 위한 Llama Server API Response를
    Mono로 받음"

    * JIRA-135 #feat #comment "Task 요청 관련 추적용 Log 생성"

    * JIRA-134 #feat #comment "받아온 Vector값으로 Top Rank의 Step 반환"

    * JIRA-135 #chore #comment "불필요한 gradle build 파일 업로드 제거"

    * JIRA-135 #refac #comment "TASK 요청 시 [DONE] 키워드가 오면 버퍼 모두 내보내도록 처리 로직 수정"

    * JIRA-135 #refac #comment "vector value 크기가 64bit이므로 float->double 변경"

    * JIRA-135 #bugfix #comment "flux내에서 다른 api 호출 시 조기 종료되는 버그 발생으로 api 분리"

    * JIRA-136 #bugfix #comment "gradle ignore 취소"

    * JIRA-136 #bugfix #comment "gradle ignore 취소"

    ---------

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

commit 527b4ff2db2b0fbd8039852256a9142f12316d20
Author: 김종원 Jongwon <[email protected]>
Date:   Mon Oct 30 21:38:55 2023 +0900

    DEPLOY : BE - TASK 요청 API 메서드 변경(->GET) (#44)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * Delete application.properties

    * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

    * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

    * JIRA-91 #refac #comment "오타수정 및 리팩토링"

    * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

    ---------

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

commit 624aa06c89f6f08bac0b7b64561359a3de57e250
Author: humang <[email protected]>
Date:   Thu Oct 26 20:13:47 2023 +0900

    DEPLOY : BE - 코드 저장 API생성 (#42)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * Delete application.properties

    * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

    * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

    * JIRA-91 #refac #comment "오타수정 및 리팩토링"

    ---------

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

commit 1221e867ae3f66dc3d5fb29d6f53ae532f8bf8fd
Author: 김종원 Jongwon <[email protected]>
Date:   Mon Oct 23 00:51:36 2023 +0900

    JIRA-130 #bugfix #comment "properties 파일 삭제"

commit 70518ceedec4c2501ab512a7e007c27717ffa108
Author: 김종원 Jongwon <[email protected]>
Date:   Sun Oct 22 23:12:41 2023 +0900

    DEPLOY : BE - Task 요청 API 생성 (#40)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama Server로부터 Stream 수신처리. json 관련 build.gradle 수정"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-112 #feat #comment "Llama stream 처리"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-123 #feat #comment "mongoDB Repository 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-73 #chore #comment "환경변수 파일 ignore"

    * JIRA-93 #refac #comment "불필요한 line, 주석 삭제"

    * JIRA-112 #close #comment "Adapter 불필요한 부분 제거 및 리팩토링"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    ---------

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

commit e762bb93fda66f81846370ea24dd2b1eabd2b4a1
Author: CsLsj <[email protected]>
Date:   Fri Oct 20 20:19:29 2023 +0900

    DEPLY : FE - 기초 세팅 (#36)

    * JIRA-84 #feat #comment "create SubTaskComponent"

    * JIRA-81 #feat #comment "taskinputcomponent ui"

    * JIRA-81 #bug_fix #comment "felx -> flex"

    * JIRA-82 #FEAT #comment Create SubTaskComponent

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

    * Update GetQuery.tsx

    * Delete @tanstack/react-query-devtools

    ---------

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

* Squashed commit of the following:

commit 0ebb56a3c434364c1d13ece9a94f0e3cd53d72af
Author: 김종원 Jongwon <[email protected]>
Date:   Thu Nov 2 19:29:41 2023 +0900

    DEPLOY : BE - Similar Step 찾는 API 생성 (#49)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * Delete application.properties

    * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

    * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

    * JIRA-91 #refac #comment "오타수정 및 리팩토링"

    * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

    * JIRA-112 #refac #comment "matcherParse 오탈자 수정"

    * JIRA-134 #chore #comment "불필요한 dependency 삭제"

    * JIRA-134 #feat #comment "Step을 Embedding Vector로 바꾸기 위한 DTO 추가 및 float[] 추가"

    * JIRA-134 #feat #comment "Similarity 계산 위한 Service Class 생성"

    * JIRA-134 #refac #comment "새로운 Llama API 추가로 인한 기존 코드의 명칭 개선"

    * JIRA-134 #feat #comment "Llama Server에서 Sent2vec Response 받는 로직 완성"

    * JIRA-135 #feat #comment "Reactive 처리 위한 Llama Server API Response를
    Mono로 받음"

    * JIRA-135 #feat #comment "Task 요청 관련 추적용 Log 생성"

    * JIRA-134 #feat #comment "받아온 Vector값으로 Top Rank의 Step 반환"

    * JIRA-135 #chore #comment "불필요한 gradle build 파일 업로드 제거"

    * JIRA-135 #refac #comment "TASK 요청 시 [DONE] 키워드가 오면 버퍼 모두 내보내도록 처리 로직 수정"

    * JIRA-135 #refac #comment "vector value 크기가 64bit이므로 float->double 변경"

    * JIRA-135 #bugfix #comment "flux내에서 다른 api 호출 시 조기 종료되는 버그 발생으로 api 분리"

    * JIRA-136 #bugfix #comment "gradle ignore 취소"

    * JIRA-136 #bugfix #comment "gradle ignore 취소"

    ---------

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

commit 527b4ff2db2b0fbd8039852256a9142f12316d20
Author: 김종원 Jongwon <[email protected]>
Date:   Mon Oct 30 21:38:55 2023 +0900

    DEPLOY : BE - TASK 요청 API 메서드 변경(->GET) (#44)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * Delete application.properties

    * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

    * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

    * JIRA-91 #refac #comment "오타수정 및 리팩토링"

    * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

    ---------

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

commit 624aa06c89f6f08bac0b7b64561359a3de57e250
Author: humang <[email protected]>
Date:   Thu Oct 26 20:13:47 2023 +0900

    DEPLOY : BE - 코드 저장 API생성 (#42)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * Delete application.properties

    * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

    * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

    * JIRA-91 #refac #comment "오타수정 및 리팩토링"

    ---------

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

commit 1221e867ae3f66dc3d5fb29d6f53ae532f8bf8fd
Author: 김종원 Jongwon <[email protected]>
Date:   Mon Oct 23 00:51:36 2023 +0900

    JIRA-130 #bugfix #comment "properties 파일 삭제"

commit 70518ceedec4c2501ab512a7e007c27717ffa108
Author: 김종원 Jongwon <[email protected]>
Date:   Sun Oct 22 23:12:41 2023 +0900

    DEPLOY : BE - Task 요청 API 생성 (#40)

    * be-feat/serverSetUp (#14)

    * [BE] JIRA-73 #comment springboot server initialize

    * [BE] JIRA-73 #test #comment springboot server initialize test

    * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

    * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

    * JIRA-97 #DOCS #comment 'PR workflow token 설정'

    ---------

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

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

    This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

    * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

    This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

    * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

    * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

    * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

    * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

    * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

    * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

    * JIRA-93 #feat #comment "Llama Server로부터 Stream 수신처리. json 관련 build.gradle 수정"

    * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

    * JIRA-93 #feat #comment "Llama subTask 요청 구현"

    * JIRA-112 #feat #comment "Llama stream 처리"

    * JIRA-38 #feat #comment "Client Stream 처리 구현"

    * JIRA-123 #feat #comment "mongoDB Repository 구현"

    * JIRA-60 #feat #comment "Task 요청 API 구현"

    * JIRA-73 #chore #comment "환경변수 파일 ignore"

    * JIRA-93 #refac #comment "불필요한 line, 주석 삭제"

    * JIRA-112 #close #comment "Adapter 불필요한 부분 제거 및 리팩토링"

    * JIRA-60 #close #comment "불필요한 부분 제거"

    * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

    ---------

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

commit e762bb93fda66f81846370ea24dd2b1eabd2b4a1
Author: CsLsj <[email protected]>
Date:   Fri Oct 20 20:19:29 2023 +0900

    DEPLY : FE - 기초 세팅 (#36)

    * JIRA-84 #feat #comment "create SubTaskComponent"

    * JIRA-81 #feat #comment "taskinputcomponent ui"

    * JIRA-81 #bug_fix #comment "felx -> flex"

    * JIRA-82 #FEAT #comment Create SubTaskComponent

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

    * Update GetQuery.tsx

    * Delete @tanstack/react-query-devtools

    ---------

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

* refac merge ConsolePage and CodeInputPage

* Squashed commit of the following:

commit 5ba298723dd7d7e3d519335b06759c009639b211
Author: CsLsj <[email protected]>
Date:   Fri Nov 3 20:33:55 2023 +0900

    DEPLOY : FE - 프론트엔드 배포용 기능 생성 (#52)

    * JIRA-109 #test #comment "front_init_settings"

    * Update pr_workflow.yaml

    * JIRA-109 #test #comment "Add Initial Settings"

    * JIRA-81 #feat #comment "taskinputcomponent ui"

    * JIRA-81 #bug_fix #comment "felx -> flex"

    * JIRA-84 #feat #comment "create SubTaskComponent"

    * JIRA-82 #FEAT #comment Create SubTaskComponent

    * JIRA-118 #FEAT #comment Create getQuery

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

    * Update GetQuery.tsx

    * Update package.json

    * JIRA-118 #TESTING #comment Components test

    * JIRA-84 #feat #comment "create SubTaskComponent"

    * JIRA-81 #feat #comment "taskinputcomponent ui"

    * JIRA-81 #bug_fix #comment "felx -> flex"

    * JIRA-82 #FEAT #comment Create SubTaskComponent

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

    * Update GetQuery.tsx

    * Delete @tanstack/react-query-devtools

    * Add city datas

    * JIRA-84 #feat #comment "code input highlighting(not designed)"

    * JIRA-68 #test #comment "make code input page with design"

    * JIRA-84 #feat #commet "submit button"

    * JIRA-84 #feat #comment "ajax to get code and post code"

    * Update and rename getQuery.tsx to GetQuery.tsx

    * JIRA-82 #FEAT #comment SubTaskComponent data logic fix

    * JIRA-126 #FEAT #comment Create GetStreamData.tsx

    * JIRA-126 #FEAT #comment Create GetStreamData.tsx

    * JIRA-82 #FEAT #Comment Fix SubTaskComponent.tsx

    * Temp

    * Temp

    * temp by jwk

    * temp2 jwk

    * temp3 jwk

    * Fix

    * JIRA-82 #bug_fix #comment "fix subTask css"

    * JIRA-82 #REFAC #comment Refactored components

    * JIRA-83 #FEAT #comment Create TaskCodeViewComponent.tsx

    * temp

    * temp

    * temp

    * Update TaskCodeViewComponent.tsx

    * Delete RegisterCodePage.tsx

    * Squashed commit of the following:

    commit de5f87eb29a72c8e18f17722f254debe90b77770
    Author: CsLsj <[email protected]>
    Date:   Fri Oct 20 19:47:04 2023 +0900

        Test

    commit 541cd100b1d79949bf42d3cfcf642def87bdebd7
    Author: CsLsj <[email protected]>
    Date:   Thu Oct 19 22:41:19 2023 +0900

        FE - 기초 세팅 (#34)

        * JIRA-109 #test #comment "front_init_settings"

        * Update pr_workflow.yaml

        * JIRA-109 #test #comment "Add Initial Settings"

        * JIRA-81 #feat #comment "taskinputcomponent ui"

        * JIRA-81 #bug_fix #comment "felx -> flex"

        * JIRA-84 #feat #comment "create SubTaskComponent"

        * JIRA-82 #FEAT #comment Create SubTaskComponent

        * Rename taskInputComponents.tsx to TaskInputComponents.tsx

        * Rename getQuery.tsx to GetQuery.tsx

        * Rename consolePage.tsx to ConsolePage.tsx

        * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

        * Update GetQuery.tsx

        * Delete @tanstack/react-query-devtools

        ---------

        Co-authored-by: 김종원 Jongwon <[email protected]>
        Co-authored-by: seongho9 <[email protected]>

    * Delete RegisterCodePage.tsx

    * Delete TaskInputComponents.tsx Create TaskInputComponent.tsx

    * Fix

    * Temp

    * Squashed commit of the following:

    commit 0ebb56a3c434364c1d13ece9a94f0e3cd53d72af
    Author: 김종원 Jongwon <[email protected]>
    Date:   Thu Nov 2 19:29:41 2023 +0900

        DEPLOY : BE - Similar Step 찾는 API 생성 (#49)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

        * JIRA-112 #refac #comment "matcherParse 오탈자 수정"

        * JIRA-134 #chore #comment "불필요한 dependency 삭제"

        * JIRA-134 #feat #comment "Step을 Embedding Vector로 바꾸기 위한 DTO 추가 및 float[] 추가"

        * JIRA-134 #feat #comment "Similarity 계산 위한 Service Class 생성"

        * JIRA-134 #refac #comment "새로운 Llama API 추가로 인한 기존 코드의 명칭 개선"

        * JIRA-134 #feat #comment "Llama Server에서 Sent2vec Response 받는 로직 완성"

        * JIRA-135 #feat #comment "Reactive 처리 위한 Llama Server API Response를
        Mono로 받음"

        * JIRA-135 #feat #comment "Task 요청 관련 추적용 Log 생성"

        * JIRA-134 #feat #comment "받아온 Vector값으로 Top Rank의 Step 반환"

        * JIRA-135 #chore #comment "불필요한 gradle build 파일 업로드 제거"

        * JIRA-135 #refac #comment "TASK 요청 시 [DONE] 키워드가 오면 버퍼 모두 내보내도록 처리 로직 수정"

        * JIRA-135 #refac #comment "vector value 크기가 64bit이므로 float->double 변경"

        * JIRA-135 #bugfix #comment "flux내에서 다른 api 호출 시 조기 종료되는 버그 발생으로 api 분리"

        * JIRA-136 #bugfix #comment "gradle ignore 취소"

        * JIRA-136 #bugfix #comment "gradle ignore 취소"

        ---------

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

    commit 527b4ff2db2b0fbd8039852256a9142f12316d20
    Author: 김종원 Jongwon <[email protected]>
    Date:   Mon Oct 30 21:38:55 2023 +0900

        DEPLOY : BE - TASK 요청 API 메서드 변경(->GET) (#44)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

        ---------

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

    commit 624aa06c89f6f08bac0b7b64561359a3de57e250
    Author: humang <[email protected]>
    Date:   Thu Oct 26 20:13:47 2023 +0900

        DEPLOY : BE - 코드 저장 API생성 (#42)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        ---------

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

    commit 1221e867ae3f66dc3d5fb29d6f53ae532f8bf8fd
    Author: 김종원 Jongwon <[email protected]>
    Date:   Mon Oct 23 00:51:36 2023 +0900

        JIRA-130 #bugfix #comment "properties 파일 삭제"

    commit 70518ceedec4c2501ab512a7e007c27717ffa108
    Author: 김종원 Jongwon <[email protected]>
    Date:   Sun Oct 22 23:12:41 2023 +0900

        DEPLOY : BE - Task 요청 API 생성 (#40)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama Server로부터 Stream 수신처리. json 관련 build.gradle 수정"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-112 #feat #comment "Llama stream 처리"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-123 #feat #comment "mongoDB Repository 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-73 #chore #comment "환경변수 파일 ignore"

        * JIRA-93 #refac #comment "불필요한 line, 주석 삭제"

        * JIRA-112 #close #comment "Adapter 불필요한 부분 제거 및 리팩토링"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        ---------

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

    commit e762bb93fda66f81846370ea24dd2b1eabd2b4a1
    Author: CsLsj <[email protected]>
    Date:   Fri Oct 20 20:19:29 2023 +0900

        DEPLY : FE - 기초 세팅 (#36)

        * JIRA-84 #feat #comment "create SubTaskComponent"

        * JIRA-81 #feat #comment "taskinputcomponent ui"

        * JIRA-81 #bug_fix #comment "felx -> flex"

        * JIRA-82 #FEAT #comment Create SubTaskComponent

        * Rename taskInputComponents.tsx to TaskInputComponents.tsx

        * Rename getQuery.tsx to GetQuery.tsx

        * Rename consolePage.tsx to ConsolePage.tsx

        * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

        * Update GetQuery.tsx

        * Delete @tanstack/react-query-devtools

        ---------

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

    * Squashed commit of the following:

    commit 0ebb56a3c434364c1d13ece9a94f0e3cd53d72af
    Author: 김종원 Jongwon <[email protected]>
    Date:   Thu Nov 2 19:29:41 2023 +0900

        DEPLOY : BE - Similar Step 찾는 API 생성 (#49)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

        * JIRA-112 #refac #comment "matcherParse 오탈자 수정"

        * JIRA-134 #chore #comment "불필요한 dependency 삭제"

        * JIRA-134 #feat #comment "Step을 Embedding Vector로 바꾸기 위한 DTO 추가 및 float[] 추가"

        * JIRA-134 #feat #comment "Similarity 계산 위한 Service Class 생성"

        * JIRA-134 #refac #comment "새로운 Llama API 추가로 인한 기존 코드의 명칭 개선"

        * JIRA-134 #feat #comment "Llama Server에서 Sent2vec Response 받는 로직 완성"

        * JIRA-135 #feat #comment "Reactive 처리 위한 Llama Server API Response를
        Mono로 받음"

        * JIRA-135 #feat #comment "Task 요청 관련 추적용 Log 생성"

        * JIRA-134 #feat #comment "받아온 Vector값으로 Top Rank의 Step 반환"

        * JIRA-135 #chore #comment "불필요한 gradle build 파일 업로드 제거"

        * JIRA-135 #refac #comment "TASK 요청 시 [DONE] 키워드가 오면 버퍼 모두 내보내도록 처리 로직 수정"

        * JIRA-135 #refac #comment "vector value 크기가 64bit이므로 float->double 변경"

        * JIRA-135 #bugfix #comment "flux내에서 다른 api 호출 시 조기 종료되는 버그 발생으로 api 분리"

        * JIRA-136 #bugfix #comment "gradle ignore 취소"

        * JIRA-136 #bugfix #comment "gradle ignore 취소"

        ---------

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

    commit 527b4ff2db2b0fbd8039852256a9142f12316d20
    Author: 김종원 Jongwon <[email protected]>
    Date:   Mon Oct 30 21:38:55 2023 +0900

        DEPLOY : BE - TASK 요청 API 메서드 변경(->GET) (#44)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

        ---------

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

    commit 624aa06c89f6f08bac0b7b64561359a3de57e250
    Author: humang <[email protected]>
    Date:   Thu Oct 26 20:13:47 2023 +0900

        DEPLOY : BE - 코드 저장 API생성 (#42)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        ---------

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

    commit 1221e867ae3f66dc3d5fb29d6f53ae532f8bf8fd
    Author: 김종원 Jongwon <[email protected]>
    Date:   Mon Oct 23 00:51:36 2023 +0900

        JIRA-130 #bugfix #comment "properties 파일 삭제"

    commit 70518ceedec4c2501ab512a7e007c27717ffa108
    Author: 김종원 Jongwon <[email protected]>
    Date:   Sun Oct 22 23:12:41 2023 +0900

        DEPLOY : BE - Task 요청 API 생성 (#40)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama Server로부터 Stream 수신처리. json 관련 build.gradle 수정"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-112 #feat #comment "Llama stream 처리"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-123 #feat #comment "mongoDB Repository 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-73 #chore #comment "환경변수 파일 ignore"

        * JIRA-93 #refac #comment "불필요한 line, 주석 삭제"

        * JIRA-112 #close #comment "Adapter 불필요한 부분 제거 및 리팩토링"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        ---------

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

    commit e762bb93fda66f81846370ea24dd2b1eabd2b4a1
    Author: CsLsj <[email protected]>
    Date:   Fri Oct 20 20:19:29 2023 +0900

        DEPLY : FE - 기초 세팅 (#36)

        * JIRA-84 #feat #comment "create SubTaskComponent"

        * JIRA-81 #feat #comment "taskinputcomponent ui"

        * JIRA-81 #bug_fix #comment "felx -> flex"

        * JIRA-82 #FEAT #comment Create SubTaskComponent

        * Rename taskInputComponents.tsx to TaskInputComponents.tsx

        * Rename getQuery.tsx to GetQuery.tsx

        * Rename consolePage.tsx to ConsolePage.tsx

        * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

        * Update GetQuery.tsx

        * Delete @tanstack/react-query-devtools

        ---------

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

    ---------

    Co-authored-by: 김종원 Jongwon <[email protected]>
    Co-authored-by: seongho9 <[email protected]>
    Co-authored-by: 장성호(Seongho Jang) <[email protected]>

* Squashed commit of the following:

commit 5ba298723dd7d7e3d519335b06759c009639b211
Author: CsLsj <[email protected]>
Date:   Fri Nov 3 20:33:55 2023 +0900

    DEPLOY : FE - 프론트엔드 배포용 기능 생성 (#52)

    * JIRA-109 #test #comment "front_init_settings"

    * Update pr_workflow.yaml

    * JIRA-109 #test #comment "Add Initial Settings"

    * JIRA-81 #feat #comment "taskinputcomponent ui"

    * JIRA-81 #bug_fix #comment "felx -> flex"

    * JIRA-84 #feat #comment "create SubTaskComponent"

    * JIRA-82 #FEAT #comment Create SubTaskComponent

    * JIRA-118 #FEAT #comment Create getQuery

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

    * Update GetQuery.tsx

    * Update package.json

    * JIRA-118 #TESTING #comment Components test

    * JIRA-84 #feat #comment "create SubTaskComponent"

    * JIRA-81 #feat #comment "taskinputcomponent ui"

    * JIRA-81 #bug_fix #comment "felx -> flex"

    * JIRA-82 #FEAT #comment Create SubTaskComponent

    * Rename taskInputComponents.tsx to TaskInputComponents.tsx

    * Rename getQuery.tsx to GetQuery.tsx

    * Rename consolePage.tsx to ConsolePage.tsx

    * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

    * Update GetQuery.tsx

    * Delete @tanstack/react-query-devtools

    * Add city datas

    * JIRA-84 #feat #comment "code input highlighting(not designed)"

    * JIRA-68 #test #comment "make code input page with design"

    * JIRA-84 #feat #commet "submit button"

    * JIRA-84 #feat #comment "ajax to get code and post code"

    * Update and rename getQuery.tsx to GetQuery.tsx

    * JIRA-82 #FEAT #comment SubTaskComponent data logic fix

    * JIRA-126 #FEAT #comment Create GetStreamData.tsx

    * JIRA-126 #FEAT #comment Create GetStreamData.tsx

    * JIRA-82 #FEAT #Comment Fix SubTaskComponent.tsx

    * Temp

    * Temp

    * temp by jwk

    * temp2 jwk

    * temp3 jwk

    * Fix

    * JIRA-82 #bug_fix #comment "fix subTask css"

    * JIRA-82 #REFAC #comment Refactored components

    * JIRA-83 #FEAT #comment Create TaskCodeViewComponent.tsx

    * temp

    * temp

    * temp

    * Update TaskCodeViewComponent.tsx

    * Delete RegisterCodePage.tsx

    * Squashed commit of the following:

    commit de5f87eb29a72c8e18f17722f254debe90b77770
    Author: CsLsj <[email protected]>
    Date:   Fri Oct 20 19:47:04 2023 +0900

        Test

    commit 541cd100b1d79949bf42d3cfcf642def87bdebd7
    Author: CsLsj <[email protected]>
    Date:   Thu Oct 19 22:41:19 2023 +0900

        FE - 기초 세팅 (#34)

        * JIRA-109 #test #comment "front_init_settings"

        * Update pr_workflow.yaml

        * JIRA-109 #test #comment "Add Initial Settings"

        * JIRA-81 #feat #comment "taskinputcomponent ui"

        * JIRA-81 #bug_fix #comment "felx -> flex"

        * JIRA-84 #feat #comment "create SubTaskComponent"

        * JIRA-82 #FEAT #comment Create SubTaskComponent

        * Rename taskInputComponents.tsx to TaskInputComponents.tsx

        * Rename getQuery.tsx to GetQuery.tsx

        * Rename consolePage.tsx to ConsolePage.tsx

        * Update and rename registerCodePage.tsx to RegisterCodePage.tsx

        * Update GetQuery.tsx

        * Delete @tanstack/react-query-devtools

        ---------

        Co-authored-by: 김종원 Jongwon <[email protected]>
        Co-authored-by: seongho9 <[email protected]>

    * Delete RegisterCodePage.tsx

    * Delete TaskInputComponents.tsx Create TaskInputComponent.tsx

    * Fix

    * Temp

    * Squashed commit of the following:

    commit 0ebb56a3c434364c1d13ece9a94f0e3cd53d72af
    Author: 김종원 Jongwon <[email protected]>
    Date:   Thu Nov 2 19:29:41 2023 +0900

        DEPLOY : BE - Similar Step 찾는 API 생성 (#49)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

        * JIRA-112 #refac #comment "matcherParse 오탈자 수정"

        * JIRA-134 #chore #comment "불필요한 dependency 삭제"

        * JIRA-134 #feat #comment "Step을 Embedding Vector로 바꾸기 위한 DTO 추가 및 float[] 추가"

        * JIRA-134 #feat #comment "Similarity 계산 위한 Service Class 생성"

        * JIRA-134 #refac #comment "새로운 Llama API 추가로 인한 기존 코드의 명칭 개선"

        * JIRA-134 #feat #comment "Llama Server에서 Sent2vec Response 받는 로직 완성"

        * JIRA-135 #feat #comment "Reactive 처리 위한 Llama Server API Response를
        Mono로 받음"

        * JIRA-135 #feat #comment "Task 요청 관련 추적용 Log 생성"

        * JIRA-134 #feat #comment "받아온 Vector값으로 Top Rank의 Step 반환"

        * JIRA-135 #chore #comment "불필요한 gradle build 파일 업로드 제거"

        * JIRA-135 #refac #comment "TASK 요청 시 [DONE] 키워드가 오면 버퍼 모두 내보내도록 처리 로직 수정"

        * JIRA-135 #refac #comment "vector value 크기가 64bit이므로 float->double 변경"

        * JIRA-135 #bugfix #comment "flux내에서 다른 api 호출 시 조기 종료되는 버그 발생으로 api 분리"

        * JIRA-136 #bugfix #comment "gradle ignore 취소"

        * JIRA-136 #bugfix #comment "gradle ignore 취소"

        ---------

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

    commit 527b4ff2db2b0fbd8039852256a9142f12316d20
    Author: 김종원 Jongwon <[email protected]>
    Date:   Mon Oct 30 21:38:55 2023 +0900

        DEPLOY : BE - TASK 요청 API 메서드 변경(->GET) (#44)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534.

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "start_server.sh 파일 위치 오류 해결"

        * JIRA-42 #bug_fix #comment "stop_server.sh 파일 위치 오류 해결"

        * JIRA-93 #feat #comment "Llama로부터 API 요청 및 응답 처리"

        * JIRA-60 #feat #comment "Client로부터 Task 요청 받는 API 프레임 생성"

        * JIRA-123 #feat #comment "MongoDB 연결 위한 Repository 및 Entity, properties 설정. build.gradle 추가"

        * JIRA-93 #feat #comment "Llama 응답 timeout 설정"

        * JIRA-93 #feat #comment "Llama subTask 요청 구현"

        * JIRA-38 #feat #comment "Client Stream 처리 구현"

        * JIRA-60 #feat #comment "Task 요청 API 구현"

        * JIRA-60 #close #comment "불필요한 부분 제거"

        * JIRA-93 #close #comment "직관적이지 않은 이름 수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * JIRA-93 #close #comment "수정시 빠진 부분 재수정"

        * Delete application.properties

        * JIRA-91 #feat #comment "클라이언트의 code를 저장하는 api 구성 완료"

        * JIRA-37 #feat #comment "전체 http메소드 cors설정 완료"

        * JIRA-91 #refac #comment "오타수정 및 리팩토링"

        * JIRA-133 #refac #comment "Task 요청 API Get으로 메서드 변경"

        ---------

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

    commit 624aa06c89f6f08bac0b7b64561359a3de57e250
    Author: humang <[email protected]>
    Date:   Thu Oct 26 20:13:47 2023 +0900

        DEPLOY : BE - 코드 저장 API생성 (#42)

        * be-feat/serverSetUp (#14)

        * [BE] JIRA-73 #comment springboot server initialize

        * [BE] JIRA-73 #test #comment springboot server initialize test

        * JIRA-73 #BUG_FIX #comment IDEA gitignore 추가

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer 반영안되는 오류 수정'

        * JIRA-97 #DOCS #comment 'PR workflow reviewer api 요청 결과에 맞게 fail하도록 변경'

        * JIRA-97 #DOCS #comment 'PR workflow token 설정'

        ---------

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

        * JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가"

        * JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결"

        * Revert "JIRA-42 #bug_fix #comment "CodeDeploy 실행 스크립트 디렉토리 위치 오류 해결""

        This reverts commit e522d54646424b5071da856a9cf29ca1cdf4c8c4.

        * Revert "JIRA-42 #feat #comment "CodeDeploy 실행을 위한 Script 파일 추가""

        This reverts commit 289da5cc71f4d929e6f883b9b247d7604dd09534…
  • Loading branch information
4 people committed Dec 1, 2023
1 parent 29772ca commit 229aa66
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion backend/epimetheus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
!**/src/main/**/build/
!**/src/test/**/build/

Expand Down
11 changes: 8 additions & 3 deletions backend/epimetheus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
// implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
// implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-web'
// implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.2'
// implementation 'org.springframework.session:spring-session-data-redis'
// implementation 'org.springframework.session:spring-session-jdbc'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
// developmentOnly 'org.springframework.boot:spring-boot-docker-compose'
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
// runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 229aa66

Please sign in to comment.