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

Commits on Mar 25, 2021

  1. test: check minimum dependency versions (#122)

    * chore(deps): update precommit hook pycqa/flake8 to v3.9.0
    
    [![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/synthtool).
    
    Source-Author: WhiteSource Renovate <bot@renovateapp.com>
    Source-Date: Tue Mar 23 17:38:03 2021 +0100
    Source-Repo: googleapis/synthtool
    Source-Sha: f5c5904fb0c6aa3b3730eadf4e5a4485afc65726
    Source-Link: googleapis/synthtool@f5c5904
    
    * test(python): use constraints files to check dependency lower bounds
    
    Use a constraints file when installing dependencies for system and unit tests nox sessions.
    
    https://pip.pypa.io/en/stable/user_guide/#constraints-files
    > Constraints files are requirements files that **only control which version of a requirement is installed, not whether it is installed or not**. Their syntax and contents is nearly identical to Requirements Files. There is one key difference: Including a package in a constraints file does not trigger installation of the package.
    
    ```
    testing
    ├── constraints-3.10.txt
    ├── constraints-3.11.txt
    ├── constraints-3.6.txt
    ├── constraints-3.7.txt
    ├── constraints-3.8.txt
    └── constraints-3.9.txt
    ```
    
    Going forward, one constraints file (currently 3.6) will be populated with every library requirement and extra listed in the `setup.py`. The constraints file will pin each requirement to the lower bound. This ensures that library maintainers will see test failures if they forget to update a lower bound on a dependency.
    
    See googleapis/python-bigquery#263 for an example
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Mar 23 10:52:02 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 86ed43d4f56e6404d068e62e497029018879c771
    Source-Link: googleapis/synthtool@86ed43d
    yoshi-automation authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    434c09f 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 (#123)

    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
    a0a0964 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. chore: migrate to owl-bot (#124)

    * chore: migrate to owl bot
    
    * chore: copy files from googleapis-gen ad5147b2c3694044935301527f68b951c2e1f419
    
    * chore: run the post processor
    
    * fix: proper quotes owlbot.py
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    SurferJeffAtGoogle and parthea authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5e359a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5b1a1 View commit details
    Browse the repository at this point in the history
  3. fix: use correct retry deadline (#121)

    fix: require proto-plus>=1.15.0
    yoshi-automation authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    91910f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e214e16 View commit details
    Browse the repository at this point in the history
Loading