Skip to content

Commit 1396aba

Browse files
Improve performance (#138)
* Improve Titlebuilder to add a root page if more then one space is migrated to one namespace * Fix page link processor page key generation * CC * Fix usage of jira macro processor * Fix inclued macro converter * Refactor widget macro converter * Update ConfluenceConverter * Restore page link processor * Improve filename * CC * Fix widget unittest * Add gliffy processor and template * Add custom bucket for gliffy * Add fallback to PNG to gliffy * Improve gliffy fallback * Improve performace * Improvements of extractor * Resolve attachment issues * Fix title builder and unittests * Remove uploading additional files again * Fix skip-namespace option * Fix body contents issue * Fix skip-namespace flag * CC * Add validity checks to analyzer * Abort script if config.yaml is invalid * Make StatusMacro inline wikitext * Fix unittest * Add execution time and prefix/namespace selection * Fix title length check and improve analyzer-include-spacekey config * CC * Move exection time to lib
1 parent 4f372eb commit 1396aba

18 files changed

+1352
-593
lines changed

bin/migrate-confluence

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ $config = [
2929
],
3030
'convert' => [
3131
'factory' => 'HalloWelt\MigrateConfluence\Command\Convert::factory'
32+
],
33+
'compose' => [
34+
'factory' => 'HalloWelt\MigrateConfluence\Command\Compose::factory'
3235
]
3336
]
3437
];

0 commit comments

Comments
 (0)