-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: googleapis/python-retail
base: v1.4.1
head repository: googleapis/python-retail
compare: v1.5.0
- 16 commits
- 95 files changed
- 7 contributors
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc20d6e - Browse repository at this point
Copy the full SHA dc20d6eView commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e6efd7 - Browse repository at this point
Copy the full SHA 5e6efd7View commit details -
test: create bq table fixed (#184)
Co-authored-by: tetiana-karasova <tetiana.karasova@gmail.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 022f3b1 - Browse repository at this point
Copy the full SHA 022f3b1View commit details -
chore: Replace str.format() and string concatenation in samples with …
…f-string (#186) * create bq table fixed * feat: srting format is adjustetd * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix typo * revert unrelated change * use project_id instead of project_number * fix typo * use project_id instead of project_number Co-authored-by: tetiana-karasova <tetiana.karasova@gmail.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8ece55c - Browse repository at this point
Copy the full SHA 8ece55cView commit details
Commits on Mar 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef77edc - Browse repository at this point
Copy the full SHA ef77edcView commit details
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6a3dc10 - Browse repository at this point
Copy the full SHA 6a3dc10View commit details
Commits on Mar 15, 2022
-
chore: Scripts were added to simplify the work environment creation (#…
…187) * feat: added scripts to simplify work env setup * fixes for the scripts Co-authored-by: tetiana-karasova <tetiana.karasova@gmail.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for a29bc6c - Browse repository at this point
Copy the full SHA a29bc6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ff28c - Browse repository at this point
Copy the full SHA 33ff28cView commit details
Commits on Mar 16, 2022
-
chore: fix for the import data to the catalog script (#190)
* create_test_resources path to schemas is fixed * Update user_import_data_to_catalog.sh Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for dd7d174 - Browse repository at this point
Copy the full SHA dd7d174View commit details
Commits on Mar 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for efa6101 - Browse repository at this point
Copy the full SHA efa6101View commit details
Commits on Mar 23, 2022
-
chore(python): configure release-please on previous major versions (#194
) Source-Link: googleapis/synthtool@c1dd87e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d13c2172a5d6129c861edaa48b60ead15aeaf58aa75e02d870c4cbdfa63aaba Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 31d7fd5 - Browse repository at this point
Copy the full SHA 31d7fd5View commit details
Commits on Mar 28, 2022
-
docs: users can self enroll retail search feature on cloud console (#195
) * docs: users can self enroll retail search feature on cloud console docs: suggest search users not to send IP and use hashed user id docs: deprecate request_id in ImportProductsRequest docs: deprecate search dynamic_facet_spec and suggest to config on cloud console docs: keep the API doc up-to-date with recent changes feat: add new AddLocalInventories and RemoveLocalInventories APIs feat: users cannot switch to empty default branch unless force override feat: allow search users to skip validation for invalid boost specs feat: support search personalization feat: search returns applied control ids in the response PiperOrigin-RevId: 437355889 Source-Link: googleapis/googleapis@4d00815 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2b798247d46c932737cf689744a827fae7e5313 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJiNzk4MjQ3ZDQ2YzkzMjczN2NmNjg5NzQ0YTgyN2ZhZTdlNTMxMyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8d61976 - Browse repository at this point
Copy the full SHA 8d61976View commit details
Commits on Mar 29, 2022
-
chore(python): use black==22.3.0 (#197)
* chore(python): use black==22.3.0 Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe * ci: use black 22.3.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for b3d5eb4 - Browse repository at this point
Copy the full SHA b3d5eb4View commit details
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cbd777f - Browse repository at this point
Copy the full SHA cbd777fView commit details -
chore: update README and setup scripts (#193)
* update README * fix: sleep is added to the setup script * fix: sleep is added to the setup script Co-authored-by: tetiana-karasova <tetiana.karasova@gmail.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0046cc2 - Browse repository at this point
Copy the full SHA 0046cc2View commit details -
chore(main): release 1.5.0 (#196)
🤖 I have created a release *beep* *boop* --- ## [1.5.0](v1.4.1...v1.5.0) (2022-03-30) ### Features * add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](8d61976)) * allow search users to skip validation for invalid boost specs ([8d61976](8d61976)) * search returns applied control ids in the response ([8d61976](8d61976)) * support search personalization ([8d61976](8d61976)) * users cannot switch to empty default branch unless force override ([8d61976](8d61976)) ### Documentation * deprecate request_id in ImportProductsRequest ([8d61976](8d61976)) * deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](8d61976)) * keep the API doc up-to-date with recent changes ([8d61976](8d61976)) * suggest search users not to send IP and use hashed user id ([8d61976](8d61976)) * users can self enroll retail search feature on cloud console ([8d61976](8d61976)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 4d49d00 - Browse repository at this point
Copy the full SHA 4d49d00View 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.1...v1.5.0