Skip to content
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
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.

# @googleapis/yoshi-python @googleapis/api-logging @googleapis/api-logging-partners are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/api-logging @googleapis/api-logging-partners
# @googleapis/yoshi-python are the default owners for changes in this repo
* @googleapis/yoshi-python

# @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners
# @googleapis/python-samples-reviewers are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers
9 changes: 3 additions & 6 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
# Note: This file is autogenerated. To make changes to the assignee
# team, please update `codeowner_team` in `.repo-metadata.json`.
assign_issues:
- googleapis/api-logging
- googleapis/api-logging-partners
- googleapis/yoshi-python

assign_issues_by:
- labels:
- "samples"
to:
- googleapis/python-samples-reviewers
- googleapis/api-logging
- googleapis/api-logging-partners
- googleapis/yoshi-python

assign_prs:
- googleapis/api-logging
- googleapis/api-logging-partners
- googleapis/yoshi-python
2 changes: 1 addition & 1 deletion .librarian/generator-input/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repo": "googleapis/python-logging",
"distribution_name": "google-cloud-logging",
"api_id": "logging.googleapis.com",
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
"codeowner_team": "@googleapis/yoshi-python",
"default_version": "v2",
"api_shortname": "logging",
"api_description": "allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost."
Expand Down
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repo": "googleapis/python-logging",
"distribution_name": "google-cloud-logging",
"api_id": "logging.googleapis.com",
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
"codeowner_team": "@googleapis/yoshi-python",
"default_version": "v2",
"api_shortname": "logging",
"api_description": "allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost."
Expand Down
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ filterwarnings =
ignore:The `credentials_file` argument is deprecated:DeprecationWarning
# Remove when load_credentials_from_file method is removed
ignore:The load_credentials_from_file method is deprecated:DeprecationWarning
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning