Commit graph

2960 commits

Author SHA1 Message Date
Gürkan Güran b2c0bcc090 Adjust activity port names on server request and response 2023-01-25 14:56:06 +01:00
Gürkan Güran c1b67fc9be Merge branch 'v3' into activity-definitions 2023-01-25 01:44:43 +01:00
Gürkan Güran 137ec58a75 Update graph after importing activity definition 2023-01-25 01:44:15 +01:00
Sipke Schoorstra 2697f512e9 Implement XML content writer 2023-01-24 22:39:31 +01:00
Sipke Schoorstra 061daa206d Implement dynamic HTTP content writing 2023-01-24 21:48:05 +01:00
Sipke Schoorstra 6dba654e9f Make HTTP bookmark processing reusable 2023-01-24 21:03:50 +01:00
Gürkan Güran 080da3b04e Implemented activity definition version history 2023-01-24 17:36:03 +01:00
Sipke Schoorstra 9c07d19903 update designer package 2023-01-24 10:50:03 +01:00
Sipke Schoorstra 98d0920cfc Add support for array variables and fix serialization issue with proto 2023-01-23 23:30:00 +01:00
Sipke Schoorstra 0584dc0bdf Add sample with SendHttpRequest 2023-01-23 15:59:06 +01:00
Sipke Schoorstra 0caa4c3c49 Add XML comments to ForEach<T> 2023-01-23 15:58:49 +01:00
Sipke Schoorstra b7a9607951 Fix SendHttpRequest activity
Fixes an issue where an exception occurs when no content is provided
2023-01-23 15:57:38 +01:00
Sipke Schoorstra 4f5bc70bd4 Fix ExpandoObjectConverter 2023-01-23 15:57:07 +01:00
Sipke Schoorstra e3deafedf3 Add toJson JS function
The Jint implementation of JSON.stringify only supports a limited set of objects (not .NET LocalDate for example)
2023-01-20 19:26:38 +01:00
Sipke Schoorstra e918bc9301 Bump designer version 2023-01-20 19:04:43 +01:00
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 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 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