Point at commandprompt/pgcolumnar after the org move - #380
Merged
Conversation
The repository moved from jdatcmd to the commandprompt organisation. GitHub
redirects the old paths, so nothing breaks immediately, but the canonical URLs
in a release should be the real ones.
The one that would have broken quietly: .github/workflows/nightly.yml gated
three jobs on
github.repository == 'jdatcmd/pgcolumnar'
so every nightly would have skipped itself after the transfer, reporting
success by not running. Found by reading the diff rather than by a failure,
which is the only way that class of thing gets found.
Also moves the documentation site, since GitHub Pages follows the owner:
jdatcmd.github.io/pgcolumnar becomes commandprompt.github.io/pgcolumnar, in
mkdocs.yml site_url, README and docs/testing.md.
.mailmap and PROVENANCE.md keep their jdatcmd references on purpose. Those name
a commit-author identity and the clean-room record, not a repository location,
and rewriting them would falsify history.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The repository moved from
jdatcmdto the commandprompt organisation. GitHubredirects the old paths, so nothing breaks immediately, but a release should carry
canonical URLs.
The one that would have broken quietly
.github/workflows/nightly.ymlgated three jobs on:After the transfer that condition is false, so every nightly would have skipped
itself and reported success by not running. Found by reading the diff, which is the
only way that class of thing gets found: a job that skips is green.
Also
GitHub Pages follows the owner, so
jdatcmd.github.io/pgcolumnarbecomescommandprompt.github.io/pgcolumnar(confirmed live). Updated inmkdocs.ymlsite_url,README.mdanddocs/testing.md.27 URL references across
docs/,mkdocs.ymland the workflow.Deliberately not changed
.mailmapandPROVENANCE.mdkeep theirjdatcmdreferences. Those name acommit-author identity and the clean-room record, not a repository location, and
rewriting them would falsify history.
HANDOFF.mdis gitignored and untracked.Verification
docs_style.shpasses. No source change.🤖 Generated with Claude Code