mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-12 20:34:01 +08:00
* 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 |
||
|---|---|---|
| .. | ||
| converter.rb | ||
| parallel_job.rb | ||
| progress_step.rb | ||
| progress_step_executor.rb | ||
| serial_job.rb | ||
| step.rb | ||
| step_executor.rb | ||
| step_stats.rb | ||
| step_tracker.rb | ||
| worker.rb | ||