gertty/gertty
Nate Johnston fdb5f3fb0b Add ability to set lock file in config
The exampkle gertty yaml files indicate that there is a 'lock-file'
parameter per server that allows you to define the location of a
lockfile.  Code to handle that exists in config.py but the option is not
defined in the schema, so errors like this cause the process to exit:

voluptuous.error.MultipleInvalid: extra keys not allowed @ data['servers'][0]['lock-file']

Change-Id: Ia03ed9d2de5d598eeafc6e8ffab30c99bd9fded6
2018-08-24 10:33:19 -04:00
..
alembic Add an outdated flag for changes 2016-08-09 09:32:55 -07:00
search Allow negative comparison on null topics 2017-03-17 14:43:47 -07:00
view Add message attribute to DisplayError 2018-05-20 16:51:18 -07:00
__init__.py Initial commit 2014-04-29 16:28:49 -07:00
alembic.ini Use alembic 2014-05-07 21:35:07 -04:00
app.py Use open instead of file for python3 2017-06-23 14:28:44 +09:00
auth.py Use urlparse from six for python 3 compat 2016-09-20 01:47:48 -07:00
commentlink.py Allow gertty to run in Py3K environments 2016-01-15 09:10:31 -08:00
config.py Add ability to set lock file in config 2018-08-24 10:33:19 -04:00
db.py Handle approvals with no name 2017-08-14 09:38:38 -07:00
dbsupport.py Attach comments to files 2015-05-27 08:34:04 -07:00
gitrepo.py Speed up loading change screen 2017-08-24 13:18:33 -07:00
keymap.py Show potential completions 2016-05-02 11:00:40 -05:00
mywid.py Make change list searchable 2016-05-02 11:01:42 -05:00
palette.py Make size column configurable graph 2018-03-02 10:57:31 +00:00
requestsexceptions.py Handle SNIMissingWarning requests exception 2016-05-11 11:37:19 -07:00
sync.py Don't lose sync requests that get bad responses 2018-02-23 12:35:33 +13:00
version.py Add user-agent and version 2014-08-30 14:55:53 -07:00