Sign in
apache
/
skywalking-python
/
befc2144e25e352e975eafb4483edb9a54bee8ae
commit
befc2144e25e352e975eafb4483edb9a54bee8ae
[
log
]
[
tgz
]
author
Superskyyy <Superskyyy@outlook.com>
Wed Jan 18 06:27:12 2023 -0500
committer
GitHub <noreply@github.com>
Wed Jan 18 19:27:12 2023 +0800
tree
848065efd2c164f7c8b359763bfb663e44ea059b
parent
748d4516a6a56517936e56dbc56dffa0c0984fd3
[
diff
]
Fix FastAPI websocket support and add websocket plugin (#269)
.github/workflows/CI.yaml
[
diff
]
CHANGELOG.md
[
diff
]
docs/en/setup/Plugins.md
[
diff
]
poetry.lock
[
diff
]
pyproject.toml
[
diff
]
skywalking/__init__.py
[
diff
]
skywalking/plugins/sw_fastapi.py
[
diff
]
skywalking/plugins/sw_requests.py
[
diff
]
skywalking/plugins/sw_websockets.py
[Added -
diff
]
tests/plugin/http/sw_websockets/__init__.py
[Added -
diff
]
tests/plugin/http/sw_websockets/docker-compose.yml
[Added -
diff
]
tests/plugin/http/sw_websockets/expected.data.yml
[Added -
diff
]
tests/plugin/http/sw_websockets/services/__init__.py
[Added -
diff
]
tests/plugin/http/sw_websockets/services/consumer.py
[Added -
diff
]
tests/plugin/http/sw_websockets/services/provider.py
[Added -
diff
]
tests/plugin/http/sw_websockets/test_websockets.py
[Added -
diff
]
tests/plugin/web/sw_fastapi/docker-compose.yml
[
diff
]
tests/plugin/web/sw_fastapi/expected.data.yml
[
diff
]
tests/plugin/web/sw_fastapi/services/consumer.py
[
diff
]
tests/plugin/web/sw_fastapi/services/provider.py
[
diff
]
tests/unit/test_filter.py
[Added -
diff
]
tests/unit/test_version_check.py
[
diff
]
22 files changed
tree: 848065efd2c164f7c8b359763bfb663e44ea059b
.github/
.lift/
docker/
docs/
skywalking/
sw_python/
tests/
tools/
protocol
.asf.yaml
.dlc.json
.dockerignore
.gitignore
.gitmodules
.licenserc.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
NOTICE
poetry.lock
poetry.toml
pyproject.toml
README.md
setup.cfg