Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-19Catch `RedirectionTooDeep` Exception in webhooksHeinrich Lee Yu
2018-10-18Use monotonic time in computing web hook execution timeHeinrich Lee Yu
2018-07-16Enable frozen string in apps/uploaders/*.rbgfyoung
Partially addresses #47424.
2018-06-25Resolve "WebHookService doesn't handle user info with nil passwords"Jan Beckmann
2018-05-04Ensure web hook 'blocked URL' errors are stored in as web hook logs and ↵Douwe Maan
properly surfaced to the user
2018-03-21Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
2018-01-17Merge branch ↵Robert Speicher
'41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3' Don't allow line breaks on HTTP headers See merge request gitlab/gitlabhq!2277 (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82) 073b8f9c Don't allow line breaks on HTTP headers
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-09-07Fix a wrong `X-Gitlab-Event` header when testing webhooksRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-01Fix encoding error for WebHook loggingAlexander Randa
2017-07-27Log web hook execution timeout eventsAlex Lossent
If a web hook HTTP request is sent but no response comes within a certain time (10s by default), the hook execution fails and will be retried. This commit makes such timeouts visible in the web hook log, like connection timeouts already are. Also log "no route to host" errors.
2017-07-20Wrong data type when testing webhooksAlexander Randa
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover