CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 06:01:09 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"64b992a70e62b4cef38ef03cd3a0c687"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=T12qLwtO9xq%2FWn%2Frw2PsFqfeTmwM3VphJpdOy3Qu0gVP3vbm7O5YxqLUT8RGML%2BxLszo4Eu8wmYVNw%2B6bZG%2BNo7Ypv5lOptyfheNojGGnR2qMnP2%2FVEAOGIZ5%2FwL23tfsL9mVzoJ26khU04pU7jC7QwOEDwVVx1MWWfKf8ekmzoRi5C9aKetsUCVndi0%2BvyyRJPWzIqvP%2BBryAIfKcNP1QJD6xzgrZIwvdvqYJdzIx2mfjjIDlzf%2B%2BlUYCEu7Sn7jrbKYmWvRPkd4YlOqvvZdg%3D%3D--0uvLhdVqejjjPaqv--5qLLPtnPZFnZWUXfbJcfJA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1056374913.1753682468; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 06:01:08 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 06:01:08 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9D96:15E61D:1414858:1A400A2:68871224
Dynamo UI should not block during concurrent save/run operations- att… · DynamoDS/Dynamo@f784c5e · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Workspaces/HomeWorkspaceModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Workspaces/WorkspaceModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Logging/DynamoAnalyticsClient.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit f784c5e
authored
Dynamo UI should not block during concurrent save/run operations- attempt 1 (#12564)
* attempt 1, this works but seems odd.
* switch executingTask for RunEnabled
* put external files back in wsm
* int to private
* remove usings
* revert change
* revert change
Co-authored-by: michael kirschner <michael.kirschner@autodesk.com>1 parent 723eb94 commit f784c5eCopy full SHA for f784c5e
File tree
Expand file treeCollapse file tree
6 files changed
+60
-375
lines changedFilter options
- src/DynamoCore
- Graph/Workspaces
- Logging
- test/DynamoCoreTests/Logging
Expand file treeCollapse file tree
6 files changed
+60
-375
lines changedsrc/DynamoCore/Graph/Workspaces/HomeWorkspaceModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Workspaces/HomeWorkspaceModel.cs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
900 | 900 |
| |
901 | 901 |
| |
902 | 902 |
| |
| 903 | + | |
| 904 | + | |
903 | 905 |
| |
904 | 906 |
| |
905 | 907 |
| |
|
src/DynamoCore/Graph/Workspaces/WorkspaceModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Workspaces/WorkspaceModel.cs+57-51Lines changed: 57 additions & 51 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
577 |
| - | |
| 577 | + | |
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
| |||
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
598 |
| - | |
| 598 | + | |
| 599 | + | |
599 | 600 |
| |
600 | 601 |
| |
601 | 602 |
| |
| |||
673 | 674 |
| |
674 | 675 |
| |
675 | 676 |
| |
676 |
| - | |
| 677 | + | |
677 | 678 |
| |
678 | 679 |
| |
679 | 680 |
| |
| |||
723 | 724 |
| |
724 | 725 |
| |
725 | 726 |
| |
726 |
| - | |
| 727 | + | |
727 | 728 |
| |
728 | 729 |
| |
729 | 730 |
| |
730 | 731 |
| |
731 |
| - | |
| 732 | + | |
732 | 733 |
| |
733 | 734 |
| |
734 | 735 |
| |
| |||
817 | 818 |
| |
818 | 819 |
| |
819 | 820 |
| |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
820 | 825 |
| |
821 | 826 |
| |
822 | 827 |
| |
823 | 828 |
| |
824 |
| - | |
825 |
| - | |
826 |
| - | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
827 | 833 |
| |
828 | 834 |
| |
829 | 835 |
| |
| |||
906 | 912 |
| |
907 | 913 |
| |
908 | 914 |
| |
909 |
| - | |
| 915 | + | |
910 | 916 |
| |
911 |
| - | |
| 917 | + | |
912 | 918 |
| |
913 | 919 |
| |
914 | 920 |
| |
| |||
930 | 936 |
| |
931 | 937 |
| |
932 | 938 |
| |
933 |
| - | |
| 939 | + | |
934 | 940 |
| |
935 | 941 |
| |
936 | 942 |
| |
| |||
970 | 976 |
| |
971 | 977 |
| |
972 | 978 |
| |
973 |
| - | |
| 979 | + | |
974 | 980 |
| |
975 | 981 |
| |
976 | 982 |
| |
| |||
1100 | 1106 |
| |
1101 | 1107 |
| |
1102 | 1108 |
| |
1103 |
| - | |
| 1109 | + | |
1104 | 1110 |
| |
1105 | 1111 |
| |
1106 | 1112 |
| |
| |||
1378 | 1384 |
| |
1379 | 1385 |
| |
1380 | 1386 |
| |
1381 |
| - | |
| 1387 | + | |
1382 | 1388 |
| |
1383 | 1389 |
| |
1384 | 1390 |
| |
| |||
1464 | 1470 |
| |
1465 | 1471 |
| |
1466 | 1472 |
| |
1467 |
| - | |
| 1473 | + | |
1468 | 1474 |
| |
1469 | 1475 |
| |
1470 | 1476 |
| |
| |||
1617 | 1623 |
| |
1618 | 1624 |
| |
1619 | 1625 |
| |
1620 |
| - | |
1621 |
| - | |
| 1626 | + | |
| 1627 | + | |
1622 | 1628 |
| |
1623 | 1629 |
| |
1624 | 1630 |
| |
| |||
1642 | 1648 |
| |
1643 | 1649 |
| |
1644 | 1650 |
| |
1645 |
| - | |
1646 |
| - | |
1647 |
| - | |
1648 |
| - | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
1649 | 1655 |
| |
1650 | 1656 |
| |
1651 | 1657 |
| |
| |||
1715 | 1721 |
| |
1716 | 1722 |
| |
1717 | 1723 |
| |
1718 |
| - | |
| 1724 | + | |
1719 | 1725 |
| |
1720 | 1726 |
| |
1721 | 1727 |
| |
| |||
1758 | 1764 |
| |
1759 | 1765 |
| |
1760 | 1766 |
| |
1761 |
| - | |
| 1767 | + | |
1762 | 1768 |
| |
1763 | 1769 |
| |
1764 | 1770 |
| |
| |||
1803 | 1809 |
| |
1804 | 1810 |
| |
1805 | 1811 |
| |
1806 |
| - | |
| 1812 | + | |
1807 | 1813 |
| |
1808 | 1814 |
| |
1809 | 1815 |
| |
| |||
2237 | 2243 |
| |
2238 | 2244 |
| |
2239 | 2245 |
| |
2240 |
| - | |
| 2246 | + | |
2241 | 2247 |
| |
2242 | 2248 |
| |
2243 | 2249 |
| |
2244 |
| - | |
| 2250 | + | |
2245 | 2251 |
| |
2246 | 2252 |
| |
2247 | 2253 |
| |
| |||
2278 | 2284 |
| |
2279 | 2285 |
| |
2280 | 2286 |
| |
2281 |
| - | |
| 2287 | + | |
2282 | 2288 |
| |
2283 | 2289 |
| |
2284 | 2290 |
| |
| |||
2301 | 2307 |
| |
2302 | 2308 |
| |
2303 | 2309 |
| |
2304 |
| - | |
2305 |
| - | |
2306 |
| - | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
2307 | 2313 |
| |
2308 | 2314 |
| |
2309 | 2315 |
| |
| |||
2312 | 2318 |
| |
2313 | 2319 |
| |
2314 | 2320 |
| |
2315 |
| - | |
| 2321 | + | |
2316 | 2322 |
| |
2317 | 2323 |
| |
2318 | 2324 |
| |
| |||
2333 | 2339 |
| |
2334 | 2340 |
| |
2335 | 2341 |
| |
2336 |
| - | |
| 2342 | + | |
2337 | 2343 |
| |
2338 | 2344 |
| |
2339 | 2345 |
| |
| |||
2351 | 2357 |
| |
2352 | 2358 |
| |
2353 | 2359 |
| |
2354 |
| - | |
2355 |
| - | |
2356 |
| - | |
| 2360 | + | |
| 2361 | + | |
| 2362 | + | |
2357 | 2363 |
| |
2358 | 2364 |
| |
2359 | 2365 |
| |
| |||
2368 | 2374 |
| |
2369 | 2375 |
| |
2370 | 2376 |
| |
2371 |
| - | |
| 2377 | + | |
2372 | 2378 |
| |
2373 | 2379 |
| |
2374 | 2380 |
| |
2375 | 2381 |
| |
2376 | 2382 |
| |
2377 | 2383 |
| |
2378 |
| - | |
| 2384 | + | |
2379 | 2385 |
| |
2380 | 2386 |
| |
2381 | 2387 |
| |
| |||
2392 | 2398 |
| |
2393 | 2399 |
| |
2394 | 2400 |
| |
2395 |
| - | |
| 2401 | + | |
2396 | 2402 |
| |
2397 | 2403 |
| |
2398 | 2404 |
| |
| |||
2494 | 2500 |
| |
2495 | 2501 |
| |
2496 | 2502 |
| |
2497 |
| - | |
| 2503 | + | |
2498 | 2504 |
| |
2499 | 2505 |
| |
2500 | 2506 |
| |
|
src/DynamoCore/Logging/DynamoAnalyticsClient.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Logging/DynamoAnalyticsClient.cs+1-8Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| |||
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
28 |
| - | |
29 |
| - | |
30 | 27 |
| |
31 | 28 |
| |
32 | 29 |
| |
| |||
38 | 35 |
| |
39 | 36 |
| |
40 | 37 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 | 38 |
| |
46 | 39 |
| |
47 | 40 |
| |
| |||
178 | 171 |
| |
179 | 172 |
| |
180 | 173 |
| |
181 |
| - | |
| 174 | + | |
182 | 175 |
| |
183 | 176 |
| |
184 | 177 |
| |
|
You can’t perform that action at this time.
0 commit comments