[JBoss JIRA] (TOOLSDOC-706) JBDS 9.1 Beta2: Edit New and Noteworthy
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-706?page=com.atlassian.jira.plug... ]
Misha Ali edited comment on TOOLSDOC-706 at 1/27/16 11:23 PM:
--------------------------------------------------------------
Hi [~akazakov] - just a quick reminder that we agreed that the new and noteworthy content would be handed over to docs two days before release so that we have time to edit it and QE (tagging [~mmalina]) can review the contents.
was (Author: mhusnain):
Hi [~akazakov] - just a quick reminder that we agreed that the new and noteworthy content would be handed over to docs two days before release so that we have time to edit it and QE (tagging @mmalina) can review the contents.
> JBDS 9.1 Beta2: Edit New and Noteworthy
> ---------------------------------------
>
> Key: TOOLSDOC-706
> URL: https://issues.jboss.org/browse/TOOLSDOC-706
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Reporter: Misha Ali
> Assignee: Misha Ali
>
> N&N info will be available two days before release. Edit and update the content and then use it in the Release Notes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21422) Server adapter editor: details should be editable
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21422?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-21422:
------------------------------------------
Comment: was deleted
(was: [~adietish], please take a look at the pull request.)
> Server adapter editor: details should be editable
> -------------------------------------------------
>
> Key: JBIDE-21422
> URL: https://issues.jboss.org/browse/JBIDE-21422
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Currently when I open a server adapter overview (by double click on a server adapter) there is whole section of details to which project it is bind to, paths etc. in the Project Settings section. This area is not editable. It would be nice to allow user modify this, to allow to choose different eclipse project or fix path if it was filled in wrong...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21599) Source path validation does not work properly in new server adapter wizard
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21599?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21599:
-----------------------------------------------
[~adietish], please take a look at the pull request.
> Source path validation does not work properly in new server adapter wizard
> --------------------------------------------------------------------------
>
> Key: JBIDE-21599
> URL: https://issues.jboss.org/browse/JBIDE-21599
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter_wizard
>
> When using eclipse path properties in source path in New Server wizard for a new OpenShift 3 server adapter, validation does not work properly. E.g. I choose a workspace project by browsing workspace and choosing it, it fill into the text widget for source path
> {code}
> ${workspace_loc:/org.jboss.tools.openshift.ui.bot.test}
> {code}
> and it is OK, next button is enabled. But if I cut/paste it there again or if I type workspace location manually, not via browsing workspace project, it is validated as incorrect path and it is not possible to proceed through wizard.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21422) Server adapter editor: details should be editable
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21422?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21422:
-----------------------------------------------
[~adietish], please take a look at the pull request.
> Server adapter editor: details should be editable
> -------------------------------------------------
>
> Key: JBIDE-21422
> URL: https://issues.jboss.org/browse/JBIDE-21422
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Currently when I open a server adapter overview (by double click on a server adapter) there is whole section of details to which project it is bind to, paths etc. in the Project Settings section. This area is not editable. It would be nice to allow user modify this, to allow to choose different eclipse project or fix path if it was filled in wrong...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21422) Server adapter editor: details should be editable
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21422?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21422:
-----------------------------------------------
Server settings wizard fragment saves data both to server and project.
Server settings editor section may store data to server working copy at editing, and update the project in doSave() which is called when the editor is saved.
If editor is closed without saving, server working copy is discarded, and doSave() is not called, so that server/project data will remain consistent.
OpenShiftServerEditorSection.createControls will add a property change listener to the model after all controls are created. The listener will set an appropriate attribute for a changed property on server working copy with ServerWorkingCopyPropertyCommand, for which methods undo() and redo() should be overridden to disable property change listener instead of widget listener.
[~adietish], do you think that may work, or I have something missing in the logic?
> Server adapter editor: details should be editable
> -------------------------------------------------
>
> Key: JBIDE-21422
> URL: https://issues.jboss.org/browse/JBIDE-21422
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Currently when I open a server adapter overview (by double click on a server adapter) there is whole section of details to which project it is bind to, paths etc. in the Project Settings section. This area is not editable. It would be nice to allow user modify this, to allow to choose different eclipse project or fix path if it was filled in wrong...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21584) Forge is missing default values in some wizards
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21584?page=com.atlassian.jira.plugi... ]
George Gastaldi resolved JBIDE-21584.
-------------------------------------
Resolution: Done
Forge 3.0.0.Beta4 fixes this. Updated in JBIDE-21600
> Forge is missing default values in some wizards
> ------------------------------------------------
>
> Key: JBIDE-21584
> URL: https://issues.jboss.org/browse/JBIDE-21584
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.3.1.Beta2
> Environment: OS X
> Reporter: Pavol Srna
> Assignee: George Gastaldi
> Fix For: 4.3.1.CR1
>
> Attachments: Screen Shot 2016-01-26 at 17.51.24.png, Screen Shot 2016-01-26 at 17.52.02.png
>
>
> Forge is missing default values in some wizards . Please see the screenshots. It used to be prefilled with default values (in previous versions of forge).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21302) Removing user from credentials framework while not authenticated to secure storage should not work
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21302?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-21302:
----------------------------------------
Sprint: devex #0 January 2016
> Removing user from credentials framework while not authenticated to secure storage should not work
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21302
> URL: https://issues.jboss.org/browse/JBIDE-21302
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.3.1.Beta1
> Environment: JBDS 9.0.0.Beta1-v20151210-1836-B183
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> Removing credentials (which are stored in secure storage) using
> CredentialPreferencePage without being authenticated to secure storage (see steps to reproduce on how to do that) seems to delete the credentials, but after eclipse restart, the credentials are still there. I would prefer message saying something like "Unable to delete credentials stored in secure storage without atuhenticating to secure storage".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months