[JBoss JIRA] (JBDS-4044) Use angular $http service instead of node request module
by Denis Golovin (JIRA)
Denis Golovin created JBDS-4044:
-----------------------------------
Summary: Use angular $http service instead of node request module
Key: JBDS-4044
URL: https://issues.jboss.org/browse/JBDS-4044
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Enhancement
Components: platform-installer
Affects Versions: 10.2.0.AM1
Reporter: Denis Golovin
Assignee: Denis Golovin
Since April $http service seems to support progress reporting for http requests:
1. See httpspec.js in this [commit|https://github.com/angular/angular.js/commit/01b18450882da9bb9c903...];
2. XMLHTTPRequest documentation [here|https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Usin...].
Questions:
1. Does it support redirects?
2. How authentication is supported?
Benefits:
1. Native browser service, so probably should be working faster;
2. Proxy settings picked up from system settings, so there is no need to set up environment variables before running the installer.
Drawbacks:
1. Proxy errors are not detectable (?) It just printed out to console without providing info trough returning error parameter for callback;
2. No third party multi-threaded downloaders that would support restarting download from the position where it failed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBTIS-858) Extend SY CXF binding test by relayHeaders
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-858:
---------------------------------------
Summary: Extend SY CXF binding test by relayHeaders
Key: JBTIS-858
URL: https://issues.jboss.org/browse/JBTIS-858
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: QE, switchyard
Affects Versions: 4.3.1.Final
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
There was an issue with the property 'relayHeaders' in CFX binding (SWITCHYARD-2794). Update the existing test so that it covers the issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBDS-3983) Development Suite Installer should work behind proxy
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3983?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3983:
--------------------------------
Description:
DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
* http(s)://servername.com:1234
* http(s)://192.168.0.47:1234
Additional details are here https://github.com/request/request#controlling-proxy-behaviour-using-envi...
was:
DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
* http(s)://servername.com:1234
* http(s)://192.168.0.47:1234
> Development Suite Installer should work behind proxy
> ----------------------------------------------------
>
> Key: JBDS-3983
> URL: https://issues.jboss.org/browse/JBDS-3983
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Epic
> Components: platform-installer
> Affects Versions: 10.1.0.AM1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: release_notes
> Fix For: 10.1.0.GA
>
>
> DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
> CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
> To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
> * http(s)://servername.com:1234
> * http(s)://192.168.0.47:1234
> Additional details are here https://github.com/request/request#controlling-proxy-behaviour-using-envi...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBDS-3983) Development Suite Installer should work behind proxy
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3983?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3983:
--------------------------------
Description:
DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
* http(s)://servername.com:1234
* http(s)://192.168.0.47:1234
Additional details are here https://github.com/request/request#controlling-proxy-behaviour-using-envi....
was:
DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
* http(s)://servername.com:1234
* http(s)://192.168.0.47:1234
Additional details are here https://github.com/request/request#controlling-proxy-behaviour-using-envi...
> Development Suite Installer should work behind proxy
> ----------------------------------------------------
>
> Key: JBDS-3983
> URL: https://issues.jboss.org/browse/JBDS-3983
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Epic
> Components: platform-installer
> Affects Versions: 10.1.0.AM1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: release_notes
> Fix For: 10.1.0.GA
>
>
> DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
> CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
> To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
> * http(s)://servername.com:1234
> * http(s)://192.168.0.47:1234
> Additional details are here https://github.com/request/request#controlling-proxy-behaviour-using-envi....
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBDS-3983) Development Suite Installer should work behind proxy
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3983?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3983:
--------------------------------
Description:
DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
* http(s)://servername.com:1234
* http(s)://192.168.0.47:1234
was:
DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings.
CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
> Development Suite Installer should work behind proxy
> ----------------------------------------------------
>
> Key: JBDS-3983
> URL: https://issues.jboss.org/browse/JBDS-3983
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Epic
> Components: platform-installer
> Affects Versions: 10.1.0.AM1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: release_notes
> Fix For: 10.1.0.GA
>
>
> DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings:
> CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.
> To make DevStudio Installer working behind proxy there should be variable HTTPS_PROXY in user environment which sets up URL to proxy server. URL examples:
> * http(s)://servername.com:1234
> * http(s)://192.168.0.47:1234
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months