-
Notifications
You must be signed in to change notification settings - Fork 2k
Svcbtc Master #576
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
Open
Erimsj04
wants to merge
156
commits into
googleworkspace:GA-v1-AppsScriptWebapp-updates
Choose a base branch
from
Erimsj04:master
base: GA-v1-AppsScriptWebapp-updates
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.
Open
Svcbtc Master #576
Erimsj04
wants to merge
156
commits into
googleworkspace:GA-v1-AppsScriptWebapp-updates
from
Erimsj04:master
Conversation
This file contains hidden or 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
`No HTML file named javaScript was found. (line 22, file "simpleTasks")` error due to capitalization typo in requested filename.
This prevents jquery from deleting the header row on .remove() as well as avoiding duplication of the rows on update.
Without this, the import fails and the example doesn't work.
Without this, the script fails to run and the example doesn't work.
Change jquery import to use https
Change jquery UI script include to use https
I was running into this earlier today, adding this piece fixed it for me. Best!
…-apps-script Initial checkin of Apps Script forms API samples
docs(samples): add the Google Analytics Admin API apps script sample app
Update YoutubeContentId to YouTubeContentId
Adding useLegacySql: false to account for error
Patch to fix docs sample cursorInspector
fix: 'No HTML file named javaScript was found'
…bile Remove obsolete android sample, deprecated ~3 years ago
Co-authored-by: Priyankarp24 <[email protected]>
Enable lint workflow + delint files
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
* Initial checkin of Forms API Apps Script webapp
…psScriptWebapp-2 Form api apps script webapp 2
…me-formatting Further tweaks on readme file
…nc-files/defaults/.github/sync-repo-settings.yaml' (googleworkspace#358)
…nc-files/defaults/.github/sync-repo-settings.yaml' (googleworkspace#360)
* Adds region tag * Update solutions/automations/upload-files/Code.js Co-authored-by: Steve Bazyl <[email protected]> * Update solutions/automations/upload-files/Code.js Co-authored-by: Steve Bazyl <[email protected]> Co-authored-by: Steve Bazyl <[email protected]> Co-authored-by: Steve Bazyl <[email protected]>
…orkspace#372) * Sample for the AppSheet and Apps Script video tutorial * fix: make requested changes * fix: broken markdown link Co-authored-by: Justin Poehnelt <[email protected]>
* Adds region tag * Updating region tag to standard format Co-authored-by: Vinay Vyas <[email protected]>
Co-authored-by: Vinay Vyas <[email protected]>
Co-authored-by: Vinay Vyas <[email protected]>
* Adds examples to People API advanced service * fix: Lint errors and replace for loop with find * fix: missing semi-colon * chore: more lint fixes * chore: more lint fixes Co-authored-by: Vinay Vyas <[email protected]>
* Google workspace rebranding from g suite * fix: Google workspace rebranding from g suite * Remove trailing space Co-authored-by: Vinay Vyas <[email protected]>
Sample uses `TOP` which is an invalid BQ function. Replace sample with query from https://cloud.google.com/bigquery/docs/sandbox.
…ers or multiple groups to Team Calendar (googleworkspace#390) * Added support for also adding indirect members or multiple groups * Fixed broken link
* Fix missing {}
* Update Code.js
* Update Code.js
---------
Co-authored-by: Vinay Vyas <[email protected]>
Updates minor typo.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
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.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Is it been tested?
Checklist