Some checks failed
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 27s
Docker Build and Push / build-and-push (push) Failing after 41s
Integration Tests / integration-tests (push) Failing after 52s
Integration Tests / performance-tests (push) Has been skipped
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 1m22s
Service Adapters (Python FastAPI) / test (3.1) (push) Failing after 13s
LabFusion CI/CD Pipeline / api-docs (push) Successful in 1m47s
Service Adapters (Python FastAPI) / test (3.11) (push) Failing after 25s
LabFusion CI/CD Pipeline / frontend (push) Failing after 1m52s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
Service Adapters (Python FastAPI) / test (3.12) (push) Failing after 28s
Service Adapters (Python FastAPI) / test (3.9) (push) Failing after 28s
Service Adapters (Python FastAPI) / build (push) Has been skipped
### Summary of Changes - Replaced `sonar-scanner` with `pysonar` for SonarQube analysis in CI workflows for Service Adapters. - Updated installation instructions and command parameters for consistency across workflows. ### Expected Results - Improved compatibility and maintainability of SonarQube integration in CI configurations.
33 lines
555 B
Plaintext
33 lines
555 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
httpx==0.25.2
|
|
redis==5.0.1
|
|
psycopg2-binary==2.9.9
|
|
sqlalchemy==2.0.23
|
|
alembic==1.13.1
|
|
python-multipart==0.0.6
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-dotenv==1.0.0
|
|
websockets==12.0
|
|
aiofiles==23.2.1
|
|
|
|
# Testing and Quality
|
|
pytest==7.4.3
|
|
pytest-cov==4.1.0
|
|
pytest-asyncio==0.21.1
|
|
pytest-html==4.1.1
|
|
pytest-xdist==3.3.1
|
|
coverage==7.3.2
|
|
|
|
# Code Quality
|
|
flake8==6.1.0
|
|
black==23.11.0
|
|
isort==5.12.0
|
|
mypy==1.7.1
|
|
bandit==1.7.5
|
|
safety==2.3.5
|
|
|
|
# SonarQube Integration
|
|
pysonar==1.2.0.2419 |