elsa-core/.github/workflows
Sipke Schoorstra 0eb01c01f3
Add SearchTerm to Workflow Definitions List API client (#5035)
* Refactor search filtering and move ListWorkflowDefinitionsRequest file

Updated the searching mechanism in `WorkflowDefinitionFilter.cs` by validating that Name and Description are not null before performing the search. In `ListWorkflowDefinitionsRequest.cs`, the file was moved from the Responses namespace to Requests and a new property `SearchTerm` was added, allowing filtering of workflow definitions by their name, ID or description.

* Update code style settings for csproj

The .DotSettings file for the project has been adjusted with changes to code naming rules and settings migration. These modifications adjust policies for naming conventions of Instance and Static fields, enhancing code style conformance. Also, an additional settings migration rule has been applied.

* Add 'issue/*' branch to GitHub actions workflow

The GitHub actions workflow has been updated to include the 'issue/*' branch. This ensures that any changes made in the 'issue/*' branches will trigger the workflow and any associated tests or builds, improving the overall continuous integration process.

* Remove Skip and Take methods from SqlServerDialect

The mentioned functions have been removed from SqlServerDialect class in the Elsa.Dapper module. The base class provides the correct default implementation for the SQL Server dialect.
2024-03-05 07:31:59 +01:00
..
elsa-server-and-studio.yml Add GitHub Actions workflows for Elsa Docker images 2023-12-27 20:31:11 +01:00
elsa-server.yml Add GitHub Actions workflows for Elsa Docker images 2023-12-27 20:31:11 +01:00
elsa-studio.yml Correct typographical error in workflow name 2024-01-06 18:22:44 +01:00
packages.yml Add SearchTerm to Workflow Definitions List API client (#5035) 2024-03-05 07:31:59 +01:00
pr.yml Add PR workflow (#4956) 2024-02-18 23:36:24 +01:00