discourse/migrations/lib
Gerhard Schlager 4141d4e0a6 DEV: Restructure importer files
This is similar to converters: We allow directories to structure files within the importer directory, but try to keep the namespace the same.

Currently the restructured namespaces look like this:

* `Migrations::Converters::Discourse`
  * migrations/lib/converters/discourse/steps
  * migrations/lib/converters/discourse/utilities

* `Migrations::Importer`
  * migrations/lib/importer/name_finder

* `Migrations::Importer::Steps`
  * migrations/lib/importer/steps/badges
  * migrations/lib/importer/steps/categories
  * migrations/lib/importer/steps/groups
  * migrations/lib/importer/steps/settings
  * migrations/lib/importer/steps/tags
  * migrations/lib/importer/steps/topics
  * migrations/lib/importer/steps/users
2025-11-03 11:23:53 +01:00
..
cli DEV: Add options to run only or skip some steps in converter and importer (#35127) 2025-10-03 16:44:36 +02:00
common DEV: Handle nil keys in SetStore implementations 2025-10-29 21:32:52 +01:00
converters DEV: Add support for converting and importing site settings 2025-10-31 11:21:40 +01:00
database DEV: Add support for converting and importing site settings 2025-10-31 11:21:40 +01:00
importer DEV: Restructure importer files 2025-11-03 11:23:53 +01:00
uploader DEV: Refactor unique name generation for migrations 2025-10-29 21:32:52 +01:00
converters.rb DEV: Adds a new converter for migrating from Discourse 2025-04-07 17:22:36 +02:00
database.rb DEV: Check if IntermediateDB schema is valid (#32975) 2025-05-29 22:08:50 +02:00
importer.rb DEV: Restructure importer files 2025-11-03 11:23:53 +01:00
settings_parser.rb DEV: Refactor uploads_importer script (#29292) 2024-10-31 13:31:12 +00:00