Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-monitoring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: googleapis/python-monitoring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 5 commits
  • 117 files changed
  • 3 contributors

Commits on Mar 12, 2021

  1. chore: Updating testing, linting, etc (#94)

    * fix: fixed config for Python and Java grpc lib
    * chore(python): fix column sizing issue in docs
    * chore(python): use 'http' in LICENSE
    * chore(python): skip docfx in main presubmit
    * chore(python): skip docfx in main presubmit
    * fix: properly template the repo name
    * chore: add missing quotation mark
    * chore: add 3.9 to noxfile template
    * build(python): make `NOX_SESSION` optional
    * chore: Add header checker config to python library synth
    * chore: add noxfile parameters for extra dependencies
    * build: migrate to flakybot
    * chore(python): include py.typed files in release
    * docs: update python contributing guide
    * build(python): enable flakybot on library unit and system tests
    * test: install pyopenssl for mtls testing
    yoshi-automation authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    9f74808 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    e840a48 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. chore: update templates (#98)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: add pre-commit-config to renovate ignore paths
    
    Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Mon Mar 15 09:05:39 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378
    Source-Link: googleapis/synthtool@2c54c47
    yoshi-automation authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f716011 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. feat: Added support for Monitoring Query Language (#101)

    feat: Added support for Monitoring Query Language
    
    feat: Added support for units in the `MetricService`
    
    feat: Added `total_size` to the response of `ListAlertPolicies`.
    
    fix: Un-deprecated `cluster_istio` for service monitoring.
    
    feat: Added `IstioCanonicalService` for service monitoring.
    
    feat: Added creation and mutation records to notification channels.
    
    feat: Added support for querying metrics for folders and organizations.
    
    fix: Extended the default deadline for `UpdateGroup` to 180s.
    
    feat: Added support for secondary aggregation when querying metrics.
    
    fix: use correct retry deadline
    
    feat: add `client_cert_source_for_mtls`
    yoshi-automation authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0eb2ca6 View commit details
    Browse the repository at this point in the history
  2. chore: release 2.2.0 (#103)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [2.2.0](https://www.github.com/googleapis/python-monitoring/compare/v2.1.0...v2.2.0) (2021-03-25)
    
    
    ### Features
    
    * add `client_cert_source_for_mtls` ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added `IstioCanonicalService` for service monitoring. ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added `total_size` to the response of `ListAlertPolicies`. ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added creation and mutation records to notification channels. ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added support for Monitoring Query Language ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added support for Monitoring Query Language ([#101](https://www.github.com/googleapis/python-monitoring/issues/101)) ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added support for querying metrics for folders and organizations. ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added support for secondary aggregation when querying metrics. ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Added support for units in the `MetricService` ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    
    
    ### Bug Fixes
    
    * Extended the default deadline for `UpdateGroup` to 180s. ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * Un-deprecated `cluster_istio` for service monitoring. ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    * use correct retry deadline ([0eb2ca6](https://www.github.com/googleapis/python-monitoring/commit/0eb2ca6b5044553c11d5f5e0f4859bf65387909b))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    44ff9cb View commit details
    Browse the repository at this point in the history
Loading