Commit Graph

1257 Commits

Author SHA1 Message Date
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 Castrapel fbce1ef7c7 temp digicert fix 2018-04-13 15:50:55 -07:00
Curtis Castrapel 309d10c4e2 stuff 2018-04-13 15:50:55 -07:00
Curtis Castrapel f43100a247 py3 2018-04-13 15:50:55 -07:00
Curtis Castrapel 4d05a09a20 fix_changes 2018-04-13 15:50:55 -07:00
Curtis Castrapel 3538f1a629 fix_errors 2018-04-13 15:50:55 -07:00
Curtis Castrapel 993958c356 up-reqs 2018-04-13 15:50:55 -07:00
Curtis Castrapel 2d6d2357b5 DNS Providers list returned 2018-04-13 15:50:55 -07:00
Curtis Castrapel a66d85b63d clean up a bit 2018-04-13 15:50:55 -07:00
Curtis Castrapel b0bd0435c4 more stuff 2018-04-13 15:50:54 -07:00
Curtis Castrapel b2e6938815 WIP: Add support for Acme/LetsEncrypt with DNS Provider integration 2018-04-13 15:50:54 -07:00
Curtis Castrapel d66dd543bf actually update deps 2018-04-13 15:50:53 -07:00
Curtis Castrapel de7a5a30d1 unpin flask in requirements.in 2018-04-13 15:50:53 -07:00
Curtis Castrapel 40c35dc77b Update more dependencies. Remove hashes 2018-04-13 15:50:53 -07:00
Curtis Castrapel 5dd03098e5 actually update deps 2018-04-13 15:50:53 -07:00
Curtis Castrapel 672a28bb28 Update auth keys, change python version to satisfy tests 2018-04-13 15:50:53 -07:00
Curtis Castrapel 8ea2f5253a unpin flask in requirements.in 2018-04-13 15:50:53 -07: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 3ef550f738
Merge branch 'master' into hackday 2018-04-12 12:49:52 -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
Curtis Castrapel f6fd262618 DNS Providers list returned 2018-04-11 15:56:00 -07:00
Curtis Castrapel 5125990c4c clean up a bit 2018-04-11 07:48:04 -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
Curtis Castrapel 5beb319b27 more stuff 2018-04-10 16:04:07 -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
Curtis Castrapel f61098b874 WIP: Add support for Acme/LetsEncrypt with DNS Provider integration 2018-04-10 14:28:53 -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 4a0103a88d SFTP destination plugin (#1170)
* add sftp destination plugin
2018-04-03 10:30:19 -07:00
Curtis fb494bc32a
Merge pull request #1158 from castrapel/up_reqs_3292018
Updating requirements and add makefile function to automate req updates
2018-03-29 09:30:51 -07:00
Curtis de9c00b293
Merge branch 'master' into up_reqs_3292018 2018-03-29 09:11:23 -07:00
Curtis Castrapel 3e5cbb40ce Updating requirements 2018-03-29 09:10:41 -07:00
Curtis 47793635b2
Merge pull request #1150 from castrapel/issue_1089
Allow quotes for exact match
2018-03-29 09:07:26 -07:00