Skip to content

Add entry alias redirects#70

Merged
samdark merged 1 commit into
masterfrom
add-entry-aliases
Jun 21, 2026
Merged

Add entry alias redirects#70
samdark merged 1 commit into
masterfrom
add-entry-aliases

Conversation

@samdark

@samdark samdark commented Jun 13, 2026

Copy link
Copy Markdown
Member

Summary

  • parse aliases front matter on entries
  • write redirect pages from aliases to the resolved entry permalink
  • include aliases in dry-run/output tracking while keeping them out of feeds and sitemap
  • document aliases and mark the roadmap item complete

Tests

  • make test -- --filter testParseEntryAliases
  • make test -- --filter testBuildGeneratesRedirectsForEntryAliases
  • make psalm
  • make test

Copilot AI review requested due to automatic review settings June 13, 2026 09:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@samdark, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 11 minutes and 1 second. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

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

🚦 How do rate limits work?

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

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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9440f107-d75b-44e0-8aa4-26fade326147

📥 Commits

Reviewing files that changed from the base of the PR and between 7c44058 and 6fb9654.

📒 Files selected for processing (8)
  • docs/content.md
  • psalm-baseline.xml
  • roadmap.md
  • src/Console/BuildCommand.php
  • src/Content/Model/Entry.php
  • src/Content/Parser/EntryParser.php
  • tests/Unit/Console/BuildCommandTest.php
  • tests/Unit/Content/Parser/EntryParserTest.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-entry-aliases

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.

@samdark samdark force-pushed the add-entry-aliases branch 3 times, most recently from eaee787 to b88c63d Compare June 21, 2026 12:23
@samdark samdark force-pushed the add-entry-aliases branch from b88c63d to 6fb9654 Compare June 21, 2026 12:26
@samdark samdark merged commit 9cae5f8 into master Jun 21, 2026
5 of 7 checks passed
@samdark samdark deleted the add-entry-aliases branch June 21, 2026 12:31
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