summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Collapse)AuthorFilesLines
2018-07-31Change: disable pylintLars Wirzenius1-1/+1
2018-07-31Fix: checkLars Wirzenius1-2/+2
2018-07-31Change: run pylint3 if availableLars Wirzenius1-2/+5
2018-02-09Rename: to QvisqveLars Wirzenius1-3/+3
2017-11-20Fix: run coverage test runner explicitly against salami/Lars Wirzenius1-1/+1
2017-11-20Fix: formatting of title in ./checkLars Wirzenius1-1/+1
2017-11-16Add: ./check remote support, start_debug salami local and remoteLars Wirzenius1-2/+2
2017-11-16Add: check can start/stop salami or run against remoteLars Wirzenius1-2/+42
2017-11-16Add: beginnings of a yarn test suiteLars Wirzenius1-0/+4
2017-11-14Fix: start SalamiLars Wirzenius1-11/+19
This is based on Qvarn, because the implementation is so similar to hat Salami needs. This commit drops the unwanted bits of Qvarn and changes things to be Salami instead. This commit only introduces the /version endpoint.
2017-08-30Add: run ./check with/without postgres dep on env varLars Wirzenius1-4/+4
2017-08-09TEMP: disable in-memory yarnsLars Wirzenius1-1/+1
2017-08-08Fix: disable set -x in checkLars Wirzenius1-1/+1
2017-08-08Fix how runs are run with postgresLars Wirzenius1-2/+2
2017-08-08Add: if QVARN_POSTGRES is enabled, run yarns twiceLars Wirzenius1-3/+15
2017-08-01Drop: apifw, slog (they're separate projects now)Lars Wirzenius1-3/+2
2017-07-26Add: add smoke test yarn for qvarn2Lars Wirzenius1-0/+2
This tests the basics of the API.
2017-07-20Add: pylint.conf, fix pylint complaintsLars Wirzenius1-1/+1
Pylint is fairly eager to whinge. This pylint.conf silences the warnings I disagree with.
2017-07-20Add: run pylint in ./checkLars Wirzenius1-0/+1
2017-07-20Add: pep8 to check, fix whitespace issues it findsLars Wirzenius1-0/+2
2017-07-11Add: run unit tests in ./checkLars Wirzenius1-0/+4
2017-07-11Add: script check to run testsLars Wirzenius1-0/+18