Skip to content

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

Merged
pongad merged 7 commits intogoogleapis:masterfrom
igorbernstein2:00-dev-scripts
Feb 5, 2018
Merged

Bigtable: 00. Add a couple of developer helper scripts#2841
pongad merged 7 commits intogoogleapis:masterfrom
igorbernstein2:00-dev-scripts

Conversation

@igorbernstein2
Copy link
Copy Markdown
Contributor

@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
Copy Markdown
Contributor

pongad commented Feb 5, 2018

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

Comment thread 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.

@@ -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
Copy Markdown
Contributor Author

Responded to all feedback. PTAL

Copy link
Copy Markdown
Contributor

@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
Copy Markdown
Contributor Author

Created an issue:
#2852

Please merge when ready

@pongad pongad merged commit 6855f84 into googleapis:master Feb 5, 2018
@igorbernstein2 igorbernstein2 deleted the 00-dev-scripts branch February 20, 2018 17:06
suztomo pushed a commit that referenced this pull request Mar 9, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
…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
```
chingor13 pushed a commit that referenced this pull request Mar 30, 2026
* 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]>
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