-
Couldn't load subscription status.
- Fork 11
fix(connect): rm eager restart on ERROR_RETYING connection status
#1502
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
Conversation
WalkthroughA new test suite for Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant MothershipHandler
participant MothershipController
Client->>MothershipHandler: Connection status changes to PING_FAILURE
MothershipHandler->>MothershipController: initOrRestart()
MothershipController-->>MothershipHandler: Acknowledgement
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (2)`**/*.{ts,tsx}`: TypeScript imports use .js extensions for ESM compatibility
📄 Source: CodeRabbit Inference Engine (CLAUDE.md) List of files the instruction was applied to:
`**/*.test.ts`: Use `mount` from Vue Test Utils for component testing Stub compl...
📄 Source: CodeRabbit Inference Engine (.cursor/rules/web-testing-rules.mdc) List of files the instruction was applied to:
🧠 Learnings (2)📓 Common learningspackages/unraid-api-plugin-connect/src/__test__/mothership.events.test.ts (12)🪛 Gitleaks (8.26.0)packages/unraid-api-plugin-connect/src/__test__/mothership.events.test.ts126-126: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (6)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
🤖 I have created a release *beep* *boop* --- ## [4.9.5](v4.9.4...v4.9.5) (2025-07-10) ### Bug Fixes * **connect:** rm eager restart on `ERROR_RETYING` connection status ([#1502](#1502)) ([dd759d9](dd759d9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Summary by CodeRabbit
Bug Fixes
Tests