Ultimaker / Uranium

A Python framework for building Desktop applications.
GNU Lesser General Public License v3.0
324 stars 185 forks source link

Frontend plugin orchestration #886

Closed nallath closed 1 year ago

nallath commented 1 year ago

First rough draft of how the frontend will handle the backend_plugins.

Originally i added the concept of backend_plugins to uranium, but the extra abstraction made it clumsy quite fast. So i moved all of it over to Cura. The accompanying Uranium PR now essentially only contains boyscouting changes. Since they are still good to do, i've left them in.

https://github.com/Ultimaker/Cura/pull/16110

CURA-10717

github-actions[bot] commented 1 year ago

Unit Test Results

2 404 tests  ±0   2 389 :heavy_check_mark: ±0   27s :stopwatch: -4s        1 suites ±0        15 :zzz: ±0         1 files   ±0          0 :x: ±0 

Results for commit 0466c712. ± Comparison against base commit 49ba701d.

:recycle: This comment has been updated with latest results.

jellespijker commented 1 year ago

closing this PR since it was simple a rename to CURA-10475_engineplugin such that we have a consistent working branch name across all repo's