Skip to content

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

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

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

Conversation

@igorbernstein2

@igorbernstein2 igorbernstein2 commented Feb 2, 2018

Copy link
Copy Markdown
Contributor

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

pongad commented Feb 5, 2018

Copy link
Copy Markdown
Contributor

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

@garrettjonesgoogle garrettjonesgoogle left a comment

Copy link
Copy Markdown
Contributor

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 <BenWhitehead@users.noreply.github.com>
rahul2393 pushed a commit to akash329d/google-cloud-java that referenced this pull request May 21, 2026
…2841)

Change-Id: I4c3edfc2548a2115576f0aea997781929baeb9cf
rahul2393 pushed a commit to akash329d/google-cloud-java that referenced this pull request May 21, 2026
🤖 I have created a release *beep* *boop*
---


## [2.75.0](https://togithub.com/googleapis/java-bigtable/compare/v2.74.0...v2.75.0) (2026-03-24)


### Features

* Expose generated GAPIC instance admin client ([googleapis#2828](https://togithub.com/googleapis/java-bigtable/issues/2828)) ([48ad5f6](https://togithub.com/googleapis/java-bigtable/commit/48ad5f63d112da5efd6323447c4e2a970222a717))


### Bug Fixes

* **bigtable:** Add gauge handling ([googleapis#2830](https://togithub.com/googleapis/java-bigtable/issues/2830)) ([63129e2](https://togithub.com/googleapis/java-bigtable/commit/63129e28f5b0d77c92c2f7c84123883aa72aef83))
* **bigtable:** Plumb transport type correctly ([googleapis#2824](https://togithub.com/googleapis/java-bigtable/issues/2824)) ([cd7d0d9](https://togithub.com/googleapis/java-bigtable/commit/cd7d0d9f56ea7951bdb7de9d64a499ffc195b96f))
* Fix automated backup ([googleapis#2844](https://togithub.com/googleapis/java-bigtable/issues/2844)) ([a2b4a81](https://togithub.com/googleapis/java-bigtable/commit/a2b4a811568af8b6fa16a1db112cb98968d1ea29))
* Fix race in emulator controller ([googleapis#2836](https://togithub.com/googleapis/java-bigtable/issues/2836)) ([7df3a9a](https://togithub.com/googleapis/java-bigtable/commit/7df3a9ab66130150f8a930425166c97998d9a502))
* Use all known headers to detect connectivity errors ([googleapis#2841](https://togithub.com/googleapis/java-bigtable/issues/2841)) ([1a0c9aa](https://togithub.com/googleapis/java-bigtable/commit/1a0c9aaa16e0bbaf7bf01f27d0a9b39ad8f12e16))


### Dependencies

* Update shared dependencies ([googleapis#2850](https://togithub.com/googleapis/java-bigtable/issues/2850)) ([7f7fa92](https://togithub.com/googleapis/java-bigtable/commit/7f7fa92092970e57b1f67658059695c75c82a574))


### Documentation

* **bigtable:** Expose Admin API Stubs in Javadoc ([googleapis#2835](https://togithub.com/googleapis/java-bigtable/issues/2835)) ([4e3b4c6](https://togithub.com/googleapis/java-bigtable/commit/4e3b4c6fe2f67db06cd628f8516de13c1626c7db))
* **bigtable:** Expose Base Admin Clients in Javadoc ([googleapis#2833](https://togithub.com/googleapis/java-bigtable/issues/2833)) ([36a24ab](https://togithub.com/googleapis/java-bigtable/commit/36a24abcb480a05be9b7f94a55eb397a8adcb856))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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