-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add XMPP Sample #297
Merged
Add XMPP Sample #297
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Apr 28, 2016
import webapp2 | ||
|
||
# Mock roster of users | ||
roster = mock.Mock() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant.
LGTM with one tiny nit. |
nicain
pushed a commit
that referenced
this pull request
Nov 2, 2022
8 tasks
m-strzelczyk
pushed a commit
that referenced
this pull request
Nov 9, 2022
* Fix a minor typo * chore(docs): Fix a minor typo
8 tasks
donmccasland
pushed a commit
that referenced
this pull request
Nov 11, 2022
8 tasks
arbrown
pushed a commit
that referenced
this pull request
Nov 14, 2022
* chore(deps): update dependency google-cloud-storage to v2.1.0 * set pin for google-cloud-storage for py36 * set pin for google-cloud-storage for py36 * revert pin for py36 * revert pin for py36 Co-authored-by: Anthonios Partheniou <partheniou@google.com>
8 tasks
dandhlee
pushed a commit
that referenced
this pull request
Nov 15, 2022
* chore(deps): update dependency google-cloud-storage to v2.1.0 * set pin for google-cloud-storage for py36 * set pin for google-cloud-storage for py36 * revert pin for py36 * revert pin for py36 Co-authored-by: Anthonios Partheniou <partheniou@google.com>
dandhlee
pushed a commit
that referenced
this pull request
Nov 16, 2022
* Fix a minor typo * chore(docs): Fix a minor typo
arbrown
pushed a commit
that referenced
this pull request
Nov 17, 2022
Source-Link: googleapis/synthtool@0941ef3 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f90537dd7df70f6b663cd654b1fa5dee483cf6a4edcfd46072b2775be8a23ec Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
8 tasks
dandhlee
pushed a commit
that referenced
this pull request
Nov 17, 2022
Source-Link: googleapis/synthtool@0941ef3 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f90537dd7df70f6b663cd654b1fa5dee483cf6a4edcfd46072b2775be8a23ec Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
msampathkumar
pushed a commit
that referenced
this pull request
Nov 18, 2022
8 tasks
holtskinner
pushed a commit
that referenced
this pull request
Jan 3, 2023
8 tasks
holtskinner
pushed a commit
that referenced
this pull request
Jan 4, 2023
dandhlee
pushed a commit
that referenced
this pull request
Jan 5, 2023
dandhlee
pushed a commit
that referenced
this pull request
Jan 26, 2023
dandhlee
added a commit
that referenced
this pull request
Feb 28, 2023
* docs(samples): add reCAPTCHA Enterprise code samples (#112) * docs(samples): added samples and tests for site key CRUD operation * docs(samples): added samples and tests for create assessment * docs(samples): modified requirements and test inputs * docs(samples): lint fix - adding copyright * fix(samples): added nox config and modified requirements-test * docs(samples): lint fix * refactor(samples): updated nox file * docs(samples): lint fix * docs(samples): added nox config * docs(samples): lint fix; modified nox config * refactor(samples): incorporated review comments * refactor(samples): lint fix * refactor(samples): lint fix * refactor(samples): lint fix * docs(samples): updated to use latest chrome version and lint fix * fix(samples): updated selenium to use chrome browser and added display name to update key * build: add placeholder dockerfile, update kokoro configs * Adding chrome installation in docker * refactor(samples): removed webdriver manager dependency. Included commands to install binary file in docker. * fix(samples): changed the chromedriver version to latest release. * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * refactor(samples): included review comments Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#136) * chore(deps): update all dependencies * fix: split selenium dependency on python 3.6 Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.0 (#139) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.1 (#145) * docs(samples): removed assessment name in create_assessment sample (#147) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.0 (#150) * chore: delete owlbot.py (#151) * chore: delete owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * use the latest post processor image * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot 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> * docs(samples): added sample and tests for annotate assessment API (#155) 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-recaptcha-enterprise/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 #154 🦕 * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.1 (#159) * docs(samples): added samples and test to migrate key and get metrics (#161) 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-recaptcha-enterprise/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 #160 🦕 * chore(deps): update all dependencies (#177) * chore(deps): update all dependencies * revert pin change for python 3.6 Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#186) * chore(deps): update all dependencies * chore: remove split pin on selenium We do not run tests on Python < 3.6. Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#190) * chore(deps): update all dependencies * 🦉 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> * chore(deps): update all dependencies (#192) * chore(deps): update all dependencies * 🦉 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> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.6.1 (#202) * chore(deps): update dependency selenium to v4.1.3 (#203) * chore(deps): update dependency pytest to v7.1.0 (#204) * chore(deps): update dependency pytest to v7.1.1 (#206) * chore(python): use black==22.3.0 (#209) Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe * chore(deps): update dependency flask to v2.1.0 (#208) * chore(deps): update dependency flask to v2.1.1 (#212) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(python): add nox session to sort python imports (#220) Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency pytest to v7.1.2 (#223) * chore(deps): update dependency flask to v2.1.2 (#225) * chore(deps): update dependency selenium to v4.1.5 (#231) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.7.0 (#234) * chore(deps): update dependency selenium to v4.2.0 (#257) * chore(deps): update all dependencies (#263) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#275) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert * test: find_element_by_id->find_element * test: add import from selenium.webdriver.common.by import By Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#276) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#277) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#279) * chore(deps): update all dependencies * revert * 🦉 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: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#280) * chore(deps): update all dependencies * revert * 🦉 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: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.1 (#285) * chore(deps): update dependency selenium to v4.4.3 (#286) * chore(deps): update dependency pytest to v7.1.3 (#297) * chore(deps): update dependency selenium to v4.5.0 (#305) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.2 (#307) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.3 (#310) * chore(deps): update dependency pytest to v7.2.0 (#313) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.9.0 (#314) * Update copyright header * Fix: selenium web-driver path issue * Update CODEOWNERS and blunderbuss.yml * Update copyright headers change "Google Inc" to "Google, Inc" * Update import order in test_create_assessment.py * Update import order in test_create_assessment.py * Update .github/CODEOWNERS Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update .github/blunderbuss.yml * chore(samples): add Selenium resources for Docker * Update blunderbuss.yml * Update blunderbuss.yml * Update blunderbuss.yml * Update .github/blunderbuss.yml Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update CODEOWNERS No addtions/deletions. Just sorted data. * Update noxfile_config.py Limit testing to latest versions only (3.9 and 3.10) * Update noxfile_config.py * Update blunderbuss.yml * Updates to CODEOWNERS and blunderbuss * Fixed deprecation warnings in tests * Fixed lint - import order * CODEOWNERS team rename aap-dpes -> torus-dpe * CODEOWNERS clean-up --------- Co-authored-by: Sita Lakshmi Sangameswaran <sita1996@gmail.com> Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <renovate@whitesourcesoftware.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> Co-authored-by: Remigiusz Samborski <rsamborski@users.noreply.github.com> Co-authored-by: rsamborski <rsamborski@gmail.com> Co-authored-by: Jennifer Davis <iennae@gmail.com>
telpirion
pushed a commit
that referenced
this pull request
Mar 13, 2023
telpirion
pushed a commit
that referenced
this pull request
Mar 13, 2023
* docs(samples): add reCAPTCHA Enterprise code samples (#112) * docs(samples): added samples and tests for site key CRUD operation * docs(samples): added samples and tests for create assessment * docs(samples): modified requirements and test inputs * docs(samples): lint fix - adding copyright * fix(samples): added nox config and modified requirements-test * docs(samples): lint fix * refactor(samples): updated nox file * docs(samples): lint fix * docs(samples): added nox config * docs(samples): lint fix; modified nox config * refactor(samples): incorporated review comments * refactor(samples): lint fix * refactor(samples): lint fix * refactor(samples): lint fix * docs(samples): updated to use latest chrome version and lint fix * fix(samples): updated selenium to use chrome browser and added display name to update key * build: add placeholder dockerfile, update kokoro configs * Adding chrome installation in docker * refactor(samples): removed webdriver manager dependency. Included commands to install binary file in docker. * fix(samples): changed the chromedriver version to latest release. * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * refactor(samples): included review comments Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#136) * chore(deps): update all dependencies * fix: split selenium dependency on python 3.6 Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.0 (#139) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.1 (#145) * docs(samples): removed assessment name in create_assessment sample (#147) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.0 (#150) * chore: delete owlbot.py (#151) * chore: delete owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * use the latest post processor image * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot 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> * docs(samples): added sample and tests for annotate assessment API (#155) 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-recaptcha-enterprise/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 #154 🦕 * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.1 (#159) * docs(samples): added samples and test to migrate key and get metrics (#161) 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-recaptcha-enterprise/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 #160 🦕 * chore(deps): update all dependencies (#177) * chore(deps): update all dependencies * revert pin change for python 3.6 Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#186) * chore(deps): update all dependencies * chore: remove split pin on selenium We do not run tests on Python < 3.6. Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#190) * chore(deps): update all dependencies * 🦉 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> * chore(deps): update all dependencies (#192) * chore(deps): update all dependencies * 🦉 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> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.6.1 (#202) * chore(deps): update dependency selenium to v4.1.3 (#203) * chore(deps): update dependency pytest to v7.1.0 (#204) * chore(deps): update dependency pytest to v7.1.1 (#206) * chore(python): use black==22.3.0 (#209) Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe * chore(deps): update dependency flask to v2.1.0 (#208) * chore(deps): update dependency flask to v2.1.1 (#212) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(python): add nox session to sort python imports (#220) Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency pytest to v7.1.2 (#223) * chore(deps): update dependency flask to v2.1.2 (#225) * chore(deps): update dependency selenium to v4.1.5 (#231) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.7.0 (#234) * chore(deps): update dependency selenium to v4.2.0 (#257) * chore(deps): update all dependencies (#263) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#275) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert * test: find_element_by_id->find_element * test: add import from selenium.webdriver.common.by import By Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#276) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#277) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#279) * chore(deps): update all dependencies * revert * 🦉 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: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#280) * chore(deps): update all dependencies * revert * 🦉 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: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.1 (#285) * chore(deps): update dependency selenium to v4.4.3 (#286) * chore(deps): update dependency pytest to v7.1.3 (#297) * chore(deps): update dependency selenium to v4.5.0 (#305) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.2 (#307) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.3 (#310) * chore(deps): update dependency pytest to v7.2.0 (#313) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.9.0 (#314) * Update copyright header * Fix: selenium web-driver path issue * Update CODEOWNERS and blunderbuss.yml * Update copyright headers change "Google Inc" to "Google, Inc" * Update import order in test_create_assessment.py * Update import order in test_create_assessment.py * Update .github/CODEOWNERS Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update .github/blunderbuss.yml * chore(samples): add Selenium resources for Docker * Update blunderbuss.yml * Update blunderbuss.yml * Update blunderbuss.yml * Update .github/blunderbuss.yml Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update CODEOWNERS No addtions/deletions. Just sorted data. * Update noxfile_config.py Limit testing to latest versions only (3.9 and 3.10) * Update noxfile_config.py * Update blunderbuss.yml * Updates to CODEOWNERS and blunderbuss * Fixed deprecation warnings in tests * Fixed lint - import order * CODEOWNERS team rename aap-dpes -> torus-dpe * CODEOWNERS clean-up --------- Co-authored-by: Sita Lakshmi Sangameswaran <sita1996@gmail.com> Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <renovate@whitesourcesoftware.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> Co-authored-by: Remigiusz Samborski <rsamborski@users.noreply.github.com> Co-authored-by: rsamborski <rsamborski@gmail.com> Co-authored-by: Jennifer Davis <iennae@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.