lemur/lemur/certificates
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 initial commit 2015-06-22 13:47:27 -07:00
cli.py Modifying the way we report metrics. Relying on metric tags instead of the the metric name for additional dimensions. (#1036) 2018-01-02 15:26:31 -08:00
hooks.py Create signal hooks and handler for dumping CSR and certificate details (#882) 2017-08-28 17:35:56 -07:00
models.py Adds support for CDLDistributionPoints. (#1130) 2018-03-23 08:51:18 -07:00
schemas.py address comment 2018-02-27 12:34:18 -08:00
service.py Fix filtering on boolean columns, broken with SQLAlchemy 1.2 upgrade 2018-04-09 18:59:23 +03:00
verify.py CRL verify: handle "Remove from CRL" status as not revoked (#1028) 2018-01-02 13:39:02 -08:00
views.py comments on alembic changes. resolve invalid usage of log_service.create 2018-02-26 12:08:31 -08:00