8000 Tags · serverlessworkflow/synapse · GitHub
[go: up one dir, main page]

Skip to content

Tags: serverlessworkflow/synapse

Tags

v1.0.0-alpha5.20

Toggle v1.0.0-alpha5.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #552 from serverlessworkflow/fix-runner-configurat…

…ion-monitoring

Fixed all runtime implementations to properly resolve the `RunnerConfiguration` to use

v1.0.0-alpha5.19

Toggle v1.0.0-alpha5.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #548 from serverlessworkflow/fix-workflow-details-…

…layout

Ensure start button remains visible in Dashboard workflow details view

v1.0.0-alpha5.18

Toggle v1.0.0-alpha5.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #547 from serverlessworkflow/fix-workflow-instance…

…-status-update

Fixed the `WorkflowInstanceHandler` n,ot to use otpimistic concurrency when updating workflow instance status

v1.0.0-alpha5.17

Toggle v1.0.0-alpha5.17's commit message

Verified

This commit was signed with the committer’s verified signature.
cdavernas Charles d'Avernas
fix(Operator): Fixed the `WorkflowInstanceHandler` which was using `P…

…atchAsync` instead of `PatchStatusAsync` to patch the status of a workflow instance

Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>

v1.0.0-alpha5.16

Toggle v1.0.0-alpha5.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.0.0-alpha5.15

Toggle v1.0.0-alpha5.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #507 from serverlessworkflow/fix-function-call

Fixed the `FunctionCallExecutor` to support custom functions that do not specify an @ catalog, falling back to the default Serverless Workflow catalog

v1.0.0-alpha5.14

Toggle v1.0.0-alpha5.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #502 from serverlessworkflow/fix-workflow-process-…

…executor

Fixed the `WorkflowProcessExecutor`, which was attempting to create a subflow using the runner's namespace, instead of the configured one when creating a new subflow instance

v1.0.0-alpha5.13

Toggle v1.0.0-alpha5.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #497 from aweng126/fix-enum-value

Fix incorrect EnumMember value for Yaml

v1.0.0-alpha5.12

Toggle v1.0.0-alpha5.12's commit message

Verified

This commit was signed with the committer’s verified signature.
cdavernas Charles d'Avernas
fix(Solution):: Updated project version to `1.0.0-alpha5.12`

Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>

v1.0.0-alpha5.11

Toggle v1.0.0-alpha5.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #483 from serverlessworkflow/fix-monaco-bug

Fixes "editor not found" errors in the Dashboard
0