Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR removes GUI client functionality from the Network Manager plugin, including the GUISetup class, all QML UI components for network selection and management, animation assets, and associated dependencies. The core plugin structure remains with minimal adjustments to dependencies and import statements. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Note Docstrings generation - SUCCESS |
Docstrings generation was requested by @JarbasAl. * #39 (comment) The following files were modified: * `ovos_PHAL_plugin_network_manager/__init__.py`
Docstrings generation was requested by @JarbasAl. * #39 (comment) The following files were modified: * `ovos_PHAL_plugin_network_manager/__init__.py` Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* allow OPM 1.X:X * Update release_workflow.yml * Update publish_stable.yml * Update release_workflow.yml * Merge pull request #31 from OpenVoiceOS/renovate/configure Configure Renovate * Increment Version to 1.3.5a1 * Update Changelog * Update dependency python to 3.14 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Increment Version to 1.3.5a2 * Update Changelog * Update dependency ovos-plugin-manager to v2 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Increment Version to 1.3.5a3 * Update Changelog * chore!: drop GUI (#39) * chore!: drop GUI * 📝 Add docstrings to `drop_gui` (#40) Docstrings generation was requested by @JarbasAl. * #39 (comment) The following files were modified: * `ovos_PHAL_plugin_network_manager/__init__.py` Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Increment Version to 1.3.5a4 * Update Changelog * Update publish_stable.yml * Change Python version to 3.11 in release workflow Updated Python version from 3.14 to 3.11 in the release workflow. * Remove PR merged condition from publish_alpha job Removed conditional check for merged pull requests in the publish_alpha job. * Increment Version to 1.3.5a5 --------- Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary by CodeRabbit
Bug Fixes
Chores