google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Google Cloud Platform plugin for Eclipse
Much like #1439, we need a way to set proxies for the ide-login library.
Copied over from #467 We should have a dev_appserver flags tab in the launch configuration to enable setting: max module instances log level providing the JRE (need to provide to...
in BuildPath.addMavenDependencies
The setter methods bit me badly in #1470. Consider making these classes immutable and using a builder instead: * Library * LibraryFile * MavenCoordinates

Note that this is not the same thing as creating a GCP Eclipse project or the same as creating a GCP Project. This replaces work that would normally be done...
Databinding can trigger several queries very quickly, which in a slower connection could cause bad UX so we could add a caching mechanism to the project retrieval logic. This cache...