Bug: repositories with dot in git path do not trigger hooks
Created by: Mikulas
Tested on: Gitlab 2.8.2, git 1.7.2.5
Creating a new gitlab repo myproject.com
automatically replaces the dot with an underscore in both the project url and git path. There are however no edit limitations. I've changed the git path from proposed myproject_com
back to myproject.com
. No errors are shown when the project is created.
However, hooks are not triggered for such repository. The test hook
button works fine.
For repositories with the very same setup and content but without the dot in git path hooks work as expected.