elsa-core/samples/aspnet
Sipke Schoorstra e966f62f29
Update packages (#5286)
* bumped versions to fix dependency vulnerabilities (#5256)

* Update patch version in GitHub workflows

The version number used in the branch checking step of the GitHub workflows has been updated. Instead of scanning for the branch containing the patch version 3.1.2, it now scans for the branch that contains version 3.1.3. This change is aligned with the updated product version.

* Update git branch grep pattern in workflow file

The git grep pattern has been corrected to properly identify tagged versions in the GitHub Actions workflow. The correction ensures that the workflow script fetches the right branches as per the release tag instead of patch.

* Update grep command in packages workflow

The grep command used in the 'packages.yml' GitHub workflow was previously looking for the exact 'refs/tags/3.1.3' string. This commit simplifies the command by making it only look for '3.1.3'. This adjustment will streamline the process and potentially prevent issues with branch recognition.

* Update package versions and refactor code for Elasticsearch and JavaScript modules

Updated versions of numerous packages in the Directory.Packages.props file to their latest stable releases. This includes updates to Elasticsearch, JavaScript, and MongoDB packages among others. Additionally, refactored parts of the code in the WorkflowInstanceConfiguration and JintJavaScriptEvaluator within the Elasticsearch and JavaScript modules, respectively, to improve index management and script preparation. The WorkflowInstanceStore also saw a minor adjustment.

---------

Co-authored-by: Steve Taylor <stevetayloruk@users.noreply.github.com>
2024-04-26 20:07:34 +02:00
..
Elsa.Samples.AspNet.AzureServiceBusActivities Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.BatchProcessing Refactor workflow and update EF Core config 2024-03-14 10:00:06 +01:00
Elsa.Samples.AspNet.ChildWorkflows Add caching to workflow runtime and workflow management stores (#5174) 2024-04-10 11:51:40 +02:00
Elsa.Samples.AspNet.CustomUIHandler Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.DapperPersistence Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.DocumentApproval Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.DslWorkflowProvider Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.DynamicActivityProvider Update project reference and cleanup code 2024-04-05 20:17:47 +02:00
Elsa.Samples.AspNet.ElasticsearchStorage Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.EntityFrameworkCore.PostgresSql Update packages (#5286) 2024-04-26 20:07:34 +02:00
Elsa.Samples.AspNet.HangfireIntegration Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.Heartbeats Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.HelloWorld Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.HttpEndpoints Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.Samples.AspNet.JsonWorkflowProvider Test workflows housekeeping (#5092) 2024-03-19 13:51:18 +01:00
Elsa.Samples.AspNet.MassTransitActivities Example: added MassTransit triggered workflow example-project (#4968) (#4981) 2024-02-25 10:07:28 +01:00
Elsa.Samples.AspNet.MassTransitWorkflow Example: added MassTransit triggered workflow example-project (#4968) (#4981) 2024-02-25 10:07:28 +01:00
Elsa.Samples.AspNet.MongoDbPersistence Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.MyBackendApi Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.Onboarding.Web Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.Samples.AspNet.Onboarding.WorkflowServer Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.ProtoActorRuntime Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.Samples.AspNet.ProtoActorRuntime.AzureContainerApps Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.Samples.AspNet.QuartzIntegration Make JetBrains.Annotations Private (#5151) 2024-03-29 19:46:00 +01:00
Elsa.Samples.AspNet.RunTaskIntegration Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.TelnyxIntegration Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.Samples.AspNet.Webhooks.ExternalApp Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.Webhooks.WorkflowServer Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.WorkflowContexts Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.WorkflowServer Move samples to repository root 2024-02-02 20:01:14 +02:00