~mvo/snapd/+git/snapd-mvo:check-pr-format

Last commit made on 2019-06-13
Get this branch:
git clone -b check-pr-format https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
check-pr-format
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

e3e597a... by Michael Vogt

run-checks: fix for `set -u`

268b474... by Michael Vogt

check-pr-title.py: improve the split to get the actual PR title

ebbaf02... by Michael Vogt

check-pr-title: rework to not use the API

ideally we would use the github API - however we can't because:
a) its rate limiting and travis IPs hit the API a lot so we regularly
   get errors
b) using a API token is tricky because travis will not allow the secure
   vars for forks
so instead we just scrape the html title which is unlikely to change
radically

fec2a23... by Michael Vogt

check-pr-title.py: log when no api user/key is provided

ce51fb6... by Michael Vogt

run-checks: move "Checking pull request summary" msg inside TRAVIS_PULL_REQUEST check

6a88aeb... by Michael Vogt

check-pr-title.py: add log when api key is used

a09b6c0... by Michael Vogt

check-pr-title.py: improve debug output when GH request fails

3029d28... by Michael Vogt

travis.yml: also provide GITHUB_API_USER via env

06e8209... by Michael Vogt

check-pr-title.py: improve checking of the PR title (thanks to Maciej)

42dca55... by Michael Vogt

tests: use RO github api key