[JBoss JIRA] (ERT-607) Implement proper colours for themes on Linux
by Roland Grunberg (JIRA)
[ https://issues.jboss.org/browse/ERT-607?page=com.atlassian.jira.plugin.sy... ]
Roland Grunberg resolved ERT-607.
---------------------------------
Fix Version/s: Photon (4.8) M7
Resolution: Done
> Implement proper colours for themes on Linux
> --------------------------------------------
>
> Key: ERT-607
> URL: https://issues.jboss.org/browse/ERT-607
> Project: Eclipse Release Train
> Issue Type: Task
> Affects Versions: Photon (4.8)
> Reporter: Roland Grunberg
> Assignee: Roland Grunberg
> Fix For: Photon (4.8) M7
>
>
> The purpose of this is to track progress related to the improvement of themes in Eclipse Photon (4.8) on "light themes". Specifically, the elimination of black tooltip-like areas where they should be a lighter colour.
> As a consequence, this may also improve the look of the dark theme on Linux, and even other platforms (win32, mac).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25908) Allow cdk start to prompt for setup-cdk
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25908?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-25908.
---------------------------------
Verified on devstudio 11.3.0. GA-v20180413-0714-B2352.
> Allow cdk start to prompt for setup-cdk
> ---------------------------------------
>
> Key: JBIDE-25908
> URL: https://issues.jboss.org/browse/JBIDE-25908
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, server
> Affects Versions: 4.5.3.AM3
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
>
> If the minishift_home for a given server doesn't exist or is clearly corrupted / missing important folders, allow the launch config to prompt for the user to run setup-cdk and with permission do it for them.
> Also, make the setup-cdk action always visible for relevant server types.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25700) Server adapter: hot deploy of Spring Boot errors with permission issues when rsyncing local->pod (OS Online and CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25700?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25700:
-------------------------------------
Forum Reference: https://github.com/openshift/origin/issues/19365
> Server adapter: hot deploy of Spring Boot errors with permission issues when rsyncing local->pod (OS Online and CDK)
> --------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25700
> URL: https://issues.jboss.org/browse/JBIDE-25700
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Aurélien Pupier
> Assignee: Andre Dietisheim
> Labels: server_adapter, springboot
> Fix For: 4.5.x
>
> Attachments: permission-error-rsync-fc26.png, server-adapter-rebublish-state.png
>
>
> neither with open.paas.redhat.com
> so only when using the CDK.
> it seems to be due to the fact that the user in the pod are not the same.
> Jeff said:
> {quote}
> For SpringBoot deployments, the application file is called a fat jar and it placed in the /deployments folder (images are upstream fabric8/s2i-java or imagestream redhat-openjdk18-openshift). In order to get live update the file is then unzipped to the /deployments folder leaded to new sub folders BOOT-INF and META-INF
> The user permissions on those folders are the following:
> /deployments: writable by user jboss and group root
> /deployments/BOOT-INF: writable by user jboss readable only by group root
> /deployments/META-INF: writable by user jboss readable only by group root
> The rsync process with create some sub folders under /deployments/BOOT-INF. The problem that we have is that the user that is assigned for the rsync operation (or when you open a terminal in the OpenShift console) is not jboss (as opposed to Minishift/CDK) and thus we have permissions errors during the rsync operation.
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25922) Runtime detection finds new cdk even if it already exists
by Martin Malina (JIRA)
Martin Malina created JBIDE-25922:
-------------------------------------
Summary: Runtime detection finds new cdk even if it already exists
Key: JBIDE-25922
URL: https://issues.jboss.org/browse/JBIDE-25922
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, runtime-detection
Affects Versions: 4.5.3.Final
Reporter: Martin Malina
Assignee: Rob Stryker
I just noticed that sometimes if you repeatedly search for runtimes, the same cdk binary will be recognised as new again and again, creating duplicate server adapters if you click OK.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25918) Minishift server adapter is not supposed to call setup-cdk
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25918?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-25918.
---------------------------------
Verified on devstudio 11.3.0.GA-v20180413-0714-B2352.
> Minishift server adapter is not supposed to call setup-cdk
> ----------------------------------------------------------
>
> Key: JBIDE-25918
> URL: https://issues.jboss.org/browse/JBIDE-25918
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.5.3.Final
> Environment: Devstudio: 11.3.0.GA-v20180412-0600-B2346
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Blocker
> Fix For: 4.5.3.Final
>
> Attachments: Minishift_setupcdk.png
>
>
> Starting of Minishift 1.7+ server adapter triggers Setup CDK job, Warning dialog pops up asking user if he wants to run setup-cdk (this makes no sense in context of minishift), but if this action is confirmed, minishift does not use such action (even do not know the command) and so error dialog is shown and adapter is not started.
> See:
> !Minishift_setupcdk.png|thumbnail!
> Console output:
> {code}
> Error: unknown command "setup-cdk" for "minishift"
> Run 'minishift --help' for usage.
> unknown command "setup-cdk" for "minishift"
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months