-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: googleapis/java-bigtable
base: v2.43.0
head repository: googleapis/java-bigtable
compare: v2.44.0
- 15 commits
- 352 files changed
- 12 contributors
Commits on Aug 23, 2024
-
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).
Configuration menu - View commit details
-
Copy full SHA for 1e8fd52 - Browse repository at this point
Copy the full SHA 1e8fd52View commit details
Commits on Aug 27, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 78a19f0 - Browse repository at this point
Copy the full SHA 78a19f0View commit details
Commits on Sep 3, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1e9c8ab - Browse repository at this point
Copy the full SHA 1e9c8abView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78eb5d8 - Browse repository at this point
Copy the full SHA 78eb5d8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b38c6f4 - Browse repository at this point
Copy the full SHA b38c6f4View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 59d4b0e - Browse repository at this point
Copy the full SHA 59d4b0eView commit details
Commits on Sep 6, 2024
-
chore: add generator version to config (#2334)
* chore: add generator version to config * chore: setup reusable workflow * update googleapis commit
Configuration menu - View commit details
-
Copy full SHA for 8142a80 - Browse repository at this point
Copy the full SHA 8142a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for c618969 - Browse repository at this point
Copy the full SHA c618969View commit details
Commits on Sep 12, 2024
-
feat: Add APIs to enable hot backups (#2313)
Co-authored-by: Derek Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d004cd - Browse repository at this point
Copy the full SHA 6d004cdView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a9b5a6 - Browse repository at this point
Copy the full SHA 3a9b5a6View commit details
Commits on Sep 16, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8556574 - Browse repository at this point
Copy the full SHA 8556574View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 291bd89 - Browse repository at this point
Copy the full SHA 291bd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc65bd5 - Browse repository at this point
Copy the full SHA dc65bd5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0656dc9 - Browse repository at this point
Copy the full SHA 0656dc9View commit details -
chore(main): release 2.44.0 (#2338)
🤖 I have created a release *beep* *boop* --- ## [2.44.0](https://togithub.com/googleapis/java-bigtable/compare/v2.43.0...v2.44.0) (2024-09-16) ### Features * Add APIs to enable hot backups ([#2313](https://togithub.com/googleapis/java-bigtable/issues/2313)) ([6d004cd](https://togithub.com/googleapis/java-bigtable/commit/6d004cd0809d02eeff05d5e90faf5e145f13d11e)) * Add support for awaiting Data Boost ([#2329](https://togithub.com/googleapis/java-bigtable/issues/2329)) ([8556574](https://togithub.com/googleapis/java-bigtable/commit/85565742645537d1b55a1a52521d2ccf44b4d00c)) ### Dependencies * Update shared dependencies ([#2337](https://togithub.com/googleapis/java-bigtable/issues/2337)) ([dc65bd5](https://togithub.com/googleapis/java-bigtable/commit/dc65bd5a39cfe0c25a6b955f9f4d9367df334211)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 0cd621e - Browse repository at this point
Copy the full SHA 0cd621eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.43.0...v2.44.0