Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

c9/google.cloud

Repository files navigation

Cloud9 IDE Plugins for Google Cloud Platform

This project contains the Cloud9 IDE plugins to integrate with Google Cloud Platform.

  • Default runners for building, running, and deploying to App Engine Managed VM.
  • Custom project menu with deep link to Developers Console.
  • Demo project can be downloaded to the workspace on first run.
  • lib/CredentialServer.js: A server process that forwards API credentials from the IDE to the gcloud command line utility.
  • lib/PBLiteStreamReader.js and lib/PBLiteStreamWriter.js: Stream classes that read and write Google Protocol Buffer 2 messages in the PB-Lite (JSON) format and transforms them into protobuf.js message objects.
  • bin/git-credential-c9-gcloud.sh: helper to wait for CredentialServer and block git commands until ready.

For user documentation, see https://docs.c9.io/docs/google

Known Issues

  • The output window for deploy has no stop button and its output can become detached.
  • Attempting to deploy a new project can lead to an error if the project is not connected to a Billing Account. This error message is combined with others and hard to find. Cloud9 should run a pre-check an warn the user if the current project is not configured for Billing.

Pending Features

  • Extend terminal monitor to reload live preview when it sees certain messages
  • Render Java package tree instead of directory/file tree
  • Integrate Google Cloud Debugger for Java debugging
  • Integrate git commit; git push into deployment flow
  • Add hello-world and websocket-chat demo projects
  • Expose App Engine admin panel on port :8081 GoogleCloudPlatform/gcloud-maven-plugin#74

About

Cloud9 + Google Cloud Platform custom integration

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published