google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Google Cloud Platform plugin for Eclipse
Also canceled deploys. There seem to exist multiple execution paths for failure by different reasons, so care should be taken.
for localization e.g. ``` public NewDataflowProjectWizardDefaultRunOptionsPage(DataflowProjectCreator creator) { super(PAGE_NAME); this.creator = creator; setTitle("Set Default Cloud Dataflow Run Options"); setDescription("Set default options for running a Dataflow Pipeline."); // This page is...
- Dockerfile location should be saved to preferences.
File bugs/email m2e-dev to request that internal m2e classes we use be made API/non-internal.
http://stackoverflow.com/questions/42902949/gae-development-server-ignores-threadsafe-flag Currently we restrict the max module instance count to 1 to provide a less surprising UX with the trade-off of not supporting concurrent request processing. To implement this properly...
It's been created there temporarily until a more appropriate bundle is created/found.
@briandealwis 's [comment](https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/1592#discussion_r106207674): Could you mark somewhere with a TODO to decouple this class from the specific preference panels? One possibility is to use an extension point where we associate...
While adding new libraries by reference to Maven central in libraries/plugin.xml, it occurred to me that ``` ``` is unnecessarily distinct from actual maven pom.xml markup. This might better be...
Parallel menu item to existing Convert to App Engine Standard project
see https://github.com/GoogleCloudPlatform/app-gradle-plugin/issues/86 http://stackoverflow.com/questions/42667203/how-to-use-cloud-tools-for-eclipse-plugin-to-create-microservices-in-google-app Briefly figure out what we want to do given that Cloud SDK does not support EAR.