Skip to content

feat: implement updater module for release management#63

Merged
maximedogawa merged 1 commit into
mainfrom
42-feature-update-software
Apr 18, 2026
Merged

feat: implement updater module for release management#63
maximedogawa merged 1 commit into
mainfrom
42-feature-update-software

Conversation

@maximedogawa
Copy link
Copy Markdown
Collaborator

  • Added an API to fetch the latest release from GitHub, including caching functionality.
  • Introduced components for downloading the latest release and indicating updates.
  • Implemented platform detection and asset selection for downloads.
  • Integrated the updater module into the Dashboard and Landing pages.

- Added an API to fetch the latest release from GitHub, including caching functionality.
- Introduced components for downloading the latest release and indicating updates.
- Implemented platform detection and asset selection for downloads.
- Integrated the updater module into the Dashboard and Landing pages.
@maximedogawa maximedogawa self-assigned this Apr 18, 2026
@maximedogawa maximedogawa linked an issue Apr 18, 2026 that may be closed by this pull request
2 tasks
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 18, 2026

Warning

Rate limit exceeded

@maximedogawa has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 54 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 11 minutes and 54 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 55929c82-bcbb-48b9-8c39-eb9adc86861b

📥 Commits

Reviewing files that changed from the base of the PR and between 6f4a7f7 and f62c973.

📒 Files selected for processing (9)
  • src/modules/updater/api.ts
  • src/modules/updater/components/DownloadLatestButton.tsx
  • src/modules/updater/components/UpdateIndicator.tsx
  • src/modules/updater/download.ts
  • src/modules/updater/index.ts
  • src/modules/updater/platform.ts
  • src/modules/updater/semver.ts
  • src/pages/DashboardPage.tsx
  • src/pages/LandingPage.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 42-feature-update-software

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.

@maximedogawa maximedogawa merged commit 985cfff into main Apr 18, 2026
1 check passed
@maximedogawa maximedogawa deleted the 42-feature-update-software branch April 18, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Update Software Button

1 participant