Skip to content

fix: Writerside version switcher - #397

Merged
liorsl merged 3 commits into
mainfrom
396-writerside-fixes
Jul 31, 2026
Merged

fix: Writerside version switcher#397
liorsl merged 3 commits into
mainfrom
396-writerside-fixes

Conversation

@liorsl

@liorsl liorsl commented Jul 31, 2026

Copy link
Copy Markdown
Member

#396

❓ Type of change

  • 📖 Documentation (updates to the documentation)
  • 🐞 Bug fix (fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)

📚 Description

🧪 How Has This Been Tested?

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Summary by CodeRabbit

  • Documentation
    • Improved the documentation publishing workflow to apply the requested version before building.
    • Updated version generation to include only releases with available documentation pages.
    • Added a changelog entry documenting the fix to the Writerside versions list.

@liorsl liorsl changed the title fix: Fixes for writerside version switcher fix: Writerside version switcher Jul 31, 2026
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@liorsl, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 43 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e6c99340-9e05-4181-9495-365e6c97ea20

📥 Commits

Reviewing files that changed from the base of the PR and between 29fdcc3 and 519e3b7.

📒 Files selected for processing (1)
  • build-logic/src/main/kotlin/WritersideVersionUpdateTask.kt
📝 Walkthrough

Walkthrough

The Writerside publish workflow runs version preparation before the documentation build. The version task resolves gh-pages from the project root and includes only release tags with matching directories. The changelog records the fix.

Changes

Writerside publishing

Layer / File(s) Summary
Pre-build version preparation
.github/workflows/callable.writerside-publish.yml, build-logic/src/main/kotlin/WritersideVersionUpdateTask.kt, CHANGELOG.md
The workflow passes new_version to build-scripts/pre-writerside.sh. The version task resolves gh-pages relative to project.rootDir and filters release tags by existing directories. The changelog records the Writerside versions list fix.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: ikfir

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: fixing the Writerside version switcher.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 396-writerside-fixes

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.

@liorsl
liorsl force-pushed the 396-writerside-fixes branch from 8014f5b to 23fc3dc Compare July 31, 2026 10:29
@sonarqubecloud

Copy link
Copy Markdown

@liorsl
liorsl merged commit 85cfc13 into main Jul 31, 2026
13 checks passed
@liorsl
liorsl deleted the 396-writerside-fixes branch July 31, 2026 18:56
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.

2 participants