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-bigquery-pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.3
Choose a base ref
...
head repository: googleapis/python-bigquery-pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.4
Choose a head ref
  • 3 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 8, 2022

  1. fix: correctly transform query job timeout configuration and exceptio…

    …ns (#492)
    
    * fix: correctly transform query job timeout configuration and exceptions
    
    * unit tests for configuration transformations
    
    * add unit tests for timeout
    
    * link todo to relevant issue
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * use correct template for freezegun deps
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * decrease tick time in case multiple time calls are made
    
    * try no tick
    
    * add freezegun to conda deps
    
    * typo
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    
    * typo
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <[email protected]>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    4 people authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d8c3900 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. fix: avoid deprecated "out-of-band" authentication flow (#500)

    The console-based copy-paste-a-token flow has been deprecated. See:
    https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html?m=1#disallowed-oob
    
    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-bigquery-pandas/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    tswast authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4758e3a View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.17.4 (#499)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### [0.17.4](v0.17.3...v0.17.4) (2022-03-14)
    
    
    ### Bug Fixes
    
    * avoid deprecated "out-of-band" authentication flow ([#500](#500)) ([4758e3a](4758e3a))
    * correctly transform query job timeout configuration and exceptions ([#492](#492)) ([d8c3900](d8c3900))
    
    ---
    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 Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ae6ad6b View commit details
    Browse the repository at this point in the history
Loading