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

Academic release bugfixes #189

Merged
merged 5 commits into from
Apr 9, 2019
Merged

Academic release bugfixes #189

merged 5 commits into from
Apr 9, 2019

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    57ed2e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Reverted SiMo support from BPMN miner.

    The current version of the SiMo extensions are available on the feature-process-discoverer-BIMP-annotation branch.
    raboczi committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b720bd2 View commit details
    Browse the repository at this point in the history
  2. Emergency fix to BPMN canoniser.

    We need to be much more lenient with what the canoniser is willing to accept as input now that students are throwing weird models at it.
    This commit allows unnamed flow elements, orphaned events, and unconnected data output associations.
    raboczi committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    a9f6659 View commit details
    Browse the repository at this point in the history
  3. More liberalization of BPMN canoniser.

    Unconnected CPF object references are allowed.
    BPMN complex gateways are allowed, even though they don't have an unambiguous CPF representation and therefore probably won't round-trip.
    raboczi committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    c3465c7 View commit details
    Browse the repository at this point in the history
  4. Another BPMN canoniser fix.

    Don't NPE for orphaned BPMNDI elements.
    raboczi committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    05fa110 View commit details
    Browse the repository at this point in the history