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

Commits on Dec 16, 2024

  1. fix(Dashboard): Workflow create vs update

    - An `IsNew` variable was added to the state, which tracks whether the workflow is new or existing. This change prevents unnecessary API calls, reducing 404 errors and improving efficiency.
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    0584a8a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. fix(Dashboard): Function create vs update

    - An `IsNew` variable was added to the state, which tracks whether the function is new or existing. This change prevents unnecessary API calls, reducing 404 errors and improving efficiency.
    
    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    dc4d9f8 View commit details
    Browse the repository at this point in the history
  2. fix(Api): Fixed the ClusterResourceController by removing namespace

    … path parameter from patch actions
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    9c2786f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #469 from serverlessworkflow/fix-457-workflow-exis…

    …tence-check
    
    Improved workflow creation vs update process in the Dashboard
    cdavernas authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    05d0a43 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #471 from serverlessworkflow/fix-cluster-resource-…

    …patch
    
    Fixed the ClusterResourceController by removing `namespace` path parameter from patch actions
    cdavernas authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    d7f3452 View commit details
    Browse the repository at this point in the history
Loading