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.43.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.44.0
Choose a head ref
  • 15 commits
  • 352 files changed
  • 12 contributors

Commits on Aug 23, 2024

  1. chore(main): release 2.43.1-SNAPSHOT (#2324)

    🤖 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] authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1e8fd52 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore: remove native image sample in favor of sample hosted in google…

    …-cloud-java (#2273)
    
    * chore: remove native image sample in favor of sample hosted in google-cloud-java
    
    * 🦉 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>
    mpeddada1 and gcf-owl-bot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    78a19f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore: secure hermetic_library_generation workflow (#2317)

    * chore: secure hermetic_library_generation workflow
    
    Thanks to @diogoteles08 for the inspection on our repos.
    This PR inlines environment variables to avoid overriding script injections.
    
    * fix github object reference
    
    * Update hermetic_library_generation.yaml
    
    * Update hermetic_library_generation.yaml
    
    * fix env reference
    
    * use vars instead of env
    
    * workaround for indirectly referencing env in jobs.if
    
    * rename job
    
    * test job without steps
    
    * cleaner no-op step
    
    * rewording
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * simplify conditional generation
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    diegomarquezp and gcf-owl-bot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1e9c8ab View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    78eb5d8 View commit details
    Browse the repository at this point in the history
  2. chore: disable the Owl Bot post-processor (#2320)

    * chore: disable the Owl Bot post-processor
    
    * Revert "chore: disable the Owl Bot post-processor"
    
    This reverts commit 68d525c.
    
    * remove correct file
    diegomarquezp authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b38c6f4 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused image tag in .OwlBot-hermetic.yaml (#2333)

    This removes the unused image tag in this file. Part of the cleanup after enabling Hermetic Library generation in this repo.
    
    Newline at EOF automatically added - see [this SO](https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline).
    diegomarquezp authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    59d4b0e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. chore: add generator version to config (#2334)

    * chore: add generator version to config
    
    * chore: setup reusable workflow
    
    * update googleapis commit
    JoeWang1127 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8142a80 View commit details
    Browse the repository at this point in the history
  2. chore: restore library generation workflow (#2335)

    * Revert "chore: add generator version to config (#2334)"
    
    This reverts commit 8142a80.
    
    * add generator version
    JoeWang1127 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c618969 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. feat: Add APIs to enable hot backups (#2313)

    Co-authored-by: Derek Lee <[email protected]>
    DerekLeeCS and Derek Lee authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6d004cd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 16, 2024

  1. feat: add support for awaiting Data Boost (#2329)

    * Introduce ConsistencyParams model
    
    Change-Id: I7ae07cc4f13e8ffe9ea4a55fb407eae1d64f8547
    
    * Create AwaitConsistencyCallable, a delegate for AwaitReplicationCallable
    
    Change-Id: I16d7c69b4e1b9153f93e83f7f846d6c172aae8a6
    
    * Address some PR comments
    
    Change-Id: Icdf94f2f6a13f55d2c9204774d4ebbac5aa6a8b3
    
    * Remove unused imports from AwaitReplicationCallable
    
    Change-Id: Ia4861f1a5796061ca86844c67c68f54711fdbb94
    
    * Plumb the Consistency callable through to some places, add some tests
    
    Change-Id: Ibe60e2a1044933af1008c0cd1b84f757dd6867a8
    
    * Add integration test
    
    Change-Id: Ie3b2b2983ca585cb1d6a2cdb8b18b55e81205759
    
    * Rework the ConsistencyRequest model, plumb through RequestContext to BigtableTableAdminClient
    
    Change-Id: I840282587d3d6cb4150dfbdd568c347dc32a732d
    
    * Fix imports
    
    Change-Id: Ic7588b3d04877a56089c23036d6df73a5c9b0cd5
    
    * Fix more imports, fix some tests
    
    Change-Id: I2723fd67bd301a4eb3aeae80d91fa663cdd6ab01
    
    * Rename some things
    
    Change-Id: Ie1bc8478c418d49b0c2e014edbeb6f56b56b0dd1
    
    * Add tests for ConsistencyRequest model
    
    Change-Id: I3548b7aa673be5a92cd4c180e3edb8649657811c
    
    * Add newline
    
    Change-Id: Icdd22ce2857e5b4316c6fa3f0e139ea9de825178
    
    * Fix broken test
    
    Change-Id: Idbd7c0f10ebe575d104ab7ac46a3a1e347e35fe8
    
    * Make request context a final variable in test
    
    Change-Id: I81f2a25fe4493021bab150ab0af65d7318ba2399
    
    * Get test working using correct expectations
    
    Change-Id: Ie34d5171bd7a472fc695d603849e260054aedfbd
    
    * Add a couple of tests for AwaitReplicationCallable
    
    Change-Id: I70014db2c0a1d4e74c23b18de7ef591bc70cda2a
    
    * Use RequestContextNoAP class
    
    Change-Id: I897b343cd1067d43bcc644cac3db44e88bbf1e69
    
    * Make ConsistencyRequest model an AutoValue
    
    Change-Id: I9529fb79da69e12a834a2d0fea032d72ae6ea157
    
    * Fix license year, fix some formatting
    
    Change-Id: Ibcca1ca9f49988764fdbeeacc59cac5d276ab266
    
    * Run auto formatter
    
    Change-Id: I9f5e3f7c7fd79262092c507a523e16a533bc4382
    
    * Rename new RequestContext to TableAdminRequestContext, re run auto formatter
    
    Change-Id: Ib3f5918ef0f5b1ac53147baf93dcb72c476d877b
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add license header to ConsistencyRequestTest
    
    Change-Id: I733d2f8c082647ad32b72b04b218cd5ba79d2377
    
    * Add EnhancedBigtableTableAdminStub to clirr-ignored-differences
    
    Change-Id: I7eefeda777305dd3d7c5664097bda87ac63daa72
    
    * Fix IT tests, skip data boost one for now until we run it concurrently
    
    Change-Id: I764190b0f91614753080e0a96e7e11e3dfb1fde0
    
    * Run autoformatter
    
    Change-Id: Iba4671e4781f1b333279a2410563869f53b284d5
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    djyau and gcf-owl-bot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8556574 View commit details
    Browse the repository at this point in the history
  2. chore: Update generation configuration at Mon Sep 16 02:26:47 UTC 2024 (

    #2336)
    
    * chore: Update generation configuration at Fri Sep  6 15:18:33 UTC 2024
    
    * chore: generate libraries at Fri Sep  6 15:19:00 UTC 2024
    
    * restore recommended_package
    
    * chore: generate libraries at Fri Sep  6 15:29:00 UTC 2024
    
    * chore: Update generation configuration at Sat Sep  7 02:18:55 UTC 2024
    
    * chore: Update generation configuration at Sun Sep  8 02:24:26 UTC 2024
    
    * chore: Update generation configuration at Tue Sep 10 02:21:43 UTC 2024
    
    * chore: Update generation configuration at Tue Sep 10 19:31:11 UTC 2024
    
    * chore: generate libraries at Tue Sep 10 19:31:36 UTC 2024
    
    * chore: Update generation configuration at Wed Sep 11 02:20:51 UTC 2024
    
    * chore: generate libraries at Wed Sep 11 02:21:17 UTC 2024
    
    * chore: Update generation configuration at Thu Sep 12 02:21:25 UTC 2024
    
    * chore: Update generation configuration at Fri Sep 13 02:22:02 UTC 2024
    
    * chore: Update generation configuration at Sat Sep 14 02:20:20 UTC 2024
    
    * chore: Update generation configuration at Mon Sep 16 02:26:47 UTC 2024
    
    ---------
    
    Co-authored-by: Diego Marquez <[email protected]>
    cloud-java-bot and diegomarquezp authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    291bd89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc65bd5 View commit details
    Browse the repository at this point in the history
  4. test: Modify log formatter for verbose logging to help debug issues. (#…

    …2327)
    
    * modify log formatter for verbose logging to help debug issues.
    
    * modify log formatter for verbose logging to help debug issues.
    meeral-k authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0656dc9 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.44.0 (#2338)

    release-please[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0cd621e View commit details
    Browse the repository at this point in the history
Loading