Skip to content

feat: add name to workspace agent devcontainers #17089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2025

Conversation

mafredri
Copy link
Member

@mafredri mafredri commented Mar 25, 2025

In the presence of multiple devcontainers, it would be nice to
differentiate them by name. This change inherits the resource name from
terraform.

Ref #17076

In the presence of multiple devcontainers, it would be nice to
differentiate them by name. This change inherits the resource name from
terraform.
@mafredri mafredri self-assigned this Mar 25, 2025
@@ -195,6 +195,7 @@ message Script {
message Devcontainer {
string workspace_folder = 1;
string config_path = 2;
string name = 3;
Copy link
Member Author

Choose a reason for hiding this comment

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

@spikecurtis Do we need to bump the version again? Or is it fine if this makes it into the release cut?

Copy link
Contributor

Choose a reason for hiding this comment

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

One version bump per release is fine.

Copy link
Member

Choose a reason for hiding this comment

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

IMO we don't need a separate version bump as long as this gets into the release.

Copy link
Member

@johnstcn johnstcn left a comment

Choose a reason for hiding this comment

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

This looks fine to me, we have already added a version bump for the new field previously so this should be fine as long as it get into the release (either via cherry-pick or otherwise).

@mafredri mafredri enabled auto-merge (squash) March 25, 2025 12:49
Copy link
Contributor

@DanielleMaywood DanielleMaywood left a comment

Choose a reason for hiding this comment

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

Looks good to me :shipit:

@mafredri mafredri merged commit 5c8cac9 into main Mar 25, 2025
31 of 33 checks passed
@mafredri mafredri deleted the mafredri/feat-agent-devcontainer-name branch March 25, 2025 12:59
@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants