-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
LGTM. @garrettjonesgoogle Do you want to take a look? |
google-cloud-bigtable/pom.xml
Outdated
<plugins> | ||
<plugin> | ||
<groupId>com.theoryinpractise</groupId> | ||
<artifactId>googleformatter-maven-plugin</artifactId> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,27 @@ | |||
src/test/java/com/google/cloud/bigtable/data/v2/MockBigtable.java |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
# 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.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,134 @@ | |||
#!/usr/bin/env bash |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Responded to all feedback. PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Created an issue: Please merge when ready |
This is to ease updating the gapic client and updating googleapis
836f6bf
to
0ab3b29
Compare
This is to ease updating the gapic client and updating googleapis
This has been reviewed by Kevin, however the following changes were made since:
bin
was renamed toscripts