-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add documentation to proto files #243
Conversation
3126118
to
aa26b98
Compare
I like the end goal: documentation and easy to replicate. But this adds a dependency with Docker and I don't like that in the same way. If this is something you would like to add-in CI we use |
What are your thoughts on taking this PR as-is for the documentation changes and the protoc.sh changes (when the existing tests pass)? If The I haven't added any build time changes in this PR. We could make this a part of CI later. Independent of that, we can create a Then, as I see it,
1 and 3 are the most sustainable, 3 is the easiest on new contributors. |
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
=======================================
Coverage 22.90% 22.90%
=======================================
Files 15 15
Lines 1275 1275
=======================================
Hits 292 292
Misses 964 964
Partials 19 19 Continue to review full report at Codecov.
|
5dd4bcd
to
7e69698
Compare
7e69698
to
fc95a37
Compare
Small nitpick, can you run |
Signed-off-by: Marques Johansson <marques@packet.com>
Signed-off-by: Marques Johansson <marques@packet.com>
Signed-off-by: Marques Johansson <marques@packet.com>
fc95a37
to
f5cdb83
Compare
@kdeng3849 @mmlb thanks for the goimports addition! This is rebased and ready for another look. |
Description
This PR:
protos/protoc.sh
executable in environments without protoc (and c++) installedWhy is this needed
This starts the effort needed for #219
Additional .proto file docs would be needed to close that issue.
How Has This Been Tested?
Let me know how I should test this.
I would like to include a
make protos
task.Should this be run by CI to check for uncommitted drift?
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: