Rebrand devpod/loft to devsy - #2
Closed
skevetter wants to merge 12 commits into
Closed
Conversation
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.
✅ Deploy Preview for devsydev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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.
Summary
Complete rebrand from DevPod/Loft to Devsy across the entire codebase.
Core rebrand
ghcr.io/loft-shtoghcr.io/devsy-orgloft.shtodevsy.shpkg/loftconfig/→pkg/devsyconfig/Go dependencies
go.modmodule path and all imports fromskevettertodevsy-orgdevsy-org/apito v1.1.0,devsy-org/apiserverto v1.5.0 (bypass proxy-poisoned versions)CI/CD
GH_ACCESS_TOKEN,GH_PRIVATE_REPO_TOKEN_TEST) with GitHub App tokens viaactions/create-github-app-token@v3skevetter/setup-kindtemporarily until repo is migratedDesktop app
DevPodContext/→DevsyContext/,DevPodProvider/→DevsyProvider/DevpodWordmark→DevsyWordmark, etc.)@gen/*path alias for@devsy/clientgenerated typessh.devsy.devsyDocumentation
setup-loft-platform-accesscommand tosetup-platform-access(with backwards-compatible alias)Test plan
go build ./...)yarn build)setup-platform-accesscommand works (old alias still accepted)