[JBoss JIRA] (JBDS-4229) If updating CDK installation error reported
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4229?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4229:
--------------------------------
Fix Version/s: 10.4.0.AM2
(was: 10.4.0.AM1)
> If updating CDK installation error reported
> -------------------------------------------
>
> Key: JBDS-4229
> URL: https://issues.jboss.org/browse/JBDS-4229
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.2.0.GA
> Reporter: Jeff MAURY
> Labels: cdk, installer
> Fix For: 10.4.0.AM2
>
> Attachments: nstall.log
>
>
> If you install DevSuite on a system where a previous version already exists, then an error is reported during the CDK installation but no explanation is given. User has to go to the install log and detect that the cdkv2 box is already there
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4229) If updating CDK installation error reported
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4229?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4229:
--------------------------------
Component/s: platform-installer
(was: installer)
> If updating CDK installation error reported
> -------------------------------------------
>
> Key: JBDS-4229
> URL: https://issues.jboss.org/browse/JBDS-4229
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.2.0.GA
> Reporter: Jeff MAURY
> Labels: cdk, installer
> Fix For: 10.4.0.AM2
>
> Attachments: nstall.log
>
>
> If you install DevSuite on a system where a previous version already exists, then an error is reported during the CDK installation but no explanation is given. User has to go to the install log and detect that the cdkv2 box is already there
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4301) Allow loading a variable set of components
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4301?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4301:
--------------------------------
Sprint: devex #128 February 2017, devex #129 March 2017 (was: devex #128 February 2017)
> Allow loading a variable set of components
> ------------------------------------------
>
> Key: JBDS-4301
> URL: https://issues.jboss.org/browse/JBDS-4301
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.4.0.AM1
> Reporter: Jan Richter
> Assignee: Jan Richter
> Fix For: 10.4.0.AM2
>
>
> Currently all the components are hardcoded into the initialization procedure. It would help if there was a way to have them loaded somewhat dynamically form the requirements.json file.
> For example it would allow us to really remove cygwin from unix systems.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4293) Merge requirements-*.json files into one
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4293?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4293:
--------------------------------
Sprint: devex #128 February 2017, devex #129 March 2017 (was: devex #128 February 2017)
> Merge requirements-*.json files into one
> ----------------------------------------
>
> Key: JBDS-4293
> URL: https://issues.jboss.org/browse/JBDS-4293
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Task
> Components: platform-installer
> Affects Versions: 10.4.0.AM1
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Fix For: 10.4.0.AM1
>
>
> Current implementation is looking for requirements-${process.platform}.json. There are three supported platforms and therefore three configuration file with duplicated information for some components.
> New implementation should merge configuration in one file and introduce platform attribute for component configuration's. Only components that has platform specific binaries are affected.
> For example for CDK configuration instead of having it defined in three files like this:
> {code:title=requirements-win32.json|borderStyle=solid}
> {
> "cdk": {
> "name": "Red Hat Container Development Kit",
> "description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
> "bundle": "yes",
> "version": "3.0.0.GA",
> "dmUrl": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/windows-a...",
> "url": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/windows-a...",
> "filename": "minishift.exe",
> "sha256sum": "984318638a5c0d67ae4483bb508f6b90b99f885153dc525660bfff07fa883c94",
> "vendor": "Red Hat, Inc."
> }
> }
> {code}
> {code:title=requirements-darwin.json|borderStyle=solid}
> {
> "cdk": {
> "name": "Red Hat Container Development Kit",
> "description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
> "bundle": "yes",
> "version": "3.0.0.GA",
> "dmUrl": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/darwin-am...",
> "url": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/darwin-am...",
> "filename": "minishift",
> "sha256sum": "1e7472175e25d9d197149a3ed2192440a1f581f1884cf2b2c77d97674ee73e5e",
> "vendor": "Red Hat, Inc."
> }
> }
> {code}
> {code:title=requirements-linux.json|borderStyle=solid}
> {
> "cdk": {
> "name": "Red Hat Container Development Kit",
> "description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
> "bundle": "yes",
> "version": "3.0.0.GA",
> "dmUrl": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/linux-amd...",
> "url": "http://cdk-builds.usersys.redhat.com/builds/weekly/25-Jan-2017.3.0_alpha....",
> "filename": "linux-amd64.tar.gz",
> "sha256sum": "76da07d4065eb387093af1316371a19c11982b4b9270eff14bca84db69e2bb32",
> "vendor": "Red Hat, Inc."
> }
> }
> {code}
> It would be defined only once like this
> {code:title=requirements.json|borderStyle=solid}
> {
> "cdk": {
> "name": "Red Hat Container Development Kit",
> "description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
> "bundle": "yes",
> "version": "3.0.0.GA",
> "vendor": "Red Hat, Inc."
> platform: {
> win32: {
> "dmUrl": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/windows-a...",
> "url": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/windows-a...",
> "filename": "minishift.exe",
> "sha256sum": "984318638a5c0d67ae4483bb508f6b90b99f885153dc525660bfff07fa883c94"
> },
> darwin: {
> "dmUrl": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/darwin-am...",
> "url": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/darwin-am...",
> "filename": "minishift",
> "sha256sum": "1e7472175e25d9d197149a3ed2192440a1f581f1884cf2b2c77d97674ee73e5e"
> },
> linux: {
> "dmUrl": "http://cdk-builds.usersys.redhat.com/builds/nightly/11-Feb-2017/linux-amd...",
> "url": "http://cdk-builds.usersys.redhat.com/builds/weekly/25-Jan-2017.3.0_alpha....",
> "filename": "linux-amd64.tar.gz",
> "sha256sum": "76da07d4065eb387093af1316371a19c11982b4b9270eff14bca84db69e2bb32"
> }
> }
> }
> }
> {code}
> Note that requirements files used as is in tests, they also transformed during the build and final file is landed in 'transpiled' folder.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4123) Progress sometimes not updating for multiple file downloads
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4123?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4123:
--------------------------------
Sprint: devex #123 November 2016, devex #126 January 2017, devex #128 February 2017, devex #129 March 2017 (was: devex #123 November 2016, devex #126 January 2017, devex #128 February 2017)
> Progress sometimes not updating for multiple file downloads
> -----------------------------------------------------------
>
> Key: JBDS-4123
> URL: https://issues.jboss.org/browse/JBDS-4123
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.2.0.AM2
> Reporter: Jan Richter
> Assignee: Jan Richter
> Fix For: 10.4.0.AM2
>
>
> Namely for CDK, sometimes the progress doesn't register that it should start. The handler that should set the correct values does not seem to fire properly every time. The result is a progress bar stuck on 0% for the entirety of the download.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years