-
Notifications
You must be signed in to change notification settings - Fork 139
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-sqlalchemy
base: v1.4.3
head repository: googleapis/python-bigquery-sqlalchemy
compare: v1.4.4
- 15 commits
- 33 files changed
- 7 contributors
Commits on Mar 28, 2022
-
chore(python): use black==22.3.0 (#438)
Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe
Configuration menu - View commit details
-
Copy full SHA for 2b1f5c4 - Browse repository at this point
Copy the full SHA 2b1f5c4View commit details
Commits on Mar 30, 2022
-
chore(deps): update all dependencies (#425)
* chore(deps): update all dependencies * revert changes * revert sqlalchemy * revert pytest * revert pytest * chore: update grpcio to match grpcio-status Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 7c379f5 - Browse repository at this point
Copy the full SHA 7c379f5View commit details -
chore(python): add E231 to .flake8 ignore list (#440)
Source-Link: googleapis/synthtool@7ff4aad Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:462782b0b492346b2d9099aaff52206dd30bc8e031ea97082e6facecc2373244
Configuration menu - View commit details
-
Copy full SHA for 61feb51 - Browse repository at this point
Copy the full SHA 61feb51View commit details
Commits on Apr 1, 2022
-
chore(python): update .pre-commit-config.yaml to use black==22.3.0 (#442
) Source-Link: googleapis/synthtool@7804ade Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:eede5672562a32821444a8e803fb984a6f61f2237ea3de229d2de24453f4ae7d
Configuration menu - View commit details
-
Copy full SHA for ec00b22 - Browse repository at this point
Copy the full SHA ec00b22View commit details -
chore(python): Enable size-label bot (#443)
Source-Link: googleapis/synthtool@06e8279 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:b3500c053313dc34e07b1632ba9e4e589f4f77036a7cf39e1fe8906811ae0fce
Configuration menu - View commit details
-
Copy full SHA for 75d2989 - Browse repository at this point
Copy the full SHA 75d2989View commit details -
chore(python): refactor unit / system test dependency install (#444)
Source-Link: googleapis/synthtool@993985f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:1894490910e891a385484514b22eb5133578897eb5b3c380e6d8ad475c6647cd
Configuration menu - View commit details
-
Copy full SHA for f545d4c - Browse repository at this point
Copy the full SHA f545d4cView commit details
Commits on Apr 4, 2022
-
chore: use pytest-flake8==1.1.0 in dev_requirements.txt (#446)
#### Summary `dev_requirements.txt` was recently changed to upgrade the dependency on pytest-flake8 from 1.1.0 to 1.1.1. Unfortunately, pytest-flake8 requires pytest 7 or above, and the current pinned dependency for pytest is 6.2.5. I tried moving up to pytest 7 but it seems like there's a decent amount of work going into that, so in order to fix main, this PR moves the pytest-flake8 pinned version back to 1.1.0. Fixes #445.
Configuration menu - View commit details
-
Copy full SHA for 6f556e4 - Browse repository at this point
Copy the full SHA 6f556e4View commit details -
chore(deps): update all dependencies (#441)
* chore(deps): update all dependencies * use === to prevent future updates * use === to prevent future updates * use === to prevent future updates * use === to prevent future updates * use === to prevent future updates * revert Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 9298a7a - Browse repository at this point
Copy the full SHA 9298a7aView commit details
Commits on Apr 6, 2022
-
chore(python): add license header to auto-label.yaml (#449)
Source-Link: googleapis/synthtool@eb78c98 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8a5d3f6a2e43ed8293f34e06a2f56931d1e88a2694c3bb11b15df4eb256ad163
Configuration menu - View commit details
-
Copy full SHA for 285913a - Browse repository at this point
Copy the full SHA 285913aView commit details
Commits on Apr 21, 2022
-
chore(python): use ubuntu 22.04 in docs image (#454)
Source-Link: googleapis/synthtool@f15cc72 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
Configuration menu - View commit details
-
Copy full SHA for ba875a6 - Browse repository at this point
Copy the full SHA ba875a6View commit details
Commits on May 5, 2022
-
chore: [autoapprove] update readme_gen.py to include autoescape True (#…
…455) Source-Link: googleapis/synthtool@6b4d5a6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc1a0cf - Browse repository at this point
Copy the full SHA dc1a0cfView commit details -
chore(python): auto approve template changes (#458)
Source-Link: googleapis/synthtool@453a5d9 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:81ed5ecdfc7cac5b699ba4537376f3563f6f04122c4ec9e735d3b3dc1d43dd32
Configuration menu - View commit details
-
Copy full SHA for c927f06 - Browse repository at this point
Copy the full SHA c927f06View commit details
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 177e70a - Browse repository at this point
Copy the full SHA 177e70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for acc9274 - Browse repository at this point
Copy the full SHA acc9274View commit details
Commits on Jun 9, 2022
-
chore(main): release 1.4.4 (#462)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 06c0270 - Browse repository at this point
Copy the full SHA 06c0270View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.3...v1.4.4