Rename the addons and addon_configs Taildrive shares to local_apps and app_configs to match Home Assistant's app terminology - config is automatically updated - #722
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughTaildrive configuration now uses ChangesTaildrive naming migration
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
|
To fix the linter issue, see: frenck/action-addon-linter#234 |
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@tailscale/rootfs/etc/s6-overlay/s6-rc.d/taildrive/run`:
- Around line 17-18: Ensure the command substitution assigning all_share_names
preserves and propagates a failed jq parse instead of allowing the trailing
printf to mask its status. Update the taildrive run script so the deprecated
names are appended only after bashio::config and jq succeed, while retaining the
existing names in successful results.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 9eb436c1-642d-4173-affe-b7f320508c65
📒 Files selected for processing (4)
tailscale/DOCS.mdtailscale/config.yamltailscale/rootfs/etc/s6-overlay/s6-rc.d/taildrive/runtailscale/rootfs/etc/s6-overlay/scripts/stage2_hook.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Proposed Changes
SSIA
Related Issues
Summary by CodeRabbit
New Features
local_appsandapp_configs.addonsandaddon_configssettings to the new names.Bug Fixes