Skip to content

chore: rename Go module path + references to match repo slug llm-serving-pack#143

Open
dcmcand wants to merge 1 commit into
mainfrom
chore/repo-rename-cleanup
Open

chore: rename Go module path + references to match repo slug llm-serving-pack#143
dcmcand wants to merge 1 commit into
mainfrom
chore/repo-rename-cleanup

Conversation

@dcmcand

@dcmcand dcmcand commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

What

The repository was renamed nebari-llm-serving-pack -> llm-serving-pack. This finishes the cleanup that rename deferred: a clean 1:1 swap of nebari-llm-serving-pack -> llm-serving-pack across 50 files.

  • Go module paths (operator/go.mod, key-manager/go.mod) + every internal import, so the canonical module path matches the repo instead of relying on GitHub's rename redirect.
  • operator/PROJECT kubebuilder repo: / path: metadata.
  • URLs: GitHub issue links and the nebari-dev.github.io/<repo>/ docs-site links in README/examples (project Pages URLs track the repo slug and do not auto-redirect after a rename).
  • docs/package.json + lockfile package name.
  • Prose/comment mentions in README, Makefile, local-development.md, and the examples/ manifests.

Not changed (intentional)

The chart name and namespace nebari-llm-serving / nebari-llm-serving-system are unrelated identifiers (no -pack suffix), so the replacement does not touch them.

Verification

  • gofmt -l clean, go build ./... clean, go vet ./... clean in both modules.
  • key-manager unit tests pass; operator config + reconcilers tests pass. Operator controller/webhook envtest suites run in CI.
  • Diff is a strict 1:1 swap: 96 old-name lines removed, 96 new-name lines added, 0 added lines contain the old name, 0 occurrences remain in the tree.

…ing-pack

The repository was renamed nebari-llm-serving-pack -> llm-serving-pack.
Update the canonical Go module paths (operator, key-manager) and every
internal import, the kubebuilder PROJECT metadata, the docs package name,
GitHub issue/Pages URLs, and prose/comment references so nothing relies on
GitHub's rename redirect.

The chart name and namespace (nebari-llm-serving / -system) are unrelated
identifiers and are intentionally left unchanged.
@github-actions

Copy link
Copy Markdown

📄 Docs preview for chore/repo-rename-cleanup:
https://chore-repo-rename-cleanup.llm-serving-pack.pages.dev

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