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.14
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.15
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 23, 2025

  1. fix: Resolved an issue in DockerRuntime where it failed to check fo…

    …r the presence of the image locally, resulting in the image not being pulled when necessary.
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5096a8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #503 from serverlessworkflow/fix-docker-runtime

    Resolved an issue in `DockerRuntime` where it failed to check for the presence of the image locally, resulting in the image not being pulled when necessary.
    cdavernas authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    6dacc40 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. fix(Runner): Fixed the FunctionCallExecutor to support custom funct…

    …ions that do not specify an @ catalog, falling back to the default Serverless Workflow catalog
    
    fix(Runner): Fixed the `HttpCallExecutor` to properly evaluate string-based body
    fix(Runner): Registered a method used to fetch unresolved JsonSchemas
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    855a57f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #507 from serverlessworkflow/fix-function-call

    Fixed the `FunctionCallExecutor` to support custom functions that do not specify an @ catalog, falling back to the default Serverless Workflow catalog
    cdavernas authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    9827c63 View commit details
    Browse the repository at this point in the history
Loading