8000 Comparing v2.4.2...v2.5.0 · googleapis/python-monitoring · GitHub
[go: up one dir, main page]

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.4.2
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.5.0
Choose a head ref
  • 9 commits
  • 50 files changed
  • 7 contributors

Commits on Jul 28, 2021

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

Commits on Aug 2, 2021

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

Commits on Aug 9, 2021

  1. ci: Treat sphinx warnings as errors (#196)

    * ci: Treat sphinx warnings as errors
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    parthea and gcf-owl-bot[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    3bfeb2e View commit details
    Browse the repository at this point in the history

Commits 8000 on Aug 11, 2021

  1. chore: fix INSTALL_LIBRARY_FROM_SOURCE in noxfile.py (#197)

    Source-Link: googleapis/synthtool@6252f2c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:50e35228649c47b6ca82aa0be3ff9eb2afce51c82b66c4a03fe4afeb5ff6c0fc
    gcf-owl-bot[bot] authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    de67061 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. chore(python): avoid .nox directories when building docs (#198)

    Source-Link: googleapis/synthtool@7e1f6da
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
    gcf-owl-bot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    55bcef5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. chore: drop mention of Python 2.7 from templates (#199)

    Source-Link: googleapis/synthtool@facee4c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:9743664022bd63a8084be67f144898314c7ca12f0a03e422ac17c733c129d803
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    2def0f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. feat: Added support for log-based alerts (#204)

    See https://cloud.google.com/logging/docs/alerting/log-based-alerts for more information about logs-based alerts
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 393200011
    
    Source-Link: googleapis/googleapis@354d076
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/5791e7bec19d247399d33396b4c1212f5208c505
    
    feat: Added support for user-defined labels on cloud monitoring's Service object
    feat: Added support for user-defined labels on cloud monitoring's ServiceLevelObjective object
    fix: mark required fields in QueryTimeSeriesRequest as required by the backend
    gcf-owl-bot[bot] authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    b56a78c View commit details
    Browse the repository at this point in the history
  2. docs(samples): include example writing of label data (#202)

    adding label example when writing a timeseries in python
    
    Remaking this due to the commit lint failure in #200 and it being easier to just make a new PR.  Closing #200. 
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [✔️] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-monitoring/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [✔️ for linter, unable to run the nox tests because of issues unrelated] Ensure the tests and linter pass
    - [✔️] Code coverage does not decrease (if any source code was changed)
    - [✔️, no doc updates required ] Appropriate docs were updated (if necessary)
    
    Fixes #200  🦕
    bws0013 authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f5e8cf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. chore: release 2.5.0 (#205)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [2.5.0](https://www.github.com/googleapis/python-monitoring/compare/v2.4.2...v2.5.0) (2021-08-27)
    
    
    ### Features
    
    * Added support for log-based alerts ([#204](https://www.github.com/googleapis/python-monitoring/issues/204)) ([b56a78c](https://www.github.com/googleapis/python-monitoring/commit/b56a78c50780e778f8ce1ad956e621433d1c451b))
    * Added support for user-defined labels on cloud monitoring's Service object ([b56a78c](https://www.github.com/googleapis/python-monitoring/commit/b56a78c50780e778f8ce1ad956e621433d1c451b))
    * Added support for user-defined labels on cloud monitoring's ServiceLevelObjective object ([b56a78c](https://www.github.com/googleapis/python-monitoring/commit/b56a78c50780e778f8ce1ad956e621433d1c451b))
    
    
    ### Bug Fixes
    
    * mark required fields in QueryTimeSeriesRequest as required by the backend ([b56a78c](https://www.github.com/googleapis/python-monitoring/commit/b56a78c50780e778f8ce1ad956e621433d1c451b))
    
    
    ### Documentation
    
    * **samples:** include example writing of label data ([#202](https://www.github.com/googleapis/python-monitoring/issues/202)) ([f5e8cf8](https://www.github.com/googleapis/python-monitoring/commit/f5e8cf8b51812b9e79bb5312f84e29b3f8c2c81e))
    ---
    
    
    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 Aug 30, 2021
    Configuration menu
    Copy the full SHA
    e0b9e26 View commit details
    Browse the repository at this point in the history
Loading
0