~vila/gpgservice:pass

Last commit made on 2016-09-23
Get this branch:
git clone -b pass https://git.launchpad.net/~vila/gpgservice
Only Vincent Ladeuil can upload to this branch. If you are Vincent Ladeuil please log in for upload directions.

Branch merges

Branch information

Name:
pass
Repository:
lp:~vila/gpgservice

Recent commits

43b0f95... by Vincent Ladeuil

Add some debug to diagnose the failure on jenkaas.

85fb4c6... by Vincent Ladeuil

All wheels should be available from the dependencies branch as pypi is not reachable when landing with jenkaas.

291150e... by Vincent Ladeuil

No changes

71214f3... by William Grant

Handle master DB outages nicely in the webapp.

GET and HEAD requests fall back to a slave, and all other requests log the
error and fail with a 503.

fe18a6f... by William Grant

Add X-GPGService-Database request and response headers.

0b2a502... by William Grant

Add basic slave support with gpgservice.database.select_and_connect.

a06191d... by William Grant

gpgservice.database.create_engine -> create_engines.

Now returns a dict of engines, currently only 'master'.

295fe5b... by William Grant

Replace individual DB config variables with an SQLAlchemy URL.

e63b842... by William Grant

Return the DB engine from create_flask_application.

The test suite assumed that create_engine() given the same config as
the app would connect to the same database, but that's not the case
when using in-memory SQLite.

7f2f602... by William Grant

Fix DB schema creation on SQLite.