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-alpha3.3
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-alpha4
Choose a head ref
  • 12 commits
  • 67 files changed
  • 2 contributors

Commits on Oct 21, 2024

  1. feat(Core): Added a new CustomFunction namespaced resource

    feat(Api): Added a new API controller used to manage CustomFunctions
    fix(Api): Fixed the CloudEventPublisher to resiliently attempt to connect to the event stream if and when it has not yet been created
    fix(Api): Renamed the WorkflowDatabaseInitializer into DatabaseProvisioner
    feat(Api): Added the ability to provision namespaces and custom functions
    fix(Infrastructure): Fixed the DatabaseInitializer to tolerate conflict-related faults
    fix(Runner): Implemented a configuration-based ability to ignore the validation of SSL certificates
    feat(Dashboard): Added a new view to list existing custom functions
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3a2ed5a View commit details
    Browse the repository at this point in the history
  2. fix(Runner): Fixed the SwitchTaskExecutor to not throw when multipl…

    …e cases match, and to select the first matching case, if any
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    186404b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #431 from serverlessworkflow/fix-switch-case-match…

    …-restriction
    
    Fixed the `SwitchTaskExecutor` to not throw when multiple cases match, and to select the first matching case, if any
    cdavernas authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aaf7ba5 View commit details
    Browse the repository at this point in the history
  4. fix(Solution): Changed the version suffix of all solution projects to…

    … `alpha4`
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e8d3f70 View commit details
    Browse the repository at this point in the history
  5. feat(Core): Added a new IResourceValidator used to validate `Workfl…

    …owInstance` resources
    
    feat(Core): Added a new `IResourceValidator` used to validate `Correlation` resources
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e688cb7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #432 from serverlessworkflow/feat-resource-validation

    Added new `IResourceValidator` services, used to validate `Workflow` and `Correlation` resources
    cdavernas authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3db17a4 View commit details
    Browse the repository at this point in the history
  7. fix(Api): Fixed the CloudEventPublisher to not retry retrieving the c…

    …loud event stream info
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1eda1a4 View commit details
    Browse the repository at this point in the history
  8. fix(Runner): Fixed the WorkflowExecutionContext to properly set the…

    … status of an ended task
    
    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    db887a6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #433 from serverlessworkflow/fix-task-cloud-event-…

    …status
    
    Fixed the `WorkflowExecutionContext` to properly set the status of an ended task
    cdavernas authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c173756 View commit details
    Browse the repository at this point in the history
  10. feat(Dashboard): enabled custom functions and service accounts edition

    Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
    JBBianchi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    25693f3 View commit details
    Browse the repository at this point in the history
  11. fix(Dashboard): Fixed typos

    Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7d27f01 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #430 from serverlessworkflow/feat-local-function-c…

    …atalog
    
    Added a new CustomFunction namespaced resource
    cdavernas authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5cf98c0 View commit details
    Browse the repository at this point in the history
Loading