GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse

Make Deploy progress more GUI

Open
#578 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted priority: p4
Dominant language
Java
Stars
90
Forks
52
PR merge metrics
No merged PRs in 30d

Description

Here's typical output in the console from a deploy to app engine standard. About half of this is irrelevant to inaccurate for someone deploying in an IDE. Instead we should pop up a progress dialog, and ignore the lines like "add --promote if you also want to make this service available from" that don't apply to us.

```

---
## There is a new version of the SDK available.

Latest SDK:
Release: 1.9.42
Timestamp: Fri Jul 15 14:45:47 EDT 2016
API versions: [1.0]

---

Your SDK:
Release: 1.9.38
Timestamp: Mon May 02 13:54:17 EDT 2016
API versions: [1.0]

---

Please visit https://developers.google.com/appengine/downloads for the latest SDK.

---

Reading application configuration data...

Beginning interaction for module default...
0% Scanning for jsp files.
Success.
Temporary staging for module default directory left in /Users/demouser/workspace/.metadata/.plugins/com.google.cloud.tools.eclipse.appengine.deploy/tmp/1471442944896/staging
You are about to deploy the following services:
- hellobrowser/default/1 (from [/Users/demouser/workspace/.metadata/.plugins/com.google.cloud.tools.eclipse.appengine.deploy/tmp/1471442944896/staging/app.yaml])
Deployed URL: [https://1-dot-hellobrowser.appspot.com](add --promote if you also want to make this service available from
[https://hellobrowser.appspot.com])

Beginning deployment of service [default]...
File upload done.

Updating service [default]...

Updating service [default]...done.
Deployed service [default]

You can read logs from the command line by running:
$ gcloud app logs read
To view your application in the web browser run:
$ gcloud app browse
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.