elsa-core/build
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
..
.editorconfig Add NUKE build support (#4815) 2024-01-21 10:53:07 +01:00
_build.csproj Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
_build.csproj.DotSettings Add SearchTerm to Workflow Definitions List API client (#5035) 2024-03-05 07:31:59 +01:00
Build.CI.GitHubActions.cs Expand triggers and branches for GitHub Actions 2024-02-21 11:26:09 +01:00
Build.cs Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Directory.Build.props Add NUKE build support (#4815) 2024-01-21 10:53:07 +01:00
Directory.Build.targets Add NUKE build support (#4815) 2024-01-21 10:53:07 +01:00