Page MenuHomePhorge

Kolab3 migration tool
ClosedPublic

Authored by machniak on Jan 5 2022, 1:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 21, 9:27 AM
Unknown Object (File)
Sun, Oct 20, 7:30 PM
Unknown Object (File)
Thu, Oct 17, 11:48 PM
Unknown Object (File)
Mon, Oct 14, 3:51 AM
Unknown Object (File)
Fri, Oct 4, 4:13 PM
Unknown Object (File)
Fri, Oct 4, 3:46 AM
Unknown Object (File)
Sep 18 2024, 6:15 AM
Unknown Object (File)
Sep 7 2024, 4:04 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.