Skip to main content

A drf app to catch gitlab webhooks events

Project description

drf-gitlab-webhook

drf-gitlab-webhook is a django app wich implements a webhook endpoint for gitlab requests and send django signals for every hook event.

Quick start

  1. Add "drf_gitlab_webhook" to INSTALLED_APPS:
INSTALLED_APPS = {
  ...
  'drf_gitlab_webhook'
}
  1. Include the drf_gitlab_webhook URLconf in urls.py:
url(r'^webhook/', include('drf_gitlab_webhook.urls'))
  1. Then you have an endpoint called webhook/event/

Dev notes: build package: python setup.py sdist install: pip install --user drf-gitlab-webhook/dist/drf-gitlab-webhook-01.tar.gz

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drf-gitlab-webhook-0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

drf_gitlab_webhook-0.1-py2-none-any.whl (4.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page