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.9
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.10
Choose a head ref
  • 20 commits
  • 57 files changed
  • 2 contributors

Commits on Dec 18, 2024

  1. fix(Dashboard): Fixed graph transition issues

    - Fixed an issue in the graph where the transition of a conditional node was followed instead of skipped
    - Fixed an issue in the graph where an exit or end transition in a switch case would result in an error
    - Added an icon to "custom function" nodes
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    65f8ba6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #472 from serverlessworkflow/fix-dashboard-graph-t…

    …ransitions
    
    Fixed transitions issues in the Dashboard graph
    cdavernas authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    f500741 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. fix(Dashboard): Graph layout improvements

    - Task names are now in bold
    - Enlarged arrow marker size
    - Reduced the height of the clusters header
    - Reduced the space between ranks
    - Adjusted node Y when rendering, provides a better "centering" inside a cluster
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    e52c934 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #473 from serverlessworkflow/fix-dashboard-graph-i…

    …mprovements
    
    Improved graph rendering in the Dashboard
    cdavernas authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    978ecd0 View commit details
    Browse the repository at this point in the history
  3. feat(CI/CD): Replaced standard issue templates by form-based ones

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    a75454e View commit details
    Browse the repository at this point in the history
  4. fix(CI/CD): Fixed tags added by issue templates

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    fd7e589 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #474 from serverlessworkflow/feat-form-based-issue…

    …s-templates
    
    Replace standard issue templates by form-based ones
    cdavernas authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    58c4375 View commit details
    Browse the repository at this point in the history
  6. Delete .github/ISSUE_TEMPLATE/question.md

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    e680ab7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Initial commit

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    86535bc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. feat(Runner): Implement the AsyncApiCallExecutor

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    076ce93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #475 from serverlessworkflow/feat-asyncapi-v3

    Implement the `AsyncAPI` function call
    cdavernas authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    7c158a6 View commit details
    Browse the repository at this point in the history
  3. feat(Runner): Update the HttpCallProcessor and `OpenApiCallProcesso…

    …r` to throw when a unexpected 3.x.x is returned by the remote server
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    be38824 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #476 from serverlessworkflow/feat-http-openapi-red…

    …irect
    
    Update the `HttpCallProcessor` and `OpenApiCallProcessor` to throw when a unexpected 3.x.x is returned by the remote server
    cdavernas authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    3b4ed23 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. fix(Runner): Fix the HttpCallExecutor to configure authentication on …

    …the HttpClient used to perform the configured request
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    31b852b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #477 from serverlessworkflow/fix-http-call-executor

    Fix the HttpCallExecutor to configure authentication on the HttpClient used to perform the configured request
    cdavernas authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    ac3af7e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Initial commit

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    509292a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. feat(Runner): Implement streaming features for the listen task and …

    …for the `asyncapi` call
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    73b296a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #478 from serverlessworkflow/feat-subscription-ite…

    …rator
    
    Implement streaming features for the `listen` task and for the `asyncapi` call
    cdavernas authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    48b4968 View commit details
    Browse the repository at this point in the history
  3. feat(Runner): Implement event read mode

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    b232248 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #479 from serverlessworkflow/feat-event-read-mode

    Implement event read mode
    cdavernas authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    ba59245 View commit details
    Browse the repository at this point in the history
Loading