lemur/lemur/endpoints
Marti Raudsepp 8e2b2123f1 Fix filtering on boolean columns, broken with SQLAlchemy 1.2 upgrade
SQLAlchemy 1.2 does not allow comparing string values to boolean
columns. This caused errors like:

    sqlalchemy.exc.StatementError: (builtins.TypeError) Not a boolean value: 'true'

For more details see http://docs.sqlalchemy.org/en/latest/changelog/migration_12.html#boolean-datatype-now-enforces-strict-true-false-none-values
2018-04-09 18:59:23 +03:00
..
__init__.py Closes #284 (#336) 2016-06-27 14:40:46 -07:00
cli.py Adding additional failure conditions to sentry tracking. (#853) 2017-07-13 14:49:04 -07:00
models.py Modifying the way rotation works. (#629) 2016-12-23 13:18:42 -08:00
schemas.py Upgrade deps. (#517) 2016-11-21 14:29:20 -08:00
service.py Fix filtering on boolean columns, broken with SQLAlchemy 1.2 upgrade 2018-04-09 18:59:23 +03:00
views.py Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00