Skip to content

Commit 89d44f4

Browse files
chalmerlowerelease-please[bot]renovate-bot
authored
Feat: copper penny centralized client mvp (#2248)
* chore(main): release 3.35.1 (#2245) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#2243) * remove benchmark files as a quick check * remove old files in preparation for copying over generated code * migrate GAPIC generated code for review and testing purposes * removes two files to create a clean start * removes unnecessary init --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Mend Renovate <bot@renovateapp.com>
1 parent 38a5c46 commit 89d44f4

File tree

608 files changed

+30775
-104629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

608 files changed

+30775
-104629
lines changed

.coveragerc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
branch = True
33

44
[report]
5-
fail_under = 100
65
show_missing = True
76
omit =
87
google/cloud/bigquery/__init__.py
9-
google/cloud/bigquery_v2/* # Legacy proto-based types.
8+
google/cloud/bigquery/gapic_version.py
109
exclude_lines =
1110
# Re-enable the standard pragma
12-
pragma: (no cover|NO COVER)
11+
pragma: NO COVER
1312
# Ignore debug-only repr
1413
def __repr__

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2024 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616

1717
# Generated by synthtool. DO NOT EDIT!
1818
[flake8]
19-
ignore = E203, E231, E266, E501, W503
19+
ignore = E203, E266, E501, W503
2020
exclude =
2121
# Exclude generated code.
2222
**/proto/**

.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/.OwlBot.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/support_request.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)