Skip to content

Extract component base class

Mark Lapierre requested to merge ml-extract-component-base-class into master

This extracts a Component base class, removing a lot of redundancy and improving maintainability (I did this mainly because I found a need to add some code to the instance method, which I would have had to add to every component if I hadn't refactored first).

This also refactors the registry login handling, as mentioned in !465 (comment 351431872)

Merge request reports