Page MenuHomePhorge

Kolab3 migration tool
ClosedPublic

Authored by machniak on Jan 5 2022, 1:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 23, 11:29 AM
Unknown Object (File)
Wed, Nov 22, 4:09 AM
Unknown Object (File)
Thu, Nov 16, 5:26 PM
Unknown Object (File)
Thu, Nov 16, 11:50 AM
Unknown Object (File)
Tue, Nov 14, 9:00 PM
Unknown Object (File)
Mon, Nov 13, 9:49 AM
Unknown Object (File)
Sun, Nov 5, 9:38 PM
Unknown Object (File)
Fri, Nov 3, 7:35 AM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rKa9ad1196af9c: Kolab3 migration tool
Summary

... or just an LDIF importer

Test Plan

./phpunit tests/Feature/Console/Data/Import/LdifTest.php

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Solve FIXMEs
  • Groups import
  • Resources import
  • Move createProgressBar() to App\Console\Command
  • Check domain existence
  • Small fixes
  • Errors/warnings, more tests
mollekopf added inline comments.
src/app/Console/Commands/Data/Import/LdifCommand.php
93

Drop the temporary table again?

Perhaps drop the temporary table again, but looks reasonable otherwise.

This revision is now accepted and ready to land.Jan 10 2022, 11:08 AM
This revision was automatically updated to reflect the committed changes.