Commit graph

1762 commits

Author SHA1 Message Date
Sipke Schoorstra d033b56d29 Increase javascript intellisense coverage 2021-05-30 12:51:58 +02:00
Sipke Schoorstra 7f420f4f42 Add JS functions to access activity properties 2021-05-30 12:51:58 +02:00
Sipke Schoorstra 58af0c7ca0 Rename ActivityPropertyAttribute to ActivityInputAttribute 2021-05-30 12:51:58 +02:00
Sipke Schoorstra d195dfc070 Fix liquid engine to handle JObject and JValue resolution 2021-05-30 12:51:58 +02:00
Sipke Schoorstra a8f6cf37db Update WriteHttpResponse activity's ResponseHeaders property's UI hint to use an existing one 2021-05-30 12:51:58 +02:00
Sipke Schoorstra 36061c6802 Update WriteHttpResponse to include configurable charset
Fixes #450
2021-05-28 20:54:23 +02:00
Sipke Schoorstra 7aae03a2dc Implement User Task plugin
Fixes #351
2021-05-28 20:40:38 +02:00
Sipke Schoorstra 88a5c61a16 Uncheck "check all" after bulk delete
Fixes #1057
2021-05-28 20:35:21 +02:00
Sipke Schoorstra 68e5be0159 Fix issue with SwitchHandler and Switch display on workflow blueprint viewer when using expressions that cannot be evaluated 2021-05-28 20:21:45 +02:00
Sipke Schoorstra 2d2fa4451f Fix concurrent access to Azure Service Bus workers 2021-05-28 19:36:16 +02:00
Sipke Schoorstra be61cf1a51 Apply prerelease tag to version 2021-05-28 19:18:21 +02:00
Sipke Schoorstra 2b77ac8fe0 Handle potential null dictionary 2021-05-28 16:38:59 +02:00
Sipke Schoorstra 2924f49618 Increase minor version for 2.1 release 2021-05-28 16:27:18 +02:00
Sipke Schoorstra 2ca9758e07 Fix startup of sample server project 2021-05-28 13:26:36 +02:00
Sipke Schoorstra 4932dbec2a Update activity property evaluation to store computed value as part of workflow instance state
This allows bookmarking to be optimized and fixes the issue when the system needs to access an activity's property from a workflow isntance without having to re-evaluate the property value provider which may be impossible to do since there is no context.
A potential downside is increased workflow instance size, but this needs to be resolved as part of #898
2021-05-28 13:07:44 +02:00
Sipke Schoorstra da8d12b9e4 Fix Variables serialization for MongoDB provider 2021-05-27 23:14:26 +02:00
Sipke Schoorstra f263614e01 BREAKING: Update MongoDB provider with support for object derivatives
Fixes #552
2021-05-27 22:29:27 +02:00
Sipke Schoorstra 28ee7fe1c9 Update GitHub actions 2021-05-27 22:03:17 +02:00
Sipke Schoorstra 4d156c7ef7 Change namespaces for MongoDB extensions 2021-05-27 20:23:18 +02:00
Sipke Schoorstra 21308467ec GitHub Actions tagging trial 5 2021-05-27 19:49:32 +02:00
Sipke Schoorstra 6c5d609b25 GitHub Actions tagging trial 4 2021-05-27 19:47:43 +02:00
Sipke Schoorstra f5b688a3dc Apply auto-scroll on exception details 2021-05-27 18:16:01 +02:00
Sipke Schoorstra 88eda5fe17 Remove unsupported input 2021-05-27 18:15:34 +02:00
Sipke Schoorstra ff5f661c37 GitHub Actions tagging trial 3 2021-05-27 18:07:36 +02:00
Sipke Schoorstra 4506a2ba81 GitHub Actions tagging trial 2 2021-05-27 18:04:45 +02:00
Sipke Schoorstra 69ac1505e4 GitHub Actions tagging trial 1 2021-05-27 17:56:08 +02:00
Sipke Schoorstra 22095d6a8e Update github actions for docker builds to include build number as tag 2021-05-27 17:48:46 +02:00
Sipke Schoorstra 985fd39278 Restore Elsa.DistributedLocking.Redis library 2021-05-27 15:49:43 +02:00
atorres16 4c881cd5f2 Fix CORS issue in Dashboard Monolith sample project
Moving app.UseCors() to the top of the Http Pipeline config fixes some CORS problems I found
2021-05-26 17:06:29 +02:00
Sipke Schoorstra e1d54786d5
Update README.md 2021-05-26 13:49:10 +02:00
Sipke Schoorstra dbc98ebdfa
Update README.md 2021-05-26 13:47:25 +02:00
Sipke Schoorstra 956b5e1424
Update README.md 2021-05-26 13:41:36 +02:00
Sipke Schoorstra ae848a90f8 Re-enable sonar cloud 2021-05-26 12:31:04 +02:00
Sipke Schoorstra 436e6aa0b7 Remove RC version suffix 2021-05-26 12:29:52 +02:00
Sipke Schoorstra 9835430d99 Add version to dashboard home screen 2021-05-26 12:17:18 +02:00
Sipke Schoorstra 4ca441ab4c Prevent work from being cancelled when the broker cancels 2021-05-26 12:16:56 +02:00
Sipke Schoorstra b0c097103f Remove workaround in DataMigrationManager
With YesSQL 3, we always need to commit explicitly, which appears to work well for the DataMigrationManager

Fixes #850
2021-05-25 14:35:23 +02:00
Sipke Schoorstra 3f4bbed7b6 Update XML comments on VersionOptions 2021-05-25 13:34:53 +02:00
Sipke Schoorstra ca1db18bd7 Improve JS result parsing with support for target type conversions 2021-05-25 13:24:01 +02:00
Sipke Schoorstra 0b10faad92 Add DataProtection default service and update broken samples 2021-05-25 12:12:36 +02:00
Sipke Schoorstra bb4ff3b714 Update packages 2021-05-25 09:57:17 +02:00
Sipke Schoorstra e945e58ecf Fix component tests 2021-05-24 17:57:27 +02:00
tomy2105 c7deab2a88 Time display fixed to fixed 3 decimal places. 2021-05-24 15:31:42 +02:00
Sipke Schoorstra bdf544bd8e Bump RC to 3 2021-05-24 15:28:34 +02:00
Sipke Schoorstra 621a9b0696 Cleanup 2021-05-24 14:40:08 +02:00
Sipke Schoorstra 326e373491 Change log level severity 2021-05-24 14:32:30 +02:00
Sipke Schoorstra 3384f6e68f Cleanup 2021-05-24 14:32:12 +02:00
Sipke Schoorstra 005d9d0a68 Configure sample host with single-node settings 2021-05-24 11:31:11 +02:00
Sipke Schoorstra 4529a94ce2 Cleanup: remove unused namespaces 2021-05-24 11:25:42 +02:00
Sipke Schoorstra 9053eaf13c Fix multi-node timers 2021-05-24 11:25:42 +02:00