DataDog / agent-payload

Payload format description for communication between the agent and the Datadog backend
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Regenerate generated and committed files #289

Closed L3n41c closed 6 months ago

L3n41c commented 9 months ago

What does this PR do?

Re-generate the generated and committed files with rake codegen.

Motivation

Opening a PR like #287 or #288 to add one field in one payload generates a lot of diff caused by the update of the generator. It’s better to isolate the diff caused by the generator update in a dedicated PR.

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Reviewer's Checklist

Reviewers: please see the review guidelines.

L3n41c commented 9 months ago

/merge

dd-devflow[bot] commented 9 months ago

:steam_locomotive: MergeQueue

This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Note: if you pushed new commits since the last approval, you may need additional approval. You can remove it from the waiting list with /remove command.

Use /merge -c to cancel this operation!

dd-devflow[bot] commented 9 months ago

:warning: MergeQueue

This merge request was unqueued

If you need support, contact us on Slack #ci-interfaces!

jinroh commented 9 months ago

FYI: I've just merged https://github.com/DataDog/agent-payload/pull/287 that pinned protoc-gen-go-vtproto to v0.5.0

L3n41c commented 6 months ago

This is not needed anymore thanks to #287.