8000 Comparing v1.1.0...v1.2.0 · googleapis/python-webrisk · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 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-webrisk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: googleapis/python-webrisk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 6 commits
  • 47 files changed
  • 5 contributors

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    52a958b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update precommit hook pycqa/flake8 to v3.9.0 (#52)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [pycqa/flake8](https://gitlab.com/pycqa/flake8) | repository | minor | `3.8.4` -> `3.9.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pycqa/flake8</summary>
    
    ### [`v3.9.0`](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    [Compare Source](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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-webrisk).
    renovate-bot authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a9ef763 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. feat: add from_service_account_info (#55)

    * chore: exclude `.nox` directories from linting
    
    The samples tests create `.nox` directories
    with all dependencies installed. These directories
    should be excluded from linting.
    
    I've tested this change locally, and it significantly
    speeds up linting on my machine.
    
    Source-Author: Tim Swast <swast@google.com>
    Source-Date: Tue Dec 22 13:04:04 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 373861061648b5fe5e0ac4f8a38b32d639ee93e4
    Source-Link: googleapis/synthtool@3738610
    
    * chore: upgrade gapic-generator-python to 0.39.1
    
    feat: add 'from_service_account_info' factory to clients
    fix: fix sphinx identifiers
    PiperOrigin-RevId: 350246057
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jan 5 16:44:11 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 520682435235d9c503983a360a2090025aa47cd1
    Source-Link: googleapis/googleapis@5206824
    
    * chore: update Go generator, rules_go, and protobuf
    
    PiperOrigin-RevId: 352816749
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jan 20 10:06:23 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: ceaaf31b3d13badab7cf9d3b570f5639db5593d9
    Source-Link: googleapis/googleapis@ceaaf31
    
    * chore: upgrade gapic-generator-python to 0.40.5
    
    PiperOrigin-RevId: 354996675
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Feb 1 12:11:49 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 20712b8fe95001b312f62c6c5f33e3e3ec92cfaf
    Source-Link: googleapis/googleapis@20712b8
    
    * chore: update gapic-generator-python
    
    PiperOrigin-RevId: 355923884
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Feb 5 14:04:52 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 5e3dacee19405529b841b53797df799c2383536c
    Source-Link: googleapis/googleapis@5e3dace
    
    * chore: update gapic-generator-python to 0.40.11
    
    PiperOrigin-RevId: 359562873
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Feb 25 10:52:32 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 07932bb995e7dc91b43620ea8402c6668c7d102c
    Source-Link: googleapis/googleapis@07932bb
    
    * chore: upgrade gapic-generator-python to 0.42.2
    
    PiperOrigin-RevId: 361662015
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 8 14:47:18 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf
    Source-Link: googleapis/googleapis@28a5919
    
    * chore(bazel): update go-genproto override chore(bazel): comment rules_go update blocker
    
    PiperOrigin-RevId: 362170887
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Mar 10 16:39:08 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 3efec25aa7e225dac913be6d759cacfe7898fa8c
    Source-Link: googleapis/googleapis@3efec25
    
    * chore: regenerate
    
    Co-authored-by: Bu Sun Kim <busunkim@google.com>
    yoshi-automation and busunkim96 authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1e9e2c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Mar 31, 2021

  1. build(python): update docfx job to use new plugin (#59)

    * changes without context
    
    * build(python): update docfx job to use new plugin
    
    Source-Author: Dan Lee <71398022+dandhlee@users.noreply.github.com>
    Source-Date: Tue Mar 30 19:36:37 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 4501974ad08b5d693311457e2ea4ce845676e329
    Source-Link: googleapis/synthtool@4501974
    yoshi-automation authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    01db0aa View commit details
    Browse the repository at this point in the history
  2. chore: release 1.2.0 (#56)

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