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

Commits on Jul 21, 2025

  1. fix(Api): Fixed the DatabaseProvisioner, which was attempting to de…

    …serialize `Namespaces` to `NamespaceDefinitions`
    
    Fixes #509
    
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    5f0fcb6 View commit details
    Browse the repository at this point in the history
  2. fix(Api): Renamed the WorkflowDatabaseInitializer to `DatabaseProvi…

    …sioner`
    
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    795cd0f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #512 from serverlessworkflow/fix-namespace-provisi…

    …oning
    
    Fixed namespace provisioning
    cdavernas authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    edb666c View commit details
    Browse the repository at this point in the history
  4. fix(Api): Fixed both the ClusterResourceController and `NamespacedR…

    …esourceController` by ensuring that SSE-based actions do not set the response's status code after streaming
    
    Fixes #508
    
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    0fa2b5d View commit details
    Browse the repository at this point in the history
  5. Update src/api/Synapse.Api.Http/NamespacedResourceController.cs

    Co-authored-by: Copilot <[email protected]>
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas and Copilot authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    638ddac View commit details
    Browse the repository at this point in the history
  6. Update src/api/Synapse.Api.Http/ClusterResourceController.cs

    Co-authored-by: Copilot <[email protected]>
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas and Copilot authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    e274803 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #514 from serverlessworkflow/fix-sse-streaming

    Fixed both the `ClusterResourceController` and `NamespacedResourceController` by ensuring that SSE-based actions do not set the response's status code after streaming
    cdavernas authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b92f584 View commit details
    Browse the repository at this point in the history
  8. fix(Operator): Fixed the operator to ignore workflows and workflow in…

    …stances marked with mismatching `synapse.io/operator` labels
    
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    a08adff View commit details
    Browse the repository at this point in the history
  9. Merge pull request #516 from serverlessworkflow/fix-workflow-routing

    Fixed the operator to ignore workflows and workflow instances marked with mismatching `synapse.io/operator` labels
    cdavernas authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    7d86e63 View commit details
    Browse the repository at this point in the history
Loading