Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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-logging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/python-logging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: experimental-v4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 24, 2024

  1. chore: Merge main into experimental-v4 (#906)

    * fix: Added missing import into logger.py (#896)
    
    * test: Fixed unsupported resource type in system test (#904)
    
    * fix: Added type hints to CloudLoggingHandler constructor (#903)
    
    * fix: Added type hints to CloudLoggingHandler constructor
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Removed Client typing due to circular imports
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gkevinzheng and gcf-owl-bot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bb1f1ef View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. feat!: Use StructuredLogHandler on App Engine instead of CloudLogging…

    …Handler (#908)
    
    * feat!: Use StructuredLogHandler on App Engine instead of
    CloudLoggingHandler
    
    * linting
    gkevinzheng authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f92c9b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. fix!: Use StructuredLogHandler for Cloud Run Job (#898)

    * fix!: Use StructuredLogHandler for Cloud Run Job
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Merge main into experimental-v4 (#906)
    
    * fix: Added missing import into logger.py (#896)
    
    * test: Fixed unsupported resource type in system test (#904)
    
    * fix: Added type hints to CloudLoggingHandler constructor (#903)
    
    * fix: Added type hints to CloudLoggingHandler constructor
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Removed Client typing due to circular imports
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    * feat!: Use StructuredLogHandler on App Engine instead of CloudLoggingHandler (#908)
    
    * feat!: Use StructuredLogHandler on App Engine instead of
    CloudLoggingHandler
    
    * linting
    
    * fix!: Use StructuredLogHandler for Cloud Run Job
    
    * Removed print statement
    
    * Resolved all merge conflicts
    
    * linting
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gkevinzheng and gcf-owl-bot[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    758d439 View commit details
    Browse the repository at this point in the history
Loading