Commit graph

1313 commits

Author SHA1 Message Date
Jens Willmer a084fa4bf4 NPM install 2021-04-15 18:45:04 +02:00
Jens Willmer d34ca1208d Hide db file in solution browser 2021-04-15 18:45:04 +02:00
Jens Willmer 7eb908459d Revert back to .NET Core 5 and include docker build in dashboard
Debugging support of docker container is not working on .NET 6 (preview)
2021-04-15 18:45:04 +02:00
Jens Willmer 769fd71e5a Remove HTTPS redirect
Without a valid certificates it is only creating problems for the user. HTTPS redirect should be optional and provide a config to enable and reference valid certificates.
2021-04-15 18:45:04 +02:00
Sören Uhrbach 7fcc2ec0d2 fixed message class names 2021-04-15 18:34:45 +02:00
Sören Uhrbach 2bc60d9344 Added small example to prove functionality for receiving masstransit messages 2021-04-15 18:34:45 +02:00
Sören Uhrbach e51a4e9834 Trigger workflows from masstransit consumers 2021-04-15 18:34:45 +02:00
Sipke Schoorstra 5825ce6bc1 Add convenience JS functions 2021-04-15 16:08:44 +02:00
jdevillard 1bccef163d give access to Service bus Message UserProperties 2021-04-15 16:03:22 +02:00
Sipke Schoorstra 4b6bc659dd Fix form module updater 2021-04-15 15:49:09 +02:00
Sipke Schoorstra e827f32327 Formatting 2021-04-15 15:48:52 +02:00
Sipke Schoorstra 9bf48385aa Add generated readme files 2021-04-15 15:48:39 +02:00
Sipke Schoorstra 2f93d167a1 Safely dispose of editor 2021-04-15 15:48:22 +02:00
Sipke Schoorstra 18f45fe241 Fix workflow context type nullability 2021-04-15 15:48:04 +02:00
Sipke Schoorstra c1f827cfee Add string to Type converter 2021-04-15 14:39:59 +02:00
Sipke Schoorstra 3138c33903 Add JObject type conversion handling 2021-04-15 14:39:31 +02:00
Sipke Schoorstra 27dd87a344 Clean up event bus handler in activity picker 2021-04-14 22:47:10 +02:00
Sipke Schoorstra 0dae77db95 Restore Done outcome for If activity 2021-04-14 22:46:32 +02:00
Sipke Schoorstra 59aba78133 Formatting 2021-04-14 20:21:11 +02:00
Sipke Schoorstra acfb257199 Fix padding of Switch UI case expression editors 2021-04-14 20:21:11 +02:00
Sipke Schoorstra 393620603c Update check-list control with support for select list item structure 2021-04-14 20:21:11 +02:00
Craig Fowler d2de5ec77d
Merge pull request #851 from jdevillard/fix_PlainObjectResultConverter_ForSameObject
Fix plain object result converter for same object type
2021-04-14 17:11:49 +01:00
Sipke Schoorstra 43b2bef1a5 Make Elsa server URL configurable in ASPNET Core sample dashboard project 2021-04-14 14:45:25 +02:00
Sipke Schoorstra a4c53f64e9 Catch katavario exceptions 2021-04-14 14:45:25 +02:00
Sipke Schoorstra f3d904d246 Display While condition expression 2021-04-14 14:45:25 +02:00
Sipke Schoorstra 2902569d8f Prevent duplicate rendering of activities with multiple ancestor inbound connections 2021-04-14 14:45:25 +02:00
Jens Willmer a50f30203c
Deleted old GitHub workflow 2021-04-14 14:33:28 +02:00
Jens Willmer 184c96043f
.NET 6.0 update for docker build 2021-04-14 14:29:24 +02:00
Sipke Schoorstra 89e1dc4e67 Fix event bus handler disposal 2021-04-14 13:13:34 +02:00
Jens Willmer 3e386d0529
Switch docker build to AspNetCore.Monolith 2021-04-14 11:29:22 +02:00
Sipke Schoorstra 5dd2c0be34 Add workflowContext global JS variable 2021-04-13 23:01:49 +02:00
Sipke Schoorstra eb09fcc7ff Fix intellisense items cut-off
Fixes #803
2021-04-13 22:13:28 +02:00
Sipke Schoorstra 2b0565ae66 Move re-indexing of triggers and re-creation of Azure Service Bus workers to an async background task (implemented as Rebus consumers) 2021-04-13 22:05:17 +02:00
Sipke Schoorstra 404f8b6fb5 Fix project reference path 2021-04-13 15:56:07 +02:00
Sipke Schoorstra 3a175936a9 Re-register Azure Service bus workers when workflows get published or retracted 2021-04-13 15:55:28 +02:00
Sipke Schoorstra c120dbd975 Remove debugger statement 2021-04-13 13:17:39 +02:00
Sipke Schoorstra 06233e7c05 Add JavaScript support for accessing appsettings 2021-04-13 13:17:24 +02:00
Sipke Schoorstra 5bab13e9f9 Add Liquid support for accessing appsettings 2021-04-13 12:57:58 +02:00
Sipke Schoorstra 1d1154723f Fix workflow settings error 2021-04-13 12:55:17 +02:00
Sipke Schoorstra 632087b12f Fix label display 2021-04-13 12:54:54 +02:00
Sipke Schoorstra a8de0f70c7 Handle null or empty queue names 2021-04-13 12:54:31 +02:00
Sipke Schoorstra 644f3cb95e Fix project reference path 2021-04-13 11:09:39 +02:00
Sipke Schoorstra 094eccd572 Implement Switch expression evaluation 2021-04-12 22:29:58 +02:00
Sipke Schoorstra b00eea3c6d Implement Switch UI with multi-expression support 2021-04-12 22:29:58 +02:00
Sipke Schoorstra 39041f6394 Extract multi-syntax expression editor component 2021-04-12 22:29:58 +02:00
Sipke Schoorstra bf7e7894ff Rename workflow definition editor notifications component 2021-04-12 22:29:58 +02:00
Sipke Schoorstra 5b3b11e2b5 Rename drivers folder 2021-04-12 22:29:58 +02:00
Sipke Schoorstra 7991d4a468 Fix locking bug 2021-04-12 22:29:58 +02:00
Sipke Schoorstra 08bc052a03 Incremental work on ASP.NET Core reference application for dashboard 2021-04-12 22:29:58 +02:00
Sipke Schoorstra 017897095a Rename stencil app components 2021-04-12 22:29:58 +02:00