[JBoss JIRA] (DROOLS-4042) [DMN Designer] Add support for importing and consuming PMML models 7.5
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4042?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4042:
--------------------------------
Description:
We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
h2. Requirement
- As user, via included models tab, remove included pmml model, even if used somewhere
- As user, via included models tab, rename included pmml model, even if used somewhere
- As user, via included models tab, include multiple pmml models
- As user, via included models tab, include multiple pmml models at the same time eternal dmn
- As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
- As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
- As user, via included models tab, no restriction for included pmml model name
- As user, via new test scenarios, test dmn model that uses pmml inside
- As user, via kie-server, query kie container that has dmn model with pmml
h2. UX design
- Selectbox in place of Document and Model selection
h2. Documentation
- Mention what pmml model can be imported into dmn
- Mention where it can be used
- Mention if something more needed to dpeloy such project on kie server
h2. Acceptance test
- Include two pmml models
- In dmn, select one in function grid
- Change the selected one to second
- Finish the dmn model
- build deploy on kie-server
- Interact with kie container via rest
- Create new test scenario for created dmn model
was:
We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
h2. Requirement
- As user, via included models tab, remove included pmml model, even if used somewhere
- As user, via included models tab, rename included pmml model, even if used somewhere
- As user, via included models tab, include multiple pmml models
- As user, via included models tab, include multiple pmml models at the same time eternal dmn
- As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
- As user, via dmn designer, if changes in included pmml, and the dmn saved and reopened, changes from pmml reflected
- As user, via included models tab, no restriction for included pmml model name
- As user, via new test scenarios, test dmn model that uses pmml inside
- As user, via kie-server, query kie container that has dmn model with pmml
h2. UX design
- Selectbox in place of Document and Model selection
h2. Documentation
- Mention what pmml model can be imported into dmn
- Mention where it can be used
- Mention if something more needed to dpeloy such project on kie server
h2. Acceptance test
- Include two pmml models
- In dmn, select one in function grid
- Change the selected one to second
- Finish the dmn model
- build deploy on kie-server
- Interact with kie container via rest
- Create new test scenario for created dmn model
> [DMN Designer] Add support for importing and consuming PMML models 7.5
> ----------------------------------------------------------------------
>
> Key: DROOLS-4042
> URL: https://issues.jboss.org/browse/DROOLS-4042
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Affects Versions: 7.21.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
>
> We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
> h2. Requirement
> - As user, via included models tab, remove included pmml model, even if used somewhere
> - As user, via included models tab, rename included pmml model, even if used somewhere
> - As user, via included models tab, include multiple pmml models
> - As user, via included models tab, include multiple pmml models at the same time eternal dmn
> - As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
> - As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
> - As user, via included models tab, no restriction for included pmml model name
> - As user, via new test scenarios, test dmn model that uses pmml inside
> - As user, via kie-server, query kie container that has dmn model with pmml
> h2. UX design
> - Selectbox in place of Document and Model selection
> h2. Documentation
> - Mention what pmml model can be imported into dmn
> - Mention where it can be used
> - Mention if something more needed to dpeloy such project on kie server
> h2. Acceptance test
> - Include two pmml models
> - In dmn, select one in function grid
> - Change the selected one to second
> - Finish the dmn model
> - build deploy on kie-server
> - Interact with kie container via rest
> - Create new test scenario for created dmn model
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (SWSQE-786) New Job to add a member into ServiceMeshMemberRoll
by Guilherme Baufaker Rêgo (Jira)
[ https://issues.jboss.org/browse/SWSQE-786?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo commented on SWSQE-786:
-----------------------------------------------
This task needs TP12 to link the Accessible namespaces on kiali operator and Service Member Roll changes.
If you want to add manually the servicemeshmemberroll (only valid on multi-tenant and with maistra installation).
oc patch servicemeshmemberroll default -n istio-system --type='json' -p='[{"op": "add", "path": /spec/members/0, "value":"bookinfo3"}]'
On install-build-kiali job, there is a variable called ACCESSIBLE_NAMESPACES which after some scavenging I found out it is
a list with *no commas separated* (https://github.com/kiali/kiali/commit/7049ff796306eb739ef75608a92f7b41fa1...)
so eg:
istio-system bookinfo.
> New Job to add a member into ServiceMeshMemberRoll
> --------------------------------------------------
>
> Key: SWSQE-786
> URL: https://issues.jboss.org/browse/SWSQE-786
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Hayk Hovsepyan
> Priority: Major
> Labels: infrastructure
>
> As we have a new Kiali Operator PR#1010 merged, we need a new way to add any namespace into Kiali's accessible ones.
> So the best way is to separate that action into a job and call it from any place needed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (SWSQE-786) New Job to add a member into ServiceMeshMemberRoll
by Guilherme Baufaker Rêgo (Jira)
[ https://issues.jboss.org/browse/SWSQE-786?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo edited comment on SWSQE-786 at 6/11/19 5:28 AM:
------------------------------------------------------------------------
This task needs TP12 to link the Accessible namespaces on kiali operator and Service Member Roll changes via Istio Operator.
If you want to add manually the servicemeshmemberroll (only valid on multi-tenant and with maistra installation).
oc patch servicemeshmemberroll default -n istio-system --type='json' -p='[{"op": "add", "path": /spec/members/0, "value":"bookinfo3"}]'
On install-build-kiali job, there is a variable called ACCESSIBLE_NAMESPACES which after some scavenging I found out it is
a list with *no commas separated* (https://github.com/kiali/kiali/commit/7049ff796306eb739ef75608a92f7b41fa1...)
so eg:
istio-system bookinfo.
was (Author: gbaufake):
This task needs TP12 to link the Accessible namespaces on kiali operator and Service Member Roll changes.
If you want to add manually the servicemeshmemberroll (only valid on multi-tenant and with maistra installation).
oc patch servicemeshmemberroll default -n istio-system --type='json' -p='[{"op": "add", "path": /spec/members/0, "value":"bookinfo3"}]'
On install-build-kiali job, there is a variable called ACCESSIBLE_NAMESPACES which after some scavenging I found out it is
a list with *no commas separated* (https://github.com/kiali/kiali/commit/7049ff796306eb739ef75608a92f7b41fa1...)
so eg:
istio-system bookinfo.
> New Job to add a member into ServiceMeshMemberRoll
> --------------------------------------------------
>
> Key: SWSQE-786
> URL: https://issues.jboss.org/browse/SWSQE-786
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Hayk Hovsepyan
> Priority: Major
> Labels: infrastructure
>
> As we have a new Kiali Operator PR#1010 merged, we need a new way to add any namespace into Kiali's accessible ones.
> So the best way is to separate that action into a job and call it from any place needed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (SWSQE-786) New Job to add a member into ServiceMeshMemberRoll
by Hayk Hovsepyan (Jira)
Hayk Hovsepyan created SWSQE-786:
------------------------------------
Summary: New Job to add a member into ServiceMeshMemberRoll
Key: SWSQE-786
URL: https://issues.jboss.org/browse/SWSQE-786
Project: Kiali QE
Issue Type: QE Task
Reporter: Hayk Hovsepyan
As we have a new Kiali Operator PR#1010 merged, we need a new way to add any namespace into Kiali's accessible ones.
So the best way is to separate that action into a job and call it from any place needed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month