Bigtable: 00. Add a couple of developer helper scripts#2841
Bigtable: 00. Add a couple of developer helper scripts#2841pongad merged 7 commits intogoogleapis:masterfrom
Conversation
|
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.
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 |
|
Created an issue: Please merge when ready |
This is to ease updating the gapic client and updating googleapis
836f6bf to
0ab3b29
Compare
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…2841) In this PR: - Generate pull request description from configuration comparison result. - The pull request description contains repo-level changes, if applicable, and googleapis commit from baseline config (exclusive) to current config (inclusive). An example of pr description with repo-level change: ``` This pull request is generated with proto changes between [googleapis/googleapis@3b6f144](googleapis/googleapis@3b6f144) (exclusive) and [googleapis/googleapis@0cea717](googleapis/googleapis@0cea717) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix(deps): update the Java code generator (gapic-generator-java) to 1.2.3 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update the libraries_bom version to 2.3.4 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Make Layout Parser generally available in V1 PiperOrigin-RevId: 638924855 Source Link: [googleapis/googleapis@0cea717](googleapis/googleapis@0cea717) END_NESTED_COMMIT END_COMMIT_OVERRIDE ```
* deps: update sdk-platform-java dependencies * chore: remove manually managed version of com.google.cloud.opentelemetry:exporter-metrics * deps: update io.opentelemetry.semconv:opentelemetry-semconv to 1.27.0-alpha --------- Co-authored-by: BenWhitehead <[email protected]>
This is to ease updating the gapic client and updating googleapis
This has been reviewed by Kevin, however the following changes were made since:
binwas renamed toscripts