Skip to content

bundle/dms: record display_name on the deployment version#5438

Merged
shreyas-goenka merged 1 commit into
shreyas-goenka/deployment-metadata-servicefrom
ilya-kuznetsov/dms-version-display-name
Jun 4, 2026
Merged

bundle/dms: record display_name on the deployment version#5438
shreyas-goenka merged 1 commit into
shreyas-goenka/deployment-metadata-servicefrom
ilya-kuznetsov/dms-version-display-name

Conversation

@ilyakuz-db

Copy link
Copy Markdown
Contributor

Changes

Set display_name on the DMS deployment version, using the bundle name — the same value already recorded on the deployment.

The Version proto has a display_name field, but the CreateVersion request never populated it, so every version came back with a null display_name even though the deployment had one. This stamps it for parity.

Why

display_name is set on the deployment (from the bundle name) but was missing on each version, leaving version records without a human-readable label. Filling it in keeps deployment and version metadata consistent.

Tests

Updated the bundle/dms acceptance outputs and confirmed they pass.

This pull request and its description were written by Isaac, an AI coding agent.

@shreyas-goenka shreyas-goenka merged commit ce81328 into shreyas-goenka/deployment-metadata-service Jun 4, 2026
23 checks passed
@shreyas-goenka shreyas-goenka deleted the ilya-kuznetsov/dms-version-display-name branch June 4, 2026 11:35
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