Skip to content
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

[datadog_synthetics_test] Add plain_proto_file and deprecate compressed_json_descriptor #2273

Merged
merged 4 commits into from Feb 8, 2024

Conversation

AlaricCalmette
Copy link
Contributor

@AlaricCalmette AlaricCalmette commented Feb 8, 2024

@AlaricCalmette AlaricCalmette requested review from a team as code owners February 8, 2024 11:14
@AlaricCalmette AlaricCalmette changed the title [synthetics_test]Add plain_proto_file and deprecate compressed_json_descriptor [datadog_synthetics_test]Add plain_proto_file and deprecate compressed_json_descriptor Feb 8, 2024
@AlaricCalmette AlaricCalmette changed the title [datadog_synthetics_test]Add plain_proto_file and deprecate compressed_json_descriptor [datadog_synthetics_test] Add plain_proto_file and deprecate compressed_json_descriptor Feb 8, 2024
@AlaricCalmette AlaricCalmette requested a review from a team as a code owner February 8, 2024 11:20
@HantingZhang2 HantingZhang2 merged commit 2efe373 into master Feb 8, 2024
10 checks passed
@HantingZhang2 HantingZhang2 deleted the alaric/add-grpc-raw-proto branch February 8, 2024 12:41
Copy link

@jhgilbert jhgilbert left a comment

Choose a reason for hiding this comment

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

A few very small suggestions for style. Thank you!

@@ -609,8 +609,9 @@ Optional:
- `no_saving_response_body` (Boolean) Determines whether or not to save the response body.
- `number_of_packets` (Number) Number of pings to use per test for ICMP tests (`subtype = "icmp"`) between 0 and 10.
- `persist_cookies` (Boolean) Persist cookies across redirects.
- `plain_proto_file` (String) The content of a proto file as a string

Choose a reason for hiding this comment

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

Add period at the end of this line for consistency

Copy link
Contributor

Choose a reason for hiding this comment

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

I made another pr #2274 for these comment, feel free to give it a 👍

- `port` (Number) Port to use when performing the test.
- `proto_json_descriptor` (String) A protobuf JSON descriptor.
- `proto_json_descriptor` (String, Deprecated) A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead

Choose a reason for hiding this comment

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

Add period at the end of this line for consistency

@@ -954,8 +955,9 @@ Optional:
- `no_saving_response_body` (Boolean) Determines whether or not to save the response body.
- `number_of_packets` (Number) Number of pings to use per test for ICMP tests (`subtype = "icmp"`) between 0 and 10.
- `persist_cookies` (Boolean) Persist cookies across redirects.
- `plain_proto_file` (String) The content of a proto file as a string

Choose a reason for hiding this comment

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

Add period

- `port` (Number) Port to use when performing the test.
- `proto_json_descriptor` (String) A protobuf JSON descriptor.
- `proto_json_descriptor` (String, Deprecated) A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead

Choose a reason for hiding this comment

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

Add period

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants