Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.42.0
Choose a base ref
...
head repository: googleapis/java-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.43.0
Choose a head ref
  • 10 commits
  • 49 files changed
  • 9 contributors

Commits on Aug 12, 2024

  1. feat: add fields and the BackupType proto for Hot Backups (#2300)

    * chore: add grpc-java dependencies to WORKSPACE and update gapic-generator-java to 2.43.0
    
    PiperOrigin-RevId: 656487430
    
    Source-Link: googleapis/googleapis@cf16946
    
    Source-Link: googleapis/googleapis-gen@4b4c8ab
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGI0YzhhYjQ4NGIzNDI1MWIxNDJhZDE3ZDE0ZTI1YTMzZjMyYzFiMCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add fields and the BackupType proto for Hot Backups
    docs: clarify comments and fix typos
    
    PiperOrigin-RevId: 658791576
    
    Source-Link: googleapis/googleapis@c93b54f
    
    Source-Link: googleapis/googleapis-gen@e52ba38
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTUyYmEzOGE5NWE4MmY3NTg4ZDBkZDNhMjI4NGM5ODg1MGRhYjllMSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    acaa3ff View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    32f244f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. feat: enable hermetic library generation (#2234)

    * feat: enable hermetic library generation
    
    * add generation config
    
    * fix script reference
    
    * rename scripts
    
    * enclose @ string with quotes
    
    * use committish instead of commit
    
    * add api_description
    
    * fix logic for staging files in git
    
    * fix repo name inference
    
    * infer ggj version from config yaml
    
    * use test committish
    
    * rename .OwlBot to .OwlBot-hermetic
    
    * update ggj version
    
    * fix config
    
    * map host .m2 folder
    
    * do not map runner's home folder
    
    * preserve PR description file
    
    * preserve pr_description
    
    * update code generator
    
    * fix protoc_version
    
    * replicate image_tag logic of google-cloud-java
    
    * correct workflow name
    
    * update generation scripts and yamls
    
    * fix paths and typo
    
    * use single quotes in codeowner_team
    
    * update generator version
    
    * correct path to scripts
    
    * skip prs from forks
    
    * update generation_config to latest values
    
    * secure workflow
    
    * add logging and exit on fail, remove protoc version
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    diegomarquezp and gcf-owl-bot[bot] committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    169aea5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix: add missing call to EqualsTester#testEquals (#2307)

    There needs to be a terminal call to `testEquals()` for the equals tester to do anything, this assertion is not currently being run.
    
    This issue was found by https://errorprone.info/bugpattern/MissingTestCall
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    - [ ] Rollback plan is reviewed and LGTMed
    - [ ] All new data plane features have a completed end to end testing plan
    
    Fixes #2292 ☕️
    
    If you write sample code, please follow the [samples format](
    https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
    cushon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8b49f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab392ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c70df9 View commit details
    Browse the repository at this point in the history
  4. chore: Use LazyStringArrayList (#2304)

    * chore: Use LazyStringArrayList
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Update to use LazyStringArrayList.emptyList()
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    lqiu96 and gcf-owl-bot[bot] committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d1b0acf View commit details
    Browse the repository at this point in the history
  5. feat: allow non default service account in DirectPath (#2312)

    Copying over from: https://togithub.com/googleapis/java-bigtable/pull/2012
    
    Bigtable already sets the flag to allow non-default SA in DirectPath on the service side, we also need to set the option on the client side to make this feature work.
    Related Spanner PR: https://togithub.com/googleapis/java-spanner/pull/2635.
    meeral-k committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    09d0f23 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 2.42.1-SNAPSHOT (#2305)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    658c32e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. chore(main): release 2.43.0 (#2323)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.43.0](https://togithub.com/googleapis/java-bigtable/compare/v2.42.0...v2.43.0) (2024-08-22)
    
    
    ### Features
    
    * Add fields and the BackupType proto for Hot Backups ([#2300](https://togithub.com/googleapis/java-bigtable/issues/2300)) ([acaa3ff](https://togithub.com/googleapis/java-bigtable/commit/acaa3ff26ab0d317362e2be65ac5edcf803b13a1))
    * Allow non default service account in DirectPath ([#2312](https://togithub.com/googleapis/java-bigtable/issues/2312)) ([09d0f23](https://togithub.com/googleapis/java-bigtable/commit/09d0f23032488dfa55c7a4c1c571a4f36bd94728))
    * **bigtable:** Remove deprecated Bytes from BigEndianBytesEncoding ([#2309](https://togithub.com/googleapis/java-bigtable/issues/2309)) ([32f244f](https://togithub.com/googleapis/java-bigtable/commit/32f244f13d0c8571654d314310a4756fe275d609))
    * Enable hermetic library generation ([#2234](https://togithub.com/googleapis/java-bigtable/issues/2234)) ([169aea5](https://togithub.com/googleapis/java-bigtable/commit/169aea5c43485a8d13ed53f57495609c142944df))
    
    
    ### Bug Fixes
    
    * Add missing call to EqualsTester#testEquals ([#2307](https://togithub.com/googleapis/java-bigtable/issues/2307)) ([8b49f9c](https://togithub.com/googleapis/java-bigtable/commit/8b49f9ce84871f0f423f5837785604c3119ccd88))
    
    
    ### Dependencies
    
    * Update shared dependencies ([#2314](https://togithub.com/googleapis/java-bigtable/issues/2314)) ([ab392ee](https://togithub.com/googleapis/java-bigtable/commit/ab392ee8d0c4535b5d3f31b3e111cbc41b399dd9))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8359a87 View commit details
    Browse the repository at this point in the history
Loading