feat: expose deployment group external IDs in clients - #309
Open
alongubkin wants to merge 9 commits into
Open
Conversation
Greptile SummaryThe PR exposes deployment-group external IDs across the generated client SDKs.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| client-sdks/platform/typescript/src/models/operations/ensuredeploymentgroupbyexternalid.ts | The ensure operation now requires its request body in both the TypeScript type and outbound validation schema, resolving the prior bodyless-PUT issue. |
| client-sdks/platform/typescript/src/models/operations/setdeploymentgroupexternalid.ts | The explicit-update operation requires its body before request encoding, including when clearing the external ID with null. |
| client-sdks/platform/rust/tests/deployment_group_external_id.rs | The compile-time public-surface test now constructs the explicit-update body and operation builder, resolving the prior coverage finding. |
| client-sdks/platform/typescript/src/sdk/deploymentgroups.ts | Adds public SDK entry points for ensuring, reading, and updating deployment groups by external ID. |
| crates/alien-cli/src/git_utils.rs | Refactors repository discovery so the repository remains available while origin metadata is read. |
Reviews (12): Last reviewed commit: "fix: align external ID client schema wit..." | Re-trigger Greptile
alongubkin
force-pushed
the
alon/alien-440-add-project-scoped-external-ids-to-deployment-groups
branch
from
August 14, 2026 03:40
9c0ef35 to
85ab675
Compare
alongubkin
force-pushed
the
alon/alien-440-add-project-scoped-external-ids-to-deployment-groups
branch
from
August 14, 2026 14:18
f26274b to
5d8947e
Compare
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
Platform API: alienplatform/platform#239
Validation
NODE_OPTIONS=--max-old-space-size=8192 pnpm buildinclient-sdks/platform/typescriptcargo test -p alien-platform-apicargo test -p alien-platform-api --test deployment_group_external_idLinear: ALIEN-440