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

chore: switch to visualiser library #342

Closed

Commits on May 20, 2022

  1. wip

    jonaslagoni committed May 20, 2022
    Configuration menu
    Copy the full SHA
    41dbdfe View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. switched implementation

    jonaslagoni committed May 25, 2022
    Configuration menu
    Copy the full SHA
    75bf67a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23d6f5 View commit details
    Browse the repository at this point in the history
  3. fixed code smell

    jonaslagoni committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f55e604 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Merge branch 'master-github-upstream' into feature/integrate_visualizer

    # Conflicts:
    #	package-lock.json
    #	package.json
    jonaslagoni committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ac5c4db View commit details
    Browse the repository at this point in the history
  2. update packagelock

    jonaslagoni committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b28649f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a75aa0 View commit details
    Browse the repository at this point in the history
  4. fixed outstanding issues

    jonaslagoni committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2b39a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fixed linter errors

    jonaslagoni committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b2d03f1 View commit details
    Browse the repository at this point in the history
  2. update library

    jonaslagoni committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8330da7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master-github-upstream' into feature/integrate_visualizer

    # Conflicts:
    #	package-lock.json
    jonaslagoni committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bb38244 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Dynamic animations

    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    50c3410 View commit details
    Browse the repository at this point in the history
  2. switch edge type

    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    9160c3e View commit details
    Browse the repository at this point in the history
  3. add title

    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    a2d4968 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master-github-upstream' into feature/integrate_visualizer

    # Conflicts:
    #	package-lock.json
    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    ec3297e View commit details
    Browse the repository at this point in the history
  5. update package lock

    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    6e4513f View commit details
    Browse the repository at this point in the history
  6. revert version bump

    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    4b460c5 View commit details
    Browse the repository at this point in the history
  7. removed unused import

    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    37d3701 View commit details
    Browse the repository at this point in the history
  8. added styles

    jonaslagoni committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    0f3037a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    3f2c083 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master-github-upstream' into feature/integrate_visualizer

    # Conflicts:
    #	package-lock.json
    #	src/components/Visualiser/utils/node-calculator.ts
    jonaslagoni committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    239ff47 View commit details
    Browse the repository at this point in the history
  3. update package lock

    jonaslagoni committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0e9d6ce View commit details
    Browse the repository at this point in the history
  4. updated packagelock

    jonaslagoni committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    40d887b View commit details
    Browse the repository at this point in the history
  5. update dependency

    jonaslagoni committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bee0804 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. updated title color

    jonaslagoni committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    082ebb0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master-github-upstream' into feature/integrate_visualizer

    # Conflicts:
    #	package-lock.json
    #	src/components/Visualiser/FlowDiagram.tsx
    #	src/components/Visualiser/Nodes/ApplicationNode.tsx
    #	src/components/Visualiser/Visualiser.tsx
    #	src/components/Visualiser/utils/node-factory.ts
    jonaslagoni committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f6e0d9f View commit details
    Browse the repository at this point in the history
  3. update packagelock

    jonaslagoni committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3029a5b View commit details
    Browse the repository at this point in the history
  4. updated to new parser

    jonaslagoni committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0b8af00 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Merge branch 'master-github-upstream' into feature/integrate_visualizer

    # Conflicts:
    #	package-lock.json
    #	package.json
    #	src/components/Visualiser/Controls.tsx
    #	src/components/Visualiser/FlowDiagram.tsx
    #	src/components/Visualiser/Nodes/ApplicationNode.tsx
    #	src/components/Visualiser/Nodes/PublishNode.tsx
    #	src/components/Visualiser/Nodes/SubscribeNode.tsx
    #	src/components/Visualiser/Visualiser.tsx
    #	src/components/Visualiser/VisualiserTemplate.tsx
    #	src/components/Visualiser/utils/node-calculator.ts
    #	src/components/Visualiser/utils/node-factory.ts
    jonaslagoni committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c083908 View commit details
    Browse the repository at this point in the history
  2. update packagelock

    jonaslagoni committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e863fa8 View commit details
    Browse the repository at this point in the history
  3. fix code smell

    jonaslagoni committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    85a313f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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