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
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.1
Choose a head ref
  • 19 commits
  • 67 files changed
  • 3 contributors

Commits on Oct 23, 2024

  1. feat(Dashboard): added copy to clipboard button to editors

    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5444b48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #436 from serverlessworkflow/feat-dashboard-copy-t…

    …o-clipboard
    
    Added copy to clipboard button to the Dashboard's editors
    cdavernas authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e0ecff9 View commit details
    Browse the repository at this point in the history
  3. fix(Runner): Fixed the OpenApiCallExecutor to evaluate the `operati…

    …onId` parameter when its value is a runtime expressions
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2ecc326 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #437 from serverlessworkflow/fix-evaluate-openapi-…

    …operation
    
    Fixed the `OpenApiCallExecutor` to evaluate the `operationId` parameter when its value is a runtime expressions
    cdavernas authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0648ecb View commit details
    Browse the repository at this point in the history
  5. fix(Dashboard): fixed function validation in the JSON editor

    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8c8e2e6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #438 from serverlessworkflow/fix-dashboard-functio…

    …n-validation
    
    Fixed the `custom function` validation when using the JSON editor of the Dashboard
    cdavernas authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c6b75bb View commit details
    Browse the repository at this point in the history
  7. feat(Dashboard): added capability to replay a workflow with the same …

    …input
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e8ca80c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #439 from serverlessworkflow/feat-dashboard-restar…

    …t-workflow
    
    Added capability to replay a workflow with the same input in the Dashboard
    cdavernas authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    03eae9d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. fix(ApiClient): Fixed the API client to use SSEs for watching and mon…

    …itoring resources
    
    fix(Api): Fixed the actions to monitor and watch resources using SSEs in both cluster and namespaced resource controllers to flush headers directly
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    20d6fac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #440 from serverlessworkflow/fix-watch-and-monitor…

    …-client
    
    Fixed the API client to use SSEs for watching and monitoring resources
    cdavernas authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    71d9adb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat(Api): Added controller actions to suspend, resume and cancel wor…

    …kflow instances
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    62460d1 View commit details
    Browse the repository at this point in the history
  2. feat(Solution): Added means to suspend, resume and cancel workflow in…

    …stances
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    803f66d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #441 from serverlessworkflow/feat-suspend-resume-c…

    …ancel
    
    Added means to suspend, resume and cancel workflow instances
    JBBianchi authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    86a437a View commit details
    Browse the repository at this point in the history
  4. fix(Solution): Added a new suspended workflow instance status phase

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    748f987 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #442 from serverlessworkflow/fix-add-suspended-wor…

    …kflow-status-phase
    
    Added a new `suspended` workflow instance status phase
    cdavernas authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d4c4ca7 View commit details
    Browse the repository at this point in the history
  6. feat(Runner): Implemented the ability to run processes asynchronously…

    … without awaiting their completion
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    83132aa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #443 from serverlessworkflow/feat-await-process-task

    Implemented the feature to run processes asynchronously without awaiting their completion
    cdavernas authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    192bdf8 View commit details
    Browse the repository at this point in the history
  8. feat(Dashboard): added suspend/resume/cancel actions to workflow inst…

    …ances
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fbf7627 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #444 from serverlessworkflow/feat-dashboard-suspen…

    …d-resume-cancel
    
    Added suspend/resume/cancel actions to workflow instances in the Dashboard
    JBBianchi authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    511d103 View commit details
    Browse the repository at this point in the history
Loading