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

kie-issues#886: On the DMN Editor, adding waypoints to edges that don't have a corresponding DMNEdge associated with it should create the DMNEdge and add the waypoint normally #2546

Merged
merged 51 commits into from
Oct 1, 2024

Commits on Aug 23, 2024

  1. kie-issues#886 On the DMN Editor, adding waypoints to edges that don'…

    …t have a corresponding DMNEdge associated with it should create the DMNEdge and add the waypoint normally.
    
    Closes: apache/incubator-kie-issues#886
    jomarko committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    efa4577 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    8eac192 View commit details
    Browse the repository at this point in the history
  2. information requirement tests

    jomarko committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7a79145 View commit details
    Browse the repository at this point in the history
  3. add TODO tasks

    jomarko committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    de4b79f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b1f21f View commit details
    Browse the repository at this point in the history
  5. drgNodes.toggle

    jomarko committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    05c48a2 View commit details
    Browse the repository at this point in the history
  6. add tests

    jomarko committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dc80ddc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. add missing test screenshots

    jomarko committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    94db899 View commit details
    Browse the repository at this point in the history
  2. cleanup spec.ts javadoc

    jomarko committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8cfc2f5 View commit details
    Browse the repository at this point in the history
  3. Cleanup Diagram.tsx

    jomarko committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eadc55e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b25ca85 View commit details
    Browse the repository at this point in the history
  5. add logs

    jomarko committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    babe9a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    c2cbace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    632adeb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    f650d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d95740b View commit details
    Browse the repository at this point in the history
  3. documentation

    jomarko committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ff2c7fc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    fb13967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda9611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8b40d View commit details
    Browse the repository at this point in the history
  4. remove non used code

    jomarko committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e3d0b79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ea5a26 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    8a2b8eb View commit details
    Browse the repository at this point in the history
  2. fix onConnect

    jomarko committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    411814d View commit details
    Browse the repository at this point in the history
  3. fix deleteEdge

    jomarko committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5bad3f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Object.entries

    jomarko committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8b98787 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix typo

    jomarko committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3de7056 View commit details
    Browse the repository at this point in the history
  2. logs

    jomarko committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b28961d View commit details
    Browse the repository at this point in the history
  3. simplified null checks

    jomarko committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1b7d807 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd67a91 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. review feedback

    jomarko committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    302ec19 View commit details
    Browse the repository at this point in the history
  2. review feedback

    jomarko committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cb56865 View commit details
    Browse the repository at this point in the history
  3. remove extraArg

    jomarko committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    63c9187 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    269d5a5 View commit details
    Browse the repository at this point in the history
  2. MUTATION -> DIAGRAM

    jomarko committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    20ebd51 View commit details
    Browse the repository at this point in the history
  3. Update packages/dmn-editor/src/diagram/edges/usePotentialWaypointCont…

    …rols.ts
    
    Co-authored-by: Tiago Bento <[email protected]>
    jomarko and tiagobento authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e5eb1a0 View commit details
    Browse the repository at this point in the history
  4. Update packages/dmn-editor/src/diagram/edges/usePotentialWaypointCont…

    …rols.ts
    
    Co-authored-by: Tiago Bento <[email protected]>
    jomarko and tiagobento authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f4207a8 View commit details
    Browse the repository at this point in the history
  5. targetsExternalNode

    jomarko committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bc8495e View commit details
    Browse the repository at this point in the history
  6. throw error

    jomarko committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1da182f View commit details
    Browse the repository at this point in the history
  7. is valid connection

    jomarko committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4ac0a99 View commit details
    Browse the repository at this point in the history
  8. dmnEdgeIndex

    jomarko committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8eaa8b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. incorporate review feedback

    jomarko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6d6cc5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be924f View commit details
    Browse the repository at this point in the history
  3. fix != vs !==

    jomarko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a5044c8 View commit details
    Browse the repository at this point in the history
  4. Revert "incorporate review feedback"

    This reverts commit 6d6cc5b.
    jomarko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d3fc589 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79f64d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    38ce320 View commit details
    Browse the repository at this point in the history
  2. fix deleteEdge

    jomarko committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    006000e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. resolve conflicts with main

    jomarko committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3a77fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea16c2 View commit details
    Browse the repository at this point in the history