[JBoss JIRA] (WFCORE-4287) CLI should show not show default value once value one of "alternatives" attributes was set
by Michal Petrov (Jira)
[ https://issues.jboss.org/browse/WFCORE-4287?page=com.atlassian.jira.plugi... ]
Michal Petrov reassigned WFCORE-4287:
-------------------------------------
Assignee: Michal Petrov
> CLI should show not show default value once value one of "alternatives" attributes was set
> ------------------------------------------------------------------------------------------
>
> Key: WFCORE-4287
> URL: https://issues.jboss.org/browse/WFCORE-4287
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Management
> Reporter: Miroslav Novak
> Assignee: Michal Petrov
> Priority: Major
>
> If there are attributes which are "alternatives" and both of them are undefined then default value of one of the attributes is shown in CLI, for example:
> {code}
> [standalone@localhost:9990 /] ls /subsystem=messaging-activemq/server=default
> elytron-domain=undefined
> security-domain=other
> {code}
> at this moment when I try set elytron-domain:
> {code}
> [standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default:write-attribute(name=elytron-domain,value=ApplicationRealm)
> {code}
> then it shows:
> {code}
> [standalone@localhost:9990 /] ls /subsystem=messaging-activemq/server=default
> elytron-domain=ApplicationDomain
> security-domain=other
> {code}
> Can this be changed that it would show {{security-domain=undefined}} so it would not show default values anymore? Current display is confusing as it's not clear what is used.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4162) Scenario Test: UX for background data
by Daniele Zonca (Jira)
[ https://issues.jboss.org/browse/DROOLS-4162?page=com.atlassian.jira.plugi... ]
Daniele Zonca commented on DROOLS-4162:
---------------------------------------
[~zhutaojiajia]
Thanks for the update, I like them, especially the second proposal.
In the first proposal I don't think it is clear enough to the user which "table" is active: considering that test tool dock will be used for both I think it should be more clear which area is active.
> Scenario Test: UX for background data
> -------------------------------------
>
> Key: DROOLS-4162
> URL: https://issues.jboss.org/browse/DROOLS-4162
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Tao Zhu
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Screenshot from 2019-07-08 14-12-18.png, design1.png, design2.png, design3.png
>
>
> As user I want to be able to specify a set of data shared by all the scenarios inside a simulation. All the data will be not editable.
> Please refer to Cucumber background feature for details https://cucumber.io/docs/gherkin/reference/#background
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4102) Persist/reload Test Scenario table width/height
by Yeser Amer (Jira)
[ https://issues.jboss.org/browse/DROOLS-4102?page=com.atlassian.jira.plugi... ]
Yeser Amer updated DROOLS-4102:
-------------------------------
Sprint: 2019 Week 23-25, 2019 Week 29-31 (was: 2019 Week 23-25)
> Persist/reload Test Scenario table width/height
> -----------------------------------------------
>
> Key: DROOLS-4102
> URL: https://issues.jboss.org/browse/DROOLS-4102
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Yeser Amer
> Priority: Major
> Labels: ScenarioSimulation
>
> Implement a mechanism to store/restore column width ({{FactMapping}}) and row height ({{Scenario}}) for the table in Test Scenario.
> Please consider:
> - Create/save a simulation (default column width/row height in scesim)
> - Rename a simulation (it perform a save/reload)
> - Change column type (recreate the column)
> - Duplicate column (preserve same size)
> - Duplicate row (preserve same size)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-3953) DMN UX - overlay validation error reporting
by Daniele Zonca (Jira)
[ https://issues.jboss.org/browse/DROOLS-3953?page=com.atlassian.jira.plugi... ]
Daniele Zonca commented on DROOLS-3953:
---------------------------------------
[~zhutaojiajia]
I think that screenshot is related to this other ticket https://issues.jboss.org/browse/DROOLS-4257
Here we can maybe reuse the same colors but the meaning and the lifecycle is different.
The scope of this ticket is to cover DMN validation errors not execution errors
> DMN UX - overlay validation error reporting
> -------------------------------------------
>
> Key: DROOLS-3953
> URL: https://issues.jboss.org/browse/DROOLS-3953
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Tao Zhu
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam, drools-tools
> Attachments: Error reporting after test run-different kinds.png, Error reporting after test run-different kinds2.png, Error reporting after test run-popup.png, Error reporting after test run-popup.png, Error reporting after test run.png, ut.png, ux-decision button.png, ux-decision table.png
>
>
> As user during DMN model editing, I want to see validation errors on the model in case of wrong FEEL expression or invalid decision table.
> I want to see this kind of errors in the decisions and at diagram level.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (ELY-1845) Elytron wildfly-elytron-realm module contains wrong name in pom.xml
by Marek Kopecky (Jira)
Marek Kopecky created ELY-1845:
----------------------------------
Summary: Elytron wildfly-elytron-realm module contains wrong name in pom.xml
Key: ELY-1845
URL: https://issues.jboss.org/browse/ELY-1845
Project: WildFly Elytron
Issue Type: Bug
Reporter: Marek Kopecky
Assignee: Darran Lofthouse
Elytron wildfly-elytron-realm module contains wrong name in pom.xml (WildFly Elytron - Realm JDBC). It was probably copy-paste error from wildfly-elytron-realm-jdbc module:
{noformat}
[mkopecky@dhcp-10-40-5-141 elytron] $ cat ./auth/realm/base/pom.xml | grep name
<name>WildFly Elytron - Realm JDBC</name>
[mkopecky@dhcp-10-40-5-141 elytron] $ cat ./auth/realm/jdbc/pom.xml | grep name
<name>WildFly Elytron - Realm JDBC</name>
[mkopecky@dhcp-10-40-5-141 elytron] $
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-3953) DMN UX - overlay validation error reporting
by Tao Zhu (Jira)
[ https://issues.jboss.org/browse/DROOLS-3953?page=com.atlassian.jira.plugi... ]
Tao Zhu commented on DROOLS-3953:
---------------------------------
[~danielezonca]I had created a demo about the errors in the decisions at diagram level. Just show a diagram part. Dose it make sense?
!ut.png|thumbnail!
> DMN UX - overlay validation error reporting
> -------------------------------------------
>
> Key: DROOLS-3953
> URL: https://issues.jboss.org/browse/DROOLS-3953
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Tao Zhu
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam, drools-tools
> Attachments: Error reporting after test run-different kinds.png, Error reporting after test run-different kinds2.png, Error reporting after test run-popup.png, Error reporting after test run-popup.png, Error reporting after test run.png, ut.png, ux-decision button.png, ux-decision table.png
>
>
> As user during DMN model editing, I want to see validation errors on the model in case of wrong FEEL expression or invalid decision table.
> I want to see this kind of errors in the decisions and at diagram level.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years