Skip to content

Point the repository URL at tinbase/pg-mem after the transfer - #11

Merged
sanketsahu merged 1 commit into
mainfrom
chore/repo-transfer
Aug 3, 2026
Merged

Point the repository URL at tinbase/pg-mem after the transfer#11
sanketsahu merged 1 commit into
mainfrom
chore/repo-transfer

Conversation

@sanketsahu

Copy link
Copy Markdown
Collaborator

The repo moved from sanketsahu/pg-mem to tinbase/pg-mem. GitHub redirects the old URL so nothing was broken, but two references were pointing somewhere stale.

Changed

package.json repositoryhttps://github.com/tinbase/pg-mem. This one matters because it's published to npm, and it drives the "Repository" link on the package page. Good timing: 3.5.0 isn't published yet, so no release ever carries the stale URL. lib/package.json inherits it on build, verified.

README CI badge. It was rendering upstream's status (oguimbal/pg-mem/workflows/CI/badge.svg), not this fork's, and via the retired badge-URL shape. Now points at this repo's main.yml. Worth having it point somewhere true, given CI only started running here today.

Deliberately not changed

  • CONTRIBUTING.md's clone line for sanketsahu/pgsql-ast-parser. That repo has not moved — I verified tinbase/pgsql-ast-parser doesn't exist — so the reference is correct as written. See below.
  • The remaining oguimbal links (wiki, FAQ, source examples, the upstream PR reference). Those legitimately point at upstream and should stay, especially since master is kept for eventually sending that PR.
  • upstream remote — still oguimbal/pg-mem, unaffected.

Verified

Tree clean, bun test and bun typecheck pass, .deno regenerated (the readme copy changed with the badge, and is committed so the release gate stays green).

Worth deciding separately

@tinbase/pg-mem depends on npm:@tinbase/pgsql-ast-parser@^12.1.0, whose source repo is still sanketsahu/pgsql-ast-parser. So there's now a scoped @tinbase package built from a personal repo. Transferring it to the tinbase org would make the pair consistent, and would mean the same "who owns the fork" answer for both. Not urgent and not something I'd do without you asking, but it's the one remaining split.

The repo moved from sanketsahu/pg-mem to tinbase/pg-mem. GitHub redirects the old
URL, so nothing was broken, but the package.json `repository` field is published to
npm and would have kept sending people to the redirect - and 3.5.0 is not out yet,
so this lands before anyone sees the stale one.

Also repoints the README CI badge, which was rendering *upstream's* status
(oguimbal/pg-mem) rather than this fork's, and via the old workflow-badge URL
shape at that. It now shows this repo's own CI, which is worth having pointed
somewhere true given it only started running at all today.

Deliberately unchanged:

- CONTRIBUTING.md's clone line for sanketsahu/pgsql-ast-parser. That repo has not
  moved (verified: tinbase/pgsql-ast-parser does not exist), so the reference is
  correct. Worth transferring too for consistency, but that is its own decision.
- The remaining oguimbal links - wiki, FAQ, source examples - which legitimately
  point at upstream.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@sanketsahu
sanketsahu merged commit e920f43 into main Aug 3, 2026
3 checks passed
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.

1 participant