samrocketman / gitlab-mirrors

A set of scripts adding the ability of managing remote mirrors to GitLab.
MIT License
818 stars 169 forks source link

Repos only get cloned kind. Not a Mirror which shows on gitlab #96

Closed hsitaa closed 6 years ago

hsitaa commented 8 years ago

Hi,

Gitmirror I can get repos in a folder named repository, But nothing on Gitlab UI of Mirror Server.

Repos only get cloned kind. Not a Mirror which shows on gitlab. Is there any step i am missing or this feature is not present ?

samrocketman commented 8 years ago

GitLab does not support mirrors. I wrote these set of shell scripts because of that. I also recommend ensuring that the projects which are mirrored are read only for anyone except for the account pushing.

These scripts update the description of the project stating that it's a mirror.

logicminds commented 8 years ago

Gitlab does support mirror now as of 8.3? It uses background workers to mirror from just about any kind of git VCS host. However, there are cases where these scripts are still useful.

samrocketman commented 8 years ago

Ah, I was not aware; thanks for the update. I haven't used GitLab in a couple years now. I'll have to look at it again :-)

hsitaa commented 8 years ago

@logicminds Hi, gitlab Community edition Still don't have, its only in enterprise edition. Please correct me if i am wrong.

samrocketman commented 6 years ago

Since this appears to be an enterprise-only feature I don't see it being implemented any time soon. However, if someone would like to implement this so it supports EE and CE without issues then I'd be open to merging the change.

For now, I'll just close this. Contributions are still welcome down the line.