Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.45 KB

File metadata and controls

32 lines (21 loc) · 1.45 KB

Gitpod Gateway

Provides a way to connect to Gitpod workspaces.

Usage

This project is not yet Gitpodified as testing it requires running the local Gateway app. For now, use IntelliJ idea.

  • Run ./gradlew runIde to start a sandbox Gateway with the plugin installed
  • Run ./gradlew check to run the tests and the static analysis validations

Note: Gradle should run with Java 11.

This plugin is based on the IntelliJ Platform Plugin Template.

How to test from a Pull Request

Checklist for a Full Manual Test

  • Check if you can create a new workspace
  • Check if you can connect to a running workspace
  • Check if you can connect to a stopped workspace
  • Check if changing the "Gitpod Host" in Preferences >> Tools >> Gitpod takes effect
  • Check if the info displayed in the workspaces list is matching what you see on the Web App Dashboard