[JBoss JIRA] (JBIDE-21699) Enable debug mode on deployment config
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21699?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-21699:
-----------------------------------
Assignee: Fred Bricon
> Enable debug mode on deployment config
> --------------------------------------
>
> Key: JBIDE-21699
> URL: https://issues.jboss.org/browse/JBIDE-21699
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: openshift
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Priority: Critical
> Fix For: 4.3.1.CR1
>
>
> When clicking on the Debug button of the server adapter, the Debug variables should be set, if necessary.
> The remote debug port could be read from server adapter preferences, default to 8787
> {code}
> {
> "name" : "debug",
> "containerPort" : 8787,
> "protocol" : "TCP"
> }
> {code}
> * and to spec.containers.env:
> {code}
> {
> "name" : "DEBUG",
> "value" : "true"
> },
> {
> "name" : "DEBUG_PORT",
> "value" : "8787"
> }
> {code}
> If the remote debug port was already set (possibly to another value), then it should be returned
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21490) Enforce non empty git source parameter in templates
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21490?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich reassigned JBIDE-21490:
---------------------------------------------
Assignee: Viacheslav Kabanovich
> Enforce non empty git source parameter in templates
> ---------------------------------------------------
>
> Key: JBIDE-21490
> URL: https://issues.jboss.org/browse/JBIDE-21490
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.1.CR1
>
>
> Following JBIDE-21340, we need to add validation of required git source parameter property in ParameterListPage.
> To find out what parameter is the git repository url you'd do:
> {code}
> public String getGitRepoParameterKey() {
> ITemplate template = model.getSelectedTemplate();
> if (template != null) {
> for(String key : new String[]{"SOURCE_REPOSITORY_URL", "GIT_URI"}) {
> if (template.getParameters().containsKey(key)) {
> return key;
> }
> }
> }
> return null;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21727) add OpenShift server adapter to downloadable WTP server adapters
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21727?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21727:
------------------------------------------
Temptatively setting 4.3.1.CR1 to reflect Max adding this to the current sprint.
[~maxandersen] OpenShift server adapters are currently a cathegory in the new server adapter wizard. Can you please elaborate whats missing?
> add OpenShift server adapter to downloadable WTP server adapters
> ----------------------------------------------------------------
>
> Key: JBIDE-21727
> URL: https://issues.jboss.org/browse/JBIDE-21727
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift, server
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.1.CR1
>
>
> We have JBoss server adapters available in Eclise new Server wizard; would be great if we could put OpenShift in there too.
> Anything preventing us from doing so ?
> Is there a workflow from New server that helps users to create openshift connection etc. ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21716) Don't re-prompt for password
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21716?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21716:
-------------------------------------
It seems terribly insecure to me to be passing a password in via an environment variable, and I think it's better to let the user type the password again. It's two different programs, and as long as the username is properly moved over, I think it's perfectly reasonable that the user type the password a second time. I agree that if it can be done in a secure manner, passing the password as well is a reasonable solution... but if there's no reasonably secure solution, I think it's best to let the user type the password again.
> Don't re-prompt for password
> ----------------------------
>
> Key: JBIDE-21716
> URL: https://issues.jboss.org/browse/JBIDE-21716
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Reporter: Pete Muir
> Priority: Critical
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> Having installed JBDS and CDK from the installer, and entered your password there, you get re-prompted for your password for the customer portal. This is a poor user experience.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21697) Server Adapter: user choose default route when creating the server
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21697?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21697.
---------------------------------
Verified on nightly build of JBT with OpenShift tooling 3.1.0.CR1-v20160219-1935-B186.
> Server Adapter: user choose default route when creating the server
> ------------------------------------------------------------------
>
> Key: JBIDE-21697
> URL: https://issues.jboss.org/browse/JBIDE-21697
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> Currently the Show in Web Browser always asks the user which route to open, which tends to be annoying when using the menu several times. For LiveReload support, it's even worse, the 1st route is always selected, which always leads to some problems when several routes are available.
> I believe it would be best to let the user select the server adapter' default route in the OpenShift 3 Server wizard
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21732) Server Adapter: Improve routing selection group in New OpenShift Server adapter wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21732?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21732:
----------------------------------
Description:
Currently there is a group called "Default Route" and there is a selection of a routing and checkbox for it. See attached diagram for proposed layout.
was:
Currently there is a group called "Default Route" and there is a selection of a routing and checkbox for it. I would suggest following layout, which seems to be more user friendly for me
!default_route_os3.gliffy!
> Server Adapter: Improve routing selection group in New OpenShift Server adapter wizard
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-21732
> URL: https://issues.jboss.org/browse/JBIDE-21732
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter
> Attachments: default_route_os3.gliffy
>
>
> Currently there is a group called "Default Route" and there is a selection of a routing and checkbox for it. See attached diagram for proposed layout.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month