Skip to content

Pgpm rename#398

Merged
pyramation merged 7 commits intomainfrom
pgpm-rename
Dec 14, 2025
Merged

Pgpm rename#398
pyramation merged 7 commits intomainfrom
pgpm-rename

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

No description provided.

This commit implements the comprehensive rebranding strategy as outlined in rebranding.md:

Package Renames:
- @launchql/core -> @pgpmjs/core
- @launchql/env -> @pgpmjs/env
- @launchql/types -> @pgpmjs/types
- @launchql/logger -> @pgpmjs/logger
- @launchql/server-utils -> @pgpmjs/server-utils
- @launchql/client -> @pgpmjs/client
- @launchql/orm -> @pgpmjs/orm

Class/Type Renames:
- LaunchQLPackage -> PgpmPackage
- LaunchQLMigrate -> PgpmMigrate
- LaunchQLInit -> PgpmInit
- LaunchQLError -> PgpmError
- LaunchQLOptions -> PgpmOptions
- LaunchQLWorkspaceConfig -> PgpmWorkspaceConfig
- LaunchQLMigrateOptions -> PgpmMigrateOptions

File Renames:
- packages/types/src/launchql.ts -> packages/types/src/pgpm.ts
- packages/core/src/core/class/launchql.ts -> packages/core/src/core/class/pgpm.ts

Function Renames:
- resolveLaunchqlPath -> resolvePgpmPath

Backward Compatibility:
- Added deprecated re-exports for all renamed classes and types
- Old names still work but will show deprecation warnings

All import statements and package.json dependencies have been updated across the entire codebase.

Co-Authored-By: Dan Lynch <pyramation@gmail.com>
Updated test files and test-utils to use:
- PgpmPackage instead of LaunchQLPackage
- PgpmMigrate instead of LaunchQLMigrate
- Import from '../src/core/class/pgpm' instead of '../src/core/class/launchql'

Co-Authored-By: Dan Lynch <pyramation@gmail.com>
…ences to Pgpm*

- Removed all backward-compatible re-exports from core, types, and env packages
- Updated all LaunchQLOptions -> PgpmOptions across entire codebase
- Updated all LaunchQLPackage -> PgpmPackage usages
- Updated all LaunchQLMigrate -> PgpmMigrate usages
- Updated all LaunchQLInit -> PgpmInit usages
- Updated all LaunchQLError -> PgpmError usages

This is a clean upgrade with no backward compatibility as requested.

Co-Authored-By: Dan Lynch <pyramation@gmail.com>
- Fixed LaunchQLMigrate -> PgpmMigrate in CLI test-utils
- Updated error messages in pgpm commands to say 'PGPM' instead of 'LaunchQL'
- Fixed LaunchQLProject -> PgpmPackage in sandbox test files

Co-Authored-By: Dan Lynch <pyramation@gmail.com>
Co-Authored-By: Dan Lynch <pyramation@gmail.com>
- Updated add-functionality.test.ts to expect 'PGPM' instead of 'LaunchQL' in error message
- Removed obsolete LaunchQLPackage.writeModulePlan snapshots (now PgpmPackage)

Co-Authored-By: Dan Lynch <pyramation@gmail.com>
@pyramation pyramation merged commit 4d98849 into main Dec 14, 2025
30 checks passed
@pyramation pyramation deleted the pgpm-rename branch December 14, 2025 01:42
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