Skip to content

Update WLED GitHub URLs to new wled org#1994

Merged
frenck merged 1 commit intofrenck:mainfrom
netmindz:wled-dev
Apr 16, 2026
Merged

Update WLED GitHub URLs to new wled org#1994
frenck merged 1 commit intofrenck:mainfrom
netmindz:wled-dev

Conversation

@netmindz
Copy link
Copy Markdown
Contributor

@netmindz netmindz commented Mar 13, 2026

WLED is no longer a personal project, but has moved to the WLED org

(You can verify this claim by going to the old address and you will see the redirect to this one)

Summary by CodeRabbit

  • Chores
    • Updated release retrieval mechanism to fetch updates from the wled/WLED GitHub repository.
    • Modified upgrade flow and API endpoints to reference the new repository location.
    • Updated internal documentation and issue references accordingly.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 13, 2026

📝 Walkthrough

Walkthrough

Updated GitHub repository references from Aircoookie/WLED to wled/WLED in the CLI and core upgrade components. Release links and API endpoints now point to the new repository location.

Changes

Cohort / File(s) Summary
Repository Reference Updates
src/wled/cli/__init__.py, src/wled/wled.py
Updated GitHub repository URLs in release links, upgrade flow, and API endpoints from Aircoookie/WLED to wled/WLED. Changes are literal URL replacements with no logic or control flow modifications.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 From Aircoookie's nest to WLED's bright home,
The URLs now clearly show where to roam,
Updated paths for updates and releases true,
Hopping forward with the repository's new crew! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Title check ✅ Passed The title clearly and accurately summarizes the main change: updating GitHub URLs from the personal Aircoookie repository to the new wled organization.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
src/wled/wled.py (1)

631-631: Consider cleaning up the remaining legacy repo reference for consistency.

Since this PR standardizes repository references, you may also want to update the old Aircoookie/WLED issue URL comment in src/wled/models.py (Lines 752-755) to avoid mixed historical links.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/wled/wled.py` at line 631, Replace the lingering legacy repository
reference in the comment inside the wled.models module that currently points to
"Aircoookie/WLED" (the comment referencing the issue URL) with the standardized
repository reference "WLED/WLED" (e.g., update the URL to
https://github.com/WLED/WLED/issues/3257); locate the comment in the models
module that contains the text "Aircoookie/WLED" and update the text and URL for
consistency, and scan nearby comments in the same module for any other legacy
references and change them to the new repo format.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@src/wled/wled.py`:
- Line 631: Replace the lingering legacy repository reference in the comment
inside the wled.models module that currently points to "Aircoookie/WLED" (the
comment referencing the issue URL) with the standardized repository reference
"WLED/WLED" (e.g., update the URL to https://github.com/WLED/WLED/issues/3257);
locate the comment in the models module that contains the text "Aircoookie/WLED"
and update the text and URL for consistency, and scan nearby comments in the
same module for any other legacy references and change them to the new repo
format.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6681272d-ea95-4d75-9201-6b66c050fa7f

📥 Commits

Reviewing files that changed from the base of the PR and between 367b493 and f8b77bb.

📒 Files selected for processing (2)
  • src/wled/cli/__init__.py
  • src/wled/wled.py

@github-actions
Copy link
Copy Markdown

There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.

@github-actions github-actions bot added the stale There has not been activity on this issue or PR for quite some time. label Apr 12, 2026
@frenck frenck self-requested a review as a code owner April 16, 2026 09:11
WLED has moved from Aircoookie/WLED to wled/WLED on GitHub.
Update all references in source, tests, snapshots, and docs.

Co-Authored-By: Will Tatam <will@netmindz.net>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@frenck frenck added refactor Improvement of existing code, not introducing new features. and removed stale There has not been activity on this issue or PR for quite some time. labels Apr 16, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.17%. Comparing base (3e87d76) to head (04e25e2).
⚠️ Report is 575 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1994       +/-   ##
===========================================
+ Coverage   58.61%   98.17%   +39.56%     
===========================================
  Files           6        8        +2     
  Lines         662      876      +214     
  Branches      143       95       -48     
===========================================
+ Hits          388      860      +472     
+ Misses        270       13      -257     
+ Partials        4        3        -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@frenck frenck changed the title WLED Org Update WLED GitHub URLs to new wled org Apr 16, 2026
@frenck frenck merged commit 3a587b3 into frenck:main Apr 16, 2026
18 of 20 checks passed
@frenck
Copy link
Copy Markdown
Owner

frenck commented Apr 16, 2026

Thanks, @netmindz 👍

../Frenck

                       

Blogging my personal ramblings at frenck.dev

@github-actions github-actions bot locked and limited conversation to collaborators Apr 17, 2026
@netmindz netmindz deleted the wled-dev branch April 17, 2026 16:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

refactor Improvement of existing code, not introducing new features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants