{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":151148482,"defaultBranch":"main","name":"elsa-core","ownerLogin":"elsa-workflows","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-01T19:43:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/51759159?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724228718.0","currentOid":""},"activityList":{"items":[{"before":"302292255c84d7a1949ef97afb95d9bc5baeb479","after":null,"ref":"refs/heads/enh/uk_ex","pushedAt":"2024-08-20T11:45:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"raymonddenhaan","name":null,"path":"/raymonddenhaan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/155616759?s=80&v=4"}},{"before":"8a417ca765d86262d57afd6afcc2d518009c7f8f","after":"9365bb9a20921ec88b1d3c01e8e5d226250a16df","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-20T11:44:59.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"raymonddenhaan","name":null,"path":"/raymonddenhaan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/155616759?s=80&v=4"},"commit":{"message":"Merge pull request #5917 from elsa-workflows/enh/uk_ex\n\nIntroduce UniqueKeyConstraintViolationException","shortMessageHtmlLink":"Merge pull request #5917 from elsa-workflows/enh/uk_ex"}},{"before":null,"after":"302292255c84d7a1949ef97afb95d9bc5baeb479","ref":"refs/heads/enh/uk_ex","pushedAt":"2024-08-20T10:37:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raymonddenhaan","name":null,"path":"/raymonddenhaan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/155616759?s=80&v=4"},"commit":{"message":"Introduce UniqueKeyConstraintViolationException\n\nRefactor DataProcessingException to remove unique key logic and create a dedicated UniqueKeyConstraintViolationException. Update DbExceptionTransformer to use the new exception for unique key violations, improving code clarity and separation of concerns.","shortMessageHtmlLink":"Introduce UniqueKeyConstraintViolationException"}},{"before":"81cbe2f068d6c330360ff90277a9d8f8cc828525","after":"a7f46ae4a00b17acb4825176b2fd5a1c42047582","ref":"refs/heads/feat/agents","pushedAt":"2024-08-19T20:44:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add agent management features\n\nIntroduce agent management components, including pages for listing and handling agent workflows, dialogs for creating agents with Blazor components, and backend API endpoints for generating unique agent names. This enhances functionality for managing agent workflows within the application.","shortMessageHtmlLink":"Add agent management features"}},{"before":"baaf2f4a2aad2e4ba14734186aeef92f9b808309","after":null,"ref":"refs/heads/bug/5912","pushedAt":"2024-08-19T07:13:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"}},{"before":"8917bd9d0c2d17e4e7c8645bcbfde79e3df99d3d","after":"8a417ca765d86262d57afd6afcc2d518009c7f8f","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-19T07:13:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Remove ExpandoObject support from JintJavaScriptEvaluator (#5913)\n\nRemoved the `ConverterHelper` and `ExpandoObjectConverter` classes, along with their integration in `JintJavaScriptEvaluator`. Updated unit tests to skip unsupported functionality and added references to related issues for context.","shortMessageHtmlLink":"Remove ExpandoObject support from JintJavaScriptEvaluator (#5913)"}},{"before":null,"after":"baaf2f4a2aad2e4ba14734186aeef92f9b808309","ref":"refs/heads/bug/5912","pushedAt":"2024-08-19T07:11:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Remove ExpandoObject support from JintJavaScriptEvaluator\n\nRemoved the `ConverterHelper` and `ExpandoObjectConverter` classes, along with their integration in `JintJavaScriptEvaluator`. Updated unit tests to skip unsupported functionality and added references to related issues for context.","shortMessageHtmlLink":"Remove ExpandoObject support from JintJavaScriptEvaluator"}},{"before":"cb637e3e653e3c100233a9e73e011b3b15f35978","after":"81cbe2f068d6c330360ff90277a9d8f8cc828525","ref":"refs/heads/feat/agents","pushedAt":"2024-08-18T20:10:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add support for agent service providers and discovery\n\nIntroduce interfaces and implementations for agent service providers and service discovery. Updated `KernelFactory` to integrate the new service discovery mechanism and restructured plugin discoverer naming for consistency.","shortMessageHtmlLink":"Add support for agent service providers and discovery"}},{"before":"e6181903e077025f462f4edf29108e41177175dd","after":"cb637e3e653e3c100233a9e73e011b3b15f35978","ref":"refs/heads/feat/agents","pushedAt":"2024-08-18T17:55:47.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add agent, service, and API key CRUD operations\n\nIntroduced CRUD functionalities for agent, service, and API key entities. Added endpoint handlers, filtering capabilities, and memory/EF core stores to support these operations. Updated configuration mappings as well.","shortMessageHtmlLink":"Add agent, service, and API key CRUD operations"}},{"before":null,"after":"e6181903e077025f462f4edf29108e41177175dd","ref":"refs/heads/feat/agents","pushedAt":"2024-08-16T19:53:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update Elsa.Studio packages to version 3.3.0-preview.508\n\nUpgraded Elsa.Studio, Elsa.Studio.Core.BlazorWasm, and Elsa.Studio.Login.BlazorWasm to the latest preview version 3.3.0-preview.508. This ensures we are using the most recent features and fixes available in the preview release.","shortMessageHtmlLink":"Update Elsa.Studio packages to version 3.3.0-preview.508"}},{"before":"2ad3287dba219d56301cb4f50c77a32e300a7e3a","after":null,"ref":"refs/heads/bug/5879","pushedAt":"2024-08-16T19:50:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"}},{"before":"edf365b519ad366eb098ac6556f9a5f9fea9e904","after":"8917bd9d0c2d17e4e7c8645bcbfde79e3df99d3d","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-16T19:50:40.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Merge branch 'bug/5879' into patch/3.2.x","shortMessageHtmlLink":"Merge branch 'bug/5879' into patch/3.2.x"}},{"before":null,"after":"2ad3287dba219d56301cb4f50c77a32e300a7e3a","ref":"refs/heads/bug/5879","pushedAt":"2024-08-16T19:50:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update version to 3.2.0-rc6 in GitHub Actions workflow\n\nChanged the fallback version in the GitHub Actions packages workflow from 3.2.0-rc5 to 3.2.0-rc6. This ensures that the workflows use the updated release candidate version for deployments.","shortMessageHtmlLink":"Update version to 3.2.0-rc6 in GitHub Actions workflow"}},{"before":"f54643ab525a473ccde0af29ba25e575573b532d","after":"e6181903e077025f462f4edf29108e41177175dd","ref":"refs/heads/main","pushedAt":"2024-08-16T19:47:15.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update Elsa.Studio packages to version 3.3.0-preview.508\n\nUpgraded Elsa.Studio, Elsa.Studio.Core.BlazorWasm, and Elsa.Studio.Login.BlazorWasm to the latest preview version 3.3.0-preview.508. This ensures we are using the most recent features and fixes available in the preview release.","shortMessageHtmlLink":"Update Elsa.Studio packages to version 3.3.0-preview.508"}},{"before":"2b22400c25f1eaf6d6e6696c79c1503f2bbd79ae","after":"f54643ab525a473ccde0af29ba25e575573b532d","ref":"refs/heads/main","pushedAt":"2024-08-16T18:16:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Added support to retrieve the workflow details through Liquid script (#5909)\n\n* Modified POST execute API to show body in Swagger and resolved type-casting error in GET execute API\r\n\r\nModified the POST execute API to display the body in Swagger documentation and resolved the type-casting error in the GET execute API\r\n\r\n* Added IExecutionRequest interface defines a contract for Request classes\r\n\r\n* Moved the serialization logic into request classes\r\n\r\n* Add missing import and reformat ActivityHandle property\r\n\r\nIncluded the Elsa.Workflows.Models import in Models.cs to fix missing reference. Removed redundant ActivityHandle assignment in EndpointBase.cs to improve clarity and reduce redundancy.\r\n\r\n* Added support to retrieve the workflow details(i.e., WorkflowDefinitionId, WorkflowDefinitionVersionId, WorkflowDefinitionVersion, WorkflowInstanceId) through Liquid script\r\n\r\n---------\r\n\r\nCo-authored-by: Sipke Schoorstra ","shortMessageHtmlLink":"Added support to retrieve the workflow details through Liquid script (#…"}},{"before":"83d0e14248d8ff92e33b0f06b7730c3dda664b10","after":null,"ref":"refs/heads/bug/5879","pushedAt":"2024-08-16T18:15:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"}},{"before":"0a76741755214efb03b652bbd75323940b144585","after":"edf365b519ad366eb098ac6556f9a5f9fea9e904","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-16T18:15:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add new HTTP workflow tests and enhance middleware (#5908)\n\nIntroduce tests for resuming specific HTTP workflow instances. Enhanced `HttpWorkflowsMiddleware` to handle workflow instance IDs and correlation IDs for more precise control over workflow activation and resumption.","shortMessageHtmlLink":"Add new HTTP workflow tests and enhance middleware (#5908)"}},{"before":null,"after":"83d0e14248d8ff92e33b0f06b7730c3dda664b10","ref":"refs/heads/bug/5879","pushedAt":"2024-08-16T11:16:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add new HTTP workflow tests and enhance middleware\n\nIntroduce tests for resuming specific HTTP workflow instances. Enhanced `HttpWorkflowsMiddleware` to handle workflow instance IDs and correlation IDs for more precise control over workflow activation and resumption.","shortMessageHtmlLink":"Add new HTTP workflow tests and enhance middleware"}},{"before":"ba068118824beaa0a93aa9bd9049fcef79683c2a","after":"2b22400c25f1eaf6d6e6696c79c1503f2bbd79ae","ref":"refs/heads/main","pushedAt":"2024-08-16T10:03:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Modified POST Execute API to Display Body in Swagger and Fixed Type-Casting Error in GET Execute API (#5858)\n\n* Modified POST execute API to show body in Swagger and resolved type-casting error in GET execute API\r\n\r\nModified the POST execute API to display the body in Swagger documentation and resolved the type-casting error in the GET execute API\r\n\r\n* Added IExecutionRequest interface defines a contract for Request classes\r\n\r\n* Moved the serialization logic into request classes\r\n\r\n* Add missing import and reformat ActivityHandle property\r\n\r\nIncluded the Elsa.Workflows.Models import in Models.cs to fix missing reference. Removed redundant ActivityHandle assignment in EndpointBase.cs to improve clarity and reduce redundancy.\r\n\r\n---------\r\n\r\nCo-authored-by: Sipke Schoorstra ","shortMessageHtmlLink":"Modified POST Execute API to Display Body in Swagger and Fixed Type-C…"}},{"before":"2bbdecb22a6b129c87ba131883f41217f5fc9f1c","after":"ba068118824beaa0a93aa9bd9049fcef79683c2a","ref":"refs/heads/main","pushedAt":"2024-08-15T19:30:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Refactor FileSystemWatcher initialization in DropInDirectoryMonitorHostedService (#5892)\n\nCo-authored-by: Sipke Schoorstra ","shortMessageHtmlLink":"Refactor FileSystemWatcher initialization in DropInDirectoryMonitorHo…"}},{"before":"4437d4a20024e1077c890f6bbbcb5244baa324c3","after":"2bbdecb22a6b129c87ba131883f41217f5fc9f1c","ref":"refs/heads/main","pushedAt":"2024-08-15T09:58:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Add Kubernetes configuration files to project sections\n\nIncluded Kubernetes YAML files for elsa-server, postgres, plant-uml, and trace-lens projects in the solution. This update ensures that essential configuration files for deployments, services, and roles are managed within the project structure.","shortMessageHtmlLink":"Add Kubernetes configuration files to project sections"}},{"before":"5bc48e6969a2f9eebc67e7475dcd89c2fe63a01a","after":"4437d4a20024e1077c890f6bbbcb5244baa324c3","ref":"refs/heads/main","pushedAt":"2024-08-15T09:53:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Fix build script paths and update solution file\n\nCorrected paths in build.sh and build.ps1 to reference correct directories. Added \"nuke\" project to Elsa.sln for organizing build scripts under solution items.","shortMessageHtmlLink":"Fix build script paths and update solution file"}},{"before":"900dec2a06980998f7e38b4431984ee9748b6b7e","after":"5bc48e6969a2f9eebc67e7475dcd89c2fe63a01a","ref":"refs/heads/main","pushedAt":"2024-08-15T09:45:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Remove 'nuke' project and update NUKE tool directories\n\nRemoved the 'nuke' project entry from the solution file and adjusted related NUKE tool directory paths within the build project file. These changes streamline the configuration and ensure the NUKE scripts are correctly located in the new directory structure.","shortMessageHtmlLink":"Remove 'nuke' project and update NUKE tool directories"}},{"before":"0152c4f9b8d303b80ba1235b538703c41a671876","after":"900dec2a06980998f7e38b4431984ee9748b6b7e","ref":"refs/heads/main","pushedAt":"2024-08-14T19:57:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update Nuke paths in build project configuration\n\nChanged the `NukeRootDirectory` and `NukeScriptDirectory` paths to ensure correct directory structure. This update aims to resolve any discrepancies in the build process by pointing to the appropriate directories.","shortMessageHtmlLink":"Update Nuke paths in build project configuration"}},{"before":"426b9bcde3d6359e0327d2f0a685ff904dfd6797","after":"0152c4f9b8d303b80ba1235b538703c41a671876","ref":"refs/heads/main","pushedAt":"2024-08-14T19:54:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update NukeScriptDirectory path in _build.csproj\n\nChanged the NukeScriptDirectory path to point one level up to streamline the directory structure. This minor adjustment helps in maintaining consistency across the project configuration.","shortMessageHtmlLink":"Update NukeScriptDirectory path in _build.csproj"}},{"before":"d308ea6a634b140d6c867c6c5b9070d2cdd5e15f","after":"426b9bcde3d6359e0327d2f0a685ff904dfd6797","ref":"refs/heads/main","pushedAt":"2024-08-14T19:42:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Move build and deployment scripts\n\nThis commit moves various build scripts, Docker-related files, Kubernetes deployment configurations, and migration scripts.","shortMessageHtmlLink":"Move build and deployment scripts"}},{"before":"96371b683cbc984020347664eccfbd4309ce1ae7","after":"d308ea6a634b140d6c867c6c5b9070d2cdd5e15f","ref":"refs/heads/main","pushedAt":"2024-08-14T19:29:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Fix project configuration indentation\n\nAdjusted the indentation for the Release configuration of project {99F2B1DA-2F69-4D70-A2A3-AC985AD91EC4} in the solution file Elsa.sln. This change ensures proper alignment and readability of the project's configuration settings.","shortMessageHtmlLink":"Fix project configuration indentation"}},{"before":"d0316687c13d2f9b22466bf3179397614918c8da","after":"96371b683cbc984020347664eccfbd4309ce1ae7","ref":"refs/heads/main","pushedAt":"2024-08-14T19:21:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update dependencies and streamline JavaScript engine configuration\n\nRefactor InputFunctionsDefinitionProvider to remove unused parameter. Simplify JintJavaScriptEvaluator object wrapping configuration and update Jint package to version 4.0.1. Add type Random to ConfigureEngineWithCommonTypes and enhance error handling in TaskReporter.","shortMessageHtmlLink":"Update dependencies and streamline JavaScript engine configuration"}},{"before":"fe6ff588e606e503e65ea3b0f3fb09956ccee9c1","after":"d0316687c13d2f9b22466bf3179397614918c8da","ref":"refs/heads/main","pushedAt":"2024-08-14T17:44:44.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/patch/3.2.x'","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/patch/3.2.x'"}},{"before":"5f11026ee7c97c9c51e8443ebde17ecab0ddbfec","after":"0a76741755214efb03b652bbd75323940b144585","ref":"refs/heads/patch/3.2.x","pushedAt":"2024-08-14T16:40:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sfmskywalker","name":"Sipke Schoorstra","path":"/sfmskywalker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/938393?s=80&v=4"},"commit":{"message":"Update TaskReporter and RunTask activity\n\nReplaced IWorkflowDispatcher in TaskReporter with IWorkflowInbox to streamline task reporting. This fixes race conditions when the workflow is attempted to be resumed before it committed its bookmarks.","shortMessageHtmlLink":"Update TaskReporter and RunTask activity"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEnweFVgA","startCursor":null,"endCursor":null}},"title":"Activity · elsa-workflows/elsa-core"}