| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
fixing issue in running locally
There was a problem hiding this comment.
LGTM - comments are nits
Sorry, something went wrong.
|
|
||
| ## Setup | ||
|
|
||
| * If you haven't already, Download and initialize the [Cloud SDK](https://cloud.google.com/sdk/) |
There was a problem hiding this comment.
Shouldn't this be a Prerequisite?
Sorry, something went wrong.
There was a problem hiding this comment.
done
Sorry, something went wrong.
| ``` | ||
| gcloud init | ||
| ``` | ||
| * If you haven't already, Create an App Engine app within the current Google Cloud Project |
There was a problem hiding this comment.
Redundant phrase
Sorry, something went wrong.
There was a problem hiding this comment.
cleaned up
Sorry, something went wrong.
| Download [service account credentials][creds] and set the `GOOGLE_APPLICATION_CREDENTIALS` | ||
| environment variable to its path: | ||
| ``` | ||
| export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials.json |
There was a problem hiding this comment.
Should we have them set GOOGLE_CLOUD_PROJECT? Look at gcloud config to verify their project?
Sorry, something went wrong.
There was a problem hiding this comment.
given we still ask users to use gcloud init : added a note there that this sets the project.
Sorry, something went wrong.
|
|
||
| game = ofy.load().type(Game.class).id(gameKey).safe(); | ||
| assertThat(game.board).isEqualTo(" X "); | ||
| assertEquals(game.board, " X "); |
There was a problem hiding this comment.
Truth might make this cleaner.
Sorry, something went wrong.
There was a problem hiding this comment.
Minimizing test dependencies, so leaving this as-is
Sorry, something went wrong.
…3.0 (#862) * chore(deps): update dependency com.google.cloud:libraries-bom to v25.3.0 * 🦉 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>
…3.0 (#862) * chore(deps): update dependency com.google.cloud:libraries-bom to v25.3.0 * 🦉 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>
…3.0 (#862) * chore(deps): update dependency com.google.cloud:libraries-bom to v25.3.0 * 🦉 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>
🤖 I have created a release *beep* *boop* --- ## [3.3.0](googleapis/java-dlp@v3.2.1...v3.3.0) (2022-04-15) ### Features * add DataProfilePubSubMessage supporting pub/sub integration ([#855](googleapis/java-dlp#855)) ([86eeaaa](googleapis/java-dlp@86eeaaa)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#863](googleapis/java-dlp#863)) ([a0a3164](googleapis/java-dlp@a0a3164)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
| Back | FazBrowse Home | New Git URL |
Fixing issue in running app locally as reported by customer:
https://cloud.google.com/appengine/docs/deprecations/channel