Skip to content
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

Support multiple urls per backend #770

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

fancycode
Copy link
Member

Fixes #347

@fancycode fancycode force-pushed the multiple-backend-urls branch from fba9eb3 to 39580fc Compare December 19, 2024 15:42
@coveralls
Copy link

coveralls commented Dec 19, 2024

Pull Request Test Coverage Report for Build 12416173013

Details

  • 229 of 294 (77.89%) changed or added relevant lines in 14 files are covered.
  • 20 unchanged lines in 9 files lost coverage.
  • Overall coverage decreased (-0.06%) to 63.868%

Changes Missing Coverage Covered Lines Changed/Added Lines %
backend_server.go 12 13 92.31%
virtualsession.go 4 5 80.0%
backend_client.go 0 2 0.0%
backend_storage_etcd.go 49 51 96.08%
hub.go 8 10 80.0%
backend_configuration.go 25 28 89.29%
api_signaling.go 11 15 73.33%
room.go 10 14 71.43%
grpc_server.go 41 47 87.23%
api_backend.go 7 26 26.92%
Files with Coverage Reduction New Missed Lines %
federation.go 1 77.57%
backend_storage_etcd.go 1 78.24%
room.go 1 84.25%
backend_server.go 1 75.93%
api_backend.go 1 78.23%
grpc_remote_client.go 2 75.57%
virtualsession.go 3 61.76%
api_signaling.go 3 76.96%
hub.go 7 72.96%
Totals Coverage Status
Change from base Build 12415024891: -0.06%
Covered Lines: 11935
Relevant Lines: 18687

💛 - Coveralls

@fancycode fancycode force-pushed the multiple-backend-urls branch from 36c2f9e to 872a267 Compare December 19, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore possibility to define multiple URL per backend
2 participants