Conversation
Fix: 필터링이 적용되지 않던 문제 수정
Chore: 로컬 환경에서 쉽게 테스트 할 수 있도록 커맨드 추가
* Feat: add md function * Chore: add url path * Chore: add settings md * Fix: Response data fix * Style: ruff style 적용 * Build: django test and linting workflows * Build: change trigger * Build: install dependencies에서 uv를 먼저 설치하도록 수정 * Build: GitHub Action에서 uv와 make 커맨드를 활용하도록 수정 * Build: 브랜치에 push 되었을 때 docker image를 빌드하여 푸시 하는 workflow 추가 * Style: pre-commit hooks 추가 * Script: setup에서 pre-commit도 설정하도록 수정 * Style: pre-commit 적용 * Style: ruff style 적용 * Style: MD를 Merchandise로 수정 * Fix: src/urls.py merchandise * Style: ruff format * Apply ruff formatting --------- Co-authored-by: jungmir <ham4051@gmail.com>
* Fix: 운영 환경에서 static resource 접근 할 때 404 에러가 발생하는 이슈 수정 * Chore: docker context 복사할 때 불필요한 파일들은 복사하지 않도록 ignore 파일 추가
* Feat: swagger json 배포 * Docs: FAQ swagger 파일 수정 * Docs: response schema 수정 * Docs: response 모델 수정 * Chore: setup-dev 실행 시 pre-commit을 install 하도록 커맨드 구성 * Docs: swagger 모듈 분리 * Chore: 중복 command 제거
* Docs: Merchandise에 대해 swagger 데이터 추가 * Feat: 일관된 응답을 리턴하도록 로직 수정
* Feat: add md function * Chore: add url path * Chore: add settings md * Fix: Response data fix * Style: ruff style 적용 * Build: django test and linting workflows * Build: change trigger * Build: install dependencies에서 uv를 먼저 설치하도록 수정 * Build: GitHub Action에서 uv와 make 커맨드를 활용하도록 수정 * Build: 브랜치에 push 되었을 때 docker image를 빌드하여 푸시 하는 workflow 추가 * Style: pre-commit hooks 추가 * Script: setup에서 pre-commit도 설정하도록 수정 * Style: pre-commit 적용 * Style: ruff style 적용 * Style: MD를 Merchandise로 수정 * Fix: src/urls.py merchandise * Style: ruff format * Apply ruff formatting --------- Co-authored-by: jungmir <ham4051@gmail.com>
* Feat: swagger json 배포 * Docs: FAQ swagger 파일 수정 * Docs: response schema 수정 * Docs: response 모델 수정 * Chore: setup-dev 실행 시 pre-commit을 install 하도록 커맨드 구성 * Docs: swagger 모듈 분리 * Chore: 중복 command 제거
* Docs: Merchandise에 대해 swagger 데이터 추가 * Feat: 일관된 응답을 리턴하도록 로직 수정
Feature/community action
Create bug.md
Fix urls.py
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
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.
💡 Issue
📌 Work Description
Feature
✅ 테스트 항목
📝 Reference
📚 Etc