gitlab-commit-trello-comment
gitlab-commit-trello-comment copied to clipboard
socket pipe broken issue
- Gitlab may request more than once when no response for awhile or response containing not 'Content-Lenght' in header which will leads to Receiver's socket pipe broken
- The urls in sent comments are broken, this because they are lack of namespace for a repository (When setting up a repository in gitlab the default namespace is global http(s)://site/repo, this just worked fine, but when repo under some private namespace the single slash is not enough, it needs namespace http(s)://site/ns/repo)
enclosed with my modified code, may fix the issues above ( Modified code )
+1 is this fixed in new version of gitlab? gitlab still requesting many times from hooks.
Hi, @antmanler @carmackjia, could you pls give any feedback if you are using this code right now?
hey, @pkpp1233, pls check this link https://github.com/gitlabhq/gitlabhq/issues/3794#issuecomment-47495031, it may help you.