[JBoss JIRA] (DROOLS-2042) In Guided Editor when using DSL configuration, with "-" it adds condition to first Fact statement
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2042?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-1808 to DROOLS-2042:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2042 (was: GUVNOR-1808)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: DSLs Editor
(was: DSL)
Affects Version/s: 5.5.0.Final
(was: drools-5.3.0.Final)
> In Guided Editor when using DSL configuration, with "-" it adds condition to first Fact statement
> ---------------------------------------------------------------------------------------------------
>
> Key: DROOLS-2042
> URL: https://issues.jboss.org/browse/DROOLS-2042
> Project: Drools
> Issue Type: Bug
> Components: DSLs Editor
> Affects Versions: 5.5.0.Final
> Reporter: Deepesh Nandal
> Assignee: Mark Coble
>
> I have a something like following in DSL
> [when] There is an employee {employee} in Delhi = Employee(key == "{employee}")
> Address( zip == "110018")
> [when] - address area is neat and clean = neat == true
> I created a business rule and added DSL using editor, the view source shows following snippet:
> when
> Employee(key == "Deep" , neat == true)
> Address( zip == "110018")
> then
> end
> it is adding sub-condition , neat == true, to the wrong statement. In guvnor 5.2 this is done on last statement in the given rule.
> So it should have been:
> when
> Employee(key == "Deep")
> Address( zip == "110018" , neat == true)
> then
> end
> I think it should find the last ) in the statements and put sub-condition there.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (DROOLS-2032) Workbench allows to import example multiple times - and overwrites existing project
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2032?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3084 to DROOLS-2032:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2032 (was: GUVNOR-3084)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Examples (Workbench)
(was: Examples)
> Workbench allows to import example multiple times - and overwrites existing project
> -----------------------------------------------------------------------------------
>
> Key: DROOLS-2032
> URL: https://issues.jboss.org/browse/DROOLS-2032
> Project: Drools
> Issue Type: Bug
> Components: Examples (Workbench)
> Reporter: Tihomir Surdilovic
>
> On clean install import itorders example.
> Navigate back to Teams->myteam you will see the itoders was created.
> Change one file (lets say business process) in your itorders example and save
> Go back to Team->myteam and select "Import Example"
> The itorders example is again shown -- select it
> Look at the file you changed earlier - it was overwritten by the new itorders example install
> I think this should not happen as with small mistake users could lose a ton of work.
> This happens also if you by mistake import your custom repository multiple times.
> If this is as designed I think at least workbench should warn user that with this operation their work could/will be overwritten.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (DROOLS-2033) Fetching repository when invalid example repository URL is entered
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2033?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2993 to DROOLS-2033:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2033 (was: GUVNOR-2993)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Examples (Workbench)
(was: Examples)
Affects Version/s: 7.0.0.CR1
(was: 7.0.0.CR1)
> Fetching repository when invalid example repository URL is entered
> ------------------------------------------------------------------
>
> Key: DROOLS-2033
> URL: https://issues.jboss.org/browse/DROOLS-2033
> Project: Drools
> Issue Type: Bug
> Components: Examples (Workbench)
> Affects Versions: 7.0.0.CR1
> Reporter: Tomáš Livora
> Priority: Minor
> Labels: reported-by-qe
> Attachments: Screenshot from 2017-04-10 10-36-38.png, Screenshot from 2017-04-10 10-37-02.png
>
>
> When you try to import an example in KIE Workbench, select custom repository type option and enter invalid URL, an error dialog is shown. If you close this dialog, you will get to the Project tab of Import Example dialog where you will see _Fetching Repository..._ text. This might be confusing since no fetching is happening after the error. The dialog should stay at Repository tab, highlight the repository URL field with red color and say that repository cannot be cloned.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (DROOLS-2034) [Library] Name of item in Import Example dropdown overlaps
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2034?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3135 to DROOLS-2034:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2034 (was: GUVNOR-3135)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Examples (Workbench)
(was: Examples)
Affects Version/s: 7.1.0.Beta2
(was: 7.1.0.Beta2)
> [Library] Name of item in Import Example dropdown overlaps
> ----------------------------------------------------------
>
> Key: DROOLS-2034
> URL: https://issues.jboss.org/browse/DROOLS-2034
> Project: Drools
> Issue Type: Enhancement
> Components: Examples (Workbench)
> Affects Versions: 7.1.0.Beta2
> Reporter: Ivo Bek
> Attachments: Screenshot from 2017-06-02 11-36-59.png
>
>
> Name of item in Import Example dropdown overlaps, see the attached screenshot.
> BTW I use a custom repository for the examples.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (DROOLS-2038) Playground repository: Introduce distributions jar
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2038?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2862 to DROOLS-2038:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2038 (was: GUVNOR-2862)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Examples (Workbench)
(was: Examples)
> Playground repository: Introduce distributions jar
> --------------------------------------------------
>
> Key: DROOLS-2038
> URL: https://issues.jboss.org/browse/DROOLS-2038
> Project: Drools
> Issue Type: Task
> Components: Examples (Workbench)
> Reporter: Matej Čimbora
> Assignee: Matej Čimbora
>
> Idea from https://github.com/droolsjbpm/optaplanner-wb/pull/130 review:
> [~ge0ffrey] "The playground-parent's pom.xml's "packaging" type is "pom", yet that pom.xml has a side effect of building and deploying a jar too. Combine that with the fact that "packaging" defaults to "jar" and this works.
> So maybe we should split up playground-parent into kie-playground-parent and kie-playground-distribution? The modules code would go into parent, but the assembly and xslt code would go into playground-distribution. optaplanner-wb would depend on distribution instead of parent."
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months