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

fixed typos and closed open brackets (#807) #1126

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

iHarshit15
Copy link
Contributor

@iHarshit15 iHarshit15 commented Dec 14, 2023

This change is Reviewable

Update mfg_event.proto

fixed typos and closed open brackets (google#807)
fixed typos and closed open brackets (google#807)
Copy link
Collaborator

@dbhatman dbhatman 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 for these corrections. Everything looks good except the one comment I left.

We try to employ an 80 character line limit and that one line is now past 80 characters.

the _converter callable attribute only occurs once and the resulting protobuf
is cached in memory on the instance.

The upload callback will upload to mfg-inspector.com using the given
username and authentication key (which should be the key data itself, not a
filename or file).

In typical productin setups, we *first* save the protobuf to disk then attempt
In typical production setups, we *first* save the protobuf to disk then attempt
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would you mind tweaking this to get every line to fix into 80 characters?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Would you review the change I made addressing to the comment?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah sorry I should have been more clear. Lets move 1 word down one line at a time here. Basically what I mean is change this paragraph to be:

  In typical production setups, we *first* save the protobuf to disk then
  attempt to upload the protobuf to mfg-inspector. In the event of a network,
  outage the result of the test run is available on disk and a separate process
  can retry the upload when the network is available.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank You I changed it as desired

iHarshit15 and others added 2 commits December 15, 2023 13:53
addressed the comment "80 character/line"
Copy link
Collaborator

@dbhatman dbhatman 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!

@copybara-service copybara-service bot merged commit 7573009 into google:master Dec 18, 2023
7 checks passed
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