salsadigitalauorg / merlin-framework

Merlin - migration framework
GNU General Public License v3.0
17 stars 3 forks source link

Added allowing a custom report. #163

Closed AlexSkrypnyk closed 9 months ago

AlexSkrypnyk commented 1 year ago

The change allows providing a custom report class as MigrateReportYourCustomName, where YourCustomName is the type: your_custom_name.

Note that almost all members of the current MigrateReport class are private so it is not possible to simply extend the class to override parts of the functionality. Instead - the whole class needs to be cloned and named as a new report. :(

steveworley commented 1 year ago

@AlexSkrypnyk CI is fixed up and is running, would you be able to just fix up the lint issues from this PR?

AlexSkrypnyk commented 1 year ago

@steveworley fixed.

Any chance we can do a release?