Commit graph

4041 commits

Author SHA1 Message Date
Sipke Schoorstra b356cdb52b
Refactor connection model (#4146) 2023-06-18 14:32:48 +02:00
GitHub Action 02572e9ce2 Updated designer version to 3.0.3-preview.173 2023-06-16 16:30:22 +00:00
simona-taran c7d3cd6f5a
Fixed spacing issue and panel display issue on workflow instances. Changed arrow direction on expanded panels. (#4145) 2023-06-16 18:27:25 +02:00
Sipke Schoorstra 3f979a9f19 Update API client with support for saving workflow definitions 2023-06-16 13:32:15 +02:00
MariusVuscanNx 183e2bc0a3
Fixed workflow definition populator to also take into consideration the isReadonly field (#4138) 2023-06-14 10:55:43 +02:00
herblinernexxbizz 2a9793768a
make isReadonly editable on workflow model (#4130) 2023-06-13 10:25:42 +02:00
GitHub Action e3303aa07f Updated designer version to 3.0.3-preview.172 2023-06-12 09:38:24 +00:00
herblinernexxbizz 4a353cd0c6
make readonly work (#4126) 2023-06-12 11:34:50 +02:00
GitHub Action 3a230c8088 Updated designer version to 3.0.3-preview.171 2023-06-12 09:15:54 +00:00
herblinernexxbizz e5a5705888
V3 make workflowdefinition have readonly (#4124)
* fix broken build and add readonly to dapper migration

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-06-12 11:12:18 +02:00
GitHub Action 04ba54f3a5 Updated designer version to 3.0.3-preview.170 2023-06-12 08:47:29 +00:00
herblinernexxbizz 3aa05d1fed
V3 search workflows definitions and instances (#4123)
* search workflowdefinition

* filter workflowinstance

* also add version options

* initiate search field

* add search to workflowinstance

* extend search with description and definitionversionid

* make everything work for workflow definition and instance search
2023-06-12 10:44:33 +02:00
herblinernexxbizz c35d16ee3e
move copy button in fron of text (#4122) 2023-06-12 10:42:12 +02:00
herblinernexxbizz 8c308cc8ee
V3 make workflowdefinition have readonly (#4068)
* add readonly functionality to Elsa

* merge with v3

* remove launch settings

* remove spaces

* Handle merge conflicts

* Exclude non-existent folder from sample project

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-06-12 10:41:38 +02:00
Sipke Schoorstra 76c0b1f3ac Merge remote-tracking branch 'origin/v3' into v3 2023-06-10 20:32:12 +02:00
Sipke Schoorstra 4689e83cf9 Update API client 2023-06-10 20:32:06 +02:00
GitHub Action 4846a9bfac Updated designer version to 3.0.3-preview.167 2023-06-10 13:37:59 +00:00
Sipke Schoorstra 48a226397f Merge branch 'v3-activity-output' into v3 2023-06-10 15:35:03 +02:00
Sipke Schoorstra 144d9d0aa4 Update Elsa API Client with ActivityDescriptors API 2023-06-10 15:33:32 +02:00
Sipke Schoorstra de9b3e866b Refactor-rename PortMode to PortType 2023-06-10 15:33:06 +02:00
Sipke Schoorstra b996d1d393 Extend FeatureDescriptor with namespace and full name props 2023-06-10 15:31:45 +02:00
Sipke Schoorstra 8d33084d4e Fix null ID reference bug in function definition provider 2023-06-10 15:30:47 +02:00
GitHub Action 8e30bb3067 Updated designer version to 3.0.3-preview.166 2023-06-09 20:14:22 +00:00
Sipke Schoorstra 04fe32cabb
Implement activity output APIs (#4119) 2023-06-09 22:10:56 +02:00
Sipke Schoorstra 6e03f61818 Implement activity output APIs 2023-06-09 21:53:21 +02:00
Sipke Schoorstra 3eb22cbf30 Correct namespace in sample project 2023-06-09 10:13:26 +02:00
Sipke Schoorstra ad21245370 Rename sample projects 2023-06-08 12:01:26 +02:00
GitHub Action 584004f5be Updated designer version to 3.0.3-preview.165 2023-06-08 09:42:32 +00:00
Sipke Schoorstra c216185c5e
Update Workflow model with support for Inputs, Outputs and Outcomes (#4112)
* Fix mutable prop changes warning

* Fix graph no longer scrolling to content

* Remove unused namespace imports

* Update Workflow model with support for input, output and outcomes

* Update sample with EF core persistence

* Rename FluentStorage to BlobStorage
2023-06-08 11:39:19 +02:00
Sipke Schoorstra d53eb500f2 Merge remote-tracking branch 'origin/v3' into v3 2023-06-08 10:27:07 +02:00
Sipke Schoorstra 0c63d3211d Update System.Data.SqlClient 2023-06-08 10:26:58 +02:00
Sipke Schoorstra a98b47a62f Reorder routing middleware in All In One bundle project 2023-06-08 10:26:37 +02:00
GitHub Action 23cdcb19d3 Updated designer version to 3.0.3-preview.164 2023-06-07 21:26:08 +00:00
Sipke Schoorstra 5addf479b7 Ignore package lock file 2023-06-07 22:54:34 +02:00
Sipke Schoorstra e5d32ab918 Fix CORS config on AllInOneBundle 2023-06-07 22:53:55 +02:00
Sipke Schoorstra 6578d9b74f Fix auth on typescript definitions endpoint 2023-06-07 22:53:34 +02:00
Sipke Schoorstra b43540d80c Fix Monaco initialisation race condition 2023-06-07 22:53:13 +02:00
Sipke Schoorstra afac92fd43 Merge remote-tracking branch 'origin/v3' into v3 2023-06-06 21:58:18 +02:00
Sipke Schoorstra ac929f47bd Remove unused namespaces 2023-06-06 21:58:13 +02:00
GitHub Action ea772fa5b9 Updated designer version to 3.0.3-preview.163 2023-06-06 19:46:40 +00:00
Sipke Schoorstra ae34a7a537
Implement Dapper for Identity (#4110) 2023-06-06 21:43:53 +02:00
GitHub Action cc99e5b7fa Updated designer version to 3.0.3-preview.162 2023-06-06 18:52:26 +00:00
Sipke Schoorstra 6c1cca372c
Dapper persistence provider (#4109)
* Implement Dapper stores
2023-06-06 20:49:14 +02:00
GitHub Action 80ac1ccb97 Updated designer version to 3.0.3-preview.161 2023-06-06 18:24:52 +00:00
herblinernexxbizz b0a142d8f6
update model (with connections) on change activity Id (#4108) 2023-06-06 20:21:59 +02:00
GitHub Action 4b78a4128d Updated designer version to 3.0.3-preview.160 2023-06-06 13:13:31 +00:00
Gürkan Güran b424143015 Refresh activity picker on composite activity publish 2023-06-06 15:10:34 +02:00
GitHub Action 56a7df1d40 Updated designer version to 3.0.3-preview.159 2023-06-06 11:53:23 +00:00
Gürkan Güran 6b8da6d2e8 Fix for missing version number on login screen 2023-06-06 13:49:33 +02:00
GitHub Action f849408a7a Updated designer version to 3.0.3-preview.158 2023-06-06 00:16:29 +00:00