author | Tom Powell <tom@powell.io> | |
Sun, 28 Oct 2018 22:29:58 +0000 (15:29 -0700) | ||
committer | Tom Powell <tom@powell.io> | |
Sun, 28 Oct 2018 23:14:32 +0000 (16:14 -0700) | ||
commit | 31329c3f5b3c53b9bfcfc8f84d0aa4daa8fcffda | |
tree | 03a8b217fd12a789f566141ceda014c6368e09f2 | tree | snapshot (tar.gz zip) |
.gitignore | [new file with mode: 0644] | blob |
.gitlab-ci.yml | [new file with mode: 0644] | blob |
.python-version | [new file with mode: 0644] | blob |
Dockerfile | [new file with mode: 0644] | blob |
README.md | [new file with mode: 0644] | blob |
migrations | [new symlink] | blob |
requirements.txt | [new file with mode: 0644] | blob |
setup.py | [new file with mode: 0644] | blob |
test.py | [new file with mode: 0644] | blob |
tests/pipeline_webhook.json | [new file with mode: 0644] | blob |
ui/app.py | [new file with mode: 0644] | blob |
ui/config.py | [new file with mode: 0644] | blob |
ui/gitlab/__init__.py | [new file with mode: 0644] | blob |
ui/gitlab/api.py | [new file with mode: 0644] | blob |
ui/gitlab/webhooks.py | [new file with mode: 0644] | blob |
ui/migrations/README | [new file with mode: 0644] | blob |
ui/migrations/alembic.ini | [new file with mode: 0644] | blob |
ui/migrations/env.py | [new file with mode: 0644] | blob |
ui/migrations/script.py.mako | [new file with mode: 0644] | blob |
ui/migrations/versions/c3a5cacf3bff_.py | [new file with mode: 0644] | blob |
ui/models.py | [new file with mode: 0644] | blob |
ui/templates/index.html | [new file with mode: 0644] | blob |