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

Bigtable: 00. Add a couple of developer helper scripts #2841

Merged
merged 7 commits into from
Feb 5, 2018

Conversation

igorbernstein2
Copy link

@igorbernstein2 igorbernstein2 commented Feb 2, 2018

This is to ease updating the gapic client and updating googleapis

This has been reviewed by Kevin, however the following changes were made since:

  • paths have been updated from the overlay to the in tree updates
  • file lists have been added to allow regeneration
  • bin was renamed to scripts
  • a readme was added

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 2, 2018
@pongad
Copy link
Contributor

pongad commented Feb 5, 2018

LGTM. @garrettjonesgoogle Do you want to take a look?

<plugins>
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>googleformatter-maven-plugin</artifactId>

This comment was marked as spam.

This comment was marked as spam.

@@ -0,0 +1,27 @@
src/test/java/com/google/cloud/bigtable/data/v2/MockBigtable.java

This comment was marked as spam.

# It is meant to be used to test changes to the gapic config before publishing
# To pull in upstream changes, please use update-deps.sh

set -eE # same as: `set -o errexit -o errtrace`

This comment was marked as spam.

@@ -0,0 +1,134 @@
#!/usr/bin/env bash

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

git -C "$DIR" fetch origin >>$LOG 2>&1

log "Dropping uncommitted local changes"
git -C "$DIR" reset --hard HEAD >>$LOG 2>&1

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@igorbernstein2
Copy link
Author

Responded to all feedback. PTAL

Copy link
Member

@garrettjonesgoogle garrettjonesgoogle left a comment

Choose a reason for hiding this comment

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

LGTM

@igorbernstein2
Copy link
Author

Created an issue:
#2852

Please merge when ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants