[JBoss JIRA] (JBIDE-24897) add fabric8 analytics feature to jbosstools and devstudio (optional feature, new Central connector)
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24897?page=com.atlassian.jira.plugi... ]
Jeff MAURY edited comment on JBIDE-24897 at 2/1/18 8:54 AM:
------------------------------------------------------------
FTR the errors on IE/Win10: !IE-screenshot.png!
https://stackoverflow.com/questions/44244468/method-assign-not-supported-... may help
was (Author: jeffmaury):
FTR the errors on IE/Win10: !IE-screenshot.png!
> add fabric8 analytics feature to jbosstools and devstudio (optional feature, new Central connector)
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24897
> URL: https://issues.jboss.org/browse/JBIDE-24897
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: fabric8
> Affects Versions: 4.5.2.AM2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM1
>
> Attachments: IE-screenshot.png, fab8anal-in-ds-central.png, fab8anal-in-jbt-central-installed.png, fab8anal-in-jbt-central.png, fabric8-connector.png, stack analysis.mp4, stack report 20180119.png
>
>
> Once authentication (to access Fabric8 Analytics API) is fixed we can add this to JBoss Tools and devstudio. cc: [~gbatra]
> Assuming we also want to create a Central connector to advertise this optional feature.
> In future we could also consider adding a Marketplace connector (separate from JBT/devstudio), if that's desired. cc: [~maxandersen] [~adisakala]
> Sources: https://github.com/fabric8-analytics/fabric8-analytics-devstudio-plugin
> Affected:
> * https://github.com/jbdevstudio/jbdevstudio-product (category.xml, feature.xml)
> * https://github.com/jbosstools/jbosstools-build-sites (category.xml)
> * https://github.com/jbosstools/jbosstools-discovery (plugin.xml x 2, plus new icon if applicable?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25680) Forced refreshing of browser prevents login using different account providers
by Vojtech Prusa (JIRA)
Vojtech Prusa created JBIDE-25680:
-------------------------------------
Summary: Forced refreshing of browser prevents login using different account providers
Key: JBIDE-25680
URL: https://issues.jboss.org/browse/JBIDE-25680
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.5.3.AM1
Reporter: Vojtech Prusa
Priority: Minor
Condition test BrowserContainsText is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
Solution imo can be by override method arguments to add
private boolean refresh; with
public BrowserContainsText(String url, String text, boolean refresh) { ... }
where page refresh will happen only when by default refresh=true .
PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25591) JBoss EAP 7.0 Server adapter fails to start with OpenJDK9
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25591?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-25591:
---------------------------------------
I have found this https://access.redhat.com/solutions/2953361 which is not that strict about saying that EAP 7.0 will not be supported (though it is pretty vague). Nevertheless, I fully agree about what is officially supported and your solution is sufficient at this time. Thanks!
Verified on devstudio 11.3.0.AM1-v20180201-0248-B1969.
In case that any changes will occur with respect to eap vs java support, we can adjust implementation. Closing.
P.S. Hoping that devstudio build already have your commit in it, coz it all works now.
> JBoss EAP 7.0 Server adapter fails to start with OpenJDK9
> ---------------------------------------------------------
>
> Key: JBIDE-25591
> URL: https://issues.jboss.org/browse/JBIDE-25591
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.5.2.Final
> Environment: Fedora 26
> java-9-openjdk-9.0.1.11-4.fc26.x86_64
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.5.3.AM1
>
> Attachments: .log, server.log
>
>
> Starting of EAP 7.0 server adapter with defined Java Runtime Environment to JavaSE-9 ends up in state stopped and errors are produced.
> See logs:
> Server: [^server.log]
> IDE: [^.log]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25610) New Application Wizard: "Browse" and "New" buttons are misaligned horizontally
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25610?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-25610.
---------------------------------
Closing. Layout is fixed.
Verified in:
Red Hat JBoss Developer Studio
Version: 11.3.0.AM1
Build id: AM1-v20180201-0838-B1971
Build date: 20180201-0838
> New Application Wizard: "Browse" and "New" buttons are misaligned horizontally
> ------------------------------------------------------------------------------
>
> Key: JBIDE-25610
> URL: https://issues.jboss.org/browse/JBIDE-25610
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: application_wizard
> Fix For: 4.5.3.AM1
>
> Attachments: new-application-wizard-misaligned-browse.png, new-application-wizard.png
>
>
> # EXEC: launch new application wizard
> # ASSERT: wizard dialog shows up
> Result:
> !new-application-wizard.png!
> the "New" and "Browse" button are horizontally misaligned
> Expected:
> Both buttons should be horizontally aligned on the left and right edge
> The "Browse" button is also vertically misalgined when compared to the "Eclipse Project" text field.
> !new-application-wizard-misaligned-browse.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25588) CDK server adapter timeouts during starting with JDK9
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25588?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-25588:
----------------------------------
Steps to Reproduce:
1. Download and install java sdk 9. (ie. 9.0.1.11)
2. Install devstudio
3. Edit devstudio/studio/devstudio.ini file, change value of "vm" to java 9 SDK (ie. /etc/alternatives/java_sdk_9/bin/java)
4. Start devstudio, add new CDK 3.2+ server adapter and configure underlying CDK (call setup-cdk)
5. Start CDK server adapter
6. ASSERT: Server adapter is started, SSL certificate was accepted, there are docker and openshift connections
Actual result: Starting Container ... job will timeout and no connection is created, though, ssl certificate dialog was thrown...
was:
1. Download and install java sdk 9. (ie. 9.0.1.11)
2. Install devstudio
3. Change jvm
> CDK server adapter timeouts during starting with JDK9
> -----------------------------------------------------
>
> Key: JBIDE-25588
> URL: https://issues.jboss.org/browse/JBIDE-25588
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.5.2.Final
> Environment: Fedora 26
> java-9-openjdk-9.0.1.11-4.fc26.x86_64
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.5.x
>
>
> CDK server adapter remains in state starting after CDK is started properly (in console you can see all steps passed without problem), one can connect to openshift via browser. Also, SSL untrusted certificate was accepted. There is running job: Starting Container Developer Environment 3.2+ Preparing launch delegate...: Launching delegate...
> Adapter will just timeout eventually.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25588) CDK server adapter timeouts during starting with JDK9
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25588?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-25588:
----------------------------------
Steps to Reproduce:
1. Download and install java sdk 9. (ie. 9.0.1.11)
2. Install devstudio
3. Change jvm
was:1. Will add soon.
> CDK server adapter timeouts during starting with JDK9
> -----------------------------------------------------
>
> Key: JBIDE-25588
> URL: https://issues.jboss.org/browse/JBIDE-25588
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.5.2.Final
> Environment: Fedora 26
> java-9-openjdk-9.0.1.11-4.fc26.x86_64
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.5.x
>
>
> CDK server adapter remains in state starting after CDK is started properly (in console you can see all steps passed without problem), one can connect to openshift via browser. Also, SSL untrusted certificate was accepted. There is running job: Starting Container Developer Environment 3.2+ Preparing launch delegate...: Launching delegate...
> Adapter will just timeout eventually.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month