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

Tags: elsa-workflows/elsa-studio

Tags

3.5.0-rc3

Toggle 3.5.0-rc3's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Update package versions for Elsa, MudBlazor, and Radzen.Blazor in Dir…

…ectory.Packages.props

3.5.0-rc2

Toggle 3.5.0-rc2's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Refactor null initializations and add support for edge vertices

Replace `default!` with explicit `null` assignments for clarity and uniformity in property initialization. Added a new `Vertices` property to `X6Edge` and updated `FlowchartMapper` to support mapping edge vertices, improving the flexibility of flowchart connections.

3.5.0-rc1

Toggle 3.5.0-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Remove Agent-related components and associated logic

Deleted all components, pages, validation logic, and styling related to the Agent module, including `Agent.razor`, `Agents.razor`, and validators. This change also removes agent APIs, references, and dependencies across the project.

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Update package versions and align Elsa dependencies

Updated multiple package versions, including Microsoft.AspNetCore components to 9.0.4. Aligned Elsa dependencies by introducing ElsaExtensionsVersion and updating related package references to ensure consistency. This change ensures proper versioning and resolves potential mismatches in dependency management.

3.4.0-rc2

Toggle 3.4.0-rc2's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Update ElsaVersion to 3.4.0-rc2

Upgraded the ElsaVersion property from 3.4.0-preview.2883 to 3.4.0-rc2 in Directory.Build.props. This prepares the project for the release candidate version of Elsa.

3.4.0-rc1

Toggle 3.4.0-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Update branch grep in release workflow to match RC naming

Replaced "patch/3.4.0" with "rc/3.4.0" in the branch filtering step of the release workflow. This ensures compatibility with the revised branch naming convention for release candidates.

3.3.5

Toggle 3.3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Update base_version and patch branch reference to 3.3.5

Updated the `base_version` and adjusted the branch reference for patch 3.3.5 in the GitHub Actions workflow. These changes ensure alignment with the latest release version and proper branch detection during workflow execution.

3.3.4

Toggle 3.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
sfmskywalker Sipke Schoorstra
Update ElsaVersion to 3.3.4 in Directory.Build.props

Upgraded ElsaVersion from 3.3.2 to 3.3.4 to include the latest enhancements and fixes. This ensures compatibility with the updated package and improves stability.

3.3.2

Toggle 3.3.2's commit message
Update ElsaVersion to 3.3.2 in project properties

Promoted ElsaVersion from release candidate to the stable version 3.3.2. This ensures the project uses the latest stable package version moving forward.

3.3.2-rc3

Toggle 3.3.2-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor workflow definitions loading and update defaults. (#396)

Improve `LoadWorkflowDefinitionsAsync` by filtering definitions to retain only the highest version for each `DefinitionId`. Additionally, standardize optional parameter defaults across `WorkflowDefinitionService` methods by replacing `default` with `null` for consistency.
0