kevgliss
2a3af5214e
Merge branch 'master' into linuxdst
2018-05-29 18:54:37 -07:00
James Chuong
4911d713a5
Fix import metrics in notifications/messaging.py ( #1254 )
...
`from lemur import metrics` is incorrect for notifications/messaging.py
because that is importing the `metrics` module rather than the
instanciated `lemur.extensions.metrics` object. This will cause errors
if you import notifications/messaging.py elsewhere, since it can cause
circular dependencies.
Change-Id: Ice28c480373601420fc83bae2d27bb6467cdb752
2018-05-29 18:54:16 -07:00
Curtis
c5e7e5ab68
Merge pull request #1253 from Netflix/quicker_count
...
Sort and page
2018-05-25 11:04:05 -07:00
Curtis Castrapel
5e3add0b81
docstring
2018-05-24 15:21:38 -07:00
Curtis
9ccd43c29b
Merge branch 'master' into quicker_count
2018-05-24 12:57:40 -07:00
Curtis Castrapel
9fc6c9aaf7
Sort and page
2018-05-24 12:55:52 -07:00
Curtis
2d61200a05
Merge pull request #1252 from jchuong/docker-test
...
Add VIRTUAL_ENV to docker-compose
2018-05-24 12:42:09 -07:00
James Chuong
268d826158
Add VIRTUAL_ENV to docker-compose
...
This fixes `make test` in the docker-compose, as `up-reqs` checks for
this envvar before installing requirements. Since this is in a docker
container for testing, just allow pip to install without a virtualenv.
Change-Id: I511efa9fab8d393bf9f2b8e80408fb8cf155bafa
2018-05-23 17:17:23 -07:00
James Chuong
a47b6c330d
Use serial_number instead of serial ( #1251 )
...
* Add code coverage badge to README
* fixing docs (#1231 )
* Change cert.serial to serial_number
This fixes deprecation warning coming from cryptography package about
using cert.serial instead of serial_number.
Change-Id: I252820974c77cc1b80639920a5e8c2e874819dda
2018-05-23 16:04:30 -07:00
Curtis
642dbd4098
Merge branch 'master' into linuxdst
2018-05-08 12:09:05 -07:00
kevgliss
c26ae16060
fixing docs ( #1231 )
2018-05-08 10:58:48 -07:00
Curtis
4da2f33892
Merge pull request #1229 from seils/bugfix-1228
...
Fix URL for Latest Docs image
2018-04-30 10:16:49 -07:00
Curtis
d37f730ee8
Merge branch 'master' into bugfix-1228
2018-04-27 08:54:08 -07:00
Curtis
5e744c4c52
Merge pull request #1230 from seils/coverage-badge
...
Add code coverage badge to README
2018-04-27 08:53:19 -07:00
Zach Seils (seils)
858c4eb808
Add code coverage badge to README
2018-04-27 08:46:11 -04:00
Zach Seils (seils)
3ffeb8ab00
Fix URL for Latest Docs image
2018-04-26 19:45:00 -04:00
Zach Seils
0579b2935c
Print variable value instead of name ( #1227 )
...
* Print variable value instead of name
* Fixed ordering and variable name for stdout string
2018-04-26 09:39:42 -07:00
kevgliss
e09b7eb978
Selectively enable CORS. ( #1220 )
2018-04-24 17:10:38 -07:00
Zach Seils
3e5db9eedb
Check for default rotation policy before updating db ( #1223 )
2018-04-24 16:55:26 -07:00
Zach Seils
91500d1022
Minor comment & stdout corrections ( #1225 )
2018-04-24 16:53:51 -07:00
Ron Cohen
ae63808678
Update administration.rst ( #1221 )
2018-04-23 12:15:56 -07:00
Curtis
49cdf1c7cf
Merge pull request #1219 from castrapel/forcible_remove_python-ldap
...
reqs update
2018-04-23 09:34:39 -07:00
Curtis Castrapel
7e36b0e8fd
comment
2018-04-23 09:26:36 -07:00
Curtis Castrapel
552c07e932
reqs update
2018-04-23 09:23:23 -07:00
kevgliss
a8ce219016
Readthedocs doesn't have the necessary c header files to build python-ldap. ( #1215 )
2018-04-19 13:57:35 -07:00
kevgliss
b9e93065f7
Removing the need for a separate requirements txt ( #1214 )
2018-04-19 13:26:49 -07:00
Curtis
78f9ceb995
Merge pull request #1212 from titouanc/docs-influxdb
...
[add] Reference lemur-influxdb as 3rd party plugin
2018-04-16 15:18:24 -07:00
Curtis
1904a187e0
Merge branch 'master' into docs-influxdb
2018-04-16 15:12:09 -07:00
Curtis
0320a9aece
Merge pull request #1211 from titouanc/fix-pip10
...
[fix] Pip imports for pip 10
2018-04-16 15:11:42 -07:00
Titouan Christophe
4e94e51218
[add] Reference lemur-influxdb as 3rd party plugin
2018-04-16 20:15:25 +02:00
Titouan Christophe
4392657a71
[fix] Pip imports for pip 10
2018-04-16 19:41:28 +02:00
Curtis
1e0146a453
Merge pull request #1208 from castrapel/fixdate
...
Fix date
2018-04-13 15:39:42 -07:00
Curtis Castrapel
c03133622f
Correct validities
2018-04-13 15:18:17 -07:00
Curtis Castrapel
8303cfbd2b
Fix datetime
2018-04-13 14:53:45 -07:00
Curtis
c8767e23bf
Merge pull request #1204 from castrapel/up-reqs
...
Up reqs
2018-04-12 12:49:00 -07:00
Curtis Castrapel
f302408712
py3
2018-04-12 12:34:08 -07:00
Curtis Castrapel
c88c0b0127
fix_changes
2018-04-12 08:59:06 -07:00
Curtis Castrapel
acb1eab24e
fix_errors
2018-04-12 08:58:04 -07:00
Curtis Castrapel
6cd2205f1f
up-reqs
2018-04-12 08:52:47 -07:00
Will Bengtson
52cb145333
ecc: add the support for ECC ( #1191 )
...
* ecc: add the support for ECC
update generate_private_key to support ECC. Move key types to constant. Update UI for the new key types
* ecc: Remove extra line to fix linting
* ecc: Fix flake8 lint problems
* Update options.tpl.html
2018-04-10 16:54:17 -07:00
Patrick R. Donahue
c6bd93fe85
PostgreSQL is required, not optional due to JSON column usage, so link to quickstart instructions and add create_config statement. ( #1198 )
2018-04-10 16:54:02 -07:00
lmitul
6a762d463f
Documenting connection pool config settings ( #1197 )
2018-04-10 16:50:58 -07:00
kevgliss
12622d5847
Adding metrics for request timings. ( #1190 )
2018-04-10 15:55:02 -07:00
Mihir Jham
a9baaf4da4
add(plugins): Added a statsd plugin for lemur ( #1189 )
2018-04-10 15:15:03 -07:00
Will Bengtson
8ca4f730e8
lemur_digicert: Do not truncate valid_to anymore ( #1187 )
...
* lemur_digicert: Do not truncate valid_to anymore
The valid_to field for Digicert supports YYYY-MM-DDTHH:MM:SSZ so we should stop truncating
* lemur_digicert: Update unit tests for valid_to
2018-04-10 13:23:09 -07:00
Curtis
0b5f85469c
Merge pull request #1164 from intgr/fix-boolean-filter
...
Fix filtering on boolean columns, broken with SQLAlchemy 1.2 upgrade
2018-04-09 09:36:08 -07:00
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
Curtis
b4b9a913b3
Merge pull request #1177 from castrapel/up-reqs-4-9-2018
...
update requirements
2018-04-09 07:57:41 -07:00
Curtis Castrapel
2dc6478c34
update requirements
2018-04-09 07:46:08 -07:00
Dmitry Zykov
28614b5793
remove linuxdst plugin
2018-04-04 14:49:25 +03:00