-
Notifications
You must be signed in to change notification settings - Fork 138
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-sqlalchemy
base: v0.6.1
head repository: googleapis/python-bigquery-sqlalchemy
compare: v0.7.0
- 11 commits
- 33 files changed
- 8 contributors
Commits on Apr 13, 2021
-
chore: add constraints file check for python samples (#119)
This is the sibling PR to GoogleCloudPlatform/python-docs-samples#5611 and this is the issue opened for it GoogleCloudPlatform/python-docs-samples#5549 If you look at the files in [this example repo](https://github.com/leahecole/testrepo-githubapp/pull/31/files), you'll see that renovate successfully opened a PR on three constraints files in `samples` directories and subdirectories, and properly ignored `constraints` files at the root level cc @tswast TODO: - [x] update renovate to check for samples/constraints.txt dependency updates - [x] run lint locally to double check that I'm not introducing lint error Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Source-Date: Fri Apr 9 22:50:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 0a071b3460344886297a304253bf924aa68ddb7e Source-Link: googleapis/synthtool@0a071b3 Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8564b79 - Browse repository at this point
Copy the full SHA 8564b79View commit details -
test: move table creation to temporary dataset (#124)
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: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #123 🦕
Configuration menu - View commit details
-
Copy full SHA for 9179193 - Browse repository at this point
Copy the full SHA 9179193View commit details
Commits on Apr 16, 2021
-
chore: prevent normalization of semver versioning (#125)
* chore: prevent normalization of semver versioning * chore: update setup.py for style * chore: update workaround to make sic work
Configuration menu - View commit details
-
Copy full SHA for 4d169b9 - Browse repository at this point
Copy the full SHA 4d169b9View commit details
Commits on Apr 20, 2021
-
fix: Select expressions no-longer force use of labels (#129)
* Fixed a dependency problem that caysed test failures in Python 3.6. The source of the dependency bug is in old versions of google-cloud-core that depend on too-old versions of google-api-core. * Provide a bigquery mock based on sqlite So we don't have t mock at the api level. * Don't force labels in select. #78
Configuration menu - View commit details
-
Copy full SHA for 669b301 - Browse repository at this point
Copy the full SHA 669b301View commit details
Commits on Apr 21, 2021
-
build: use PyPI API token in secret manager (#126)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/0132d4b4-e925-416d-8b57-8d018e62ea7c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@043cc62 Source-Link: googleapis/synthtool@721339a
Configuration menu - View commit details
-
Copy full SHA for 1201949 - Browse repository at this point
Copy the full SHA 1201949View commit details
Commits on Apr 27, 2021
-
chore(revert): revert preventing normalization (#132)
reverts previous commit for preventing normalization of versioning
Configuration menu - View commit details
-
Copy full SHA for 6b35c9b - Browse repository at this point
Copy the full SHA 6b35c9bView commit details
Commits on Apr 28, 2021
-
chore(deps): update dependency pytest to v6.2.3 (#112)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==6.2.2` -> `==6.2.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pytest-dev/pytest</summary> ### [`v6.2.3`](https://togithub.com/pytest-dev/pytest/releases/6.2.3) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.2...6.2.3) # pytest 6.2.3 (2021-04-03) ## Bug Fixes - [#​8414](https://togithub.com/pytest-dev/pytest/issues/8414): pytest used to create directories under `/tmp` with world-readable permissions. This means that any user in the system was able to read information written by tests in temporary directories (such as those created by the `tmp_path`/`tmpdir` fixture). Now the directories are created with private permissions. pytest used silenty use a pre-existing `/tmp/pytest-of-<username>` directory, even if owned by another user. This means another user could pre-create such a directory and gain control of another user\\'s temporary directory. Now such a condition results in an error. </details> --- ### 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**: Renovate will not automatically rebase this PR, because other commits have been found. :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-bigquery-sqlalchemy).
Configuration menu - View commit details
-
Copy full SHA for 882223d - Browse repository at this point
Copy the full SHA 882223dView commit details -
chore: add yoshi to CODEOWNERS (#134)
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-sqlalchemy/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> 🦕
Configuration menu - View commit details
-
Copy full SHA for 795ccf7 - Browse repository at this point
Copy the full SHA 795ccf7View commit details
Commits on Apr 29, 2021
-
Co-authored-by: google-cloud-policy-bot[bot] <80869356+google-cloud-policy-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0a3151b - Browse repository at this point
Copy the full SHA 0a3151bView commit details
Commits on May 12, 2021
-
feat: Comment/description support, bug fixes and better test coverage (…
…#138) - Runs SQLAlchemy dialect-compliance tests (as system tests). - 100% unit-test coverage. - Support for table and column comments/descriptions (requiring SQLAlchemy 1.2 or higher). - Fixes bugs found while debugging tests, including: - Handling of `in` queries. - String literals with special characters. - Use BIGNUMERIC when necessary. - Missing types: BIGINT, SMALLINT, Boolean, REAL, CHAR, NCHAR, VARCHAR, NVARCHAR, TEXT, VARBINARY, DECIMAL - Literal bytes, dates, times, datetimes, timestamps, and arrays. - Get view definitions. - When executing parameterized queries, the new BigQuery DB API parameter syntax is used to pass type information. This is helpful when the DB API can't determine type information from values, or can't determine it correctly.
Jim Fulton authoredMay 12, 2021 Configuration menu - View commit details
-
Copy full SHA for fb7c188 - Browse repository at this point
Copy the full SHA fb7c188View commit details -
* chore: release 0.7.0 * Update CHANGELOG.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jim Fulton <jim@jimfulton.info>
Configuration menu - View commit details
-
Copy full SHA for f5adfc0 - Browse repository at this point
Copy the full SHA f5adfc0View commit details
There are no files selected for viewing