Skip to content

fix: UI extension release deploy#58

Merged
wcole1-godaddy merged 3 commits into
godaddy:mainfrom
llessa-godaddy:fix-ui-extension-release-deploy
Jun 12, 2026
Merged

fix: UI extension release deploy#58
wcole1-godaddy merged 3 commits into
godaddy:mainfrom
llessa-godaddy:fix-ui-extension-release-deploy

Conversation

@llessa-godaddy

Copy link
Copy Markdown
Contributor

include uiExtensions in input to app registry create release call

for verification, include it in mutation output, too.


This pull request introduces support for UI extensions in the release process, adds validation to ensure only one target per UI extension, and improves error logging in the extension bundler. The changes also update the GraphQL schema and input validation to accommodate the new UI extension format. Additionally, a minor build configuration update ensures esbuild is handled as an external dependency.

UI Extension Support and Validation:

  • Introduced the ReleaseUiExtension interface and updated the release flow to extract, validate (only one target per extension), and map UI extensions from the config, making them available in release data. [1] [2] [3] [4]
  • Extended the GraphQL schema and input validation to include the new uiExtensions field, ensuring that releases can include UI extension metadata. [1] [2]

Error Handling and Logging Improvements:

  • Enhanced error logging in bundleExtensionEffect to capture detailed information when esbuild fails or when expected output files are missing, aiding debugging and transparency. [1] [2]

Build Configuration:

  • Marked esbuild as an external dependency in the build script to ensure its binary can be accessed correctly.

llessa-godaddy and others added 2 commits June 11, 2026 23:59
…essages

Add esbuild to external dependencies in build config and enhance error logging in bundler with detailed output file information.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Include UI extensions from config when creating releases. Validates that extensions have at most one target (API limitation) and includes extension data in the release mutation.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@llessa-godaddy llessa-godaddy changed the title Fix UI extension release deploy fix: UI extension release deploy Jun 12, 2026
- Add integration test for creating releases with UI extensions
- Update test fixture to support uiExtensions in release response
- Verify extensions are properly included in release data

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
extension: pkg.name,
entryPath,
config,
error: errorMessage,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me know if error logging is showing info that shouldn't be user-facing. We couldn't debug the esbuild issue until this logged a full error message from esbuild

@wcole1-godaddy wcole1-godaddy merged commit 0eb7b7a into godaddy:main Jun 12, 2026
2 checks passed
llessa-godaddy added a commit to llessa-godaddy/cli that referenced this pull request Jun 12, 2026
@llessa-godaddy llessa-godaddy mentioned this pull request Jun 12, 2026
wcole1-godaddy pushed a commit that referenced this pull request Jun 12, 2026
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.

2 participants