forked from googleworkspace/google-chat-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from googleworkspace:master #5
Open
pull
wants to merge
160
commits into
antonyggvzvmnxxcx:master
Choose a base branch
from
googleworkspace:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
* Make gcloud ignore what git ignores * Upgrade dependencies, and fix breaking changes * Integrate Secret Manager * Use environment-provided service account * Minor: use Meta magic to improve django/admin * Correct static issues, fixes django admin * Update readme.md * Add template settings file (manually) * Update required APIs * Use unique envvars, as not to overload with Cloud Shell values * Improve readme.md
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
webhook google chat Co-authored-by: Anurag Sharma <aanursharm@google.com>
…ooms. (#123) Co-authored-by: himanshupr2627 <himanshupr@google.com>
* chore: Created local '.github/workflows/lint.yml' from remote 'sync-files/defaults/.github/workflows/lint.yml' * chore: Created local '.github/workflows/test.yml' from remote 'sync-files/defaults/.github/workflows/test.yml' * chore: Created local '.github/CODEOWNERS' from remote 'sync-files/defaults/.github/CODEOWNERS' * chore: Created local '.github/sync-repo-settings.yaml' from remote 'sync-files/defaults/.github/sync-repo-settings.yaml' * chore: Created local '.github/workflows/automation.yml' from remote 'sync-files/defaults/.github/workflows/automation.yml' * chore: Created local 'SECURITY.md' from remote 'SECURITY.md'
…ync-files/defaults/.github/workflows/automation.yml' (#146)
…ync-files/defaults/.github/workflows/automation.yml' (#147)
* chore: Synced local '.github/sync-repo-settings.yaml' with remote 'sync-files/defaults/.github/sync-repo-settings.yaml' * chore: Synced local '.github/workflows/automation.yml' with remote 'sync-files/defaults/.github/workflows/automation.yml'
…lts/.github/linters/' (#151)
* chore: Synced local '.github/workflows/automation.yml' with remote 'sync-files/defaults/.github/workflows/automation.yml' * chore: Synced local 'SECURITY.md' with remote 'SECURITY.md' * chore: Synced local '.github/linters/' with remote 'sync-files/defaults/.github/linters/'
Java Code Sample to build Avatar Bot using Google Cloud Functions See [instructions](https://developers.google.com/hangouts/chat/quickstart/gcf-bot).
…nc-files/defaults/.github/sync-repo-settings.yaml' (#157)
…nc-files/defaults/.github/sync-repo-settings.yaml' (#163)
* feat: Apps Script Avatar Bot Apps Script Code Sample to build Avatar Bot See [instructions](https://developers.google.com/hangouts/chat/quickstart/gcf-bot). * Rename hello-chat.js to hello-chat.gs
* chore: Add Java Avatar Bot region tag * Update region tag
* feat: Apps Script Webhook sample Apps Script Webhook sample to send messages to Google Chat [Instructions](https://developers.google.com/chat/how-tos/webhooks) * Update START END tags * Change var to const and update region tag
* feat: Java Webhook sample Java Webhook sampel to send messages to Google Chat [Instructions](https://developers.google.com/chat/how-tos/webhooks) * Move START comment before imports * Update region tag * Update pom region tag
Move code samples from [here](https://developers.google.com/chat/how-tos/preview-links) to github
* Update samples to Python 3.10 - Add 'match' statements in place of 'if/elif'. - Add parameter typing to method calls. - Change quote marks to be consistent * Cloud Functions Vote Bot Add Cloud Functions-based vote chat bot to mirror the JavaScript version in https://developers.google.com/chat/how-tos/cards-onclick. * Cloud Functions Vote Bot Add Cloud Functions-based vote chat bot to mirror the JavaScript version in https://developers.google.com/chat/how-tos/cards-onclick.
* Update samples to Python 3.10 - Add 'match' statements in place of 'if/elif'. - Add parameter typing to method calls. - Change quote marks to be consistent * Cloud Functions Vote Bot Add Cloud Functions-based vote chat bot to mirror the JavaScript version in https://developers.google.com/chat/how-tos/cards-onclick. * Cloud Functions Vote Bot Add Cloud Functions-based vote chat bot to mirror the JavaScript version in https://developers.google.com/chat/how-tos/cards-onclick. * Add venv directories and .history to .gitignore. Correct mis-matched start and end tags.
- Add typing - Add license definitions - Update `app.yaml` - Update `README.md` to new Python 3 virtual enviroment style
* Update samples to Python 3.10 - Add 'match' statements in place of 'if/elif'. - Add parameter typing to method calls. - Change quote marks to be consistent * Update main.py
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.7.0 to 6.11.0 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.7.0...v6.11.0) Updates `express` from 4.17.1 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.1...4.18.2) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.9.1 to 6.11.0. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.9.1...v6.11.0) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… inclusions into the dialogs guide (#319) * Edit contact form app code sample to embed it into the dialogs guide * rename confirmation function * Delete dialogs code sample (obsolete) * Fix region names
* feat: add region tags for guide inclusions * Add region tag
* feat: add contact-form-app to node and fix issues in apps-script * Remove debug code --------- Co-authored-by: pierrick <pierrick@google.com>
#322) * fix: rollback to two files in the contat-form-app code sample in apps script * Create contactForm.gs
* fix: region tags * fix region tag for node
Co-authored-by: pierrick <pierrick@google.com>
* feat: remove obsolete code samples * Delete python/card-app directory * Delete java/basic-async-app directory * Delete java/card-app directory
Co-authored-by: pierrick <pierrick@google.com>
Co-authored-by: pierrick <pierrick@google.com>
Co-authored-by: pierrick <pierrick@google.com>
* feat: add HTTP code samples for selection input * feat: add selection input code sample for Python * feat: add selection input code sample in Java * fix: copyrights --------- Co-authored-by: pierrick <pierrick@google.com>
Co-authored-by: pierrick <pierrick@google.com>
* Update README.md * Update README.md * Update README.md
Co-authored-by: pierrick <pierrick@google.com>
* feat: Add Python User Authorization App sample * Update main.py to correctly mention it's a Flask app Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com> --------- Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )