Curtis
b2bc431823
Merge branch 'master' into dyn2
2018-06-14 08:06:31 -07:00
Curtis Castrapel
9c5140006b
update requirements while we're at it
2018-06-14 08:04:35 -07:00
Curtis Castrapel
4e72cb96c9
Graceful cancellation of pending cert and order details in log for acme failure
2018-06-14 08:02:34 -07:00
Curtis
f88e81ffef
Merge pull request #1342 from castrapel/dyn_dns_fix
...
Limit dns queries to 10 attempts
2018-06-14 07:49:18 -07:00
Curtis
17861289c8
Merge branch 'master' into dyn_dns_fix
2018-06-13 15:37:08 -07:00
Curtis Castrapel
b1ce4d630d
update requirements
2018-06-13 15:15:09 -07:00
Dmitry Zykov
b99aad743b
remove linuxdst plugin
2018-06-13 15:15:09 -07:00
Curtis Castrapel
135f2b710c
Limit dns queries to 10 attempts
2018-06-13 15:14:48 -07:00
Curtis
e8c18bd9b6
Merge pull request #1335 from castrapel/dyn_dns_fix
...
Dyn dns fix
2018-06-13 14:35:42 -07:00
Curtis Castrapel
76621e497f
boto update. They updated between this and the last change
2018-06-13 14:27:50 -07:00
Curtis Castrapel
065e0edc5f
lint
2018-06-13 14:22:45 -07:00
Curtis Castrapel
d72792ff37
Fix unique dyn situation where zone does not match tld, and there's a deeper zone
2018-06-13 14:08:39 -07:00
Curtis Castrapel
f9239b008e
Merge remote-tracking branch 'upstream/master'
2018-06-12 08:08:01 -07:00
Curtis Castrapel
b31c7357ed
update requirements
2018-06-12 08:07:18 -07:00
Curtis
7c6d6f5297
Merge pull request #1171 from dmitryzykov/linuxdst
...
Remove linuxdst plugin
2018-06-12 07:56:39 -07:00
Curtis
e225139011
Merge branch 'master' into linuxdst
2018-06-12 07:45:02 -07:00
Curtis
37edf80321
Merge pull request #1320 from Netflix/update_reqs
...
update requirements
2018-06-12 07:44:45 -07:00
Curtis
038f5dc554
Merge branch 'master' into linuxdst
2018-06-12 07:40:40 -07:00
Curtis Castrapel
5e964fad39
update requirements
2018-06-12 07:35:46 -07:00
Curtis
3800d67d71
Merge pull request #1222 from castrapel/master
...
LetsEncrypt support . Version bump.
2018-06-12 07:33:17 -07:00
Curtis Castrapel
7f5d1a0b6b
sync error
2018-06-11 15:40:15 -07:00
Curtis Castrapel
92860cffca
Default configuration for DNS providers
2018-06-11 13:32:53 -07:00
Curtis
2aced5c010
Merge branch 'master' into master
2018-06-09 10:28:24 -07:00
Curtis
4e1879715d
Merge pull request #1284 from Netflix/up-reqs-2
...
Update requirements again
2018-06-05 12:47:04 -07:00
Curtis Castrapel
403f70d6db
Update requirements again
2018-06-05 09:51:19 -07:00
Curtis
b33256c809
Merge pull request #1275 from Netflix/up-reqs
...
Update requirements
2018-06-04 13:41:27 -07:00
Curtis Castrapel
e39fac32ec
Update requirements
2018-06-04 13:32:51 -07:00
Curtis
80e3331596
Merge branch 'master' into master
2018-05-30 08:24:00 -07:00
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 Castrapel
5e24f685c1
lint error
2018-05-29 10:46:24 -07:00
Curtis Castrapel
97d3621705
convert description to TEXT column
2018-05-29 10:23:01 -07:00
Curtis Castrapel
544a02ca3f
Addressing comments. Updating copyrights. Added function to determine authorative name server
2018-05-29 10:23:01 -07:00
Curtis
ae26e44cc2
Merge branch 'master' into master
2018-05-25 11:09:23 -07:00
Curtis Castrapel
b0f9d33b32
Requirements update
2018-05-25 11:07:26 -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 Castrapel
de52fa7f48
fix v1 backwards compatibility
2018-05-16 08:00:33 -07:00
Curtis Castrapel
680f4966a1
acme v2 support
2018-05-16 07:46:37 -07:00
Curtis Castrapel
a9b9b27a0b
fix tests
2018-05-10 12:58:04 -07:00
Curtis Castrapel
52e7ff9919
Allow specification of dns provider name only
2018-05-10 12:58:04 -07:00
Curtis
f4a010e505
Merge branch 'master' into master
2018-05-09 07:52:07 -07:00
Curtis Castrapel
0bd14488bb
Update requirements, handle more lemur_acme exceptions, and remove take a tour button
2018-05-08 15:35:03 -07:00
Curtis Castrapel
6500559f8e
Fix issue with automatically renewing acme certificates
2018-05-08 14:54:10 -07:00
Curtis
642dbd4098
Merge branch 'master' into linuxdst
2018-05-08 12:09:05 -07:00