Skip to content

Conversation

@scotthart
Copy link
Member

@scotthart scotthart commented Mar 19, 2025

This change is Reviewable

Comment on lines 146 to 150
# protobuf message. No changes to `patches` should ever be
# committed to the main branch.
patch_tool = "patch",
patch_args = ["-p1"],
patches = [],
patch_args = ["-p1", "-l", "-n"],
patches = ["//bazel:googleapis.workspace.patch"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"No changes to patches should ever be committed to the main branch."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. This is just a draft to test the changes before I attempt to upstream them to the googleapis repo.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Good tactic then. Sorry for jumping the gun.

Copy link
Member Author

@scotthart scotthart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 291 files reviewed, 1 unresolved discussion (waiting on @devbww)

Comment on lines 146 to 150
# protobuf message. No changes to `patches` should ever be
# committed to the main branch.
patch_tool = "patch",
patch_args = ["-p1"],
patches = [],
patch_args = ["-p1", "-l", "-n"],
patches = ["//bazel:googleapis.workspace.patch"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. This is just a draft to test the changes before I attempt to upstream them to the googleapis repo.

Copy link
Contributor

@devbww devbww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 291 files at r1.
Reviewable status: 1 of 291 files reviewed, 1 unresolved discussion (waiting on @scotthart)

Comment on lines 146 to 150
# protobuf message. No changes to `patches` should ever be
# committed to the main branch.
patch_tool = "patch",
patch_args = ["-p1"],
patches = [],
patch_args = ["-p1", "-l", "-n"],
patches = ["//bazel:googleapis.workspace.patch"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Good tactic then. Sorry for jumping the gun.

@scotthart
Copy link
Member Author

/gcbrun

@codecov
Copy link

codecov bot commented Apr 7, 2025

Codecov Report

Attention: Patch coverage is 73.68421% with 5 lines in your changes missing coverage. Please review.

Project coverage is 92.91%. Comparing base (d7e5188) to head (fa8e7b9).
Report is 1 commits behind head on prepare-for-v3.0.0.

Files with missing lines Patch % Lines
generator/internal/scaffold_generator.cc 87.50% 2 Missing ⚠️
...loud/bigtable/internal/bigtable_channel_refresh.cc 0.00% 2 Missing ⚠️
google/cloud/bigtable/testing/mock_bigtable_stub.h 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           prepare-for-v3.0.0   #15042      +/-   ##
======================================================
- Coverage               92.91%   92.91%   -0.01%     
======================================================
  Files                    2351     2351              
  Lines                  210169   210174       +5     
======================================================
+ Hits                   195274   195275       +1     
- Misses                  14895    14899       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@scotthart
Copy link
Member Author

/gcbrun

@scotthart scotthart marked this pull request as ready for review April 10, 2025 22:03
@scotthart scotthart requested review from a team as code owners April 10, 2025 22:03
@scotthart scotthart merged commit a416727 into googleapis:prepare-for-v3.0.0 Apr 11, 2025
48 of 49 checks passed
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Apr 11, 2025
* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Apr 11, 2025
* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (googleapis#15039)
chore(ci): update api and abi for v3 (googleapis#15041)
chore(bazel): get bazel 8 working (googleapis#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Apr 11, 2025
chore: update to protobuf v30 and remove cxx14 build (googleapis#15013)

* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (googleapis#15039)
chore(ci): update api and abi for v3 (googleapis#15041)
chore(bazel): get bazel 8 working (googleapis#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Apr 11, 2025
chore: update to protobuf v30 and remove cxx14 build (googleapis#15013)

* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (googleapis#15039)
chore(ci): update api and abi for v3 (googleapis#15041)
chore(bazel): get bazel 8 working (googleapis#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Apr 11, 2025
* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Apr 25, 2025
chore: update to protobuf v30 and remove cxx14 build (googleapis#15013)

* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (googleapis#15039)
chore(ci): update api and abi for v3 (googleapis#15041)
chore(bazel): get bazel 8 working (googleapis#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Apr 25, 2025
* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit that referenced this pull request May 27, 2025
chore: update to protobuf v30 and remove cxx14 build (#15013)

* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (#15039)
chore(ci): update api and abi for v3 (#15041)
chore(bazel): get bazel 8 working (#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit that referenced this pull request May 27, 2025
* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit that referenced this pull request Jun 5, 2025
chore: update to protobuf v30 and remove cxx14 build (#15013)

* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (#15039)
chore(ci): update api and abi for v3 (#15041)
chore(bazel): get bazel 8 working (#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit that referenced this pull request Jun 5, 2025
* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit that referenced this pull request Jul 9, 2025
chore: update to protobuf v30 and remove cxx14 build (#15013)

* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (#15039)
chore(ci): update api and abi for v3 (#15041)
chore(bazel): get bazel 8 working (#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit that referenced this pull request Jul 9, 2025
* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Aug 13, 2025
chore: update to protobuf v30 and remove cxx14 build (googleapis#15013)

* chore: update to protobuf v30 and remove cxx14 build
* update grpc to v1.71.0
* use new abseil repo name
* add repo_mapping for absl
* disable bzlmod for bazel-targets build
* combine zypper commands
chore: update abseil to 20250127.1 (googleapis#15039)
chore(ci): update api and abi for v3 (googleapis#15041)
chore(bazel): get bazel 8 working (googleapis#15042)

* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
scotthart added a commit to scotthart/google-cloud-cpp that referenced this pull request Aug 13, 2025
* chore(bazel): get bazel 8 working

* enable workspace where we disable bzlmod

* patch googleapis BUILD.bazel when using workspace

* check for null json

* determine generation proto paths dynamically

* bazel quickstart version has to be changed in two phases

* update quickstart bazelrc to use c++17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants