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
212 stars 17 forks source link

fix: add missing pagination to connector log apis #363

Closed giangndm closed 1 month ago

giangndm commented 1 month ago

Pull Request

Description

This PR added missing pagination info to log APIs

Related Issue

If this pull request is related to any issue, please mention it here.

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 1 month ago

Codecov Report

Attention: Patch coverage is 54.40415% with 88 lines in your changes missing coverage. Please review.

Project coverage is 41.76%. Comparing base (314d417) to head (0ad36f9).

Files Patch % Lines
bin/src/server/connector/remote_rpc_handler.rs 0.00% 42 Missing :warning:
bin/src/http/api_console/connector.rs 0.00% 24 Missing :warning:
bin/src/http.rs 0.00% 9 Missing :warning:
bin/src/http/api_token.rs 0.00% 6 Missing :warning:
bin/src/http/api_console/cluster.rs 0.00% 4 Missing :warning:
bin/src/http/api_console/user.rs 0.00% 2 Missing :warning:
packages/protocol/src/protobuf/shared.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #363 +/- ## ========================================== + Coverage 41.65% 41.76% +0.11% ========================================== Files 134 134 Lines 14159 14274 +115 ========================================== + Hits 5898 5962 +64 - Misses 8261 8312 +51 ```

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