forked from GoogleCloudPlatform/community
-
Notifications
You must be signed in to change notification settings - Fork 1
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
updating fork to origin master #3
Merged
Merged
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
* Create index.md * Create pom.xml * Create App.java * Update index.md * Update index.md
* ltk-v2 * wip * add cloning to readme * repo duping and anitaffinity * before remove LTK_NUM_GKE_NODES * antiaffinity, elim num nodes from env, use .txt * set kubectl context * index.md corrections * harvest missing mkdir * index.md * index.md * index.md * index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md
* LTK v2 fix typos * LTK v2 fix typos
* npm build issue fix I was getting following error while trying to do npm install: ''' node_modules/@types/lodash/common/object.d.ts(1689,12): error TS2304: Cannot find name 'Exclude'. 1689 ): Exclude<TObject[TKey], undefined> | TDefault; ''' By upgrade to 2.8.3 for TypeScript fixed issue * fix npm build issue was getting: when running npm install ``` src/index.ts:24:10 - error TS2724: Module '"vm"' has no exported member 'runInDebugContext'. Did you mean 'runInNewContext'? 24 import { runInDebugContext } from 'vm'; ~~~~~~~~~~~~~~~~~ ```
made consistent with other tutorials
* fix: Remove read-only /rootfs from docker command This fixes an issue "Error response from daemon: error while creating mount source path '/rootfs/home/bargachayoub/developer-edition/configs/core.ini': mkdir /rootfs: read-only file system". Also, update the tag to the latest version (1.24.0). * Update to 1.24.0 * Update docker-compose-on-container-optimized-os.md
* updating to fix security issue See this entry for the vulnerability being addressed: https://nvd.nist.gov/vuln/detail/CVE-2019-10906 * Update index.md updating tutorial text to match code
* removing problematic link and call to action I removed a call to action that was misplaced, and I did some copy-editing since I had the file open. * Update cloudbuild-test-runner.md
* updating video link * branding and style tweaks
fixes issue #832
fixed four broken links and did a little branding-related copy-editing
* LTK v2 fix typos * LTK v2 fix typos * use LTS domain for mqtt * use LTS domain for mqtt and fix typo
* New tutorial: Pinging a Compute Engine VM * Update to tutorial description - added period at end. * Revisions to tutorial based on notes from ToddKopriva. * production and copy-editing pass
fix error [app.yaml] Unexpected attribute 'Runtime' for object of type AppInfoExternal.
Encrypted packets are marked by iptables. On a 4.9 kernel, the mark survive the ESP decapsulation. Then, the clear-text packet also has the mark and is matching the policy. The packet is therefore encrypted again and sent remotely where it comes back again, creating a loop. I don't know why `disable_policy` doesn't work for this case. There is no need for the `iptables` rule: the VTI interface will set the mark as per `okey`/`ikey` value. Therefore, let's just drop the iptables rules.
* fixing indentation that caused incorrect rendering of code blocks fixes https://github.com/GoogleCloudPlatform/community/issues/761 * Update index.md
* Update dotnet-mvms-quickstart.md * Update go-gae-quickstart.md * Update ruby-mvms-quickstart.md * Update python-mvms-quickstart.md * Update python-gae-quickstart.md * Update php-mvms-quickstart.md * Update php-gae-quickstart.md * Update nodejs-gae-quickstart.md * Update java-gae-quickstart.md * Update dotnet-mvms-quickstart.md Small fixes * Update dotnet-mvms-quickstart.md * Update dotnet-mvms-quickstart.md * Update ruby-mvms-quickstart.md * Update python-mvms-quickstart.md * Update python-gae-quickstart.md * Update php-mvms-quickstart.md * Update php-gae-quickstart.md * Update nodejs-gae-quickstart.md * Update java-gae-quickstart.md * Update go-gae-quickstart.md * Update ruby-mvms-quickstart.md * Update python-mvms-quickstart.md * Update python-gae-quickstart.md * Update php-mvms-quickstart.md * Update php-gae-quickstart.md * Update nodejs-gae-quickstart.md * Update java-gae-quickstart.md * Update dotnet-mvms-quickstart.md
* Start new tutorial. * Update create-a-self-deleting-virtual-machine * Update create-a-self-deleting-virtual-machine * Rename create-a-self-deleting-virtual-machine to create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Finished console instructions gcloud command needed --scopes option added. * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Update create-a-self-deleting-virtual-machine.md * Updated author field * first editorial and production pass I'll continue the editing pass in a moment, after I've seen how this first batch of changes look when rendered, and after I've tested to make sure that the procedure worked. * fixing indentation for multi-level list * final editorial and production cleanup * conditional billing instructions
* Make small typo and punctuation fixes. * made some additional fixes
* Create index.md * Add files via upload * Update index.md * Add files via upload * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * updating image link and fixing frontmatter * first editing and production pass * final edit pass
…962) * iot: add virtual environment setup instructions for gateway tutorial * Update index.md
This fix addresses this vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2019-12814
* Update GAE-Elixir tutorial to cover changes in Elixir 1.9 * Update elixir-phoenix-on-google-app-engine.md * Update elixir-phoenix-on-google-app-engine.md
Cloud SQL now runs MySQL 5.7. I found I had to update the drivers to match it.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.4...4.17.15) Signed-off-by: dependabot[bot] <support@github.com>
I found google-cloud-storage:1.2.3 resulted in method-overloading exceptions when calling storage.create() with no 'options'. Upgrading to version 1.84.0 solved the issue.
…ion. (#836) * Adds a quickstart for Go in App Engine. * Add metadata and link to open in Cloud Console. * Renaming Go GAE Quickstart to fit filename pattern * restructured to Conclusion section I restructured the "Conclusion" section so that it would have a reasonable layout without relying on the special cards. I'll let Jeff tell me if this messes things up on the Neos side. * Update default URL for deployed Go GAE app. * Publish Cloud Console tutorials for Google App Engine. * Add tutorial tags to Google App Engine tutorials * editing and production pass There were some changes from the Go quickstart that didn't make it over, and there were also a few branding and copy-editing items that I missed when reviewing the Go quickstart. I'll make parallel changes for the other tutorials in this PR. * Update dotnet-mvms-quickstart.md * editorial and production pass Nearly all of these changes are parallel to changes already made to the previously published Go quickstart. * Update java-gae-quickstart.md * production and editorial pass, as for previous tutorials * editorial and production pass * fixing links * fixing links * editorial and production pass * editorial and production pass * editorial and production pass * editorial and production pass * Update dotnet-mvms-quickstart.md * Update java-gae-quickstart.md * Update ruby-mvms-quickstart.md * Add Cloud Console tutorials from the list of interactive tutorials. * Add tutorial metadata to Cloud Console interactive tutorials * Fixing tag for the PubSub Quickstart. * committing progress halfway through first pass on first file * Update compute-quickstart.md * Update compute-quickstart.md * finished first pass on Compute Engine to-do tutorial * typo fixes * Update compute-quickstart.md * Update compute-quickstart.md * Update compute-quickstart.md * Update compute-quickstart.md * partially through compute-short-quickstart * Update compute-quickstart.md * finished editorial and production pass of second tutorial * Update compute-short-quickstart.md * partially through edit of GKE quickstart * Update compute-quickstart.md * Update compute-short-quickstart.md * Update gke-guestbook.md * removing nonfunctional spotlight item for internal IP addresses * Update gke-guestbook.md * finished editorial and production pass for GKE guestbook tutorial This tutorial required significant technical fixes. Some of the steps were wrong or very misleading. I'll talk with Jeff about these in a different forum. * getting started on editorial pass for GKE deployment quickstart * clarifying first step for navigating to Kubernetes interface * using consistent cluster setup from other GKE tutorial in this set * fininshed first pass of GKE deployment tutorial * typo * typo * typo * second pass through deployment tutorial * first pass editorial through IoT tutorial * adding project creation details for non-interactive tutorial * Update iot-core-quickstart.md * Update compute-quickstart.md * Update compute-short-quickstart.md * Update gke-guestbook.md * Update gke-quickstart.md * specifying HTTP as indicated by cl/255070690 * specifying HTTP for webserver URL * Update compute-quickstart.md * formatting of package names * Update compute-short-quickstart.md * Update compute-quickstart.md * Update gke-guestbook.md * Update gke-guestbook.md * Update gke-quickstart.md * editing up to enabling the IoT Core API * finished editing of IoT Core tutorial tested steps as I went * first edit pass through Java Dataflow tutorial * Update java-dataflow-quickstart.md * starting on Python word count tutorial * fixing title * Update java-dataflow-quickstart.md * Update java-dataflow-quickstart.md * Update java-dataflow-quickstart.md * Update java-dataflow-quickstart.md * cleanup for issues found when editing Python version * first pass editing Python word count tutorial * Update compute-quickstart.md * Update compute-short-quickstart.md * Update gke-guestbook.md * Update compute-quickstart.md * Update compute-short-quickstart.md * Update gke-quickstart.md * Update iot-core-quickstart.md * Update java-dataflow-quickstart.md * Update python-dataflow-quickstart.md * Update python-dataflow-quickstart.md * Update python-dataflow-quickstart.md * first editing pass through Cloud Pub/Sub tutorial * finishing editing of Cloud Pub/Sub tutorial * first editing pass for Vision API * Update python-vision-quickstart.md * first edit pass through MySQL tutorial * finished editing pass for Cloud Storage tutorial * Update storage-quickstart.md
…CI/CD and a Gradle Docker Image (#952) * Create slack-bot-cloud-functions-scheduler Building a Slack Reminder App with Google Cloud Functions and Google Cloud Scheduler * Rename slack-bot-cloud-functions-scheduler to slack-bot-cloud-functions-scheduler.md * first editing and production pass * New Tutorial Automate Building Android APKs with Google Cloud Build CI/CD and a Gradle Docker Image * beginning first edit pass * Update building-android-apk-with-cloud-build-gradle-docker-image.md * Update building-android-apk-with-cloud-build-gradle-docker-image.md * cleaning up formatting of procedure * a few more editorial and production tweaks * further editing * Update building-android-apk-with-cloud-build-gradle-docker-image.md * finished editing pass
* initial work * cleanup scratch notes * index.md update * fail open * readme updates * add build output so tutorial users do not need typscript * update tutorial content * postpone linking to concept paper * fixing frontmatter to get past CI test failure * adding exclusion for typescript generated js files * first editing pass * moving image to public bucket and updating link * Update index.md
* fixing title * making title consistent with other quickstarts in this set * Update storage-quickstart.md * Update compute-quickstart.md * Update compute-short-quickstart.md * Update compute-quickstart.md * Update java-dataflow-quickstart.md * Update python-dataflow-quickstart.md * Update java-dataflow-quickstart.md * Update gke-guestbook.md * Update gke-quickstart.md * Update iot-core-quickstart.md * Update python-vision-quickstart.md * Update sql-mysql-quickstart.md * Update pubsub-quickstart.md * addressed customer complaint about variable b/137817334 * addressed bug about variable b/137817334 * addressed bug about variable b/137817334 * Update php-gae-quickstart.md * Update python-gae-quickstart.md * Update php-mvms-quickstart.md * Update python-mvms-quickstart.md * Update ruby-mvms-quickstart.md
Remove review branch instructions
* Rename tutorials/using-stackdriver-uptime-checks-for-scheduling-cloud-functions/index.md to archived/using-stackdriver-uptime-checks-for-scheduling-cloud-functions/index.md * Delete image6.png * Delete image1.png * Delete image2.png * Delete image3.png * Delete image4.png * Delete image5.png * Update index.md
* Create network-throughput.md How to measure and troubleshoot Network Throughput in GCP. * committing partway through first editing/production pass * finishing first editing and production pass * final proofreading cleanup
* fixes #993 Change wording Firestore in Native mode
Change wording from "datastore mode" to Cloud Firestore in Native mode, and linked to comparison doc.
* fixing a command that was mangled by the new sanitizer
* Update index.md
* Update example code to run with Python3 * Change LED GPIO pin / update docs
This flag is required for 1st time function deployments https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime
Separate author lines, currently they are merged to one line.
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.