[JBoss JIRA] (JBIDE-17971) Create Domain wizard: should not be able to edit domain members as long as we did not create the domain
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17971?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-17971:
---------------------------------------------
that is a bug and should be fixed.
> Create Domain wizard: should not be able to edit domain members as long as we did not create the domain
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17971
> URL: https://issues.jboss.org/browse/JBIDE-17971
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Assignee: Max Rydahl Andersen
> Labels: domain_wizard, uxtest
> Fix For: 4.2.0.CR1
>
> Attachments: null-link.png, OpenshiftDomainCreation_Step1.png, OpenshiftDomainCreation_Step2.png
>
>
> When creating a new OpenShift domain, if I click "Edit domain members" with the domain name left blank, I get the following error:
> https://www.evernote.com/shard/s230/sh/ce9003cb-7988-4cdd-a4bc-52b04b9123...
> !null-link.png!
> This error is not helpful - and it appears the real problem is that to edit domain members I must create the domain first.
> Suggest that we change the create domain dialog to do the following:
> 1. Enter domain name (this is all that is shown on the dialog. (Mockup attached )
> 2. Domain is created. Validation message shown on dialog header. The screen changes to show non-editable name and the ability to edit domain members. (Mockup attached)
> Not sure if there was a reason we didn't add ability to edit the domain members directly here rather than kicking the user back into the openshift web console.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17972) Add ability to "always accept" the hostkey of the SSH connection for cloning git repos
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17972?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-17972:
---------------------------------------------
I believe the dialog in question is this: http://i.imgur.com/YYyRBOx.png
First lets be sure we agree why this dialog in principal is important.
The dialog comes up the first time you connect to a *NEW* host. If you have connected to this host before and have it in your known_hosts it will *NOT* showup.
And even if we added a "Do not ask again" it would ask again next time you create a new app because the app will be on a *new* host, not the one you used on first create.
And finally - IIF you had approved it you still want this to pop up in case there is a man-in-the-middle attack. Thus I completely disagree that this would be blindly accepted (if it is that is a security issue :)
That said - what this dialog seem to be missing compared to command line rhc and other places in eclipse is the option to store the finger print in known hosts so it will be remembered next time you ssh to this server.
Andre - is this dialog ours or egits ? can we provide patch to make it actually store to known hosts ?
> Add ability to "always accept" the hostkey of the SSH connection for cloning git repos
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-17972
> URL: https://issues.jboss.org/browse/JBIDE-17972
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Assignee: Max Rydahl Andersen
> Labels: uxtest
> Fix For: 4.3.x
>
>
> Each time JBDS does a git clone, it gives me a warning about the hostkey of the SSH connection. As a developer, I will always accept this. I'd like the ability to click an "always accept" checkbox so I don't have to see this pop-up every time.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17973) Obscure database password
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17973?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-17973:
----------------------------------------
Fix Version/s: 4.3.x
Priority: Minor (was: Major)
The issue here is two fold:
A) The API does not actually in all cases tell us this is a password - thus can't know to obscure it.
B) rhc does the exactly same - they show a message from the server to let the user know what things have been created.
Thinking about it what we could do is simply to put a stacked panel in this UI and tell the user "There are additional information with possible sensitive information. Please Click here to reveal when can be shown safely".
But for now since this is how both rhc and openshift webapp operates i'm reducing the priority on this.
> Obscure database password
> -------------------------
>
> Key: JBIDE-17973
> URL: https://issues.jboss.org/browse/JBIDE-17973
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Assignee: Max Rydahl Andersen
> Priority: Minor
> Labels: uxtest
> Fix For: 4.3.x
>
>
> When creating an OpenShift application with a database cartridge, the database password is shown in clear text. This password should be obscured.
> It was noted that OpenShift does show clear text passwords in some locations, the difference here is that the user did not prompt for this information meaning we are displaying a password in clear text at a potential point where the user is not aware they need to be in a 'secure' environment.
> Reproduce steps:
> 1. Open new OpenShift Application wizard
> 2. Sign in & proceed to next screen
> 3. Choose application cartridge (JBoss EAP 6 for instance) & proceed to next screen
> 4. Add embedded cartridge for database (mySQL 5.5 for instance) & proceed to next screen
> 5. Click next on set up project screen
> 6. Click finish on next screen
> 7 -> ISSUE HERE. Once app is created, pop-up is shown with mySQL database password shown in clear text. Screenshot: https://www.evernote.com/shard/s230/sh/cd8123fb-a400-4699-ad08-bcbc06f7b5...
> Expected: Password on this pop-up should be obscured.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17974) Add contextual help to OpenShift modals
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17974?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-17974:
----------------------------------------
Fix Version/s: LATER
I agree, currently though we don't have resources working on contextual sensitive help thus putting this on later.
> Add contextual help to OpenShift modals
> ---------------------------------------
>
> Key: JBIDE-17974
> URL: https://issues.jboss.org/browse/JBIDE-17974
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Assignee: Max Rydahl Andersen
> Labels: uxtest
> Fix For: LATER
>
>
> Many of the openshift modals do not provide contextual help that JBDS users expect throughout the application.
> Create OpenShift Application modal:
> Help button/Icon provided in bottom left of modal. Upon clicking, the help panel does not actually provide anything that helps the user understand what they need to do with the various screens throughout this wizard.
> https://www.evernote.com/shard/s230/sh/3c712331-988c-4531-9b3b-b706973a9f...
> The following OpenShift related dialogs do not provide a help icon/button at all and probably should:
> - Configure OpenShift Markers (right click project -> OpenShift -> Configure Markers...)
> - Domains (OpenShift Explorer pane -> right click OpenShift account -> Manage domains...)
> - SSH Keys (OpenShift Explorer pane -> right click OpenShift account -> Manage SSH keys...)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBDS-3103) Application wizard: Provide more info during OpenShift application creation
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3103?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen closed JBDS-3103.
-------------------------------------
Resolution: Rejected
As how OpenShift works currently its REST api has no additonal information to provide.
Thus we do not have any way to provide additional context before/when/if OpenShift changes their api.
I do though think some of the uncertainty of waiting and feeling you can't do anything can be remedied by us allowing to put the long running process in the background - that is covered by JBIDE-11367.
For now - closing this since there is nothing we can do. Have though made suggestion to OpenShift team to improve the API.
> Application wizard: Provide more info during OpenShift application creation
> ---------------------------------------------------------------------------
>
> Key: JBDS-3103
> URL: https://issues.jboss.org/browse/JBDS-3103
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: openshift
> Affects Versions: 8.0.0.Beta2
> Reporter: Catherine Robson
> Assignee: Max Rydahl Andersen
> Labels: application_wizard, uxtest
> Fix For: 9.0.x
>
>
> During the project setup on OpenShift from the create new application wizard, the user is not provided much information about what is happening. This process does take a little while, and users would be more comfortable if they could see into what is happening for a better idea of if the process is failing or still working. A "more info" dropdown could be used on the modal to show log file information during this process.
> https://www.evernote.com/shard/s230/sh/a750beed-4fc9-43d0-90a6-495573f09a...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17967) CordovaSim won't run
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17967?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-17967:
------------------------------------------------
Hi Michelle. I want to know, when do you reproduce this bug(when HMT & cordovasim was installed). It looks like this bug is duplicate of JBIDE-17826. The problem was in incorrect discovery urls using which cordovasim was installed.
Could you try to remove HMT and cordovasim, update JBDS to latest respin release and try to reinstall HMT and cordovasim. Pay attention on which version is installed. Must be *Beta3*, not *Beta2*.
> CordovaSim won't run
> --------------------
>
> Key: JBIDE-17967
> URL: https://issues.jboss.org/browse/JBIDE-17967
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta3
> Environment: OS X Mavericks, Java 1.7.0_55, JBDS Build id: Beta3-v20140722-2011-B194
> Reporter: Michelle Murray
>
> CordovaSim won't start.
> Created the HMT project using wizard in JBoss Central. Selected Apache Cordova 3.5.0 (which I'd previously installed). From Project Explorer, right-clicked project and Run As > Run on CordovaSim. Console view shows the following output:
> {noformat}
> no protocol: /Applications/JBDS/JBDS80/jboss-devstudio/studio/configuration
> Stack trace:
> java.net.MalformedURLException: no protocol: /Applications/JBDS/JBDS80/jboss-devstudio/studio/configuration
> at java.net.URL.<init>(URL.java:585)
> at java.net.URL.<init>(URL.java:482)
> at java.net.URL.<init>(URL.java:431)
> at org.jboss.tools.vpe.cordovasim.CordovaSimArgs.getPortFromURL(CordovaSimArgs.java:100)
> at org.jboss.tools.vpe.cordovasim.CordovaSimArgs.parseArgs(CordovaSimArgs.java:51)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.main(CordovaSimRunner.java:88)
> org.jboss.tools.vpe.cordovasim.model.preferences.CordavaSimSpecificPreferencesStorage.load()Ljava/lang/Object;
> Stack trace:
> java.lang.NoSuchMethodError: org.jboss.tools.vpe.cordovasim.model.preferences.CordavaSimSpecificPreferencesStorage.load()Ljava/lang/Object;
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.loadPreferences(CordovaSimRunner.java:165)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.createCordovaSim(CordovaSimRunner.java:179)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.startCordovaSim(CordovaSimRunner.java:110)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.main(CordovaSimRunner.java:89)
> org.jboss.tools.vpe.cordavasim.command.stop.server: Server on port 0 was stopped
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-13053) Explorer: Cannot remove several connections at once
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13053?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13053:
-------------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.x)
> Explorer: Cannot remove several connections at once
> ---------------------------------------------------
>
> Key: JBIDE-13053
> URL: https://issues.jboss.org/browse/JBIDE-13053
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.0.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.2.0.CR1
>
> Attachments: RemoveConnections1.png, RemoveConnections2.png, RemoveConnections3.png, several-connections.png
>
>
> The *OpenShift Explorer* allows you to remove a single connection from the context-menu: select your connection and pick *Remove from View*. Your connection will be removed from the OpenShift Explorer. This is currently not possible for several connections at once - the menu entry is missing from the context menu.
> !several-connections.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months