Project

Profile

Help

Task #2178

Updated by bmbouter over 7 years ago

The plugins are in platform[0] so they should be removed from there. Once removed many plugin codepaths and maybe some platform codepaths will break. They should be updated to use the new progress reporting models introduced with #2092. Replacement with direct Django querying is ok too if models are available when this refactor is done. Other non-progress reporting usages of the conduits should probably be brought up for discussion about how to handle to be sure that what we are replacing them with is stable. 

 Since the conduits are no longer available for usage with 3.0, we shuld remove references to them in the documentation also. That is part of this story. Adding docs is part of another story, so don't add docs, just remove them. 

 [0]: https://github.com/pulp/pulp/tree/6868481c1a0eeab06d1f18330e7fd7dc533d8007/server/pulp/plugins/conduits

Back