summaryrefslogtreecommitdiff
path: root/yarns/lib.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-05Add: sub fields to clients, tokens created by client-cred grantLars Wirzenius1-0/+1
2018-08-16Change: get allowed scopes from user, not client, for authz code floLars Wirzenius1-3/+6
2018-08-05Add: OIDC authorization code flowLars Wirzenius1-2/+3
2018-07-31Add: actually check user credentialsLars Wirzenius1-1/+12
2018-07-31Add: FileStore, managers for users, clients, applicationsLars Wirzenius1-8/+22
2018-07-17Add: applications to configLars Wirzenius1-0/+2
2018-07-17Change: don't follow redirectsLars Wirzenius1-5/+9
2018-02-09Rename: to QvisqveLars Wirzenius1-10/+10
2018-02-03Change: start_salami port, pid-file and daemonisationLars Wirzenius1-1/+1
2018-02-02Fix: adapt yarns for start_salami changesLars Wirzenius1-6/+5
2018-02-02Add: module to hash cleartext passwords for storageLars Wirzenius1-7/+14
2018-01-30Add: client creds scenario, rework implements a lotLars Wirzenius1-3/+86
2018-01-04Fix: don't verity TLS certs of serverLars Wirzenius1-4/+4
2017-11-16Add: beginnings of a yarn test suiteLars Wirzenius1-0/+157
2017-11-14Fix: start SalamiLars Wirzenius1-157/+0
2017-10-09Add: test scenario for managing blobsLars Wirzenius1-1/+19
2017-10-05Add: import json in lib.py so it's available in every implementsLars Wirzenius1-0/+1
2017-10-05Add: capture HTTP response headersLars Wirzenius1-4/+4
2017-09-19Add: smoke.yarn scenario for testing /sort with searchesLars Wirzenius1-0/+1
2017-09-01Add: Make debug output more usefulLars Wirzenius1-1/+2
2017-09-01Add: handle /show (as if /show_all, though)Lars Wirzenius1-6/+26
2017-08-08Add: use postgres config when given to yarnLars Wirzenius1-0/+10
2017-08-04Add: use random port to run qvarn backend during testsLars Wirzenius1-0/+1
2017-07-26Add: add smoke test yarn for qvarn2Lars Wirzenius1-0/+105