Tags: pramsperger/elsa-core
Tags
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.
Merge pull request elsa-workflows#4857 from elsa-workflows/test(js-ar… …ray-net) Refactor JavaScript list and array test cases
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.
Upgraded samples and dashboard to .NET 8 (elsa-workflows#4826)
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.
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.
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.
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.
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.
PreviousNext