-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: googleapis/python-dialogflow-cx
base: v1.2.0
head repository: googleapis/python-dialogflow-cx
compare: v1.3.0
- 14 commits
- 39 files changed
- 8 contributors
Commits on Aug 2, 2021
-
chore: require CODEOWNER review and up to date branches (#141)
These two lines bring the rules on this repo in line with the defaults: https://github.com/googleapis/repo-automation-bots/blob/63c858e539e1f4d9bb8ea66e12f9c0a0de5fef55/packages/sync-repo-settings/src/required-checks.json#L40-L50
Configuration menu - View commit details
-
Copy full SHA for 69622b8 - Browse repository at this point
Copy the full SHA 69622b8View commit details
Commits on Aug 12, 2021
-
feat(v3beta1): added support for DLP templates (#143)
PiperOrigin-RevId: 389907245 Source-Link: googleapis/googleapis@114b141 Source-Link: https://github.com/googleapis/googleapis-gen/commit/20ed8580efd4268184fddedc5eee147b82472e68 feat(v3beta1): expose `Locations` service to get/list avaliable locations of Dialogflow products docs(v3beta1): reorder some fields
Configuration menu - View commit details
-
Copy full SHA for 7efb89c - Browse repository at this point
Copy the full SHA 7efb89cView commit details -
feat(v3): added support for DLP templates (#144)
PiperOrigin-RevId: 389939863 Source-Link: googleapis/googleapis@626df52 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6d110f5fb7540ab832798e838d226539122fccf2 feat(v3): expose `Locations` service to get/list avaliable locations of Dialogflow products
Configuration menu - View commit details
-
Copy full SHA for c74e3ac - Browse repository at this point
Copy the full SHA c74e3acView commit details -
chore(python): avoid
.nox
directories when building docs (#145)Source-Link: googleapis/synthtool@7e1f6da Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
Configuration menu - View commit details
-
Copy full SHA for beca000 - Browse repository at this point
Copy the full SHA beca000View commit details -
docs(samples): add agent creation code snippet (#146)
* add agent creation code snippet * update test * Updated test * moved delete agent * lint fix * lint fix * Fixed Copyright
Configuration menu - View commit details
-
Copy full SHA for 272fc98 - Browse repository at this point
Copy the full SHA 272fc98View commit details
Commits on Aug 13, 2021
-
chore: drop mention of Python 2.7 from templates (#148)
Source-Link: googleapis/synthtool@facee4c Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:9743664022bd63a8084be67f144898314c7ca12f0a03e422ac17c733c129d803 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b23200f - Browse repository at this point
Copy the full SHA b23200fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb0aa5 - Browse repository at this point
Copy the full SHA fbb0aa5View commit details -
docs(samples): add update intent sample (#142)
* add update intent sample * fixed lint * added agent creation * fixed lint * added randomized agent name * Failing test fix * Fixed failing test * Change intent request * removed self from test * lint fix * Update samples/snippets/update_intent_test.py Co-authored-by: Leah E. Cole <[email protected]> Co-authored-by: Leah E. Cole <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e80235 - Browse repository at this point
Copy the full SHA 3e80235View commit details
Commits on Aug 18, 2021
-
chore: generate python samples templates in owlbot.py (#149)
Generate python samples templates in owlbot.py
Configuration menu - View commit details
-
Copy full SHA for ddf6787 - Browse repository at this point
Copy the full SHA ddf6787View commit details
Commits on Aug 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 54ea84d - Browse repository at this point
Copy the full SHA 54ea84dView commit details
Commits on Aug 23, 2021
-
docs(samples): add region tags (#151)
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-dialogflow-cx/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 788b67a - Browse repository at this point
Copy the full SHA 788b67aView commit details
Commits on Aug 25, 2021
-
chore: migrate to main branch (#154)
* docs: migrate to main branch * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update owlbot * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update owlbot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a7330f - Browse repository at this point
Copy the full SHA 8a7330fView commit details
Commits on Aug 27, 2021
-
docs: clarified LRO types (#156)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 393365899 Source-Link: googleapis/googleapis@4309574 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4878f59e85c95457eb87a515f8bf739a2ec769cf docs: fixed incorrect update mask descriptions
Configuration menu - View commit details
-
Copy full SHA for a50e8dc - Browse repository at this point
Copy the full SHA a50e8dcView commit details
Commits on Aug 30, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ## [1.3.0](https://www.github.com/googleapis/python-dialogflow-cx/compare/v1.2.0...v1.3.0) (2021-08-27) ### Features * **v3:** added support for DLP templates ([#144](https://www.github.com/googleapis/python-dialogflow-cx/issues/144)) ([c74e3ac](https://www.github.com/googleapis/python-dialogflow-cx/commit/c74e3acb609363cdf941586e98ed2c8c5804980b)) * **v3beta1:** added support for DLP templates ([#143](https://www.github.com/googleapis/python-dialogflow-cx/issues/143)) ([7efb89c](https://www.github.com/googleapis/python-dialogflow-cx/commit/7efb89cc6311e1df9d03740ba6d078af3f79559e)) * **v3beta1:** expose `Locations` service to get/list avaliable locations of Dialogflow products ([7efb89c](https://www.github.com/googleapis/python-dialogflow-cx/commit/7efb89cc6311e1df9d03740ba6d078af3f79559e)) * **v3:** expose `Locations` service to get/list avaliable locations of Dialogflow products ([c74e3ac](https://www.github.com/googleapis/python-dialogflow-cx/commit/c74e3acb609363cdf941586e98ed2c8c5804980b)) ### Documentation * clarified LRO types ([#156](https://www.github.com/googleapis/python-dialogflow-cx/issues/156)) ([a50e8dc](https://www.github.com/googleapis/python-dialogflow-cx/commit/a50e8dca8952cea19be2587ee68c600a41a92eeb)) * fixed incorrect update mask descriptions ([a50e8dc](https://www.github.com/googleapis/python-dialogflow-cx/commit/a50e8dca8952cea19be2587ee68c600a41a92eeb)) * **samples:** add agent creation code snippet ([#146](https://www.github.com/googleapis/python-dialogflow-cx/issues/146)) ([272fc98](https://www.github.com/googleapis/python-dialogflow-cx/commit/272fc9879e536f7a9ea31d8c10169cf644170769)) * **samples:** add region tags ([#150](https://www.github.com/googleapis/python-dialogflow-cx/issues/150)) ([54ea84d](https://www.github.com/googleapis/python-dialogflow-cx/commit/54ea84d58064a7c8d0a71f020a0c8cf36ac157bd)) * **samples:** add region tags ([#151](https://www.github.com/googleapis/python-dialogflow-cx/issues/151)) ([788b67a](https://www.github.com/googleapis/python-dialogflow-cx/commit/788b67a8c966788a70a5d683a5e79e3a289c7ba3)) * **samples:** add update intent sample ([#142](https://www.github.com/googleapis/python-dialogflow-cx/issues/142)) ([3e80235](https://www.github.com/googleapis/python-dialogflow-cx/commit/3e80235277a0df12644d743f6853ba45263a1239)) * **v3beta1:** reorder some fields ([7efb89c](https://www.github.com/googleapis/python-dialogflow-cx/commit/7efb89cc6311e1df9d03740ba6d078af3f79559e)) --- 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 4c61da4 - Browse repository at this point
Copy the full SHA 4c61da4View 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.2.0...v1.3.0