discourse/migrations/spec/lib
Gerhard Schlager 5ac69076c1
REFACTOR: Simplify converter steps in migration tooling (#29779)
* Remove unused `report_progress_in_percent` option from step
* Remove `use_custom_progress_increment` option from the step because we can figure it out by looking at the progress
* Introduce `StepTracker` to for logging warnings and errors and tracking step progress
* Make it easier to log warnings and errors in all methods of `Step` without the need to pass around a `stats` object
2024-11-19 23:54:37 +01:00
..
converters/base REFACTOR: Simplify converter steps in migration tooling (#29779) 2024-11-19 23:54:37 +01:00
database
converters_spec.rb
database_spec.rb DEV: Store details log entries in converter as JSON (#29778) 2024-11-19 23:54:00 +01:00
migrations_spec.rb