From c0dfd2667e98e484c48d6c35cb93c6633cec584c Mon Sep 17 00:00:00 2001 From: Bryce Buffaloe Date: Wed, 1 Aug 2018 16:29:51 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c10042a..946efe7 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,14 @@ Set the environment variable to point to your deployed app: Finally, run the test python e2e/test_e2e.py + +## Deploy to App Engine +Deploy this from a terminal with the google cloud sdk installed. + +The index.yaml needs to be built first by running: + + gcloud app deploy index.yaml + +Wait for indexes to build in datastore then run: + + gcloud app deploy app.yaml From 28957b5c685778c8ea3cbad94cb2b01ff5565d50 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 16 Nov 2021 06:30:11 +1100 Subject: [PATCH 2/4] docs: fix simple typo, organizationt -> organization There is a small typo in CONTRIB.md. Should read `organization` rather than `organizationt`. --- CONTRIB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIB.md b/CONTRIB.md index 85ec25b..fd6ad59 100644 --- a/CONTRIB.md +++ b/CONTRIB.md @@ -35,4 +35,4 @@ Follow either of the two links above to access the appropriate CLA and instructi 1. Clone the README.md, CONTRIB.md and LICENSE files from the GoogleCloudPlatform/Template repo. 1. Ensure that your code adheres to the existing style in the sample to which you are contributing. Refer to the [Google Cloud Platform Samples Style Guide](https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the recommended coding standards for this organization. 1. Ensure that your code has an appropriate set of unit tests which all pass. -1. Submit a request to fork your repo in GoogleCloudPlatform organizationt via your proposal issue. +1. Submit a request to fork your repo in GoogleCloudPlatform organization via your proposal issue. From 5f2d4e0e3848b96f8f76d20d0dbae407985813ae Mon Sep 17 00:00:00 2001 From: meredithslota Date: Tue, 26 Jul 2022 10:05:52 -0700 Subject: [PATCH 3/4] chore: update capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 946efe7..faec21d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Finally, run the test python e2e/test_e2e.py ## Deploy to App Engine -Deploy this from a terminal with the google cloud sdk installed. +Deploy this from a terminal with the Google Cloud SDK installed. The index.yaml needs to be built first by running: From f85c32f316bfebcc240f56ad1e0027c699a95944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 17:47:31 +0000 Subject: [PATCH 4/4] Bump requests from 2.9.1 to 2.20.0 in /e2e Bumps [requests](https://github.com/psf/requests) from 2.9.1 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.9.1...v2.20.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- e2e/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/requirements-dev.txt b/e2e/requirements-dev.txt index ca0dee4..c20f36f 100644 --- a/e2e/requirements-dev.txt +++ b/e2e/requirements-dev.txt @@ -1 +1 @@ -requests==2.9.1 +requests==2.20.0