[JBoss JIRA] (DROOLS-2998) [DMN Designer] Data-type restrictions
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-2998?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro closed DROOLS-2998.
--------------------------------------
Resolution: Done
Closing this JIRAs since constraints feature is done, and the current enhancements are addressed here: https://issues.jboss.org/browse/DROOLS-3480.
> [DMN Designer] Data-type restrictions
> -------------------------------------
>
> Key: DROOLS-2998
> URL: https://issues.jboss.org/browse/DROOLS-2998
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Michael Anstis
> Assignee: Guilherme Carreiro
> Priority: Critical
> Attachments: EnumerationDateTime.png, UnaryTest1.png, UnaryTest2.png, UnaryTest3.png, UnaryTest4.png
>
>
> The data-type dialog needs to support restrictions on the data-type definition; such as enumeration, range, expression etc. The development work for the Data Type dialog to support said restrictions also needs to be re-used by the DMN Decision Table for {{InputClause}} and {{OutputClause}} columns' {{UnaryTests}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (WFCORE-4367) Manage org.apache.commons:commons-lang3 rather than pull it in transitively
by Kabir Khan (Jira)
Kabir Khan created WFCORE-4367:
----------------------------------
Summary: Manage org.apache.commons:commons-lang3 rather than pull it in transitively
Key: WFCORE-4367
URL: https://issues.jboss.org/browse/WFCORE-4367
Project: WildFly Core
Issue Type: Bug
Reporter: Kabir Khan
Assignee: Kabir Khan
It is only used by model-test and comes in transitively through model-test's dependencies:
{code}
$mvn dependency:tree -pl model-test/
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< org.wildfly.core:wildfly-model-test >-----------------
[INFO] Building WildFly: Common Code for Subsystem and Non-subsystem Test Harness 8.0.1.Final-redhat-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ wildfly-model-test ---
[INFO] org.wildfly.core:wildfly-model-test:jar:8.0.1.Final-redhat-SNAPSHOT
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.apache.maven:maven-resolver-provider:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model-builder:jar:3.5.0:compile
[INFO] | | +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[INFO] | | +- org.apache.maven:maven-artifact:jar:3.5.0:compile
[INFO] | | +- org.apache.maven:maven-builder-support:jar:3.5.0:compile
[INFO] | | \- com.google.guava:guava:jar:20.0:compile
[INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.5.0:compile
[INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
[INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[INFO] | \- org.apache.commons:commons-lang3:jar:3.5:compile
{code}
This causes a dependency convergence error downstream (is the checking stricter there??)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (WFCORE-4366) Manage org.apache.commons:commons-lang3 rather than pull it in transitively
by Kabir Khan (Jira)
[ https://issues.jboss.org/browse/WFCORE-4366?page=com.atlassian.jira.plugi... ]
Kabir Khan updated WFCORE-4366:
-------------------------------
Description:
It is only used by model-test and comes in transitively through model-test's dependencies:
{code}
$mvn dependency:tree -pl model-test/
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< org.wildfly.core:wildfly-model-test >-----------------
[INFO] Building WildFly: Common Code for Subsystem and Non-subsystem Test Harness 8.0.1.Final-redhat-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ wildfly-model-test ---
[INFO] org.wildfly.core:wildfly-model-test:jar:8.0.1.Final-redhat-SNAPSHOT
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.apache.maven:maven-resolver-provider:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model-builder:jar:3.5.0:compile
[INFO] | | +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[INFO] | | +- org.apache.maven:maven-artifact:jar:3.5.0:compile
[INFO] | | +- org.apache.maven:maven-builder-support:jar:3.5.0:compile
[INFO] | | \- com.google.guava:guava:jar:20.0:compile
[INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.5.0:compile
[INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
[INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[INFO] | \- org.apache.commons:commons-lang3:jar:3.5:compile
{code}
This causes a dependency convergence error downstream (is the checking stricter there??)
was:
It is only used by model-test and comes in transitively through model-test's dependencies:
{code}
$mvn dependency:tree -pl model-test/
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< org.wildfly.core:wildfly-model-test >-----------------
[INFO] Building WildFly: Common Code for Subsystem and Non-subsystem Test Harness 8.0.1.Final-redhat-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ wildfly-model-test ---
[INFO] org.wildfly.core:wildfly-model-test:jar:8.0.1.Final-redhat-SNAPSHOT
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.apache.maven:maven-resolver-provider:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model-builder:jar:3.5.0:compile
[INFO] | | +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[INFO] | | +- org.apache.maven:maven-artifact:jar:3.5.0:compile
[INFO] | | +- org.apache.maven:maven-builder-support:jar:3.5.0:compile
[INFO] | | \- com.google.guava:guava:jar:20.0:compile
[INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.5.0:compile
[INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
[INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[INFO] | \- org.apache.commons:commons-lang3:jar:3.5:compile
{code}
> Manage org.apache.commons:commons-lang3 rather than pull it in transitively
> ---------------------------------------------------------------------------
>
> Key: WFCORE-4366
> URL: https://issues.jboss.org/browse/WFCORE-4366
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Kabir Khan
> Assignee: Kabir Khan
> Priority: Major
>
> It is only used by model-test and comes in transitively through model-test's dependencies:
> {code}
> $mvn dependency:tree -pl model-test/
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ----------------< org.wildfly.core:wildfly-model-test >-----------------
> [INFO] Building WildFly: Common Code for Subsystem and Non-subsystem Test Harness 8.0.1.Final-redhat-SNAPSHOT
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ wildfly-model-test ---
> [INFO] org.wildfly.core:wildfly-model-test:jar:8.0.1.Final-redhat-SNAPSHOT
> [INFO] +- junit:junit:jar:4.12:compile
> [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
> [INFO] +- org.apache.maven:maven-resolver-provider:jar:3.5.0:compile
> [INFO] | +- org.apache.maven:maven-model:jar:3.5.0:compile
> [INFO] | +- org.apache.maven:maven-model-builder:jar:3.5.0:compile
> [INFO] | | +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
> [INFO] | | +- org.apache.maven:maven-artifact:jar:3.5.0:compile
> [INFO] | | +- org.apache.maven:maven-builder-support:jar:3.5.0:compile
> [INFO] | | \- com.google.guava:guava:jar:20.0:compile
> [INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.5.0:compile
> [INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
> [INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
> [INFO] | \- org.apache.commons:commons-lang3:jar:3.5:compile
> {code}
> This causes a dependency convergence error downstream (is the checking stricter there??)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (WFCORE-4366) Manage org.apache.commons:commons-lang3 rather than pull it in transitively
by Kabir Khan (Jira)
[ https://issues.jboss.org/browse/WFCORE-4366?page=com.atlassian.jira.plugi... ]
Kabir Khan reassigned WFCORE-4366:
----------------------------------
Assignee: Kabir Khan
> Manage org.apache.commons:commons-lang3 rather than pull it in transitively
> ---------------------------------------------------------------------------
>
> Key: WFCORE-4366
> URL: https://issues.jboss.org/browse/WFCORE-4366
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Kabir Khan
> Assignee: Kabir Khan
> Priority: Major
>
> It is only used by model-test and comes in transitively through model-test's dependencies:
> {code}
> $mvn dependency:tree -pl model-test/
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ----------------< org.wildfly.core:wildfly-model-test >-----------------
> [INFO] Building WildFly: Common Code for Subsystem and Non-subsystem Test Harness 8.0.1.Final-redhat-SNAPSHOT
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ wildfly-model-test ---
> [INFO] org.wildfly.core:wildfly-model-test:jar:8.0.1.Final-redhat-SNAPSHOT
> [INFO] +- junit:junit:jar:4.12:compile
> [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
> [INFO] +- org.apache.maven:maven-resolver-provider:jar:3.5.0:compile
> [INFO] | +- org.apache.maven:maven-model:jar:3.5.0:compile
> [INFO] | +- org.apache.maven:maven-model-builder:jar:3.5.0:compile
> [INFO] | | +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
> [INFO] | | +- org.apache.maven:maven-artifact:jar:3.5.0:compile
> [INFO] | | +- org.apache.maven:maven-builder-support:jar:3.5.0:compile
> [INFO] | | \- com.google.guava:guava:jar:20.0:compile
> [INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.5.0:compile
> [INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
> [INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
> [INFO] | \- org.apache.commons:commons-lang3:jar:3.5:compile
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (WFCORE-4366) Manage org.apache.commons:commons-lang3 rather than pull it in transitively
by Kabir Khan (Jira)
Kabir Khan created WFCORE-4366:
----------------------------------
Summary: Manage org.apache.commons:commons-lang3 rather than pull it in transitively
Key: WFCORE-4366
URL: https://issues.jboss.org/browse/WFCORE-4366
Project: WildFly Core
Issue Type: Bug
Reporter: Kabir Khan
It is only used by model-test and comes in transitively through model-test's dependencies:
{code}
$mvn dependency:tree -pl model-test/
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< org.wildfly.core:wildfly-model-test >-----------------
[INFO] Building WildFly: Common Code for Subsystem and Non-subsystem Test Harness 8.0.1.Final-redhat-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ wildfly-model-test ---
[INFO] org.wildfly.core:wildfly-model-test:jar:8.0.1.Final-redhat-SNAPSHOT
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.apache.maven:maven-resolver-provider:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model:jar:3.5.0:compile
[INFO] | +- org.apache.maven:maven-model-builder:jar:3.5.0:compile
[INFO] | | +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[INFO] | | +- org.apache.maven:maven-artifact:jar:3.5.0:compile
[INFO] | | +- org.apache.maven:maven-builder-support:jar:3.5.0:compile
[INFO] | | \- com.google.guava:guava:jar:20.0:compile
[INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.5.0:compile
[INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
[INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[INFO] | \- org.apache.commons:commons-lang3:jar:3.5:compile
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (DROOLS-3565) DMN Navigator panel: Imported graph components panel UX
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3565?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-3565:
--------------------------------
Sprint: 2019 Week 11-13
> DMN Navigator panel: Imported graph components panel UX
> -------------------------------------------------------
>
> Key: DROOLS-3565
> URL: https://issues.jboss.org/browse/DROOLS-3565
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UXTeam, drools-tools
> Attachments: Screen Shot 2019-01-28 at 1.38.21 PM.png, Screen Shot 2019-01-28 at 2.35.00 PM.png, Screen Shot 2019-01-31 at 9.45.39 AM.png, Screen Shot 2019-02-01 at 10.52.51 AM.png
>
>
> As a user I want to be able to be able to view and use imported nodes and decision logic in the diagram that I am authoring.
> Based on card view design (see linked jira), detail new Navigator elements required to support this workflow including:
> - Import components panel: Filter components by BKMs, decisions..., badge count
> - Graph panel with checkbox option to view map.
> - Single scrolling navigator.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (DROOLS-3731) DMN UX - More info overlaid on models.
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3731?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-3731:
--------------------------------
Labels: UX UXTeam drools-tools (was: UX UXTeam)
> DMN UX - More info overlaid on models.
> --------------------------------------
>
> Key: DROOLS-3731
> URL: https://issues.jboss.org/browse/DROOLS-3731
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: download (1).png, download.png
>
>
> As a practitioner, there are situations where I need to show additional information about a model... for instance: test coverage report: I need to draw a model and color code the nodes to show which nodes were executed by tests, or which rows on a DT were a match. Or when I execute a single test, what was the actual value of a given node or expression.
> Note: Maybe in read-only mode with an "overlay" on top of the model the additional metadata information. See process instance diagram design examples.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months