elsa-core/src/modules
2025-03-13 19:46:07 +00:00
..
Elsa Refactor code for improved clarity and modern syntax 2025-02-15 00:12:52 +01:00
Elsa.Alterations Merge branch 'refs/heads/main' into blueberry 2025-03-10 15:13:26 +02:00
Elsa.Alterations.Core Merge branch 'refs/heads/main' into blueberry 2025-03-10 15:13:26 +02:00
Elsa.Alterations.MassTransit
Elsa.Caching Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Caching.Distributed Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Caching.Distributed.MassTransit
Elsa.Caching.Distributed.ProtoActor Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Common Refactor projects to target .NET 8.0 exclusively. 2025-02-24 22:29:51 +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 Update scripting activities to set the DefaultSyntax to allow autocomplete to work correctly with new PR. 2025-03-09 19:47:46 +00:00
Elsa.Dapper Fixed from the master merge 2025-03-10 15:52:10 +02:00
Elsa.Dapper.Migrations Remove creation of WorkflowInboxMessages table. 2025-01-17 08:57:22 +01:00
Elsa.Dsl Update namespaces and correct merge artefacts 2024-10-11 20:41:49 +02:00
Elsa.Elasticsearch Add Workflow Heartbeat Middleware and update methods 2025-02-22 16:05:36 +01:00
Elsa.Email Add support for ExpandoObject attachments in email sending 2025-01-29 11:24:13 +01:00
Elsa.EntityFrameworkCore Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
Elsa.EntityFrameworkCore.Common Merge branch 'refs/heads/main' into blueberry 2025-03-10 15:13:26 +02:00
Elsa.EntityFrameworkCore.MySql Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
Elsa.EntityFrameworkCore.Oracle Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
Elsa.EntityFrameworkCore.PostgreSql Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
Elsa.EntityFrameworkCore.Sqlite Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
Elsa.EntityFrameworkCore.SqlServer Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
Elsa.Environments
Elsa.Expressions Patch ObjectConverter 2025-03-07 20:29:29 +01:00
Elsa.FileStorage Enable CPM transitive pinning and resolve version conflicts (#6069) 2024-10-31 09:12:21 +01:00
Elsa.Hangfire Add obsolete ExecuteAsync overloads for job classes 2025-02-07 12:48:30 +01:00
Elsa.Hosting.Management Update namespaces and correct merge artefacts 2024-10-11 20:41:49 +02:00
Elsa.Http Fixed from the master merge 2025-03-10 15:52:10 +02:00
Elsa.Identity Add HttpContextAccessor to service registration 2025-03-03 19:13:51 +01:00
Elsa.JavaScript Update scripting activities to set the DefaultSyntax to allow autocomplete to work correctly with new PR. 2025-03-09 19:47:46 +00:00
Elsa.JavaScript.Libraries Add Lodash FP support to JavaScript engine 2024-10-06 23:22:53 +02:00
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 Update namespaces and correct merge artefacts 2024-10-11 20:41:49 +02:00
Elsa.Liquid Implement multitenant HTTP routing (#6031) 2024-10-14 21:27:11 +02:00
Elsa.MassTransit Add workflow restart functionality for handling interruptions 2025-02-22 15:10:52 +01: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 migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
Elsa.OpenTelemetry Add OpenTelemetry tracing and error handling enhancements 2025-02-20 20:34:07 +01:00
Elsa.ProtoActor.Core Fix Tenant ID propagation for Proto.Actor runtime (#6142) 2024-11-24 21:12:54 +01:00
Elsa.Python Update scripting activities to set the DefaultSyntax to allow autocomplete to work correctly with new PR. 2025-03-09 19:47:46 +00:00
Elsa.Quartz Add support for passing initial variables 2025-03-08 11:47:58 +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 Merge branch 'refs/heads/main' into blueberry 2025-03-10 15:13:26 +02:00
Elsa.Quartz.EntityFrameworkCore.Sqlite Enhance Multitenancy with Runtime Tenant Management and Task Handling (#6173) 2024-12-03 15:07:55 +01:00
Elsa.Quartz.EntityFrameworkCore.SqlServer Enhance Multitenancy with Runtime Tenant Management and Task Handling (#6173) 2024-12-03 15:07:55 +01:00
Elsa.Retention Add workflow restart functionality for handling interruptions 2025-02-22 15:10:52 +01:00
Elsa.SasTokens
Elsa.Scheduling Add support for passing initial variables 2025-03-08 11:47:58 +01:00
Elsa.Secrets.Api Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Secrets.Core Secrets API (#5967) 2024-09-15 17:12:13 -07:00
Elsa.Secrets.Management Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Secrets.Models Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Secrets.Persistence.EntityFrameworkCore Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
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 Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Sql Merge branch 'elsa-workflows:main' into feat/sql-enhancements 2025-03-12 17:26:08 +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.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 Refactor WebhooksFeature to streamline configuration. 2025-02-23 21:38:43 +01:00
Elsa.WorkflowContexts Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.WorkflowProviders.BlobStorage Enable CPM transitive pinning and resolve version conflicts (#6069) 2024-10-31 09:12:21 +01:00
Elsa.Workflows.Api Add support for passing initial variables 2025-03-08 11:47:58 +01:00
Elsa.Workflows.Core Refactor Variable class and add WithId method 2025-03-13 11:54:46 +01:00
Elsa.Workflows.Management Merge branch 'refs/heads/main' into blueberry 2025-03-10 15:13:26 +02:00
Elsa.Workflows.Runtime Removed optional purge 2025-03-12 13:58:38 +02:00
Elsa.Workflows.Runtime.Distributed Refactor initialization of ObsoleteWorkflowRuntime. 2025-01-28 13:53:22 +01:00
Elsa.Workflows.Runtime.ProtoActor Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00