[JBoss JIRA] (DROOLS-3439) Prevent selection of specific cells in Scenario Simulation
by Klara Kufova (Jira)
[ https://issues.jboss.org/browse/DROOLS-3439?page=com.atlassian.jira.plugi... ]
Klara Kufova commented on DROOLS-3439:
--------------------------------------
[~gabriolo], this is a minor improvement; the idea is that it should *not* be possible to *select* any cells that cannot be modified in any way:
!table.png|thumbnail!
> Prevent selection of specific cells in Scenario Simulation
> ----------------------------------------------------------
>
> Key: DROOLS-3439
> URL: https://issues.jboss.org/browse/DROOLS-3439
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Affects Versions: 7.16.0.Final
> Reporter: Jozef Marko
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: drools-tools
> Attachments: table.png
>
>
> It would improve the user experience if some of the cells could not be selected at all; specifically cells #, Scenario description, GIVEN, EXPECT, and row numbers, as it should not be possible to change them anyway.
> This follows up keyboard shortcuts implemented as part of DROOLS-2932.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3439) Prevent selection of specific cells in Scenario Simulation
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3439?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi updated DROOLS-3439:
-------------------------------------
Sprint: 2019 Week 14-16
> Prevent selection of specific cells in Scenario Simulation
> ----------------------------------------------------------
>
> Key: DROOLS-3439
> URL: https://issues.jboss.org/browse/DROOLS-3439
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Affects Versions: 7.16.0.Final
> Reporter: Jozef Marko
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: drools-tools
>
> It would improve the user experience if some of the cells could not be selected at all; specifically cells #, Scenario description, GIVEN, EXPECT, and row numbers, as it should not be possible to change them anyway.
> This follows up keyboard shortcuts implemented as part of DROOLS-2932.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3439) Prevent selection of specific cells in Scenario Simulation
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3439?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi updated DROOLS-3439:
-------------------------------------
Story Points: 3
> Prevent selection of specific cells in Scenario Simulation
> ----------------------------------------------------------
>
> Key: DROOLS-3439
> URL: https://issues.jboss.org/browse/DROOLS-3439
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Affects Versions: 7.16.0.Final
> Reporter: Jozef Marko
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: drools-tools
>
> It would improve the user experience if some of the cells could not be selected at all; specifically cells #, Scenario description, GIVEN, EXPECT, and row numbers, as it should not be possible to change them anyway.
> This follows up keyboard shortcuts implemented as part of DROOLS-2932.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3891) [GSS](7.2.z) Two projects containing an Asset with the same name in the same package, the 'drools.dump.dir' copy gets overwritten by the latest update
by Mario Fusco (Jira)
[ https://issues.jboss.org/browse/DROOLS-3891?page=com.atlassian.jira.plugi... ]
Mario Fusco moved RHDM-925 to DROOLS-3891:
------------------------------------------
Project: Drools (was: Red Hat Decision Manager)
Key: DROOLS-3891 (was: RHDM-925)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: (was: Decision Central)
Affects Version/s: (was: 7.3.0.GA)
QE Status: NEW
> [GSS](7.2.z) Two projects containing an Asset with the same name in the same package, the 'drools.dump.dir' copy gets overwritten by the latest update
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3891
> URL: https://issues.jboss.org/browse/DROOLS-3891
> Project: Drools
> Issue Type: Enhancement
> Reporter: Mario Fusco
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
>
> When multiple projects are created on the RHDM server, all extracted source across all projects will be placed in the same location on the dump directory. Then when two projects have the same Asset name in the same package the dump directory copy gets overwritten by the latest update.
> ~~~
> - project1 -> MortgageDecisionTable.gdst -> com.gss.redhat
> - project2 -> MortgageDecisionTable.gdst -> com.gss.redhat
> <DUMP_DIR>/com_gss_redhat_MortgageDecisionTable.gdst.drl
> ~~~
> Could be the package name added to the generated file in the 'drools.dump.dir' or create a subfolder with the project name and generate the file there?
> Option1:
> ~~~
> - project1 -> MortgageDecisionTable.gdst -> com.gss.redhat
> - project2 -> MortgageDecisionTable.gdst -> com.gss.redhat
> <DUMP_DIR>/project1_com_gss_redhat_MortgageDecisionTable.gdst.drl
> <DUMP_DIR>/project2_com_gss_redhat_MortgageDecisionTable.gdst.drl
> ~~~
> Option1:
> ~~~
> - project1 -> MortgageDecisionTable.gdst -> com.gss.redhat
> - project2 -> MortgageDecisionTable.gdst -> com.gss.redhat
> <DUMP_DIR>/project1/com_gss_redhat_MortgageDecisionTable.gdst.drl
> <DUMP_DIR>/project2/com_gss_redhat_MortgageDecisionTable.gdst.drl
> ~~~
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3439) Prevent selection of specific cells in Scenario Simulation
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3439?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi commented on DROOLS-3439:
------------------------------------------
[~jomarko]
Please explain what/where should be implemented and we'll take care of that - we can not keep implementing same functionalities (I expect this requirement to be also true for mouse click) in two different ways/steps. Thanks!
> Prevent selection of specific cells in Scenario Simulation
> ----------------------------------------------------------
>
> Key: DROOLS-3439
> URL: https://issues.jboss.org/browse/DROOLS-3439
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Affects Versions: 7.16.0.Final
> Reporter: Jozef Marko
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: drools-tools
>
> It would improve the user experience if some of the cells could not be selected at all; specifically cells #, Scenario description, GIVEN, EXPECT, and row numbers, as it should not be possible to change them anyway.
> This follows up keyboard shortcuts implemented as part of DROOLS-2932.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3891) Two projects containing an Asset with the same name in the same package, the 'drools.dump.dir' copy gets overwritten by the latest update
by Mario Fusco (Jira)
[ https://issues.jboss.org/browse/DROOLS-3891?page=com.atlassian.jira.plugi... ]
Mario Fusco updated DROOLS-3891:
--------------------------------
Summary: Two projects containing an Asset with the same name in the same package, the 'drools.dump.dir' copy gets overwritten by the latest update (was: [GSS](7.2.z) Two projects containing an Asset with the same name in the same package, the 'drools.dump.dir' copy gets overwritten by the latest update)
> Two projects containing an Asset with the same name in the same package, the 'drools.dump.dir' copy gets overwritten by the latest update
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3891
> URL: https://issues.jboss.org/browse/DROOLS-3891
> Project: Drools
> Issue Type: Enhancement
> Reporter: Mario Fusco
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
>
> When multiple projects are created on the RHDM server, all extracted source across all projects will be placed in the same location on the dump directory. Then when two projects have the same Asset name in the same package the dump directory copy gets overwritten by the latest update.
> ~~~
> - project1 -> MortgageDecisionTable.gdst -> com.gss.redhat
> - project2 -> MortgageDecisionTable.gdst -> com.gss.redhat
> <DUMP_DIR>/com_gss_redhat_MortgageDecisionTable.gdst.drl
> ~~~
> Could be the package name added to the generated file in the 'drools.dump.dir' or create a subfolder with the project name and generate the file there?
> Option1:
> ~~~
> - project1 -> MortgageDecisionTable.gdst -> com.gss.redhat
> - project2 -> MortgageDecisionTable.gdst -> com.gss.redhat
> <DUMP_DIR>/project1_com_gss_redhat_MortgageDecisionTable.gdst.drl
> <DUMP_DIR>/project2_com_gss_redhat_MortgageDecisionTable.gdst.drl
> ~~~
> Option1:
> ~~~
> - project1 -> MortgageDecisionTable.gdst -> com.gss.redhat
> - project2 -> MortgageDecisionTable.gdst -> com.gss.redhat
> <DUMP_DIR>/project1/com_gss_redhat_MortgageDecisionTable.gdst.drl
> <DUMP_DIR>/project2/com_gss_redhat_MortgageDecisionTable.gdst.drl
> ~~~
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3439) Prevent selection of specific cells in Scenario Simulation
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3439?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi reassigned DROOLS-3439:
----------------------------------------
Assignee: Gabriele Cardosi (was: Jozef Marko)
> Prevent selection of specific cells in Scenario Simulation
> ----------------------------------------------------------
>
> Key: DROOLS-3439
> URL: https://issues.jboss.org/browse/DROOLS-3439
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Affects Versions: 7.16.0.Final
> Reporter: Jozef Marko
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: drools-tools
>
> It would improve the user experience if some of the cells could not be selected at all; specifically cells #, Scenario description, GIVEN, EXPECT, and row numbers, as it should not be possible to change them anyway.
> This follows up keyboard shortcuts implemented as part of DROOLS-2932.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (ELY-1786) JBoss Logging Component Upgrades
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/ELY-1786?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse updated ELY-1786:
----------------------------------
Description:
* org.jboss.logging:jboss-logging:3.4.0.Final
* org.jboss.logging:jboss-logging-annotations:2.2.0.Final
* org.jboss.logging:jboss-logging-processor:2.2.0.Final
* org.jboss.logmanager:jboss-logmanager:2.1.10.Final
> JBoss Logging Component Upgrades
> --------------------------------
>
> Key: ELY-1786
> URL: https://issues.jboss.org/browse/ELY-1786
> Project: WildFly Elytron
> Issue Type: Component Upgrade
> Components: Build
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 1.9.0.CR4
>
>
> * org.jboss.logging:jboss-logging:3.4.0.Final
> * org.jboss.logging:jboss-logging-annotations:2.2.0.Final
> * org.jboss.logging:jboss-logging-processor:2.2.0.Final
> * org.jboss.logmanager:jboss-logmanager:2.1.10.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months