Skip to content
This repository was archived by the owner on Nov 9, 2024. 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-analytics-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: googleapis/python-analytics-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 3 commits
  • 38 files changed
  • 3 contributors

Commits on Jun 6, 2021

  1. chore(deps): update dependency google-analytics-data to v0.5.1 (#78)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-analytics-data](https://togithub.com/googleapis/python-analytics-data) | `==0.5.0` -> `==0.5.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-analytics-data/0.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-analytics-data/0.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-analytics-data/0.5.1/compatibility-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-analytics-data/0.5.1/confidence-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-analytics-data</summary>
    
    ### [`v0.5.1`](https://togithub.com/googleapis/python-analytics-data/blob/master/CHANGELOG.md#&#8203;051-httpswwwgithubcomgoogleapispython-analytics-datacomparev050v051-2021-05-28)
    
    [Compare Source](https://togithub.com/googleapis/python-analytics-data/compare/v0.5.0...v0.5.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-analytics-data).
    renovate-bot authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    72eaf4c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. chore: upgrade gapic-generator-python to 0.46.3 (#79)

    This PR is the result of manually running the following commands in order to pull in the latest changes from googleapis-gen which includes gapic generator version 0.46.3:
    
    1. Download the latest docker image for owlbot-cli
    ```
    docker pull gcr.io/repo-automation-bots/owlbot-cli:latest
    ```
    2. Run the owlbot-cli to copy the generated client from googleapis/googleapis-gen
    ```
    docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-cli:latest copy-code
    ```
    3. Download the latest docker image for owlbot-python
    ```
    docker pull gcr.io/repo-automation-bots/owlbot-python:latest
    ```
    4. Run the post processor image
    ```
    docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-python:latest
    ```
    
    Other features/fixes include: 
    
    fix: add async client to %name_%version/init.py
    chore: add autogenerated snippets
    chore: remove auth, policy, and options from the reserved names list
    feat: support self-signed JWT flow for service accounts
    chore: enable GAPIC metadata generation
    chore: sort subpackages in %namespace/%name/init.py
    parthea authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    ff2beb8 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.6.0 (#80)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8055553 View commit details
    Browse the repository at this point in the history
Loading