elsa-core/src/modules
Sipke Schoorstra 78c6df152e
Refactor and clean up Connections API and Core components
Removed unused code, optimized imports, and updated method signatures for better null-safety and consistency. Consolidated redundant logic, improved error handling in endpoints, and applied modern syntax and practices across the Connections module.
2025-02-23 14:07:32 +01:00
..
Elsa Refactor code for improved clarity and modern syntax 2025-02-15 00:12:52 +01:00
Elsa.Agents.Activities
Elsa.Agents.Api
Elsa.Agents.Core
Elsa.Agents.Models
Elsa.Agents.Persistence
Elsa.Agents.Persistence.EntityFrameworkCore Refactor database setup and EFCore provider configurations. 2025-01-31 19:51:24 +01:00
Elsa.Agents.Persistence.EntityFrameworkCore.MySql Update target frameworks and package versions to latest 2024-12-22 10:00:56 +01:00
Elsa.Agents.Persistence.EntityFrameworkCore.PostgreSql
Elsa.Agents.Persistence.EntityFrameworkCore.Sqlite
Elsa.Agents.Persistence.EntityFrameworkCore.SqlServer
Elsa.Alterations Added Alterations API to Client API library and updated server API comments 2025-02-03 16:14:42 -08:00
Elsa.Alterations.Core Added Alterations API to Client API library and updated server API comments 2025-02-03 16:14:42 -08:00
Elsa.Alterations.MassTransit
Elsa.AzureServiceBus
Elsa.Caching
Elsa.Caching.Distributed
Elsa.Caching.Distributed.MassTransit
Elsa.Caching.Distributed.ProtoActor
Elsa.Common Add support for content item-backed workflow definitions 2025-02-13 23:39:56 +01:00
Elsa.Connections.Api Refactor and clean up Connections API and Core components 2025-02-23 14:07:32 +01:00
Elsa.Connections.Core Refactor and clean up Connections API and Core components 2025-02-23 14:07:32 +01:00
Elsa.Connections.Models Refactor and clean up Connections API and Core components 2025-02-23 14:07:32 +01:00
Elsa.Connections.Persistence Refactor and clean up Connections API and Core components 2025-02-23 14:07:32 +01:00
Elsa.Connections.Persistence.EntityFrameworkCore Refactor and clean up Connections API and Core components 2025-02-23 14:07:32 +01:00
Elsa.Connections.Persistence.EntityFrameworkCore.Sqlite ConfigurePermisssions 2025-02-12 23:56:10 +01:00
Elsa.CSharp Refactor and enhance JavaScript and object conversions. 2025-01-14 23:16:29 +01:00
Elsa.Dapper Add AddManyAsync method to activity execution stores 2025-02-17 11:32:34 +01:00
Elsa.Dapper.Migrations Remove creation of WorkflowInboxMessages table. 2025-01-17 08:57:22 +01:00
Elsa.Dsl
Elsa.Elasticsearch
Elsa.Email Add support for ExpandoObject attachments in email sending 2025-01-29 11:24:13 +01:00
Elsa.EntityFrameworkCore Add AddManyAsync method to activity execution stores 2025-02-17 11:32:34 +01:00
Elsa.EntityFrameworkCore.Common Merge pull request #6343 from elsa-workflows/feature/4835 2025-02-06 16:44:48 +01:00
Elsa.EntityFrameworkCore.MySql Regenerate 3_3 Runtime module migrations 2025-01-16 20:41:12 +01:00
Elsa.EntityFrameworkCore.Oracle Remove obsolete migration files from Oracle project. 2025-02-01 00:49:19 +01:00
Elsa.EntityFrameworkCore.PostgreSql Regenerate 3_3 Runtime module migrations 2025-01-16 20:41:12 +01:00
Elsa.EntityFrameworkCore.Sqlite Refactor database setup and EFCore provider configurations. 2025-01-31 19:51:24 +01:00
Elsa.EntityFrameworkCore.SqlServer Regenerate 3_3 Runtime module migrations 2025-01-16 20:41:12 +01:00
Elsa.Environments
Elsa.Expressions Merge branch 'main' into feature/4835 2025-01-29 13:39:31 +01:00
Elsa.FileStorage
Elsa.Hangfire Add obsolete ExecuteAsync overloads for job classes 2025-02-07 12:48:30 +01:00
Elsa.Hosting.Management
Elsa.Http Remove mediator-based workflow definition handling 2025-02-18 19:39:37 +01:00
Elsa.Identity Fix HTML encoding for ampersand in XML documentation 2024-12-11 14:35:19 +01:00
Elsa.JavaScript Add Connections modules and update dependencies. 2025-02-23 13:46:59 +01:00
Elsa.JavaScript.Libraries
Elsa.Kafka Add validation for null factory types and missing type strings 2025-01-01 18:18:02 +01:00
Elsa.KeyValues Regenerate 3.3 EF Core migrations for backwards compat with 3.2 2024-12-12 22:24:39 +01:00
Elsa.Labels
Elsa.Liquid
Elsa.MassTransit Added minor changes to MassTransitFeature to start using MassTransitOptions as the source for the prefetch count as the new source for this information is in the base MassTransitOptions. Created a new ConfigureTransportBus in both RabbitMQ and Azure Service Bus to support the context in the configuration action. Marked the old ConfigureServiceBus to persuade migration over to the contextual action. Currently, it will run the legacy action first and then the new contextual action second. The Elsa.Server.Web was also updated to use the new ConfigureTransportBus. 2025-02-15 13:04:45 -06:00
Elsa.MassTransit.AzureServiceBus Added minor changes to MassTransitFeature to start using MassTransitOptions as the source for the prefetch count as the new source for this information is in the base MassTransitOptions. Created a new ConfigureTransportBus in both RabbitMQ and Azure Service Bus to support the context in the configuration action. Marked the old ConfigureServiceBus to persuade migration over to the contextual action. Currently, it will run the legacy action first and then the new contextual action second. The Elsa.Server.Web was also updated to use the new ConfigureTransportBus. 2025-02-15 13:04:45 -06:00
Elsa.MassTransit.RabbitMq Added minor changes to MassTransitFeature to start using MassTransitOptions as the source for the prefetch count as the new source for this information is in the base MassTransitOptions. Created a new ConfigureTransportBus in both RabbitMQ and Azure Service Bus to support the context in the configuration action. Marked the old ConfigureServiceBus to persuade migration over to the contextual action. Currently, it will run the legacy action first and then the new contextual action second. The Elsa.Server.Web was also updated to use the new ConfigureTransportBus. 2025-02-15 13:04:45 -06:00
Elsa.MongoDb Add AddManyAsync method to activity execution stores 2025-02-17 11:32:34 +01:00
Elsa.OpenTelemetry Refactor workflow management to utilize mediator requests. 2025-02-12 22:08:09 +01:00
Elsa.OrchardCore
Elsa.ProtoActor.Core
Elsa.Python
Elsa.Quartz Update target frameworks and package versions to latest 2024-12-22 10:00:56 +01:00
Elsa.Quartz.EntityFrameworkCore.MySql Update target frameworks and package versions to latest 2024-12-22 10:00:56 +01:00
Elsa.Quartz.EntityFrameworkCore.PostgreSql
Elsa.Quartz.EntityFrameworkCore.Sqlite
Elsa.Quartz.EntityFrameworkCore.SqlServer
Elsa.Retention Remove unused code from CleanupJob 2025-01-14 23:38:38 +01:00
Elsa.SasTokens
Elsa.Scheduling Refactor scheduling service registrations. 2025-01-15 00:01:26 +01:00
Elsa.Secrets.Api
Elsa.Secrets.Core
Elsa.Secrets.Management
Elsa.Secrets.Models
Elsa.Secrets.Persistence.EntityFrameworkCore
Elsa.Secrets.Persistence.EntityFrameworkCore.PostgreSql Regenerate EF Core migrations for Runtime 2024-12-31 13:54:19 +01:00
Elsa.Secrets.Persistence.EntityFrameworkCore.Sqlite Regenerate EF Core migrations for Runtime 2024-12-31 13:54:19 +01:00
Elsa.Secrets.Persistence.EntityFrameworkCore.SqlServer Regenerate EF Core migrations for Runtime 2024-12-31 13:54:19 +01:00
Elsa.Secrets.Scripting
Elsa.Sql Removes Built In SQL Editor Configuration 2025-02-07 16:34:22 +00:00
Elsa.Sql.MySql Adds SQL Activities. Includes implimentations for MS SQL Server, PostgreSql, MySql and Sqlite. 2025-01-01 23:14:09 +00:00
Elsa.Sql.PostgreSql Adds SQL Activities. Includes implimentations for MS SQL Server, PostgreSql, MySql and Sqlite. 2025-01-01 23:14:09 +00:00
Elsa.Sql.Sqlite Adds SQL Activities. Includes implimentations for MS SQL Server, PostgreSql, MySql and Sqlite. 2025-01-01 23:14:09 +00:00
Elsa.Sql.SqlServer Adds SQL Activities. Includes implimentations for MS SQL Server, PostgreSql, MySql and Sqlite. 2025-01-01 23:14:09 +00:00
Elsa.Telnyx
Elsa.Tenants Fix JS Variable Setting Bug in Workflow Variable Sync Logic (#6175) 2024-12-04 11:30:44 +01:00
Elsa.Tenants.AspNetCore Add customizable tenant header support for HTTP routing 2025-02-09 08:24:55 +01:00
Elsa.Webhooks Add TenantId to RunTaskWebhookPayload (#6191) 2024-12-07 20:52:51 +01:00
Elsa.WorkflowContexts
Elsa.WorkflowProviders.BlobStorage
Elsa.Workflows.Api Remove mediator-based workflow definition handling 2025-02-18 19:39:37 +01:00
Elsa.Workflows.Core Add Connections modules and update dependencies. 2025-02-23 13:46:59 +01:00
Elsa.Workflows.Management Remove mediator-based workflow definition handling 2025-02-18 19:39:37 +01:00
Elsa.Workflows.Runtime Merge pull request #6412 from pkaaz/bug/6409-correlationId-for-bookmark-queue 2025-02-19 15:26:07 +01:00
Elsa.Workflows.Runtime.Distributed Refactor initialization of ObsoleteWorkflowRuntime. 2025-01-28 13:53:22 +01:00
Elsa.Workflows.Runtime.ProtoActor Refactor initialization of ObsoleteWorkflowRuntime. 2025-01-28 13:53:22 +01:00