Skip to content

fix(enterprise/coderd): remove useless provisioner daemon id from request #16723

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 1 commit into from
Feb 27, 2025

Conversation

johnstcn
Copy link
Member

ServeProvisionerDaemonRequest has had an ID field for quite a while now.
This field is only used for telemetry purposes; the actual daemon ID is created upon insertion in the database. There's no reason to set it, and it's confusing to do so. Deprecating the field and removing references to it.

@johnstcn johnstcn self-assigned this Feb 26, 2025
@johnstcn johnstcn closed this Feb 26, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Feb 26, 2025
@johnstcn johnstcn reopened this Feb 26, 2025
@johnstcn johnstcn changed the title fix(coderd): remove useless provisioner daemon id from request fix(enterprise/coderd): remove useless provisioner daemon id from request Feb 26, 2025
Copy link
Member

@aslilac aslilac left a comment

Choose a reason for hiding this comment

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

thank you! one less confusing thing to find in this code 😄

@johnstcn johnstcn merged commit 95363c9 into main Feb 27, 2025
64 checks passed
@johnstcn johnstcn deleted the cj/rm-unused-provisionerdaemon-id branch February 27, 2025 09:08
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.

3 participants