A webhook-handler for Gogs written in Flask, running make on every push on the monitored repositories.
Go to file
Théophile Bastian f5b5bc8743 Apply black 2021-09-01 00:00:42 +02:00
tests/simple-repo Embed simple test git repo 2018-03-03 02:15:45 +01:00
.gitignore Fix git cloning, updating, refactor code 2018-03-03 02:01:18 +01:00
LICENSE Initial commit 2018-03-03 00:43:21 +01:00
Makefile Write basic content 2018-03-03 01:09:24 +01:00
README.md Initial commit 2018-03-03 00:43:21 +01:00
__init__.py Add settings module 2018-03-03 01:13:50 +01:00
gogsmaker.py Apply black 2021-09-01 00:00:42 +02:00
requirements.txt Add better logging 2018-03-03 14:24:03 +01:00
settings.default.py Add Gogs signature check — untested 2018-03-03 02:31:54 +01:00
wsgi.py Initialize flask project 2018-03-03 00:47:28 +01:00

README.md

flask-gogs-maker

A webhook-handler for Gogs written in Flask, running make on every push on the monitored repositories.