8000 Tags · pramsperger/elsa-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pramsperger/elsa-core

Tags

3.0.6

Toggle 3.0.6's commit message
Fix Security Bug: No permissions applied to version endpoints (elsa-w…

…orkflows#5008)

List,Delete, and Revert endpoints for editing endpoints by version were set to allow anonymous, meaning no authorisation policies were applied.

I have changed these to apply permissions as per the rest of the API.

2.14.1

Toggle 2.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Downgrade axios to 1.1.3, bump axios-middleware to 0.4.0 (elsa-workfl…

…ows#4865)

3.0.5

Toggle 3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request elsa-workflows#4857 from elsa-workflows/test(js-ar…

…ray-net)

Refactor JavaScript list and array test cases

3.0.4

Toggle 3.0.4's commit message
Update Elsa.Studio and Elsa.Studio.Login.BlazorWasm package versions

The package versions for Elsa.Studio and Elsa.Studio.Login.BlazorWasm have been updated to 3.0.4 across multiple projects. This update allows projects to utilize the latest features and improvements from these packages.

2.14.0

Toggle 2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgraded samples and dashboard to .NET 8 (elsa-workflows#4826)

preview-3.0.0-740-hotfix-2

Toggle preview-3.0.0-740-hotfix-2's commit message
Update workflow trigger branch to hotfix

This commit changes the triggering branch for the GitHub Actions workflow in packages.yml from "v3" to "preview-3.0.0-740-hotfix-1". This aligns with the introduction of the new hotfix branch and ensures the workflow is triggered correctly.

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow creation of variables dynamically via `setVariable` (elsa-workf…

…lows#4800)

* Disable MassTransitRabbitMq in Elsa.Server.Web.

* Create variable if not exists in Workflow.Core

The update introduced checks if a variable exists before attempting to set its value in the ExpressionExecutionContextExtensions. If the variable doesn't exist, it now creates one automatically.

Fixes elsa-workflows#4789

* Remove unnecessary comment

The comment indicating to create a variable if it doesn't exist was deemed superfluous and removed from the ExpressionExecutionContextExtensions.cs file. This improves code cleanliness as the functionality is self-explanatory through the existing code structure.

3.0.2

Toggle 3.0.2's commit message
Update Elsa.Studio packages to version 3.0.1

The Elsa.Studio, Elsa.Studio.Login.BlazorWasm, and Elsa.Studio.Core.BlazorWasm packages have been updated from version 3.0.1-preview.196 to version 3.0.1 in all projects. These updates move the projects from the preview versions to the stable 3.0.1 release.

3.0.1

Toggle 3.0.1's commit message
Update workflow to track 'main' branch instead of 'v3.0.1'

This commit updates the Github Actions CI/CD workflow to track changes from the main branch instead of branch v3.0.1. It changes actions in package.yml to fetch, verify commits, and grep in the 'main' branch.

3.0.0

Toggle 3.0.0's commit message
Fix conditional formatting in GitHub workflow

A change has been made to correct the formatting in the conditional statement within the GitHub workflow file. This rectification ensures the proper assignment of the VERSION variable when a new release is published, through proper syntax adherence.
0