Page MenuHomePhorge

Kolab3 migration tool
ClosedPublic

Authored by machniak on Jan 5 2022, 1:28 PM.
Tags
None
Referenced Files
F11589498: D3184.diff
Thu, Mar 28, 11:14 PM
Unknown Object (File)
Thu, Mar 28, 5:06 AM
Unknown Object (File)
Thu, Mar 21, 10:44 PM
Unknown Object (File)
Thu, Mar 21, 8:37 PM
Unknown Object (File)
Sun, Mar 17, 7:49 AM
Unknown Object (File)
Thu, Mar 7, 5:15 AM
Unknown Object (File)
Feb 21 2024, 10:02 AM
Unknown Object (File)
Feb 15 2024, 6:42 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.