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 (Expand)Author
2018-07-03Fixed pagination of web hook logsYorick Peterse
2018-06-01Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
2018-01-17no need for a named parameterAlexis Reigel
2018-01-17extract concern for hook triggersAlexis Reigel
2018-01-17Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-q...Robert Speicher
2018-01-04execute system hooks from projectAlexis Reigel
2017-07-20Wrong data type when testing webhooksAlexander Randa
2017-07-06Rename ActiverecordSerialize copYorick Peterse
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
2017-05-25Implement web hooks loggingAlexander Randa
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
2017-05-15Rename `build_events` to `job_events` in codeBob Van Landuyt
2017-05-13Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto
2017-05-13Added repository_update hookGabriel Mazetto
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2016-09-01Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre
2016-09-01Add option to confidential issues events to trigger WebhooksDouglas Barbosa Alexandre
2016-08-02Implement pipeline hooks, extracted from !5525Lin Jen-Shin
2016-05-11Merge branch 'hook-docs-behavior' into 'master' Robert Speicher
2016-05-10Remove extra sanitizationJacob Vosmaer
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate modelsDmitriy Zaporozhets
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-05-03Improve documentation and web test for web hooksJacob Vosmaer
2016-04-30Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto
2016-04-20add slack notifications for wiki pagesSebastian Klier
2016-04-19moving overlapping scopes to webhookGabriel Mazetto
2016-04-19Added System Hooks for push and tag_pushGabriel Mazetto
2016-01-15Raise hook url limitKirilll Zaycev
2016-01-12Use CGI.escape instead of URI.escape, because URI is obsoleted.Jason Lee
2016-01-08Merge branch 'accept-2xx-status-codes-for-webhooks' into 'master' Dmitriy Zaporozhets
2016-01-07Accept 2xx status codes for successful Web hook triggersStan Hu
2016-01-06Annotate modelsStan Hu
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-08Add custom UrlValidatorRobert Speicher
2015-12-04Handle and report SSL errors in Web hook test. Check for status 200 for success.Stan Hu
2015-11-13Annotate modelsDmitriy Zaporozhets
2015-09-17enable SSL by defaultValery Sizov
2015-08-26Enable SSL verification for WebhooksValery Sizov
2015-05-22Add support for Webhook note eventsStan Hu
2015-05-08Added X-GitLab-Event header for web hooksbugagazavr
2015-04-27Revert "Added X-GitLab-Event header for web hooks"Valery Sizov
2015-04-25Added X-GitLab-Event header for web hooksbugagazavr
2015-04-11Don't use URI.regexp to validate since it doens't have start/end anchors.Douwe Maan
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2015-02-04Rescue connection reset for web hooksDmitriy Zaporozhets