google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Google Cloud Platform plugin for Eclipse
Library.libraryDependencies is no longer used since all dependencies are resolved through Maven. Get rid of it and associated code.
Closely related to #2416, which requires an overall restructuring. The new global WAR/JAR deploy flow has a bit of different characteristic from the current std and flex deploy flows in...
I _think_ it is doing things wrong. See https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/2423/files#r141420104. However, I may have misunderstood this entirely, so care should be taken.
I know it used to work, but it fails on my existing GCP projects as well as a new GCP project: ``` "error": { "errors": [ { "domain": "global", "reason":...
The `DeployPreferences()` class is for saving/loading (App Engine standard) deploy parameters (such as a GCP project, a Google account, etc) to/from user preferences. As long as we have an `IProject`...
`RunOptionsDefaultsComponentTest` and `MiniSelectorTest`, and possibly others, mock up instances of `IGoogleApiFactory` for tests. Wiring up the responses is a bit tricky, and we're repeating code. And some of the services...
unless the user explicitly types something different 
In #1245, we add support for identifying if two devappservers have conflicting resource requirements, such as the server port, admin port, and the base storage location. The base storage path...
Following on #1248 and #2140: > [*@elharo*](https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/1248#issuecomment-275925739): Why does DeployConsole extend MessageConsole? The latter is "@noextend This class is not intended to be subclassed by clients." The current console management...
This will add the App Engine flex WAR facet and `src/main/appengine/app.yaml`.