elsa-core/src/modules
Sipke Schoorstra cf2ac05e92 Refactor ArgumentJsonConverter to improve type handling.
Enhanced type handling by distinguishing arrays, collections, and single types. Added support for "isCollection" metadata and adjusted serialization/deserialization logic to ensure accurate mapping of element types and aliases. This improves clarity and flexibility in JSON representation.
2025-02-06 10:44:04 +01:00
..
Elsa
Elsa.Agents.Activities Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Agents.Api Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Agents.Core Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Agents.Models
Elsa.Agents.Persistence Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
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 Add PostgreSQL support for database providers 2024-12-01 11:04:16 +01:00
Elsa.Agents.Persistence.EntityFrameworkCore.Sqlite Undo Migrations reset, fixes #6103 (#6105) 2024-11-08 21:42:02 +01:00
Elsa.Agents.Persistence.EntityFrameworkCore.SqlServer Undo Migrations reset, fixes #6103 (#6105) 2024-11-08 21:42:02 +01:00
Elsa.Alterations
Elsa.Alterations.Core
Elsa.Alterations.MassTransit
Elsa.AzureServiceBus Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
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 Fix Oracle migrations 2025-02-01 00:38:38 +01:00
Elsa.CSharp Refactor and enhance JavaScript and object conversions. 2025-01-14 23:16:29 +01:00
Elsa.Dapper Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +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 Fix Oracle migrations 2025-02-01 00:38:38 +01:00
Elsa.EntityFrameworkCore.Common Fix Oracle migrations 2025-02-01 00:38:38 +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 Improve JSON array conversion in ObjectConverter 2025-01-29 10:50:42 +01:00
Elsa.FileStorage
Elsa.Hangfire Enable customizable Hangfire job storage and deprecate obsolete APIs. 2025-01-11 19:12:38 +01:00
Elsa.Hosting.Management
Elsa.Http Refactor workflow management for improved modularization 2025-01-20 00:24:01 +01:00
Elsa.Identity Fix HTML encoding for ampersand in XML documentation 2024-12-11 14:35:19 +01:00
Elsa.JavaScript Add option to disable variable copying in Jint engine 2025-01-21 19:11:31 +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 Refine message handling in MessageReceived activity. 2025-01-15 14:27:37 +01:00
Elsa.MassTransit.AzureServiceBus Update log message + level in RemoveOrphanedSubscriptions to remove unnecessary noise from exception 2024-12-06 18:10:59 +01:00
Elsa.MassTransit.RabbitMq Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.MongoDb Refactor MongoDbStore to use EmptyToNull for TenantId assignments and add StringExtensions for null handling 2025-01-24 19:50:02 +01:00
Elsa.OpenTelemetry Merge pull request #6083 from jdevillard/enh/tenants/otel-props 2024-12-11 10:42:40 +01:00
Elsa.OrchardCore Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.ProtoActor.Core Fix Tenant ID propagation for Proto.Actor runtime (#6142) 2024-11-24 21:12:54 +01:00
Elsa.Python Add Elsa.Kafka Module for Kafka Integration with Message Sending and Receiving Activities (#6108) 2024-11-18 13:42:54 +01:00
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 Enhance Multitenancy with Runtime Tenant Management and Task Handling (#6173) 2024-12-03 15:07:55 +01: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 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 Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.Secrets.Core
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.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 Use 'null' instead of 'default' for optional delegate parameter 2024-12-12 11:38:22 +01:00
Elsa.Webhooks Add TenantId to RunTaskWebhookPayload (#6191) 2024-12-07 20:52:51 +01:00
Elsa.WorkflowContexts Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Elsa.WorkflowProviders.BlobStorage
Elsa.Workflows.Api Refactor ArgumentJsonConverter to improve type handling. 2025-02-06 10:44:04 +01:00
Elsa.Workflows.Core Fix activity output 2025-01-30 22:56:30 +01:00
Elsa.Workflows.Management Merge pull request #6344 from elsa-workflows/task/restore-previous-workflow-runtime-api 2025-01-28 10:37:46 +01:00
Elsa.Workflows.Runtime Fix Oracle migrations 2025-02-01 00:38:38 +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