Refactor pipeline engine#6073
Conversation
|
Before starting those updates we should migrate the step-builder to not loose more control #3967 |
sure ... this refactoring will also help the step builder to move into the right places ... @anbraten after #6056 was merged I will look into moving the bussines logic out of server/queue into server/scheduler ... and have a simple queue interface that supports locking that way we can get the server more and more cluster ready without needing a master/slave selection etc |
cc4af37 to
f864a87
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6073 +/- ##
==========================================
- Coverage 31.66% 31.65% -0.01%
==========================================
Files 420 421 +1
Lines 28413 28430 +17
==========================================
+ Hits 8996 8999 +3
- Misses 18596 18609 +13
- Partials 821 822 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I first created the new files with copiright headers and then moved single func/types over to it manually. git after the fact marked some files as renamed and thats how copiright got marked as changed. i now use the year of tje sourcefile where the func/type is comming from |
qwerty287
left a comment
There was a problem hiding this comment.
lgtm, untested from me
|
no real functunal change just moves code around ;) |
|
functional change will be in a followup |
restructure pipeline/*.go to use submodules
Originally posted by @6543 in #6039 (comment)