8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
211 stars 17 forks source link

Feat console #311

Closed giangndm closed 2 months ago

giangndm commented 2 months ago

Pull Request

Description

This PR implement console API for providing information to console dashboard

Checklist

Screenshots

If applicable, add screenshots to help explain the changes made.

Additional Notes

Add any additional notes or context about the pull request here.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 55.52147% with 290 lines in your changes missing coverage. Please review.

Project coverage is 45.75%. Comparing base (58e277d) to head (0f27640).

Files Patch % Lines
bin/src/server/console.rs 0.00% 60 Missing :warning:
packages/media_runner/src/worker.rs 0.00% 53 Missing :warning:
bin/src/server/gateway.rs 0.00% 40 Missing :warning:
bin/src/http.rs 0.00% 31 Missing :warning:
bin/src/server/console/storage.rs 93.29% 26 Missing :warning:
bin/src/http/api_console/cluster.rs 0.00% 21 Missing :warning:
packages/media_secure/src/jwt.rs 0.00% 20 Missing :warning:
bin/src/http/api_console/user.rs 0.00% 16 Missing :warning:
bin/src/http/api_console.rs 0.00% 5 Missing :warning:
bin/src/server/gateway/dest_selector.rs 0.00% 4 Missing :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #311 +/- ## ========================================== + Coverage 45.05% 45.75% +0.69% ========================================== Files 95 101 +6 Lines 10360 10994 +634 ========================================== + Hits 4668 5030 +362 - Misses 5692 5964 +272 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.