Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User migration foundation #5

Merged
merged 25 commits into from
Feb 3, 2022
Merged

Conversation

come-nc
Copy link
Collaborator

@come-nc come-nc commented Jan 13, 2022

Signed-off-by: Côme Chilliet come.chilliet@nextcloud.com

@come-nc come-nc force-pushed the enhancement/user-migration-foundation branch from 9749ee2 to 7a8cda8 Compare January 18, 2022 15:48
@come-nc come-nc force-pushed the enhancement/user-migration-foundation branch from 06da051 to 163eb9e Compare January 27, 2022 11:14
@come-nc come-nc self-assigned this Jan 27, 2022
@come-nc come-nc requested a review from Pytal January 27, 2022 13:03
@Pytal Pytal force-pushed the enhancement/user-migration-foundation branch from 0997b30 to b0ab9be Compare January 28, 2022 23:59
@Pytal
Copy link
Member

Pytal commented Jan 29, 2022

Rebased after #24 merged to main to resolve failing PHP 7.3 CI

@Pytal Pytal force-pushed the enhancement/user-migration-foundation branch from 0241511 to d33eb02 Compare January 29, 2022 00:18
Copy link
Member

@Pytal Pytal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid 👌, only the occ related stuff is used while the background job as well as the database related code is unused?

@Pytal Pytal requested review from a team, ArtificialOwl, icewind1991, blizzz, skjnldsv, nickvergessen and ChristophWurst and removed request for a team January 29, 2022 00:36
@nickvergessen nickvergessen removed their request for review January 29, 2022 05:59
@come-nc
Copy link
Collaborator Author

come-nc commented Jan 31, 2022

Solid ok_hand, only the occ related stuff is used while the background job as well as the database related code is unused?

Yes maybe we can remove this for now, as the occ commands do not use the background job. We will add the background job back if it’s used is some future development. I will remove them in a commit and we can use git history later to get them back.

lib/ExportDestination.php Outdated Show resolved Hide resolved
lib/IImportSource.php Outdated Show resolved Hide resolved
@come-nc come-nc requested a review from icewind1991 February 1, 2022 14:22
@come-nc come-nc force-pushed the enhancement/user-migration-foundation branch from 81b8774 to aa71570 Compare February 1, 2022 14:24
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
come-nc and others added 16 commits February 3, 2022 09:48
User export may be done another way later, for now storing basic
 information.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
First POC of zipping

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
 actually stored/compressed

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
UserExport -> UserMigration

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@come-nc come-nc force-pushed the enhancement/user-migration-foundation branch from aa71570 to c77ddac Compare February 3, 2022 08:49
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
The docblock of addFileFromStream in zipsteamer is wrong.
There are also errors about IRootFolder depending on OC\Hook\Emitter.
Ignoring those.
Using OC\Archive might be wrong since it is not in OCP, will look into
 that later.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@come-nc come-nc merged commit bae9cb4 into main Feb 3, 2022
@come-nc come-nc deleted the enhancement/user-migration-foundation branch February 3, 2022 10:32
@come-nc come-nc added this to the 0.1 milestone Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants