Skip to content

Conversation

terabytesoftw
Copy link
Member

@terabytesoftw terabytesoftw commented Aug 31, 2025

Q A
Is bugfix ✔️
New feature
Breaks BC

Summary by CodeRabbit

  • Documentation

    • Updated Installation instructions to use the dev-road-runner tag across README and docs.
    • Moved and refreshed badges, adding a Stable badge under Installation and removing it from the quality section.
    • Added a new unreleased entry to the changelog.
  • Chores

    • Removed branch alias configuration from project metadata.

@terabytesoftw terabytesoftw added the bug Something isn't working label Aug 31, 2025
Copy link

coderabbitai bot commented Aug 31, 2025

Warning

Rate limit exceeded

@terabytesoftw has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 1 minutes and 25 seconds before requesting another review.

⌛ 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.

📥 Commits

Reviewing files that changed from the base of the PR and between ee4ee6b and 659203a.

📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • README.md (1 hunks)

Walkthrough

Adds a new changelog entry for 0.1.1 (under development), repositions and updates README badges and installation commands to use dev-road-runner, updates docs installation methods to target dev-road-runner, and removes the composer extra.branch-alias (dev-main → 0.2.x-dev).

Changes

Cohort / File(s) Summary
Documentation: Installation and badges
README.md, docs/installation.md
Moved Stable badge to Installation; removed prior badge from Quality section; updated install commands to use dev-road-runner tag/branch; added cd step; synchronized docs to clone/install dev-road-runner.
Release notes
CHANGELOG.md
Added “0.1.1 Under development” entry noting badge relocation in README.
Composer metadata
composer.json
Removed extra.branch-alias mapping (dev-main0.2.x-dev).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

A rabbit taps keys with whiskered delight,
Badges hop to Install, all shiny and bright.
dev-road-runner sprints, the command line sings,
Changelog whispers, “0.1.1 brings…”
Composer sheds aliases—lighter in flight.
Hop, clone, run—into the doc-lit night! 🐇✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch sync-to-main-2

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@terabytesoftw
Copy link
Member Author

@coderabbitai review

Copy link

coderabbitai bot commented Aug 31, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link

@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.

Actionable comments posted: 2

🧹 Nitpick comments (1)
CHANGELOG.md (1)

3-6: Expand entry to reflect all user-facing doc changes in this PR.

The changelog mentions badge relocation but omits other doc-affecting changes (install commands now target dev-road-runner) and the removal of composer branch-alias. Consider listing them for clarity.

 ## 0.1.1 Under development

 - Bug #140: Move badges for latest stable version and total downloads in `README.md` to `Installation` section (@terabytesoftw)
+ - Docs: Update installation instructions to use `dev-road-runner` across README and docs (@terabytesoftw)
+ - Build: Remove `extra.branch-alias` (dev-main → 0.2.x-dev) from `composer.json` (@terabytesoftw)
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between baedd3a and ee4ee6b.

📒 Files selected for processing (4)
  • CHANGELOG.md (1 hunks)
  • README.md (1 hunks)
  • composer.json (0 hunks)
  • docs/installation.md (2 hunks)
💤 Files with no reviewable changes (1)
  • composer.json
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-08-25T21:03:02.960Z
Learnt from: terabytesoftw
PR: yii2-extensions/app-basic#128
File: docs/installation.md:7-7
Timestamp: 2025-08-25T21:03:02.960Z
Learning: In yii2-extensions/app-basic project, npm is listed as a system requirement in docs/installation.md because the composer.json file contains scripts that depend on npm commands for frontend asset management and build processes.

Applied to files:

  • README.md
🔇 Additional comments (1)
README.md (1)

72-75: Remove explicit --stability=dev: specifying the dev branch via

composer create-project --prefer-dist yii2-extensions/app-basic:dev-road-runner app-basic

already installs the unstable package without requiring --stability=dev (drupal.org, github.com)

Likely an incorrect or invalid review comment.

@terabytesoftw
Copy link
Member Author

@coderabbitai review

Copy link

coderabbitai bot commented Aug 31, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@terabytesoftw
Copy link
Member Author

@coderabbitai review

Copy link

coderabbitai bot commented Aug 31, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@terabytesoftw terabytesoftw merged commit 2ebaf68 into road-runner Aug 31, 2025
14 checks passed
@terabytesoftw terabytesoftw deleted the sync-to-main-2 branch August 31, 2025 15:46
Copy link

coderabbitai bot commented Aug 31, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@terabytesoftw terabytesoftw changed the title Sync to main 2 Update installation instructions to use dev-road-runner in docs, remove extra.branch-alias from composer.json. Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant