You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
The fix for this is almost complete. We have identified all the issues and solutions:
When a folder is moved out of a project, its descendants were not marked as removed, leading to orphaned records. Solution: Recursive mark_as_removed on removal
When adding a file to a folder that has been moved out of a project, it would be added to both the old and the new project. Solution: When setting parent_in_branch, check if parent_in_branch is removed
When moving a folder into a new project, only the folder is added and not any of its children. Solution: Trigger a recursive #pull_children when adding a new folder to a branch
Now, we just need some refactoring of the FileUpdateJob because it's becoming too big.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When files/folders are moved out of project scope, they are not marked as deleted if that outside scope is also shared with [email protected].
What happens when files are added to a folder that has been moved out of scope?
When setting external_parent= to a file that is currently deleted, also mark child as deleted
The text was updated successfully, but these errors were encountered: