Commit graph

3464 commits

Author SHA1 Message Date
Sipke Schoorstra 2eda8dfd3b Improve JSON expression type handling 2023-01-20 19:02:29 +01:00
Sipke Schoorstra a69812d03d Update referenced designer package version 2023-01-20 15:27:38 +01:00
Sipke Schoorstra b170654ec4 Rest API depends on JavaScript feature 2023-01-20 14:42:01 +01:00
Sipke Schoorstra 354781e193 Rename Activity to CodeActivity and ActivityBase to Activity 2023-01-19 21:49:24 +01:00
Sipke Schoorstra 28e9922060
JavaScript intellisense (#3639)
* Incremental work

* Incremental work

* Incremental work

* Initial support for intellisense

* Implement variable type definition provider
2023-01-19 14:09:58 +01:00
Gürkan Güran 6759a0d022 Return to login screen when refresh token expires 2023-01-18 16:20:08 +01:00
Gürkan Güran 4f000c641b Added content-type and headers options for HttpResponse activity 2023-01-18 13:00:27 +01:00
Sipke Schoorstra f5f5c7115c Fix activity property input state loss 2023-01-17 12:33:57 +01:00
Sipke Schoorstra 47dd372211 Remove temp code 2023-01-17 12:27:18 +01:00
Sipke Schoorstra 0f350a0359 Remove unused namespaces in Elsa.Workflows.Core 2023-01-17 12:23:06 +01:00
Sipke Schoorstra 9fc01875d2 Fix potential NRE in HTTP activities when attempting to determine target type 2023-01-17 12:22:44 +01:00
Sipke Schoorstra 9351671b06 Fix workflow fault state deserialization 2023-01-17 12:21:49 +01:00
Sipke Schoorstra 0e1922621e
HTTP activity body parsing (#3631)
* Implement content parsers and update SendHttpRequest

* Fix parsers

* Fix parser ordering

* Implement content parsing for HTTP Endpoint activity

* Cleanup

* Remove unused models

* Update file name to match class name
2023-01-16 19:42:45 +01:00
gurkanguran d94cbcd4b1
Removed EFCore.BulkExtensions and used EF7 bulk operations (#3630)
* Removed EFCore.BulkExtensions and used EF7 bulk operations

* Refactor

* Use bookmarkId instead of hash as unique field

* Reuse GetProperty extension

Co-authored-by: Gürkan Güran <grkngrn@gmail.com>
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-01-16 19:41:08 +01:00
Gürkan Güran d6deed7b73 Updated comments 2023-01-15 11:05:04 +01:00
Gürkan Güran f6f4a49b45 Refactor 2023-01-15 11:04:04 +01:00
Gürkan Güran 1ed7c592e9 Prevent redundant workflow definition post requests 2023-01-14 23:52:48 +01:00
Sipke Schoorstra 2deaa43c1d Restore package lock file 2023-01-14 12:29:53 +01:00
Sipke Schoorstra 7f10fd0490 Update designer package 2023-01-14 12:26:33 +01:00
Sipke Schoorstra 5bc26fa008 Update Designer packages 2023-01-14 12:24:43 +01:00
Sipke Schoorstra 894cd00218 Add XML comments to Execute endpoint 2023-01-14 12:24:32 +01:00
Sipke Schoorstra a486184d39 Fix filter buttons theme 2023-01-14 12:24:18 +01:00
Sipke Schoorstra ff0c5e206d Remove extraneous semicolon 2023-01-14 12:24:07 +01:00
Sipke Schoorstra 4292a2b6b7 Preserve dynamic X6 styles 2023-01-14 12:23:36 +01:00
Sipke Schoorstra 7f1f67d568 Bump version 2023-01-14 12:23:20 +01:00
Sipke Schoorstra 4a0f7f114a Fix all in one web 2023-01-14 12:22:38 +01:00
Sipke Schoorstra 20b8086dbc Fix dependencies 2023-01-13 23:16:55 +01:00
Sipke Schoorstra 12d5585e1a Merge remote-tracking branch 'origin/v3' into v3 2023-01-13 23:16:16 +01:00
Sipke Schoorstra 93297b6764
Refresh tokens (#3626)
* Remove elastic hosted service for alias/rollover

* Fix dependency issues

* Implement token refresh

* Update appsettings
2023-01-13 22:55:08 +01:00
Sipke Schoorstra ed0f88ce62 Merge branch 'v3-token-refresh' into v3 2023-01-13 20:10:16 +01:00
Sipke Schoorstra c6ceb247e1 Fix dependency issues 2023-01-13 20:10:05 +01:00
Sipke Schoorstra 8ec2aa5b36 Remove elastic hosted service for alias/rollover 2023-01-13 19:53:37 +01:00
Sipke Schoorstra 096206d392
Elastic updates (#3623)
* Incremental work

* Incremental work

* Incremental work

* Merge remote-tracking branch 'origin/v3' into v3-elasticsearch-updates

* Incremental work

* Incremental work

* Fix listing with no query

* Restore missing class

* Remove rollover hosted service and expose index configurations

* Rename hosted service
2023-01-13 19:10:20 +01:00
Gürkan Güran dad33e665a Refactor 2023-01-12 19:26:30 +01:00
Sipke Schoorstra edbe68f9e1 Fix sample project 2023-01-12 12:18:50 +01:00
Sipke Schoorstra 006479c2b7
Finish Azure Service Bus activities (#3617)
* Incremental work on Azure Service Bus

* Update Azure Service Bus activities
2023-01-12 11:59:31 +01:00
gurkanguran 41556507cd
Merge pull request #3600 from elsa-workflows/elasticsearch
Implemented Elasticsearch for workflow instance and execution logs
2023-01-11 23:45:04 +01:00
Gürkan Güran b2dc0f681b Testing signing 2023-01-11 23:43:10 +01:00
Sipke Schoorstra 5154650913 Remove test code 2023-01-11 19:26:19 +01:00
Sipke Schoorstra 1d1bb66e5c Update EFCore bulk extensions 2023-01-11 12:28:22 +01:00
Gürkan Güran 497b7ce41c Refactor 2023-01-11 12:07:08 +01:00
Gürkan Güran ae0f4b190f Fixed sample program 2023-01-11 11:59:35 +01:00
Gürkan Güran bc97749057 Merge branch 'v3' into elasticsearch
# Conflicts:
#	src/bundles/Elsa.WorkflowServer.Web/Program.cs
#	src/bundles/Elsa.WorkflowServer.Web/appsettings.json
2023-01-11 11:56:35 +01:00
Gürkan Güran dc174f4d0d Refactor 2023-01-11 11:52:16 +01:00
Gürkan Güran 5b134fa757 Refactor 2023-01-11 02:05:23 +01:00
Gürkan Güran 3fd73bd2d0 Refactor 2023-01-11 01:47:49 +01:00
Gürkan Güran 7ebec21125 Update elasticsearch client from Nest to official one 2023-01-11 01:42:13 +01:00
Sipke Schoorstra d1cbfe07f6 Update Proto Actor cluster provider 2023-01-10 21:16:12 +01:00
Sipke Schoorstra 091161dd9a Add temporary custom version of Azure Container Apps cluster provider for Proto Actor 2023-01-10 20:31:55 +01:00
Sipke Schoorstra 92c68099b3 Cleanup sample project file 2023-01-10 15:14:23 +01:00