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

Upgrading Makefile to generate datastore v1beta3. #1428

Merged

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Jan 29, 2016

Also

  • Removing v1beta2 generated code and .proto file
  • Adding new .proto files and generated code
  • Adding make_datastore_grpc.py script to tear out the protoc inserted lines by the gRPC plugin
  • Updating rewrite_imports.py to rewrite the datastore imports

Was #1355 but has been re-purposed to merge against the datastore-v1beta3 branch

@dhermes dhermes added api: datastore Issues related to the Datastore API. build labels Jan 29, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 29, 2016
@dhermes dhermes mentioned this pull request Jan 29, 2016
49 tasks
@dhermes
Copy link
Contributor Author

dhermes commented Feb 3, 2016

@tseaver PTAL

@theacodes theacodes self-assigned this Feb 11, 2016
@theacodes
Copy link
Contributor

This LGTM with small nits.

This is in advance of putting them side-by-side with datastore.
Also
- Removing `v1beta2` generated code and `.proto` file
- Adding new `.proto` files and generated code
- Adding `make_datastore_grpc.py` script to tear out the
  `protoc` inserted lines by the gRPC plugin
- Updating `rewrite_imports.py` to rewrite the datastore
  imports
Also using subprocess.call instead of check_output
in the scripts that split up gRPC from non-gRPC parts
of generated modules. This is because check_output
swallows standard error and throws a less useful exception.
@dhermes dhermes force-pushed the change-over-to-v1beta3-protos-2 branch from 62b83d5 to dbee5b2 Compare February 12, 2016 20:19
@dhermes
Copy link
Contributor Author

dhermes commented Feb 12, 2016

@jonparrott PTAL.

@theacodes
Copy link
Contributor

LGTM.

dhermes added a commit that referenced this pull request Feb 12, 2016
Upgrading Makefile to generate datastore v1beta3.
@dhermes dhermes merged commit cc08415 into googleapis:datastore-v1beta3 Feb 12, 2016
@dhermes dhermes deleted the change-over-to-v1beta3-protos-2 branch February 12, 2016 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants