Skip to content

Rebrand devpod/loft to devsy - #2

Closed
skevetter wants to merge 12 commits into
mainfrom
migrate/rebrand-devsy
Closed

Rebrand devpod/loft to devsy#2
skevetter wants to merge 12 commits into
mainfrom
migrate/rebrand-devsy

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

Complete rebrand from DevPod/Loft to Devsy across the entire codebase.

Core rebrand

  • Rename all devpod/DevPod/DEVPOD → devsy/Devsy/DEVSY across 600+ files
  • Rename all loft/Loft/LOFT → devsy/Devsy/DEVSY (API groups, labels, annotations, URLs)
  • Update container images from ghcr.io/loft-sh to ghcr.io/devsy-org
  • Update Kubernetes CRD API groups from loft.sh to devsy.sh
  • Rename pkg/loftconfig/pkg/devsyconfig/

Go dependencies

  • Switch go.mod module path and all imports from skevetter to devsy-org
  • Bump devsy-org/api to v1.1.0, devsy-org/apiserver to v1.5.0 (bypass proxy-poisoned versions)

CI/CD

  • Replace PAT secrets (GH_ACCESS_TOKEN, GH_PRIVATE_REPO_TOKEN_TEST) with GitHub App tokens via actions/create-github-app-token@v3
  • Update Tauri updater public key to devsy-org signing key
  • Use skevetter/setup-kind temporarily until repo is migrated

Desktop app

  • Rename DevPodContext/DevsyContext/, DevPodProvider/DevsyProvider/
  • Rename icon components (DevpodWordmarkDevsyWordmark, etc.)
  • Add @gen/* path alias for @devsy/client generated types
  • Update Flatpak ID to sh.devsy.devsy

Documentation

  • Rename doc files to match rebranded sidebar IDs
  • Rename setup-loft-platform-access command to setup-platform-access (with backwards-compatible alias)
  • Update UML sequence diagram

Test plan

  • Go build passes (go build ./...)
  • UI build passes (yarn build)
  • CI workflows pass with GitHub App tokens
  • Docs build passes on Netlify
  • Desktop app builds with updated Tauri signing key
  • setup-platform-access command works (old alias still accepted)

Comprehensive rebranding of all user-facing and internal references:

- Go: module path github.com/devsy-org/devsy, replace directives for
  dependency modules that still declare skevetter/* module paths
- Desktop Rust: DevsyCommandError/Config, Devsy metainfo, FLATPAK_ID
- Desktop TS: DevsyWordmark, TDevsyContext, DevsyOSSBadge, "Made by Devsy"
- Docs: organizationName, copyright, all Devpod prose → Devsy, UML diagrams
- E2E: DevsyBinDir/BinName/PortTest framework fields
- CI: licenses.tmpl, devcontainer image → mcr.microsoft.com/devcontainers/go
- Config: image refs ghcr.io/devsy-org/*, env vars, user-facing messages
…oned versions

The Go module proxy cached api v1.0.0 and apiserver v1.2.0 with stale
content from before the rebrand. Bumping to fresh versions that include
the rebranded types (DevsyWorkspaceInstance, etc.) and regenerated code.

Also applies golangci-lint fmt import reordering triggered by the
dependency version changes.
- Fix TestToID truncation test: expected 47 chars but function correctly
  produces 48 after rebrand changed the input string length
- Run prettier on 4 UI files with formatting violations
- Add pre-commit feature to devcontainer.json so CI check passes
…TOKEN

Replace the deprecated GH_ACCESS_TOKEN PAT with a token generated from
the devsy-org GitHub App using actions/create-github-app-token.
Use actions/create-github-app-token@v3 to generate tokens from
DEVSY_GITHUB_APP_ID and DEVSY_GITHUB_APP_PRIVATE_KEY for e2e tests
that access private repos. Also update can-read-secret to check for
the app ID instead of the old TEST_ACCESS_TOKEN.
- Rename DevPodContext/ → DevsyContext/ (directory wasn't renamed during rebrand)
- Rename DevPodProvider/ → DevsyProvider/ inside context
- Rename DevpodWordmark.tsx → DevsyWordmark.tsx, DevPodProBadge.tsx → DevsyProBadge.tsx
- Add @gen/* path alias to tsconfig.json for @devsy/client type resolution
- Add @types/js-cookie and @types/json-merge-patch for missing type declarations
Rename the agent command and all references. The old name is preserved
as a cobra alias for backwards compatibility with existing agent binaries.
@netlify

netlify Bot commented Apr 19, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev ready!

Name Link
🔨 Latest commit c50cd5c
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/69e4315f98702f0008930137
😎 Deploy Preview https://deploy-preview-2--devsydev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Apr 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 15c6fa8a-e858-4316-a0fe-e54474ea28ef

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch migrate/rebrand-devsy

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.

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