-
Notifications
You must be signed in to change notification settings - Fork 8
chore: master를 develop에 동기화 #517
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
Closed
Closed
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6c41af3
Merge pull request #41 from solid-connection/main
wibaek 8776b9d
Merge pull request #42 from solid-connection/main
wibaek 09ff0f7
Merge pull request #44 from solid-connection/main
wibaek 50b6702
Merge pull request #55 from solid-connection/main
wibaek ce1026e
Merge pull request #64 from solid-connection/main
wibaek 50fde8e
Merge pull request #69 from solid-connection/main
leesewon00 ccaf728
Merge pull request #74 from solid-connection/main
leesewon00 5a1d029
Merge pull request #77 from solid-connection/main
leesewon00 4a0c7b5
Merge pull request #92 from solid-connection/main
leesewon00 5b3f8c4
Merge pull request #95 from solid-connection/main
wibaek ed2b5f1
chore: release github action 임의 실행 추가
wibaek 84ac06d
Merge pull request #105 from solid-connection/main
wibaek b3b17ea
Merge pull request #108 from solid-connection/main
wibaek 2a8d022
Merge pull request #121 from solid-connection/main
wibaek 42c02f6
Merge pull request #123 from solid-connection/main
wibaek 04766a2
Merge pull request #127 from solid-connection/main
wibaek 939d008
Merge pull request #142 from solid-connection/main
wibaek 2af7b77
refactor: 기본 추천 대학 후보 추가 (#161)
nayonsoso ce1d88b
Merge release branch with ours strategy to sync with main
wibaek 4dda1da
Merge pull request #199 from solid-connection/chore/release-sync
wibaek 90a0db7
Merge pull request #209 from solid-connection/develop
wibaek 1039236
Merge pull request #214 from solid-connection/develop
Gyuhyeok99 671f3e5
Merge pull request #216 from solid-connection/develop
nayonsoso ee146c1
Merge pull request #222 from solid-connection/develop
nayonsoso e3de221
Merge pull request #225 from solid-connection/develop
nayonsoso a7e2647
Merge pull request #228 from solid-connection/release
Gyuhyeok99 f1c58f4
Merge pull request #235 from solid-connection/develop
nayonsoso 9091dd7
Merge pull request #238 from solid-connection/release
nayonsoso fa30d3f
Merge pull request #243 from solid-connection/develop
wibaek cc4c28d
Merge pull request #245 from solid-connection/release
nayonsoso 0962b9e
Merge pull request #249 from solid-connection/develop
wibaek f8b2174
Merge pull request #251 from solid-connection/develop
wibaek 27fade4
Merge pull request #271 from solid-connection/develop
nayonsoso 44f6cae
Merge remote-tracking branch 'origin/master' into release
nayonsoso b481b40
Merge pull request #274 from solid-connection/release
nayonsoso 003aea0
Merge pull request #281 from solid-connection/develop
wibaek 9781c5b
Merge pull request #283 from solid-connection/release
wibaek 645f620
[RELEASE] 250826 릴리즈
Gyuhyeok99 5e99dfd
[DEPLOY] v2.0.0
Gyuhyeok99 5dc19c3
fix: config.alloy 경로 수정
whqtker 344e202
Merge pull request #490 from whqtker/hotfix/fix-docker-compose
whqtker 99bc01b
hotfix: 모의지원 현황 어드민 권한 제거
Gyuhyeok99 aa60ef0
hotfix: import 제거
Gyuhyeok99 fab2e32
hotfix: 모의지원 현황 어드민 권한 제거
Gyuhyeok99 998e043
[RELEASE] 250927 릴리즈
Gyuhyeok99 a71cf7e
fix: 충돌 해결
Gyuhyeok99 edd2986
fix: 충돌 해결
Gyuhyeok99 36738ac
[DEPLOY] v2.1.0
Gyuhyeok99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
호스트 볼륨 경로 오타 가능성 점검 필요. 기존에는
./docs/infra-config/config.alloy를 사용했는데 지금은./docs/infra-conf/config.alloy로 변경되었습니다. 저장소에docs/infra-conf/config.alloy가 없으면 Alloy 컨테이너가 설정 파일을 마운트하지 못해 기동에 실패할 수 있습니다. 폴더 명이 실제로 변경되었는지 확인해 주세요.🏁 Script executed:
Length of output: 43
볼륨 경로 오타 확인 및 수정 필요.
docs/infra-conf/config.alloy파일이 현재 존재하지 않습니다.docs/infra-config/config.alloy로 복구하거나, 새 경로가 맞다면 로컬 폴더명을infra-conf로 변경해 주세요.docker-compose up을 실행해 설정 파일이 정상적으로 마운트되는지 확인하세요.🤖 Prompt for AI Agents