Skip to content

Update documentation links from openark/percona to proxysql#15

Merged
renecannao merged 1 commit intomasterfrom
task6-docs-references
Mar 23, 2026
Merged

Update documentation links from openark/percona to proxysql#15
renecannao merged 1 commit intomasterfrom
task6-docs-references

Conversation

@renecannao
Copy link
Copy Markdown

Summary

  • Replace all github.com/openark/orchestrator references with github.com/proxysql/orchestrator across 15 docs files
  • Replace all github.com/percona/orchestrator references with github.com/proxysql/orchestrator in docs/install.md
  • Preserved references to separate repos (openark/orchestrator-ci-env, openark/orchestrator-agent)
  • Did not modify docs/superpowers/ files (specs and plans reference history correctly)

Test plan

  • grep -rn "openark/orchestrator" docs/ | grep -v "ci-env" | grep -v "superpowers" returns empty
  • grep -rn "percona/orchestrator" docs/ | grep -v "superpowers" returns empty
  • openark/orchestrator-ci-env and openark/orchestrator-agent references are unchanged

Copilot AI review requested due to automatic review settings March 23, 2026 22:35
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 23, 2026

Warning

Rate limit exceeded

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8200242d-3fcd-439e-a37f-9de4a4d80165

📥 Commits

Reviewing files that changed from the base of the PR and between f8c1614 and 678b638.

📒 Files selected for processing (16)
  • docs/bugs.md
  • docs/build.md
  • docs/ci-env.md
  • docs/ci.md
  • docs/configuration-discovery-pseudo-gtid.md
  • docs/configuration.md
  • docs/docker.md
  • docs/download.md
  • docs/faq.md
  • docs/install.md
  • docs/license.md
  • docs/orchestrator-client.md
  • docs/pseudo-gtid-manual-injection.md
  • docs/risks.md
  • docs/users.md
  • docs/using-the-web-api.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch task6-docs-references

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.

@renecannao renecannao merged commit be6037d into master Mar 23, 2026
3 of 5 checks passed
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, 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 systematically updates outdated GitHub repository links within the project's documentation. The primary goal is to redirect all references from the former openark and percona organizations to the current proxysql organization, ensuring that users and developers are directed to the correct and up-to-date source for the orchestrator project. This change improves the accuracy and maintainability of the project's documentation.

Highlights

  • Documentation Link Updates: Replaced all instances of github.com/openark/orchestrator with github.com/proxysql/orchestrator across 15 documentation files.
  • Percona Link Update: Updated github.com/percona/orchestrator references to github.com/proxysql/orchestrator specifically in docs/install.md.
  • Preserved References: Ensured that links to openark/orchestrator-ci-env and openark/orchestrator-agent were intentionally left unchanged.
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.

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.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates documentation to point to the current proxysql/orchestrator repository instead of legacy openark/orchestrator / percona/orchestrator links, aligning docs with the new upstream location while preserving references to separate related repos.

Changes:

  • Replaced openark/orchestrator GitHub URLs with proxysql/orchestrator across multiple docs.
  • Replaced percona/orchestrator URLs with proxysql/orchestrator in install guidance.
  • Updated various “source code”, CI workflow, releases, and LICENSE links to the new repository.

Reviewed changes

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

Show a summary per file
File Description
docs/using-the-web-api.md Updates API and client source links to proxysql/orchestrator.
docs/users.md Updates PR submission link to new repo.
docs/risks.md Updates LICENSE link to new repo.
docs/pseudo-gtid-manual-injection.md Updates pseudo-GTID sample files link to new repo.
docs/orchestrator-client.md Updates orchestrator-client script link to new repo.
docs/license.md Updates LICENSE and vendor directory links to new repo.
docs/install.md Updates tags/conf links from percona/orchestrator to proxysql/orchestrator.
docs/faq.md Updates “available at” repo URL.
docs/download.md Updates GitHub/releases links and go get path to new repo.
docs/docker.md Updates Docker-related source/release links to new repo.
docs/configuration.md Updates config source link to new repo.
docs/configuration-discovery-pseudo-gtid.md Updates pseudo-GTID sample script link to new repo.
docs/ci.md Updates workflow/actions links to new repo.
docs/ci-env.md Updates orchestrator config link to new repo.
docs/build.md Updates clone URL to new repo.
docs/bugs.md Updates issues link to new repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/download.md
For developers: `orchestrator` is go-gettable. Issue:

go get github.com/openark/orchestrator/...
go get github.com/proxysql/orchestrator/...
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The go get github.com/proxysql/orchestrator/... instruction is likely to fail right now because go.mod still declares the module path as github.com/openark/orchestrator (Go will error on a module path mismatch). Either keep the go get line pointing at github.com/openark/orchestrator/... until the module path migration lands, or adjust the text to explain that cloning/building from source works but Go module consumers must still use the old import path for now.

Suggested change
go get github.com/proxysql/orchestrator/...
go get github.com/openark/orchestrator/...

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

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 successfully updates the documentation to reflect the repository's move from openark/orchestrator and percona/orchestrator to proxysql/orchestrator. The changes are consistent and cover all the documentation files as intended. I've added a few minor suggestions to improve the readability of the documentation by converting raw URLs into markdown links.

Comment thread docs/download.md
`orchestrator` is released as open source and is available at [GitHub](https://github.com/openark/orchestrator).
Find official releases in https://github.com/openark/orchestrator/releases
`orchestrator` is released as open source and is available at [GitHub](https://github.com/proxysql/orchestrator).
Find official releases in https://github.com/proxysql/orchestrator/releases
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For better readability, this URL could be formatted as a markdown link.

Suggested change
Find official releases in https://github.com/proxysql/orchestrator/releases
Find official releases on the [releases page](https://github.com/proxysql/orchestrator/releases)

Comment thread docs/faq.md
### Is orchestrator open source?

Yes. `Orchestrator` is released as open source under the Apache License 2.0 and is available at: https://github.com/openark/orchestrator
Yes. `Orchestrator` is released as open source under the Apache License 2.0 and is available at: https://github.com/proxysql/orchestrator
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For better readability and consistency, this URL could be formatted as a markdown link.

Suggested change
Yes. `Orchestrator` is released as open source under the Apache License 2.0 and is available at: https://github.com/proxysql/orchestrator
Yes. `Orchestrator` is released as open source under the Apache License 2.0 and is available on [GitHub](https://github.com/proxysql/orchestrator)

Comment thread docs/install.md
- Extract from tarball

Extract the archive you've downloaded from https://github.com/percona/orchestrator/tags
Extract the archive you've downloaded from https://github.com/proxysql/orchestrator/tags
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For better readability, this URL could be formatted as a markdown link.

Suggested change
Extract the archive you've downloaded from https://github.com/proxysql/orchestrator/tags
Extract the archive you've downloaded from the [tags page](https://github.com/proxysql/orchestrator/tags)

Comment thread docs/license.md
See [LICENSE](https://github.com/proxysql/orchestrator/blob/master/LICENSE)

This repository includes 3rd party libraries which have their own licenses. These libraries are found under https://github.com/openark/orchestrator/tree/master/vendor
This repository includes 3rd party libraries which have their own licenses. These libraries are found under https://github.com/proxysql/orchestrator/tree/master/vendor
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For better readability, this URL could be formatted as a markdown link.

Suggested change
This repository includes 3rd party libraries which have their own licenses. These libraries are found under https://github.com/proxysql/orchestrator/tree/master/vendor
This repository includes 3rd party libraries which have their own licenses. These libraries are found under the [`vendor` directory](https://github.com/proxysql/orchestrator/tree/master/vendor)

Comment thread docs/users.md
who are actively using it so it seemed like a good idea to generate a page
of current users. If your name or your company's name is missing from this and
you would like to be added please send a pull request to github.com/openark/orchestrator/pulls
you would like to be added please send a pull request to github.com/proxysql/orchestrator/pulls
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For better readability and user experience, it would be good to format this URL as a markdown link and improve the sentence structure slightly.

Suggested change
you would like to be added please send a pull request to github.com/proxysql/orchestrator/pulls
you would like to be added, please [send a pull request](https://github.com/proxysql/orchestrator/pulls).

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