Commit graph

2808 commits

Author SHA1 Message Date
Sipke Schoorstra 52eaecd497 Remove unused exports 2022-12-11 20:33:14 +01:00
Sipke Schoorstra f4e8406368 Update package.json 2022-12-11 20:32:58 +01:00
Sipke Schoorstra 9d1430d222 Revert resizable monaco 2022-12-09 14:12:48 +01:00
Sipke Schoorstra 33858d14d6 Make flexible ports a designer attribute option 2022-12-09 14:12:26 +01:00
Sipke Schoorstra d353878681 Update packages 2022-12-09 13:44:36 +01:00
Sipke Schoorstra 7d492678c6 Formatting 2022-12-09 12:50:27 +01:00
Sipke Schoorstra 95025ae144 Fix serialization for Event by making default ctor public 2022-12-09 12:50:14 +01:00
Sipke Schoorstra dc0de21309 Enable bookmarks 2022-12-09 12:49:57 +01:00
Sipke Schoorstra 4555cdb10f Fix pizza 2022-12-09 12:49:32 +01:00
Sipke Schoorstra e9080e148b Merge remote-tracking branch 'origin/v3' into v3 2022-12-09 12:26:35 +01:00
Sipke Schoorstra 2258c87e89 Upgrade to latest stencil version 2022-12-09 12:26:29 +01:00
Sipke Schoorstra 17ff2d2c93 Apply [JsonConstructor] to fix deserialization 2022-12-09 12:26:07 +01:00
Sipke Schoorstra a4011278cc Implement implicit FastEndpoint assembly collection for discovery 2022-12-09 12:25:39 +01:00
Sipke Schoorstra 29a35e1cb1 Update All In One bundle 2022-12-09 12:24:05 +01:00
LevVadim 00d0434545
V3 bugfix (#3521)
* fix monaco editor script view resize 24437

* fix notification view
2022-12-09 11:13:54 +01:00
Sipke Schoorstra 272d6f03a7 Fix tests 2022-12-07 21:05:24 +01:00
Sipke Schoorstra 92ffeed4ea Store workflow state created timestamp 2022-12-07 20:58:17 +01:00
Sipke Schoorstra 026430fd2d
Composite Activity fixes and improvements (#3512)
* Implement consistent input/output/variable memory block identifiers

* Telnyx fixes and improvements

* Fix bookmark burning

* Refactor AnswerCall

* Incremental work on source + line registration

* Handle missing bookmarks

* Fix bookmark persisted callback mechanism

* Implement distributed locking for default workflow runtime

* Fix recording bookmark

* Increase source file and line coverage
2022-12-07 20:47:36 +01:00
Gürkan Güran 4ece4bb51e Added optional port flexibility 2022-12-05 13:01:02 +01:00
Sipke Schoorstra c9f1021a4b Fix merge of auto rotating ports 2022-12-05 12:21:07 +01:00
Gürkan Güran 6ada301b1f Finished inflexible port implementation for cases 2022-12-05 12:10:02 +01:00
Sipke Schoorstra 29b1d08089 Merge branch 'auto-rotating-update' into v3 2022-12-05 12:09:13 +01:00
Sipke Schoorstra cfc06cf058 Merge remote-tracking branch 'origin/v3' into v3-before-autorotate 2022-12-05 11:42:55 +01:00
Sipke Schoorstra 7d5eb198b5 Fix enum options not being displayed 2022-12-05 11:40:43 +01:00
LevVadim 06aee918c3
fix monaco editor script view resize 24437 (#3503) 2022-12-05 11:17:15 +01:00
Sipke Schoorstra c70247e133 Fix memory referencing and some other stuff 2022-12-02 22:57:26 +01:00
Gürkan Güran b941ca89cc Finished inflexible port implementation for cases 2022-12-02 19:46:48 +01:00
Gürkan Güran a0c493622a Merge branch 'auto-rotating-update' into v3 2022-12-02 12:36:08 +01:00
Gürkan Güran 57face151d Fixed the issue with server-client port model difference 2022-12-02 12:35:58 +01:00
Gürkan Güran 0450b822c3 Fixed issue with rebuilding graph on inner flowcharts 2022-12-02 12:34:46 +01:00
Gürkan Güran 9f5461e278 Partially implemented inflexible ports(cases) 2022-12-02 12:34:04 +01:00
Sipke Schoorstra 4c9de96418 Add option to configure DB to UseElsaSqlite extension 2022-12-01 22:27:09 +01:00
Sipke Schoorstra 2a365aa1b1 Add missing Sqlite package reference 2022-12-01 22:26:12 +01:00
Sipke Schoorstra 2ce5b34b70 Add support for Complete activity serialization using default ctor 2022-12-01 22:25:41 +01:00
Sipke Schoorstra 6fbea8cdea Do not update client model with server model to prevent race conditions 2022-12-01 22:25:16 +01:00
Sipke Schoorstra edb4782971 Update model immediately to avoid race conditions between UI actions and delayed model updates 2022-12-01 22:24:17 +01:00
Sipke Schoorstra 49de352011 Temporarily disable upwards navigation until bug is resolved 2022-12-01 22:23:22 +01:00
Sipke Schoorstra 9283c3e18d Revert "Auto rotating (#3482)"
This reverts commit 016e642ac4.
2022-12-01 12:08:41 +01:00
Sipke Schoorstra 1f3b849e68
Add JS functions (#3492) 2022-11-30 21:52:41 +01:00
Sipke Schoorstra 6f429e9867
Add support for accessing workflow variables from liquid expressions (#3491) 2022-11-30 21:20:25 +01:00
Sipke Schoorstra a1626502a9 Fix variable dropdown refresh 2022-11-30 20:46:35 +01:00
Sipke Schoorstra 9e19cadc69 Improve style of activities with embedded ports 2022-11-30 20:46:24 +01:00
Sipke Schoorstra 7f9f2d8fcd Improve Variables UI 2022-11-30 14:15:48 +01:00
Sipke Schoorstra 269627adf1 Fix If completion 2022-11-30 11:45:48 +01:00
Gürkan Güran 948a0bae07 Fixed the null reference issue for auto-rotating 2022-11-29 17:18:14 +01:00
Gürkan Güran eb1fdea49d Increased the performance of rotating algorithm 2022-11-29 01:21:01 +01:00
Gürkan Güran 810962af42 Added arrow for targeting activities 2022-11-29 01:20:24 +01:00
Sipke Schoorstra dbbe9d080b Add SelectList model 2022-11-28 22:06:27 +01:00
Sipke Schoorstra 7a8beaca66 Fix stack overflow for looping constructs 2022-11-28 21:42:40 +01:00
Sipke Schoorstra 6bc7b1ec8d Add Get endpoint for Activity descriptors 2022-11-28 21:35:05 +01:00