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.12
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.13
Choose a head ref
  • 14 commits
  • 34 files changed
  • 3 contributors

Commits on Jan 30, 2025

  1. fix(Runner): Fixed the ListenTaskExecutor, which did not work anymo…

    …re without streaming, due to an invalid condition check
    
    fix(Runner): Fixed the `ListenTaskExecutor`, which failed to read the content of events when the `ListenTask`'s `Read` property was not set.
    fix(Runner): Fixed the `ListenTaskExecutor`, which was reading the payload of CloudEvents, even when the `ListenTask`'s `Read` property was set to `envelope`
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    8eb6164 View commit details
    Browse the repository at this point in the history
  2. fix(Solution): NRemoved version suffix for all projects in solution

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    fdc2a14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #489 from serverlessworkflow/fix-listen-task

    Fix the `ListenTaskExecutor`, which did not work anymore without streaming
    cdavernas authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    b451093 View commit details
    Browse the repository at this point in the history
  4. fix(Correlator): Fixed the CorrelationHandler to set correlated eve…

    …nts as the input of the workflow instance to create when the òutcome` has been set to instantiate
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    6e52198 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. feat(Dashboard): center to node

    - Added a feature to center the graph on a clicked node in the dashboard
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    0b5c130 View commit details
    Browse the repository at this point in the history
  2. fix(Dashboard): disabled unnecessary namespace listing

    - Disabled unnecessary namespace listing in the workflow details view
    
    Related to #458
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    b3a8d3c View commit details
    Browse the repository at this point in the history
  3. feat(Dashboard): workflow details panels auto collapse

    - Collapsing the workflow details panels when an instance is clicked
    
    Related to  #455
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    f6c8fe1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #491 from serverlessworkflow/fix-455-dashboard-pan…

    …els-auto-collapse
    
    Workflow details panels auto collapse in the Dashboard
    cdavernas authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    19a61fa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #490 from serverlessworkflow/fix-458-unnecessary-n…

    …amespace-listing
    
    Disabled unnecessary namespace listing in the Dashboard
    cdavernas authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    fa81628 View commit details
    Browse the repository at this point in the history
  6. fix(Runner): Fixed the ConnectedWorkflowExecutionContext to remove …

    …handled correlation contexts from the `WorkflowInstance` they are associated to
    
    fix(Runner): Fixed the `ConnectedWorkflowExecutionContext` to populate `WorkfowInstance` correlation keys set by handled correlation contexts
    fix(Runner): Fixed a feature-breaking bug with the `AsyncApiCallExecutor` disposing inline of the IAsyncApiSubscribeOperationResult, thus irreversibly breaking the message stream
    fix(Runner): Fixed the `AsyncApiCallExecutor`, which was not properly evaluating `while` and `until` message consumption conditions
    fix(Runner): Fixed the `AsyncApiCallExecutor`, which was not passing the `item` and `index` arguments to the `output.as` and `export.as` expressions
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    e149870 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #492 from serverlessworkflow/fix-correlation-handling

    Fix correlation handling
    cdavernas authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    370a883 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Merge pull request #493 from serverlessworkflow/fix-464-dashboard-cen…

    …ter-node-on-click
    
    Add center to clicked node feature on the Dashboard's graph
    cdavernas authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    15075f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Fix incorrect EnumMember value for Yaml

    Signed-off-by: Li Qingwen <kingwensli@gmail.com>
    aweng126 committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    47401bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #497 from aweng126/fix-enum-value

    Fix incorrect EnumMember value for Yaml
    cdavernas authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    eb26e52 View commit details
    Browse the repository at this point in the history
Loading