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

Remove vendor proto files and use opencensus-proto instead. #596

Merged

Conversation

songy23
Copy link
Contributor

@songy23 songy23 commented Apr 2, 2019

DO NOT MERGE until census-instrumentation/opencensus-proto#197 is merged and a new release is cut.

Fixes #318.

Copy link
Contributor

@reyang reyang left a comment

Choose a reason for hiding this comment

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

@@ -41,6 +41,7 @@
install_requires=[
'grpcio >= 1.0.0, < 2.0.0',
'opencensus >= 0.4.dev0, < 1.0.0',
'opencensus-proto >= 0.0.dev0, < 1.0.0',
Copy link
Member

Choose a reason for hiding this comment

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

FYI we've been replacing "dev" in the release branches. If opencensus-proto follows the same versioning strategy the first release will be 0.1.0 and the version number on master after the release should be 0.2.dev0, in which case this should be 0.1.dev0.

@reyang
Copy link
Contributor

reyang commented Apr 3, 2019

@songy23 just realized there was a lint rule which we can get rid off. You can leave it to me since we'll move from flake8 to pylint, up to you.

https://github.com/census-instrumentation/opencensus-python/blob/master/nox.py#L119

@songy23
Copy link
Contributor Author

songy23 commented Apr 3, 2019

Got it, I'll leave it to you then because I'm putting this PR on hold until we made the next release for opencensus-proto (currently it's 0.0.dev0).

@songy23 songy23 changed the title [DO NOT MERGE] Remove vendor proto files and use opencensus-proto instead. Remove vendor proto files and use opencensus-proto instead. Apr 12, 2019
@songy23
Copy link
Contributor Author

songy23 commented Apr 12, 2019

census-instrumentation/opencensus-proto#197 is merged, now I think we can move forward with this PR.

@songy23 songy23 merged commit b5b0332 into census-instrumentation:master Apr 12, 2019
@songy23 songy23 deleted the remove-ocagent-gen-files branch April 12, 2019 23:00
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.

Move proto-generated files to OpenCensus-Proto.
4 participants