-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ACR builder #1308
Remove ACR builder #1308
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1308 +/- ##
==========================================
+ Coverage 44.85% 44.98% +0.12%
==========================================
Files 106 106
Lines 4735 4737 +2
==========================================
+ Hits 2124 2131 +7
+ Misses 2389 2385 -4
+ Partials 222 221 -1
Continue to review full report at Codecov.
|
I was happy to see ACR Tasks supported, but surprised to see if removed. Shouldn't the extension model have been figured out before removing a capability? We're happy to help support this so this is truly a cross cloud solution. |
@SteveLasker possibly, but our thinking was that we wanted to avoid setting the precedent and leading contributors to send us more new builders, which we'd have to reject even though this one was already accepted.
EDIT: I got a little ahead of myself here, so I wanted to clarify. what I should have said is that the plugin model has been initially implemented, but it's still somewhat experimental and we're still iterating on the design, so in its current state it's not exactly the friendliest model to work with for contributors. we're working on both fully converting our existing builders to plugins themselves and improving the design, as well as making it as easy to integrate with as possible, so definitely stay tuned to future releases for updates on it! sorry for any confusion I might have caused :) |
@SteveLasker - thank you for your comment! In terms of the ACR tasks - we did not have the capacity, or the infrastructure to support it with a clear conscience ourselves - thank you for offering to support it - this sounds like an interesting collaboration. I wonder what you had in mind for that? At this point, I see the plugin model to be of a more future proof and cleaner direction than reverting this change back into the codebase. We are very actively working on the plugin model and it is impacting the builder structure heavily - I would say that it is not in a shape yet to contribute to - I would estimate another couple of weeks before it gets into a good state. |
Fair enough. As the plug-in model evolves, we're happy to support the scenario. |
Should only be merged after: #1305.Fixes #1283.