Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serverlessworkflow/synapse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-alpha5.10
Choose a base ref
...
head repository: serverlessworkflow/synapse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-alpha5.11
Choose a head ref
  • 8 commits
  • 26 files changed
  • 2 contributors

Commits on Jan 22, 2025

  1. fix(Dashboard): Fixed the workflow schema validation, which was using…

    … obsolete URIs to get the schema files
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    34d20f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #480 from serverlessworkflow/fix-dashboard-schema-…

    …validation
    
    Fix the workflow schema validation, which was using obsolete URIs to get the schema files
    cdavernas authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    c7c818c View commit details
    Browse the repository at this point in the history
  3. fix(Runner): Fixed the TaskExecutor to ignore both output.as and …

    …`export.as` clauses for skipped tasks
    
    Fixes #481
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    45c22a1 View commit details
    Browse the repository at this point in the history
  4. fix(Solution): Updated projects version to 1.0.0-alpha5.11

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    f23a757 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #482 from serverlessworkflow/fix-skipped-task-outp…

    …ut-export
    
    Fix the `TaskExecutor` to ignore both `output.as` and `export.as` clauses for skipped tasks
    cdavernas authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    4d35e9f View commit details
    Browse the repository at this point in the history
  6. fix(Dashboard): fixed "editor not found" errors

    Aligned Blazor application state with DOM state to prevent issues like
    'Couldn't find the editor with id...' or 'Editor with ID "..." not found'.
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    b9e19e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6df40ad View commit details
    Browse the repository at this point in the history
  8. Merge pull request #483 from serverlessworkflow/fix-monaco-bug

    Fixes "editor not found" errors in the Dashboard
    cdavernas authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    9855378 View commit details
    Browse the repository at this point in the history
Loading