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

Add script to generate mermaid graph of automations #26432

Merged
merged 22 commits into from
Oct 27, 2023

Commits on Oct 23, 2023

  1. Add mdbook-mermaid

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    778f634 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Add script to generate mermaid graph of automations

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ae6f0ad View commit details
    Browse the repository at this point in the history
  2. Fix types

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c74cd71 View commit details
    Browse the repository at this point in the history
  3. Fix titles

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    53d79d7 View commit details
    Browse the repository at this point in the history
  4. DRY

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    859b2a5 View commit details
    Browse the repository at this point in the history
  5. Improve comments

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0fbbca6 View commit details
    Browse the repository at this point in the history
  6. Improve debug

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    22382d6 View commit details
    Browse the repository at this point in the history
  7. Fix Node IDs

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    01685db View commit details
    Browse the repository at this point in the history
  8. Fix on param filtering

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8344595 View commit details
    Browse the repository at this point in the history
  9. Iterate

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b9fbdbf View commit details
    Browse the repository at this point in the history
  10. Fix graph components

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a0c3da6 View commit details
    Browse the repository at this point in the history
  11. Add label to workflow_run edges

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8b4a525 View commit details
    Browse the repository at this point in the history
  12. Add crontab parser

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0e29ab8 View commit details
    Browse the repository at this point in the history
  13. Fix ID edgecase

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f30c741 View commit details
    Browse the repository at this point in the history
  14. Tidy

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    225e870 View commit details
    Browse the repository at this point in the history
  15. Add hack to bifurcate Manual trigger for better graphs

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    68ea876 View commit details
    Browse the repository at this point in the history
  16. Fix matrix strategy

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ec5a514 View commit details
    Browse the repository at this point in the history
  17. Iterate

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    df0a5c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge branch 'develop' of https://github.com/vector-im/element-web in…

    …to t3chguy/mdbook-mermaid-workflows
    
    # Conflicts:
    #	yarn.lock
    t3chguy committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b82e49e View commit details
    Browse the repository at this point in the history
  2. Improve naming for matrix job subgraph

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7c4d3fb View commit details
    Browse the repository at this point in the history
  3. delint

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    adb2e82 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Add some comments and improve types

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6164754 View commit details
    Browse the repository at this point in the history