Skip to content

chore: normalize repository URLs#19

Merged
EffortlessSteven merged 3 commits into
mainfrom
chore/repo-url-normalize
Feb 23, 2026
Merged

chore: normalize repository URLs#19
EffortlessSteven merged 3 commits into
mainfrom
chore/repo-url-normalize

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

  • Normalize all repository URLs from cmrigney/shipper to effortlessmetrics/shipper across docs and crate metadata

Files changed

File Change
CONTRIBUTING.md 3 URL replacements
ROADMAP.md 1 URL replacement
SECURITY.md 6 URL replacements
crates/shipper-retry/Cargo.toml repository field
crates/shipper/src/lib.rs changelog link in doc comment

Test plan

  • No code changes — only URLs in documentation and Cargo metadata
  • CI should pass unchanged

Copilot AI review requested due to automatic review settings February 23, 2026 06:53
@coderabbitai

coderabbitai Bot commented Feb 23, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 32 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.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/repo-url-normalize

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.

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @EffortlessSteven, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a necessary maintenance task by updating all references to the repository's GitHub URL. The change reflects a shift in ownership or organization, ensuring that all documentation, metadata, and internal links correctly point to the effortlessmetrics/shipper repository. This update is crucial for maintaining accurate project information and guiding users and contributors to the correct resources.

Highlights

  • Repository URL Normalization: All instances of the repository URL cmrigney/shipper have been updated to effortlessmetrics/shipper across documentation files and crate metadata.
  • Documentation Updates: Links within CONTRIBUTING.md, ROADMAP.md, and SECURITY.md pointing to GitHub issues, discussions, security advisories, and releases have been corrected to reflect the new repository owner.
  • Crate Metadata and Doc Comments: The repository field in crates/shipper-retry/Cargo.toml and a changelog link in the crates/shipper/src/lib.rs doc comment were updated to the new URL.
Changelog
  • CONTRIBUTING.md
    • Updated GitHub issues link.
    • Updated GitHub discussions link.
  • ROADMAP.md
    • Updated GitHub issues link.
  • SECURITY.md
    • Updated GitHub Security Advisories link.
    • Updated source verification comment with new repository URL.
    • Updated git clone command URL.
    • Updated GitHub Releases link.
    • Updated GitHub Security vulnerability report link.
    • Updated GitHub Issue link for non-sensitive security questions.
  • crates/shipper-retry/Cargo.toml
    • Updated the repository field to the new GitHub URL.
  • crates/shipper/src/lib.rs
    • Updated the changelog link within the crate's documentation comment.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request correctly updates most repository URLs from cmrigney/shipper to effortlessmetrics/shipper. The changes are a good step towards normalizing the repository path.

However, to fully complete the normalization, I noticed a few Cargo.toml files that still use a different casing (EffortlessMetrics) for the organization name. While GitHub URLs are case-insensitive, using a consistent lowercase effortlessmetrics everywhere would be ideal for normalization.

The files I noticed are:

  • crates/shipper/Cargo.toml (homepage and repository fields)
  • crates/shipper-cli/Cargo.toml (documentation, homepage, and repository fields)

I recommend updating these files as part of this PR to ensure complete consistency. Since these files are not part of the current changes, I'm mentioning it here in the general feedback. Other than this, the changes look good.

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.

Pull request overview

Normalizes repository links throughout the workspace by updating documentation and crate metadata references from cmrigney/shipper to effortlessmetrics/shipper, keeping URLs aligned with the project’s current GitHub location.

Changes:

  • Updated GitHub links in contributor, roadmap, and security documentation.
  • Updated shipper-retry crate metadata repository URL.
  • Updated the library rustdoc changelog link to the new GitHub org.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
CONTRIBUTING.md Replaces GitHub discussion/issue URLs to point at the new org.
ROADMAP.md Updates the roadmap’s “suggest a feature” Issues link.
SECURITY.md Updates advisory, releases, issues, and clone URLs to the new org.
crates/shipper-retry/Cargo.toml Updates crate metadata repository URL to the new org.
crates/shipper/src/lib.rs Updates rustdoc changelog link to the new org.

rust-version.workspace = true
description = "Retry strategies and backoff policies for shipper"
repository = "https://github.com/cmrigney/shipper"
repository = "https://github.com/effortlessmetrics/shipper"

Copilot AI Feb 23, 2026

Copy link

Choose a reason for hiding this comment

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

repository URL casing is inconsistent with the rest of the workspace crates (most use https://github.com/EffortlessMetrics/shipper). To avoid introducing another variant while “normalizing” URLs, align this value with the existing Cargo.toml convention (or update all crate metadata consistently in the same PR).

Suggested change
repository = "https://github.com/effortlessmetrics/shipper"
repository = "https://github.com/EffortlessMetrics/shipper"

Copilot uses AI. Check for mistakes.
@codecov

codecov Bot commented Feb 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@EffortlessSteven EffortlessSteven merged commit 6255166 into main Feb 23, 2026
34 of 35 checks passed
@EffortlessSteven EffortlessSteven deleted the chore/repo-url-normalize branch February 23, 2026 12:33
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