init
authorTom Powell <tom@powell.io>
Sun, 28 Oct 2018 22:29:58 +0000 (15:29 -0700)
committerTom Powell <tom@powell.io>
Sun, 28 Oct 2018 23:14:32 +0000 (16:14 -0700)
commit31329c3f5b3c53b9bfcfc8f84d0aa4daa8fcffda
tree03a8b217fd12a789f566141ceda014c6368e09f2
init
22 files changed:
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.python-version [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
README.md [new file with mode: 0644]
migrations [new symlink]
requirements.txt [new file with mode: 0644]
setup.py [new file with mode: 0644]
test.py [new file with mode: 0644]
tests/pipeline_webhook.json [new file with mode: 0644]
ui/app.py [new file with mode: 0644]
ui/config.py [new file with mode: 0644]
ui/gitlab/__init__.py [new file with mode: 0644]
ui/gitlab/api.py [new file with mode: 0644]
ui/gitlab/webhooks.py [new file with mode: 0644]
ui/migrations/README [new file with mode: 0644]
ui/migrations/alembic.ini [new file with mode: 0644]
ui/migrations/env.py [new file with mode: 0644]
ui/migrations/script.py.mako [new file with mode: 0644]
ui/migrations/versions/c3a5cacf3bff_.py [new file with mode: 0644]
ui/models.py [new file with mode: 0644]
ui/templates/index.html [new file with mode: 0644]