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

Support for Mermaid.js in kaleido #177

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 27, 2024

  1. fix: build_kaleido linux script

    Fixed python command in linux script from python to python3
    coma007 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a2664b9 View commit details
    Browse the repository at this point in the history
  2. add: playground debug script

    coma007 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6a8cefe View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore: .gitignore update

    coma007 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ab4e155 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: mermaid scope pipeline

    Added all the necessary scope files and connected the pipeline for mermaid scope.
    coma007 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5fb7a62 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. feat: mermaid.py library

    coma007 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b0e0a31 View commit details
    Browse the repository at this point in the history
  2. perf: esm script tags

    coma007 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4a3a1e1 View commit details
    Browse the repository at this point in the history
  3. feat: Mermaid.h library

    coma007 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9d467d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e25bc5 View commit details
    Browse the repository at this point in the history
  5. fix: syntax errors

    coma007 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0409ca1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    089b49d View commit details
    Browse the repository at this point in the history
  7. fix: rendering call error

    coma007 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3d4741e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. refactor: semantical changes

    coma007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8e7f184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d55541 View commit details
    Browse the repository at this point in the history
  3. refactor: isScriptModule function

    Moved check for module scripts from kaleido.cc to utils.h
    coma007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1e55d59 View commit details
    Browse the repository at this point in the history
  4. fix: regex checks

    coma007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fa53a2c View commit details
    Browse the repository at this point in the history
  5. chore: remove image decoding

    This will be added while supporting different image formats.
    coma007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    02d0d42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fd5c2a View commit details
    Browse the repository at this point in the history
  7. fix: ends with string util

    coma007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8d68bb9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from coma007/feat/mermaid-scope

    Support for Mermaid.js in kaleido
    coma007 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0ef6e7a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    5ad7e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e0721d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. refactor: renaming and docs

    coma007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5b5c5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fcd659 View commit details
    Browse the repository at this point in the history
  3. refactor: js utils

    coma007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d39a7a3 View commit details
    Browse the repository at this point in the history
  4. fix: json parsing

    coma007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1321a34 View commit details
    Browse the repository at this point in the history
  5. fix: propperties function

    coma007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    da5e349 View commit details
    Browse the repository at this point in the history
  6. style: formatting

    coma007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3a5c2d2 View commit details
    Browse the repository at this point in the history
  7. fix: loop break

    coma007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    435ff66 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    ffe5e06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from coma007/feat/mermaid-validation

    Request validation & custom diagram config
    coma007 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    15aaa67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from coma007/dev

    First phase of Mermaid scope development
    coma007 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5343eb8 View commit details
    Browse the repository at this point in the history
  4. clean: repo cleanup

    coma007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3352383 View commit details
    Browse the repository at this point in the history
  5. docs: readme

    coma007 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c94f05c View commit details
    Browse the repository at this point in the history