ciwatch/ciwatch
Mikhail S Medvedev cfad48baec Refactor configuration handling and add few tests
Removed extra option parsing that was done in config class. It should be
as dumb as possible and not modify or create new configuration option
keys from existing ones.

Added exceptions to handle non-existing configuration or missing keys.

Aggregated all defaults in one place.

INI config is old, so switched from INIConfig to ConfigParser.

Change-Id: I73737221e371a1d164493b3de0a4a7bb2d9c5c3a
2016-05-30 19:33:23 -05:00
..
static Ability to select specific CI results 2016-02-03 17:13:53 -08:00
templates Add link to source for project under Contact Us 2016-02-09 10:38:32 -08:00
tests Refactor configuration handling and add few tests 2016-05-30 19:33:23 -05:00
__init__.py Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
api.py Consolidating database calls in db.py 2015-11-30 07:52:26 -06:00
cache.py Add CI Watch, a third-party CI monitoring dashboard 2015-10-06 11:58:39 -05:00
config.py Refactor configuration handling and add few tests 2016-05-30 19:33:23 -05:00
db.py Refactor configuration handling and add few tests 2016-05-30 19:33:23 -05:00
events.py Refactor configuration handling and add few tests 2016-05-30 19:33:23 -05:00
filters.py Fix pep8 2015-11-13 14:23:57 -06:00
log.py Refactor configuration handling and add few tests 2016-05-30 19:33:23 -05:00
models.py Fix sqlalchemy models so they work with MySQL backend 2015-10-06 11:58:47 -05:00
populate.py Refactor configuration handling and add few tests 2016-05-30 19:33:23 -05:00
server.py Fix pep8 2015-11-13 14:23:57 -06:00
views.py Consolidating database calls in db.py 2015-11-30 07:52:26 -06:00