-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Pull mirroring does not work for existing repository #8
Comments
@debugger89 Can you pls write down how to reproduce this ? |
Issue reproduce steps: Create a project in a gitlab group as below. Group name: Group1 Fork the ProjectMaster project using the fork button in the GitLab ui. Now try to create a pull mirror in the tool for the two projects. Give the original ProjectMaster git repo ssh url and the the forked project name as inputs for the pull mirror. Expected behavior: The fork repository should be merged with the upstream and synced. (As if using git merge upstream/master and pushing the merge to origin/master) Actual behavior: No merge nor mirroring happen between the two repositories. And also the trigger sync button is disappearing from the pull mirror screen |
@Salamek but as far as i can see this does not fix the original issue of merging the two projects. This doe the mirroring. But acts as a force push for the mirror project? |
So this issue is not officially closed :) |
@Salamek I tested the solution, but the mirroring is not happening between the forked repositories yet. |
@debugger89 well mirroring and merging are two differend things... and only mirroring is supported now.
Reopening issue + changing from bug to enhancement |
Mirror failure should be visible to the user in the UI level in order to understand the issue. Any ETA on this? |
@debugger89 This depends on #1 and that depends on solving Robpol86/Flask-Celery-Helper#22 ... |
This should be ~solved by #1 i think? Closing... |
If the mirror and the mirrored both repos existing in the gitlab there is no way to setup mirroring between them.
Use case:
For syncing fork repositories and their upstream repo, the tool is not supporting the sync.
Expected behavior:
The tool should be able to setup sync between the two existing repos (fork and original)
And the pull sync should have the merging capabilities for the fork repo
The text was updated successfully, but these errors were encountered: