Skip to main content

GL Webhooks is a project that provides GitLab functionalities via webhook endpoints.

Project description

license pipelines coverage

gl-webhooks

GL Webhooks is a project that provides GitLab functionalities via webhook endpoints.

It is a WSGI application written with the Flask framework with connexion on top of it. It can be served via Gunicorn with a helper script.

Configuration file

A template configuration file can be found in conf/gl-webhooks.yml.

Configuration will be taken, in order, from command line then configuration file.

Development environment

Setup

# pip and virtual env are required to be installed system wide
apt-get install python3-pip python3-venv

# create a virtualenv inside a folder called '.venv'
python3 -m venv .venv
source .venv/bin/activate

pip3 install -r requirements-dev.txt
# Run the flask server:
./bin/gl-webhooks-dev

Production

You can run a production server as a Gunicorn WSGI application with a helper script:

pip3 install -r requirements.txt

./bin/gl-webhooks

License

This project is licensed under the MIT License - see the LICENSE file for details.

Locations

Project details


Download files

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

Source Distribution

gl-webhooks-1.1.17.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

gl_webhooks-1.1.17-py2.py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 2 Python 3

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