-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hotfix: update gitignore * hotfix: update docker-compose file - remove env-files config * hotfix: structured and enhancement project (#3) * hotfix: update readme project * feat: add new environment variable * feat: add package beanie-odm * fix: remove unsing config in docker-compose file * feat: update botoclient function * feat: cleanup error codes and add news * feat: remove unusing functions and update utils functionnal * feat: define bucket policy config * test: add tests for endpoints and functional (#5) * test: restructured test config, add test to media endpoint (#7) * test: add tests for endpoints and functional * test: restructured test config, add test to media endpoint * feat: add workflow config (#9) * feat: update workflow (#10) * feat: add workflow config * feat: add github action * fix: fix workflow ci (#11) * Fix/worklows (#12) * fix: fix workflow ci * fix: fix workflow ci * Fix/worklows (#13) * fix: fix workflow ci * fix: fix workflow ci * fix: create docker image (#15) * fix: fix workflow ci * fix: fix workflow ci * fix: environment * feat: add permissions to endpoint * hotfix: fix appdesc config * hotfix: fix appdesc config * fix: update image url
- Loading branch information
1 parent
8c01370
commit 36ac41d
Showing
9 changed files
with
95 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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,25 @@ | ||
.git/ | ||
.github/ | ||
.gitignore | ||
.vscode/ | ||
.coverage | ||
.flake8 | ||
.pre-commit-config.yaml | ||
.isort.cfg | ||
.idea/ | ||
Makefile | ||
.DS_Store | ||
.pytest_cache | ||
tests/ | ||
.venv | ||
dotenv/ | ||
**/.vscode | ||
**/coverage | ||
**/.env | ||
**/.aws | ||
**/.ssh | ||
Dockerfile | ||
README.md | ||
docker-compose.yml | ||
**/venv | ||
**/env |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[settings] | ||
known_third_party = beanie,boto3,botocore,fastapi,fastapi_pagination,httpx,mongomock_motor,motor,pydantic,pydantic_settings,pymongo,pytest,slugify,starlette,typer,uvicorn,yaml | ||
known_third_party = beanie,boto3,botocore,fastapi,fastapi_pagination,httpx,mongomock_motor,motor,pydantic,pydantic_settings,pymongo,pytest,slugify,starlette,typer,typing_extensions,urllib3,uvicorn,yaml |
This file contains 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 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 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 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 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 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 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