misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

feat: リモートサーバーのサーバー情報を収集しないオプション #14634

Closed syuilo closed 7 hours ago

syuilo commented 2 weeks ago

What

リモートサーバーのサーバー情報を収集しないオプション

Why

パフォーマンス向上

Additional info (optional)

Checklist

github-actions[bot] commented 2 weeks ago

このPRによるapi.jsonの差分

差分はこちら ```diff --- base +++ head @@ -389,6 +389,9 @@ "enableChartsForFederatedInstances": { "type": "boolean" }, + "enableStatsForFederatedInstances": { + "type": "boolean" + }, "enableServerMachineStats": { "type": "boolean" }, @@ -642,6 +645,7 @@ "truemailAuthKey", "enableChartsForRemoteUser", "enableChartsForFederatedInstances", + "enableStatsForFederatedInstances", "enableServerMachineStats", "enableIdenticonGeneration", "manifestJsonOverride", @@ -14213,6 +14217,9 @@ "enableChartsForFederatedInstances": { "type": "boolean" }, + "enableStatsForFederatedInstances": { + "type": "boolean" + }, "enableServerMachineStats": { "type": "boolean" }, ``` [Get diff files from Workflow Page](https://github.com/misskey-dev/misskey/actions/runs/11304379259)
codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 11.84211% with 134 lines in your changes missing coverage. Please review.

Project coverage is 41.34%. Comparing base (824c51a) to head (adfe02c). Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
packages/backend/src/core/UserFollowingService.ts 9.37% 29 Missing :warning:
...nd/src/queue/processors/DeliverProcessorService.ts 0.00% 20 Missing :warning:
...kages/backend/src/core/FederatedInstanceService.ts 10.52% 17 Missing :warning:
packages/frontend/src/pages/admin/performance.vue 0.00% 16 Missing :warning:
...kend/src/queue/processors/InboxProcessorService.ts 0.00% 13 Missing :warning:
packages/backend/src/core/AccountMoveService.ts 0.00% 9 Missing :warning:
packages/backend/src/core/NoteDeleteService.ts 0.00% 9 Missing :warning:
packages/backend/src/core/NoteCreateService.ts 11.11% 8 Missing :warning:
...end/src/core/activitypub/models/ApPersonService.ts 11.11% 8 Missing :warning:
...kend/src/server/api/endpoints/admin/update-meta.ts 20.00% 4 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14634 +/- ## =========================================== + Coverage 39.68% 41.34% +1.65% =========================================== Files 1554 1558 +4 Lines 195344 201174 +5830 Branches 2533 3606 +1073 =========================================== + Hits 77528 83177 +5649 - Misses 117248 117395 +147 - Partials 568 602 +34 ```

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

syuilo commented 1 day ago

レビュワーを募集しております