Skip to content

Commit

Permalink
Merge branch 'main' into otel-4
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind authored Oct 16, 2023
2 parents 6512ace + 4567d85 commit 8649123
Show file tree
Hide file tree
Showing 12 changed files with 2,829 additions and 166 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build/
docs/
protos/
samples/generated/
system-test/**/fixtures
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
digest: sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c
# created: 2023-08-17T19:15:55.176034173Z
digest: sha256:abc68a9bbf4fa808b25fa16d3b11141059dc757dbc34f024744bba36c200b40f
# created: 2023-10-04T20:56:40.710775365Z
1 change: 0 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ branchProtectionRules:
requiredStatusCheckContexts:
- "ci/kokoro: Samples test"
- "ci/kokoro: System test"
- docs
- lint
- test (14)
- test (16)
Expand Down
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
)
logger.debug("Running fix...")
shell.run(
[f"/synthtool/node_modules/.bin/gts", "fix"],
["npm", "run", "fix"],
check=False,
)

Expand Down
540 changes: 535 additions & 5 deletions protos/protos.d.ts

Large diffs are not rendered by default.

2,141 changes: 1,995 additions & 146 deletions protos/protos.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8649123

Please sign in to comment.