-
Notifications
You must be signed in to change notification settings - Fork 0
아이맥 수정사항 업데이트 #7
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
Open
Newsujin
wants to merge
3
commits into
main
Choose a base branch
from
refactor/add_submitted_code
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,187 @@ | ||
| # Compiled source files | ||
| *.com | ||
| *.class | ||
| *.dll | ||
| *.exe | ||
| *.o | ||
| *.so | ||
|
|
||
| # Compressed files | ||
| # It's better to unpack these files and commit the raw source. | ||
| # Git has its own built-in compression methods. | ||
| *.7z | ||
| *.dmg | ||
| *.gz | ||
| *.iso | ||
| *.jar | ||
| *.rar | ||
| *.tar | ||
| *.zip | ||
|
|
||
| # Logs and database files | ||
| *.log | ||
| *.sql | ||
| *.sqlite | ||
|
|
||
| # OS-generated files | ||
| .DS_Store | ||
| .DS_Store? | ||
| ._* | ||
| .Spotlight-V100 | ||
| .Trashes | ||
| ehthumbs.db | ||
| Thumbs.db | ||
|
|
||
| # Python bytecode files | ||
| __pycache__/ | ||
| *.py[cod] | ||
| *$py.class | ||
|
|
||
| # C extensions | ||
| *.so | ||
|
|
||
| # Distribution and packaging | ||
| .Python | ||
| build/ | ||
| develop-eggs/ | ||
| dist/ | ||
| downloads/ | ||
| eggs/ | ||
| .eggs/ | ||
| lib/ | ||
| lib64/ | ||
| parts/ | ||
| sdist/ | ||
| var/ | ||
| wheels/ | ||
| share/python-wheels/ | ||
| *.egg-info/ | ||
| .installed.cfg | ||
| *.egg | ||
| MANIFEST | ||
|
|
||
| # PyInstaller | ||
| *.manifest | ||
| *.spec | ||
|
|
||
| # Installer logs | ||
| pip-log.txt | ||
| pip-delete-this-directory.txt | ||
|
|
||
| # Unit tests and coverage reports | ||
| htmlcov/ | ||
| .tox/ | ||
| .nox/ | ||
| .coverage | ||
| .coverage.* | ||
| .cache | ||
| nosetests.xml | ||
| coverage.xml | ||
| *.cover | ||
| *.py,cover | ||
| .hypothesis/ | ||
| .pytest_cache/ | ||
| cover/ | ||
|
|
||
| # Translations | ||
| *.mo | ||
| *.pot | ||
|
|
||
| # Django-specific files | ||
| *.log | ||
| local_settings.py | ||
| db.sqlite3 | ||
| db.sqlite3-journal | ||
|
|
||
| # Flask-specific files | ||
| instance/ | ||
| .webassets-cache | ||
|
|
||
| # Scrapy-specific files | ||
| .scrapy | ||
|
|
||
| # Sphinx documentation | ||
| docs/_build/ | ||
|
|
||
| # PyBuilder | ||
| .pybuilder/ | ||
| target/ | ||
|
|
||
| # Jupyter Notebook | ||
| .ipynb_checkpoints | ||
|
|
||
| # IPython | ||
| profile_default/ | ||
| ipython_config.py | ||
|
|
||
| # pyenv | ||
| .python-version | ||
|
|
||
| # Pipenv | ||
| # Include Pipfile.lock in version control unless platform-specific dependencies exist. | ||
| #Pipfile.lock | ||
|
|
||
| # Poetry | ||
| # Include poetry.lock in version control for binary packages. | ||
| #poetry.lock | ||
|
|
||
| # PDM | ||
| .pdm.toml | ||
| .pdm-python | ||
| .pdm-build/ | ||
|
|
||
| # PEP 582 | ||
| __pypackages__/ | ||
|
|
||
| # Celery | ||
| celerybeat-schedule | ||
| celerybeat.pid | ||
|
|
||
| # SageMath | ||
| *.sage.py | ||
|
|
||
| # Environments | ||
| .env | ||
| .venv | ||
| env/ | ||
| venv/ | ||
| ENV/ | ||
| env.bak/ | ||
| venv.bak/ | ||
|
|
||
| # Spyder IDE | ||
| .spyderproject | ||
| .spyproject | ||
|
|
||
| # Rope IDE | ||
| .ropeproject | ||
|
|
||
| # MkDocs documentation | ||
| /site | ||
|
|
||
| # MyPy | ||
| .mypy_cache/ | ||
| .dmypy.json | ||
| dmypy.json | ||
|
|
||
| # Pyre | ||
| .pyre/ | ||
|
|
||
| # pytype | ||
| .pytype/ | ||
|
|
||
| # Cython debug symbols | ||
| cython_debug/ | ||
|
|
||
| # PyCharm IDE | ||
| # Add JetBrains-specific ignore rules in a separate JetBrains.gitignore. | ||
| #.idea/ | ||
|
|
||
| # PyPI configuration | ||
| .pypirc | ||
|
|
||
| # Redis Snapshots | ||
| dump.rdb | ||
|
|
||
| # Data Directories | ||
| data/ |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Configuration | ||
| DOCKER_COMPOSE := $(shell if command -v docker-compose >/dev/null 2>&1; then echo "docker-compose"; else echo "docker compose"; fi) | ||
| ENV_FILE="$(shell pwd)/.env" | ||
|
|
||
| # Docker Compose targets | ||
| all: dir | ||
| @$(DOCKER_COMPOSE) -f ./docker-compose.yml up -d | ||
|
|
||
| build: dir | ||
| @$(DOCKER_COMPOSE) -f ./docker-compose.yml up -d --build | ||
|
|
||
| down: | ||
| @$(DOCKER_COMPOSE) -f ./docker-compose.yml down -v | ||
|
|
||
| re: clean | ||
| @$(DOCKER_COMPOSE) -f ./docker-compose.yml up -d | ||
|
|
||
| # Directory and environment setup | ||
| dir: | ||
| @chmod +x init_project.sh | ||
| @bash ./init_project.sh | ||
|
|
||
| clean: down | ||
| docker compose down --rmi all | ||
| # @docker system prune --all --force | ||
|
|
||
| fclean: clean | ||
| @docker system prune --all --force --volumes | ||
| @docker network prune --force | ||
| @docker volume prune --force | ||
| @rm -rf $(ENV_FILE).bak | ||
|
|
||
| .PHONY: all build down re clean fclean dir |
Submodule api_gateway
updated
6 files
| +27 −0 | .gitmessage.txt | |
| +14 −0 | Dockerfile | |
| +24 −0 | etc/ssl/certs/selfsigned.crt | |
| +28 −0 | etc/ssl/private/selfsigned.key | |
| +248 −38 | nginx.conf | |
| +35 −0 | utils/init_nginx.sh |
Submodule chat
updated
20 files
| +11 −3 | Dockerfile | |
| +6 −0 | chat_app/close_codes.py | |
| +53 −28 | chat_app/consumers.py | |
| +40 −0 | chat_app/migrations/0001_initial.py | |
| +25 −0 | chat_app/migrations/0002_remove_chatroom_last_message_and_more.py | |
| +0 −0 | chat_app/migrations/__init__.py | |
| +18 −6 | chat_app/models.py | |
| +26 −12 | chat_app/serializers.py | |
| +87 −69 | chat_app/services.py | |
| +0 −163 | chat_app/tests.py | |
| +0 −0 | chat_app/tests/__init__.py | |
| +92 −0 | chat_app/tests/tests.py | |
| +8 −1 | chat_app/urls.py | |
| +33 −2 | chat_app/views.py | |
| +2 −2 | config/asgi.py | |
| +12 −12 | config/middleware.py | |
| +18 −0 | config/services.py | |
| +41 −15 | config/settings.py | |
| +25 −1 | requirements.txt | |
| +18 −0 | utils/entrypoint.sh |
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.
env 파일이 왜 올라와있지?