Skip to content

add a script to regenerate the gRPC library; commit generated gRPC libraries #237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/googleapis_firestore_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:

- run: dart analyze --fatal-infos

- run: dart format --output=none --set-exit-if-changed .
if: ${{ matrix.sdk == 'stable' }}
# TODO(devoncarew): We should update protoc_plugin to generate formatted
# files.
# - run: dart format --output=none --set-exit-if-changed .
# if: ${{ matrix.sdk == 'stable' }}

# Enable once we have tests.
# - run: dart test
3 changes: 3 additions & 0 deletions pkgs/googleapis_firestore_v1/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore generated protobuf files.
*.pb.dart linguist-generated=true
*.pbenum.dart linguist-generated=true
5 changes: 5 additions & 0 deletions pkgs/googleapis_firestore_v1/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
include: package:lints/recommended.yaml

analyzer:
errors:
# TODO: Remove once google/protobuf.dart/pull/1000 is published.
implementation_imports: ignore
29 changes: 29 additions & 0 deletions pkgs/googleapis_firestore_v1/lib/google/api/annotations.pb.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading