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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add packet diagram #4839

Merged
merged 31 commits into from
Jan 23, 2024
Merged

feat: Add packet diagram #4839

merged 31 commits into from
Jan 23, 2024

Commits on Sep 14, 2023

  1. feat: Add packet diagram

    sidharthv96 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c41594d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd7cf5 View commit details
    Browse the repository at this point in the history
  3. test: Add unit tests

    sidharthv96 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    38d9c6d View commit details
    Browse the repository at this point in the history
  4. test: Add rendering tests

    sidharthv96 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    75f1f92 View commit details
    Browse the repository at this point in the history
  5. feat: Support showBits

    sidharthv96 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    043729f View commit details
    Browse the repository at this point in the history
  6. fix: Diagram DB types

    sidharthv96 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    136f1c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    0ff3ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5661509 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. docs: Add packet to index

    sidharthv96 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3e3519e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'next' into feat/948_packetDiagram

    * next: (193 commits)
      Update all patch dependencies
      Fix docs
      Update packages/mermaid/src/docs/community/questions-and-suggestions.md
      Update packages/mermaid/src/diagrams/class/classRenderer-v2.ts
      update edge ids
      draw top actors with lines  first followed by messages
      Bump GitHub workflow actions to latest versions
      Update docs
      Documentation: clarify sentence
      Fix lint
      Fix typo
      fix typo
      Add new Atlassian integrations
      chore(deps): update all patch dependencies
      Update demos/sequence.html
      chore: release v10.6.1
      fix
      fix
      fix: render the participants in same order as they are created
      fix(flow): fix invalid ellipseText regex
      ...
    sidharthv96 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ce6bfcb View commit details
    Browse the repository at this point in the history
  2. refactor: Address review comments

    Moved some types around
    Removed unnecessary params
    
    Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
    Co-authored-by: Alois Klink <alois@aloisklink.com>
    3 people committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7c79bbd View commit details
    Browse the repository at this point in the history
  3. fix(packet): Grammar whitespace

    Move populate into parser
    
    Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
    sidharthv96 and Yokozuna59 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b88d1df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    659db9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9925b9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a8743e View commit details
    Browse the repository at this point in the history
  7. chore: Fix magic number

    Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
    sidharthv96 and Yokozuna59 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    068a74a View commit details
    Browse the repository at this point in the history
  8. fix: Langium formatting

    Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
    sidharthv96 and Yokozuna59 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fc400ea View commit details
    Browse the repository at this point in the history
  9. Add title to tests

    sidharthv96 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b6983e4 View commit details
    Browse the repository at this point in the history
  10. Add DiagramRenderer type

    Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
    sidharthv96 and Yokozuna59 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    113a400 View commit details
    Browse the repository at this point in the history
  11. chore: Fix imports

    sidharthv96 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f9df193 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix editor build

    sidharthv96 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    99313fe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into feat/948_packetDiagram

    * next:
      fix text-decoration for abstract attibutes
      ci(pr-labeler): add required `template` option
      ci(pr-labeler): replace TimonVS/pr-labeler-action
      style(pr-labeler): format .github/pr-labeler.yml
      docs(ci/pr-labeler): warn about security issues
      ci(release-draft): handle new release-drafter name
      ci(release-drafter): remove unused `branch` config
      ci(pr-labeler): limit GITHUB_TOKEN permissions
      ci(release-draft): limit GITHUB_TOKEN permissions
    sidharthv96 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f15d24b View commit details
    Browse the repository at this point in the history
  3. refactor: Fix types

    sidharthv96 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0d7644c View commit details
    Browse the repository at this point in the history
  4. Fix SVG width

    sidharthv96 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    088fc39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    784a853 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    480645d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix: Use configureSvgSize

    Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
    sidharthv96 and Yokozuna59 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a8105f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca645f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ae4a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ef61d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge branch 'next' into feat/948_packetDiagram

    * next: (316 commits)
      Lint
      Remove echo
      RefTest
      Echo event
      Update cypress
      Fix applitools
      Fix applitools
      docs: fix lint
      docs: move community to Discord
      Swap condition blocks to avoid using negation
      Reposition const declaration to ideal place
      Change repetitive values into consts
      docs: fix swimm link
      Fix Update Browserslist
      Use pnpm/action-setup@v2
      Fix lint
      Cleanup e2e.yml
      Ignore push events on merge queue
      Remove ::
      Remove ::
      ...
    sidharthv96 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5cc20b5 View commit details
    Browse the repository at this point in the history