From e802bb95d17b950f94bf65439a5e176eb478ddc9 Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Mon, 22 Apr 2024 15:40:05 +0200 Subject: [PATCH] Update plugin ID Signed-off-by: Artem Zatsarynnyi --- README.md | 4 ++-- gradle.properties | 2 +- .../devtools}/gateway/DevSpacesBundle.kt | 2 +- .../devtools}/gateway/DevSpacesConnection.kt | 8 ++++---- .../gateway/DevSpacesConnectionHandle.kt | 2 +- .../gateway/DevSpacesConnectionProvider.kt | 6 +++--- .../devtools}/gateway/DevSpacesConnector.kt | 6 +++--- .../devtools}/gateway/DevSpacesContext.kt | 4 ++-- .../devtools}/gateway/DevSpacesIcons.kt | 2 +- .../gateway/help/DevSpacesWebHelp.kt | 2 +- .../gateway/openshift/DevWorkspace.kt | 2 +- .../gateway/openshift/DevWorkspaces.kt | 2 +- .../openshift/OpenShiftClientFactory.kt | 2 +- .../devtools}/gateway/openshift/Pods.kt | 2 +- .../devtools}/gateway/openshift/Projects.kt | 2 +- .../devtools}/gateway/openshift/Utils.kt | 2 +- .../devtools}/gateway/server/ProjectInfo.kt | 2 +- .../devtools}/gateway/server/ProjectStatus.kt | 2 +- .../devtools}/gateway/server/RemoteServer.kt | 6 +++--- .../gateway/settings/DevSpacesSettings.kt | 2 +- .../gateway/view/DevSpacesMainView.kt | 4 ++-- .../gateway/view/DevSpacesWizardView.kt | 10 +++++----- .../gateway/view/InformationDialog.kt | 2 +- .../devtools}/gateway/view/LoaderDialog.kt | 2 +- .../DevSpacesOpenShiftConnectionStepView.kt | 14 ++++++------- ...DevSpacesRemoteServerConnectionStepView.kt | 20 +++++++++---------- .../gateway/view/steps/DevSpacesWizardStep.kt | 2 +- src/main/resources/META-INF/plugin.xml | 6 +++--- .../devtools}/gateway/MyPluginTest.kt | 2 +- 29 files changed, 62 insertions(+), 62 deletions(-) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/DevSpacesBundle.kt (95%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/DevSpacesConnection.kt (94%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/DevSpacesConnectionHandle.kt (97%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/DevSpacesConnectionProvider.kt (94%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/DevSpacesConnector.kt (89%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/DevSpacesContext.kt (84%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/DevSpacesIcons.kt (92%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/help/DevSpacesWebHelp.kt (91%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/openshift/DevWorkspace.kt (98%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/openshift/DevWorkspaces.kt (99%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/openshift/OpenShiftClientFactory.kt (97%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/openshift/Pods.kt (98%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/openshift/Projects.kt (95%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/openshift/Utils.kt (92%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/server/ProjectInfo.kt (91%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/server/ProjectStatus.kt (97%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/server/RemoteServer.kt (96%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/settings/DevSpacesSettings.kt (94%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/view/DevSpacesMainView.kt (88%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/view/DevSpacesWizardView.kt (90%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/view/InformationDialog.kt (96%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/view/LoaderDialog.kt (96%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/view/steps/DevSpacesOpenShiftConnectionStepView.kt (90%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/view/steps/DevSpacesRemoteServerConnectionStepView.kt (94%) rename src/main/kotlin/com/{github/devspaces => redhat/devtools}/gateway/view/steps/DevSpacesWizardStep.kt (92%) rename src/test/kotlin/com/{github/devspaces => redhat/devtools}/gateway/MyPluginTest.kt (97%) diff --git a/README.md b/README.md index c8d251e..db12379 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # OpenShift Dev Spaces Gateway Plugin [![Build](https://github.com/redhat-developer/devspaces-gateway-plugin/workflows/Build/badge.svg)](https://github.com/redhat-developer/devspaces-gateway-plugin/actions/workflows/build.yml) -[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.devspaces.gateway.svg)](https://plugins.jetbrains.com/plugin/com.github.devspaces.gateway) -[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.devspaces.gateway.svg)](https://plugins.jetbrains.com/plugin/com.github.devspaces.gateway) +[![Version](https://img.shields.io/jetbrains/plugin/v/com.redhat.devtools.gateway.svg)](https://plugins.jetbrains.com/plugin/com.redhat.devtools.gateway) +[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.redhat.devtools.gateway.svg)](https://plugins.jetbrains.com/plugin/com.redhat.devtools.gateway) diff --git a/gradle.properties b/gradle.properties index 85003ff..4fa9739 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html -pluginGroup = com.github.devspaces.gateway +pluginGroup = com.redhat.devtools.gateway pluginName = devspaces-gateway-plugin pluginRepositoryUrl = https://github.com/redhat-developer/devspaces-gateway-plugin # SemVer format -> https://semver.org diff --git a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesBundle.kt b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesBundle.kt similarity index 95% rename from src/main/kotlin/com/github/devspaces/gateway/DevSpacesBundle.kt rename to src/main/kotlin/com/redhat/devtools/gateway/DevSpacesBundle.kt index ba10cee..b24641e 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesBundle.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesBundle.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway import com.intellij.DynamicBundle import org.jetbrains.annotations.NonNls diff --git a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnection.kt b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnection.kt similarity index 94% rename from src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnection.kt rename to src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnection.kt index eeccf2c..6336f28 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnection.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnection.kt @@ -9,11 +9,11 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway -import com.github.devspaces.gateway.openshift.DevWorkspaces -import com.github.devspaces.gateway.openshift.Pods -import com.github.devspaces.gateway.server.RemoteServer +import com.redhat.devtools.gateway.openshift.DevWorkspaces +import com.redhat.devtools.gateway.openshift.Pods +import com.redhat.devtools.gateway.server.RemoteServer import com.jetbrains.gateway.thinClientLink.LinkedClientManager import com.jetbrains.gateway.thinClientLink.ThinClientHandle import com.jetbrains.rd.util.lifetime.Lifetime diff --git a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnectionHandle.kt b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnectionHandle.kt similarity index 97% rename from src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnectionHandle.kt rename to src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnectionHandle.kt index 5a53de8..71258c3 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnectionHandle.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnectionHandle.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway import com.jetbrains.gateway.api.CustomConnectionFrameComponentProvider import com.jetbrains.gateway.api.CustomConnectionFrameContext diff --git a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnectionProvider.kt b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnectionProvider.kt similarity index 94% rename from src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnectionProvider.kt rename to src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnectionProvider.kt index c8b7e3f..fff5dac 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnectionProvider.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnectionProvider.kt @@ -9,10 +9,10 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway -import com.github.devspaces.gateway.openshift.DevWorkspaces -import com.github.devspaces.gateway.openshift.OpenShiftClientFactory +import com.redhat.devtools.gateway.openshift.DevWorkspaces +import com.redhat.devtools.gateway.openshift.OpenShiftClientFactory import com.intellij.openapi.diagnostic.thisLogger import com.intellij.ui.dsl.builder.Align.Companion.CENTER import com.intellij.ui.dsl.builder.panel diff --git a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnector.kt b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnector.kt similarity index 89% rename from src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnector.kt rename to src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnector.kt index 107c6d8..91a5357 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesConnector.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesConnector.kt @@ -9,10 +9,10 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway -import com.github.devspaces.gateway.help.DEVSPACES_DOC_LINK -import com.github.devspaces.gateway.view.DevSpacesMainView +import com.redhat.devtools.gateway.help.DEVSPACES_DOC_LINK +import com.redhat.devtools.gateway.view.DevSpacesMainView import com.jetbrains.gateway.api.GatewayConnector import com.jetbrains.gateway.api.GatewayConnectorDocumentationPage import com.jetbrains.gateway.api.GatewayConnectorView diff --git a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesContext.kt b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesContext.kt similarity index 84% rename from src/main/kotlin/com/github/devspaces/gateway/DevSpacesContext.kt rename to src/main/kotlin/com/redhat/devtools/gateway/DevSpacesContext.kt index f72cd14..9912d25 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesContext.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesContext.kt @@ -9,9 +9,9 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway -import com.github.devspaces.gateway.openshift.DevWorkspace +import com.redhat.devtools.gateway.openshift.DevWorkspace import io.kubernetes.client.openapi.ApiClient class DevSpacesContext { diff --git a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesIcons.kt b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesIcons.kt similarity index 92% rename from src/main/kotlin/com/github/devspaces/gateway/DevSpacesIcons.kt rename to src/main/kotlin/com/redhat/devtools/gateway/DevSpacesIcons.kt index 9649347..558cad0 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/DevSpacesIcons.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/DevSpacesIcons.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway import com.intellij.openapi.util.IconLoader diff --git a/src/main/kotlin/com/github/devspaces/gateway/help/DevSpacesWebHelp.kt b/src/main/kotlin/com/redhat/devtools/gateway/help/DevSpacesWebHelp.kt similarity index 91% rename from src/main/kotlin/com/github/devspaces/gateway/help/DevSpacesWebHelp.kt rename to src/main/kotlin/com/redhat/devtools/gateway/help/DevSpacesWebHelp.kt index 5752ec9..4a1c17e 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/help/DevSpacesWebHelp.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/help/DevSpacesWebHelp.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.help +package com.redhat.devtools.gateway.help const val DEVSPACES_DOC_LINK = "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces" diff --git a/src/main/kotlin/com/github/devspaces/gateway/openshift/DevWorkspace.kt b/src/main/kotlin/com/redhat/devtools/gateway/openshift/DevWorkspace.kt similarity index 98% rename from src/main/kotlin/com/github/devspaces/gateway/openshift/DevWorkspace.kt rename to src/main/kotlin/com/redhat/devtools/gateway/openshift/DevWorkspace.kt index 78757fd..d05b5ef 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/openshift/DevWorkspace.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/openshift/DevWorkspace.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.openshift +package com.redhat.devtools.gateway.openshift import java.util.Collections.emptyMap diff --git a/src/main/kotlin/com/github/devspaces/gateway/openshift/DevWorkspaces.kt b/src/main/kotlin/com/redhat/devtools/gateway/openshift/DevWorkspaces.kt similarity index 99% rename from src/main/kotlin/com/github/devspaces/gateway/openshift/DevWorkspaces.kt rename to src/main/kotlin/com/redhat/devtools/gateway/openshift/DevWorkspaces.kt index b0c33c1..ca5c0ef 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/openshift/DevWorkspaces.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/openshift/DevWorkspaces.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.openshift +package com.redhat.devtools.gateway.openshift import com.google.gson.reflect.TypeToken import io.kubernetes.client.openapi.ApiClient diff --git a/src/main/kotlin/com/github/devspaces/gateway/openshift/OpenShiftClientFactory.kt b/src/main/kotlin/com/redhat/devtools/gateway/openshift/OpenShiftClientFactory.kt similarity index 97% rename from src/main/kotlin/com/github/devspaces/gateway/openshift/OpenShiftClientFactory.kt rename to src/main/kotlin/com/redhat/devtools/gateway/openshift/OpenShiftClientFactory.kt index bc8d23d..336ef1e 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/openshift/OpenShiftClientFactory.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/openshift/OpenShiftClientFactory.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.openshift +package com.redhat.devtools.gateway.openshift import io.kubernetes.client.openapi.ApiClient import io.kubernetes.client.util.ClientBuilder diff --git a/src/main/kotlin/com/github/devspaces/gateway/openshift/Pods.kt b/src/main/kotlin/com/redhat/devtools/gateway/openshift/Pods.kt similarity index 98% rename from src/main/kotlin/com/github/devspaces/gateway/openshift/Pods.kt rename to src/main/kotlin/com/redhat/devtools/gateway/openshift/Pods.kt index 474365a..a548f7c 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/openshift/Pods.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/openshift/Pods.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.openshift +package com.redhat.devtools.gateway.openshift import io.ktor.utils.io.* import io.ktor.utils.io.jvm.nio.* diff --git a/src/main/kotlin/com/github/devspaces/gateway/openshift/Projects.kt b/src/main/kotlin/com/redhat/devtools/gateway/openshift/Projects.kt similarity index 95% rename from src/main/kotlin/com/github/devspaces/gateway/openshift/Projects.kt rename to src/main/kotlin/com/redhat/devtools/gateway/openshift/Projects.kt index ab455c6..7b11ce8 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/openshift/Projects.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/openshift/Projects.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.openshift +package com.redhat.devtools.gateway.openshift import io.kubernetes.client.openapi.ApiClient import io.kubernetes.client.openapi.ApiException diff --git a/src/main/kotlin/com/github/devspaces/gateway/openshift/Utils.kt b/src/main/kotlin/com/redhat/devtools/gateway/openshift/Utils.kt similarity index 92% rename from src/main/kotlin/com/github/devspaces/gateway/openshift/Utils.kt rename to src/main/kotlin/com/redhat/devtools/gateway/openshift/Utils.kt index 6c9b8f1..d8cc80f 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/openshift/Utils.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/openshift/Utils.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.openshift +package com.redhat.devtools.gateway.openshift object Utils { @JvmStatic diff --git a/src/main/kotlin/com/github/devspaces/gateway/server/ProjectInfo.kt b/src/main/kotlin/com/redhat/devtools/gateway/server/ProjectInfo.kt similarity index 91% rename from src/main/kotlin/com/github/devspaces/gateway/server/ProjectInfo.kt rename to src/main/kotlin/com/redhat/devtools/gateway/server/ProjectInfo.kt index 278cf1b..99a6204 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/server/ProjectInfo.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/server/ProjectInfo.kt @@ -10,7 +10,7 @@ * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.server +package com.redhat.devtools.gateway.server data class ProjectInfo( val projectName: String, diff --git a/src/main/kotlin/com/github/devspaces/gateway/server/ProjectStatus.kt b/src/main/kotlin/com/redhat/devtools/gateway/server/ProjectStatus.kt similarity index 97% rename from src/main/kotlin/com/github/devspaces/gateway/server/ProjectStatus.kt rename to src/main/kotlin/com/redhat/devtools/gateway/server/ProjectStatus.kt index 5c7e838..e8bf762 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/server/ProjectStatus.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/server/ProjectStatus.kt @@ -10,7 +10,7 @@ * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.server +package com.redhat.devtools.gateway.server data class ProjectStatus( val joinLink: String, diff --git a/src/main/kotlin/com/github/devspaces/gateway/server/RemoteServer.kt b/src/main/kotlin/com/redhat/devtools/gateway/server/RemoteServer.kt similarity index 96% rename from src/main/kotlin/com/github/devspaces/gateway/server/RemoteServer.kt rename to src/main/kotlin/com/redhat/devtools/gateway/server/RemoteServer.kt index 1ae3e21..9680a35 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/server/RemoteServer.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/server/RemoteServer.kt @@ -10,10 +10,10 @@ * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.server +package com.redhat.devtools.gateway.server -import com.github.devspaces.gateway.DevSpacesContext -import com.github.devspaces.gateway.openshift.Pods +import com.redhat.devtools.gateway.DevSpacesContext +import com.redhat.devtools.gateway.openshift.Pods import com.google.common.base.Strings import com.google.gson.Gson import com.intellij.openapi.diagnostic.thisLogger diff --git a/src/main/kotlin/com/github/devspaces/gateway/settings/DevSpacesSettings.kt b/src/main/kotlin/com/redhat/devtools/gateway/settings/DevSpacesSettings.kt similarity index 94% rename from src/main/kotlin/com/github/devspaces/gateway/settings/DevSpacesSettings.kt rename to src/main/kotlin/com/redhat/devtools/gateway/settings/DevSpacesSettings.kt index e630a25..b0bd5d7 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/settings/DevSpacesSettings.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/settings/DevSpacesSettings.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.settings +package com.redhat.devtools.gateway.settings import com.intellij.openapi.components.* diff --git a/src/main/kotlin/com/github/devspaces/gateway/view/DevSpacesMainView.kt b/src/main/kotlin/com/redhat/devtools/gateway/view/DevSpacesMainView.kt similarity index 88% rename from src/main/kotlin/com/github/devspaces/gateway/view/DevSpacesMainView.kt rename to src/main/kotlin/com/redhat/devtools/gateway/view/DevSpacesMainView.kt index 976bd99..7b62fe4 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/view/DevSpacesMainView.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/view/DevSpacesMainView.kt @@ -9,9 +9,9 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.view +package com.redhat.devtools.gateway.view -import com.github.devspaces.gateway.DevSpacesContext +import com.redhat.devtools.gateway.DevSpacesContext import com.intellij.ui.components.panels.Wrapper import com.intellij.util.ui.JBUI import com.jetbrains.gateway.api.GatewayConnectorView diff --git a/src/main/kotlin/com/github/devspaces/gateway/view/DevSpacesWizardView.kt b/src/main/kotlin/com/redhat/devtools/gateway/view/DevSpacesWizardView.kt similarity index 90% rename from src/main/kotlin/com/github/devspaces/gateway/view/DevSpacesWizardView.kt rename to src/main/kotlin/com/redhat/devtools/gateway/view/DevSpacesWizardView.kt index b3158ae..0314159 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/view/DevSpacesWizardView.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/view/DevSpacesWizardView.kt @@ -9,12 +9,12 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.view +package com.redhat.devtools.gateway.view -import com.github.devspaces.gateway.DevSpacesContext -import com.github.devspaces.gateway.view.steps.DevSpacesRemoteServerConnectionStepView -import com.github.devspaces.gateway.view.steps.DevSpacesOpenShiftConnectionStepView -import com.github.devspaces.gateway.view.steps.DevSpacesWizardStep +import com.redhat.devtools.gateway.DevSpacesContext +import com.redhat.devtools.gateway.view.steps.DevSpacesRemoteServerConnectionStepView +import com.redhat.devtools.gateway.view.steps.DevSpacesOpenShiftConnectionStepView +import com.redhat.devtools.gateway.view.steps.DevSpacesWizardStep import com.intellij.openapi.Disposable import com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenUIManager import com.intellij.ui.dsl.builder.AlignX diff --git a/src/main/kotlin/com/github/devspaces/gateway/view/InformationDialog.kt b/src/main/kotlin/com/redhat/devtools/gateway/view/InformationDialog.kt similarity index 96% rename from src/main/kotlin/com/github/devspaces/gateway/view/InformationDialog.kt rename to src/main/kotlin/com/redhat/devtools/gateway/view/InformationDialog.kt index 03c8142..e656e53 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/view/InformationDialog.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/view/InformationDialog.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.view +package com.redhat.devtools.gateway.view import com.intellij.openapi.ui.DialogWrapper import com.intellij.ui.components.JBLabel diff --git a/src/main/kotlin/com/github/devspaces/gateway/view/LoaderDialog.kt b/src/main/kotlin/com/redhat/devtools/gateway/view/LoaderDialog.kt similarity index 96% rename from src/main/kotlin/com/github/devspaces/gateway/view/LoaderDialog.kt rename to src/main/kotlin/com/redhat/devtools/gateway/view/LoaderDialog.kt index 73a58e0..6a059f1 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/view/LoaderDialog.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/view/LoaderDialog.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.view +package com.redhat.devtools.gateway.view import com.intellij.openapi.ui.DialogWrapper import com.intellij.ui.dsl.builder.Align diff --git a/src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesOpenShiftConnectionStepView.kt b/src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesOpenShiftConnectionStepView.kt similarity index 90% rename from src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesOpenShiftConnectionStepView.kt rename to src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesOpenShiftConnectionStepView.kt index fb1b0ec..262a3f2 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesOpenShiftConnectionStepView.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesOpenShiftConnectionStepView.kt @@ -9,14 +9,14 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.view.steps +package com.redhat.devtools.gateway.view.steps -import com.github.devspaces.gateway.DevSpacesBundle -import com.github.devspaces.gateway.DevSpacesContext -import com.github.devspaces.gateway.openshift.OpenShiftClientFactory -import com.github.devspaces.gateway.openshift.Projects -import com.github.devspaces.gateway.settings.DevSpacesSettings -import com.github.devspaces.gateway.view.InformationDialog +import com.redhat.devtools.gateway.DevSpacesBundle +import com.redhat.devtools.gateway.DevSpacesContext +import com.redhat.devtools.gateway.openshift.OpenShiftClientFactory +import com.redhat.devtools.gateway.openshift.Projects +import com.redhat.devtools.gateway.settings.DevSpacesSettings +import com.redhat.devtools.gateway.view.InformationDialog import com.google.gson.Gson import com.intellij.openapi.components.service import com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenUIManager diff --git a/src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesRemoteServerConnectionStepView.kt b/src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesRemoteServerConnectionStepView.kt similarity index 94% rename from src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesRemoteServerConnectionStepView.kt rename to src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesRemoteServerConnectionStepView.kt index f753e51..82fe734 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesRemoteServerConnectionStepView.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesRemoteServerConnectionStepView.kt @@ -9,17 +9,17 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.view.steps +package com.redhat.devtools.gateway.view.steps -import com.github.devspaces.gateway.DevSpacesBundle -import com.github.devspaces.gateway.DevSpacesConnection -import com.github.devspaces.gateway.DevSpacesContext -import com.github.devspaces.gateway.openshift.DevWorkspace -import com.github.devspaces.gateway.openshift.DevWorkspaces -import com.github.devspaces.gateway.openshift.Projects -import com.github.devspaces.gateway.openshift.Utils -import com.github.devspaces.gateway.view.InformationDialog -import com.github.devspaces.gateway.view.LoaderDialog +import com.redhat.devtools.gateway.DevSpacesBundle +import com.redhat.devtools.gateway.DevSpacesConnection +import com.redhat.devtools.gateway.DevSpacesContext +import com.redhat.devtools.gateway.openshift.DevWorkspace +import com.redhat.devtools.gateway.openshift.DevWorkspaces +import com.redhat.devtools.gateway.openshift.Projects +import com.redhat.devtools.gateway.openshift.Utils +import com.redhat.devtools.gateway.view.InformationDialog +import com.redhat.devtools.gateway.view.LoaderDialog import com.intellij.openapi.application.ApplicationManager import com.intellij.openapi.diagnostic.thisLogger import com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenUIManager diff --git a/src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesWizardStep.kt b/src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesWizardStep.kt similarity index 92% rename from src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesWizardStep.kt rename to src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesWizardStep.kt index 267a195..b9c0973 100644 --- a/src/main/kotlin/com/github/devspaces/gateway/view/steps/DevSpacesWizardStep.kt +++ b/src/main/kotlin/com/redhat/devtools/gateway/view/steps/DevSpacesWizardStep.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway.view.steps +package com.redhat.devtools.gateway.view.steps import com.intellij.openapi.ui.DialogPanel diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 3c73980..15b1f10 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,6 +1,6 @@ - com.github.devspaces.gateway + com.redhat.devtools.gateway OpenShift Dev Spaces Red-Hat @@ -10,7 +10,7 @@ messages.DevSpacesBundle - - + + diff --git a/src/test/kotlin/com/github/devspaces/gateway/MyPluginTest.kt b/src/test/kotlin/com/redhat/devtools/gateway/MyPluginTest.kt similarity index 97% rename from src/test/kotlin/com/github/devspaces/gateway/MyPluginTest.kt rename to src/test/kotlin/com/redhat/devtools/gateway/MyPluginTest.kt index 285a6c0..6c472c4 100644 --- a/src/test/kotlin/com/github/devspaces/gateway/MyPluginTest.kt +++ b/src/test/kotlin/com/redhat/devtools/gateway/MyPluginTest.kt @@ -9,7 +9,7 @@ * Contributors: * Red Hat, Inc. - initial API and implementation */ -package com.github.devspaces.gateway +package com.redhat.devtools.gateway //import com.intellij.ide.highlighter.XmlFileType //import com.intellij.psi.xml.XmlFile