Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DROOLS-5964] #1458

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

[DROOLS-5964] #1458

wants to merge 9 commits into from

Conversation

gitgabrio
Copy link
Contributor

@gitgabrio gitgabrio commented Jan 26, 2021

@gitgabrio
Copy link
Contributor Author

@danielezonca @yesamer
Created as draft because editor modification is partial.
Please let me know if you prefer to keep as draft until someone may complete the client-side part.

@sonarcloud
Copy link

sonarcloud bot commented Jan 26, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

50.0% 50.0% Coverage
0.0% 0.0% Duplication

@@ -78,7 +78,7 @@ public void validateValidDMN() {
public void addRadioButtons() {
reset(uploadWidgetMock);
sourceTypeSelector.addRadioButtons();
assertEquals(2, sourceTypeSelector.radioButtonList.size());
assertEquals(3, sourceTypeSelector.radioButtonList.size());
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gitgabrio according this change, do I understand correctly from now on TestScenario asset will serve for testing of:

  • DRL rules- old
  • DMN models - old
  • PMML models - new

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jomarko
yes, that's the plan. The backend is ready, unfortunately frontend would need other modifications that no-one can do right now, so both PRs are on "stand-by"

# Conflicts:
#	drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/src/main/java/org/drools/workbench/screens/scenariosimulation/kogito/client/converters/ApiJSInteropConverter.java
#	drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/src/main/java/org/drools/workbench/screens/scenariosimulation/kogito/client/converters/JSInteropApiConverter.java
#	drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-marshaller/src/main/resources/scesim.xsd
@sonarcloud
Copy link

sonarcloud bot commented Aug 25, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants