summaryrefslogtreecommitdiff
path: root/api.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-07Drop: spurious empty lineLars Wirzenius1-1/+0
2019-07-07Change: vcsworker now sets GitLab CI project variable to API tokenLars Wirzenius1-16/+39
2019-07-07Change: creqte repo via API instead of pushingLars Wirzenius1-4/+19
2019-07-04Add: log formattingLars Wirzenius1-1/+1
2019-07-04Change: shut up, BottleLars Wirzenius1-8/+4
2019-07-04Add: log token, for debuggingLars Wirzenius1-1/+2
2019-07-04Add: more logging for access checkingLars Wirzenius1-4/+15
2019-07-04Fix: class nameLars Wirzenius1-1/+1
2019-07-04Change: catch exceptions from a wider areaLars Wirzenius1-13/+13
2019-07-04Add: catch exceptions inside callback tooLars Wirzenius1-1/+5
2019-07-04Add: catching of, logging exceptionsLars Wirzenius1-1/+7
2019-07-04Add: newline to success message for /updaterepoLars Wirzenius1-1/+1
2019-07-04Change: only listen on localhost, now that there's haproxy/TLSLars Wirzenius1-1/+1
2019-07-03Change: listen on all ports, for nowLars Wirzenius1-1/+1
2019-07-03Rename: vcsworker.py to api.pyLars Wirzenius1-13/+186
2019-07-01Change: api.py to require hello scope for /hello endpointLars Wirzenius1-7/+8
2019-06-30Add: sketch for implementing HTTP APIs in Python simplyLars Wirzenius1-0/+138