[JBoss JIRA] (JBDS-3998) DevSuite Installer doesn't work with links from download manager
by Denis Golovin (JIRA)
Denis Golovin created JBDS-3998:
-----------------------------------
Summary: DevSuite Installer doesn't work with links from download manager
Key: JBDS-3998
URL: https://issues.jboss.org/browse/JBDS-3998
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Task
Components: platform-installer
Affects Versions: 10.1.0.AM3
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 10.1.0.AM3
download manager issues 30x redirects for requests and that is not supported in node-request by default. Also downloader should do basic auth get requests instead of normal ones.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3869) platform installer should check/warn if Hyper-V is already enabled.
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3869?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-3869 at 8/11/16 11:18 PM:
---------------------------------------------------------------
{code}Get-WindowsOptionalFeature –Online | where state -eq enabled | ft -a{code}
and search for Microsoft-Hyper-V. See details here:
https://blogs.technet.microsoft.com/heyscriptingguy/2012/08/24/use-powers...
was (Author: dgolovin):
This doesn't make sense for home edition. Use:
{code}Get-CimInstance Win32_OperatingSystem | Select-Object Caption{code}
to print out Caption for windows and check if it has Home.
> platform installer should check/warn if Hyper-V is already enabled.
> -------------------------------------------------------------------
>
> Key: JBDS-3869
> URL: https://issues.jboss.org/browse/JBDS-3869
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 10 Pro, 64 bit.
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Fix For: 10.1.0.AM3
>
>
> The platform installer should check and warn if Hyper-V is already enabled on Windows systems.
> Hyper-V takes over the virtualization assist hardware, which will keep VirtualBox from being able to start the CDK box which depends on VT-x/AMD-V.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3869) platform installer should check/warn if Hyper-V is already enabled.
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3869?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3869:
-------------------------------------
This doesn't make sense for home edition. Use:
{code}Get-CimInstance Win32_OperatingSystem | Select-Object Caption{code}
to print out Caption for windows and check if it has Home.
> platform installer should check/warn if Hyper-V is already enabled.
> -------------------------------------------------------------------
>
> Key: JBDS-3869
> URL: https://issues.jboss.org/browse/JBDS-3869
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 10 Pro, 64 bit.
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Fix For: 10.1.0.AM3
>
>
> The platform installer should check and warn if Hyper-V is already enabled on Windows systems.
> Hyper-V takes over the virtualization assist hardware, which will keep VirtualBox from being able to start the CDK box which depends on VT-x/AMD-V.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3627) Installer needs to help move past lack of t/c signing
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3627?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3627:
-------------------------------------
[~maxandersen]One cannot continue without tickle all the checkboxes, they are marked with (*) as required.
> Installer needs to help move past lack of t/c signing
> -----------------------------------------------------
>
> Key: JBDS-3627
> URL: https://issues.jboss.org/browse/JBDS-3627
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Reporter: Joshua Wilson
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.1.0.AM3
>
> Attachments: Installer-not-signed-tc.PNG
>
>
> DevSuite installer uses "REST services in JBoss Download Manager" explained here https://mojo.redhat.com/docs/DOC-940689.
> DevSuite Intsaller follows the explanation for tc-accepted entry point [code is here|https://github.com/redhat-developer-tooling/developer-platform-insta...]. It uses file from previous CDK release (published in cdn and available through download manager) to do verification:
> 1. that provided credentials are valid;
> 2. that required T&C's are signed.
> There are two major use cases for developers installing DevSuite using Installer:
> 1. Direct download - when developer sign in to developers.redhat.com and download installer himeslf;
> 2. Shared installer - when someone share installer with developers without account.
> There two kind of users involved in those scenarios above:
> 1. New users that must go through registration process;
> 2. Registered users.
> *Direct download*
> For new ones registration process is really simple now. After creating RHD account and downloading installer there is no additional steps to get through installation.
> For already registered users there could be problems related to T&C's and authentication reported here https://issues.jboss.org/browse/RHDENG-579.
> So far there are two kind of problems:
> 1. Users can login and download DevSuite installer, but cannot use the same credentials to install;
> 2. Users that can login in to developers.redhat.com and get request to sign additional T&C's but credentials for the same user in DevSuite Installer reported as invalid when REST tc-accepted entry point is used
> *Shared Download*
> In this scenario new users without account can press Register link, then go through registration process in browser return back to installer and use new account credentials for installation.
> Registered users could need to sign additional T&C's if missing and would be good to show external link to do so. Current entry point tc-accepted does not provide any hints where missing T&C's could be signed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22624) Explorer: connection stays "Loading" after I provided the authentication info
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22624?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22624:
--------------------------------
Sprint: (was: devex #118 July 2016)
> Explorer: connection stays "Loading" after I provided the authentication info
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22624
> URL: https://issues.jboss.org/browse/JBIDE-22624
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Jeff MAURY
> Labels: explorer, openshift_v3
> Fix For: 4.4.1.AM3
>
> Attachments: 2016-06-21 at 10-23-04.mp4
>
>
> EXEC: create a new v3 connection to CDK, don't store the password
> EXEC: restart Eclipse
> EXEC: in OpenShift Explorer: unfold the connection
> ASSERT: connection dialog appears, prompting you to provide the password.
> EXEC: provide the password, finish
> ASSERT: explorer still displays "Loading..."
> EXEC: refresh the connection
> ASSERT: explorer now displays the resources
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22624) Explorer: connection stays "Loading" after I provided the authentication info
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22624?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22624:
--------------------------------
Story Points: (was: 2)
> Explorer: connection stays "Loading" after I provided the authentication info
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22624
> URL: https://issues.jboss.org/browse/JBIDE-22624
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Jeff MAURY
> Labels: explorer, openshift_v3
> Fix For: 4.4.1.AM3
>
> Attachments: 2016-06-21 at 10-23-04.mp4
>
>
> EXEC: create a new v3 connection to CDK, don't store the password
> EXEC: restart Eclipse
> EXEC: in OpenShift Explorer: unfold the connection
> ASSERT: connection dialog appears, prompting you to provide the password.
> EXEC: provide the password, finish
> ASSERT: explorer still displays "Loading..."
> EXEC: refresh the connection
> ASSERT: explorer now displays the resources
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22624) Explorer: connection stays "Loading" after I provided the authentication info
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22624?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-22624:
-----------------------------------
Assignee: (was: Dmitry Bocharov)
> Explorer: connection stays "Loading" after I provided the authentication info
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22624
> URL: https://issues.jboss.org/browse/JBIDE-22624
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Jeff MAURY
> Labels: explorer, openshift_v3
> Fix For: 4.4.1.AM3
>
> Attachments: 2016-06-21 at 10-23-04.mp4
>
>
> EXEC: create a new v3 connection to CDK, don't store the password
> EXEC: restart Eclipse
> EXEC: in OpenShift Explorer: unfold the connection
> ASSERT: connection dialog appears, prompting you to provide the password.
> EXEC: provide the password, finish
> ASSERT: explorer still displays "Loading..."
> EXEC: refresh the connection
> ASSERT: explorer now displays the resources
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22624) Explorer: connection stays "Loading" after I provided the authentication info
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22624?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22624:
--------------------------------
Story Points: 2
Sprint: devex #118 July 2016
> Explorer: connection stays "Loading" after I provided the authentication info
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22624
> URL: https://issues.jboss.org/browse/JBIDE-22624
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Jeff MAURY
> Assignee: Dmitry Bocharov
> Labels: explorer, openshift_v3
> Fix For: 4.4.1.AM3
>
> Attachments: 2016-06-21 at 10-23-04.mp4
>
>
> EXEC: create a new v3 connection to CDK, don't store the password
> EXEC: restart Eclipse
> EXEC: in OpenShift Explorer: unfold the connection
> ASSERT: connection dialog appears, prompting you to provide the password.
> EXEC: provide the password, finish
> ASSERT: explorer still displays "Loading..."
> EXEC: refresh the connection
> ASSERT: explorer now displays the resources
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months