mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
5ac69076c1
* 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 |
||
---|---|---|
.. | ||
bin | ||
config | ||
db | ||
docs | ||
lib | ||
scripts | ||
spec | ||
.gitignore | ||
README.md |
Migrations Tooling
Command line interface
./bin/cli help
Converters
Public converters are stored in lib/converters/
.
If you need to run a private converter, put its code into a subdirectory of private/converters/
Development
Installing gems
bundle config set --local with migrations
bundle install
Updating gems
bundle update --group migrations
Running tests
You need to execute rspec
in the root of the project.
bin/rspec --default-path migrations/spec