-
Notifications
You must be signed in to change notification settings - Fork 116
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
Gitolite hook silently fails on HTTP redirect #364
Comments
The only strange thing I can see, is the repository name, as the repository URL for cloning is
|
.gitconfig content:
My Redmine installation is using Trying to open redmineurl, will result in a 404 Page not found error message, but I don't know, if there is a part of the URL missing. |
I've fixed the hooks URL in the settings. |
It's working now. Maybe there should be an error message, if the hooks URL isn't working. Now it's showing the following during a push:
|
This is the cause of the 'bug'. The hook expect a 200 status code and not a 301. |
Fixed in commit cbb6f00. Hook will throw an error if the status code is not a 200. |
I've upgraded to the new stable version 1.0, but after the upgrade, Redmine no longer shows any changesets. All commits have a
refs #1234
orfixes #1234
are not shown at the issue detail view.Hooks seem to be working, as the following is shown, if I'm running the hooks in non-async mode with debugging enabled:
The text was updated successfully, but these errors were encountered: