1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

57 Commits

Author SHA1 Message Date
Nav
b42b5d0f08 Refining content of logging messages 2015-11-21 18:07:59 +02:00
Nav
5667acc558 Refining importing libraries 2015-11-21 17:57:03 +02:00
Nav
25e6502aac Adding paths to cert and chain logging messages 2015-11-18 21:28:57 +02:00
Nav
24e5e3d8e5 Fixing tests broken by including the variable x in the logger debug messages 2015-11-18 12:49:06 +02:00
Nav
678fb555c0 Improving content of logging messages 2015-11-18 12:39:43 +02:00
Nav
062b4722e2 Adding even more logging to storage.py 2015-11-16 15:03:27 +02:00
Nav
6760355a23 Added more logging 2015-11-13 11:44:10 +02:00
Nav
cec5bb8b84 Adding logging for _consistent 2015-11-13 11:13:31 +02:00
Nav
f972cf19d3 Adding storage logging 2015-11-12 21:11:16 +02:00
Dev & Sec
2c66c7b333 use more accurate method to calculate time interval in should_autodeploy() and should_autorenew() functions 2015-10-26 23:22:22 +00:00
Brad Warren
2bedd57aa9 Merge branch 'master' into storage_paranoia 2015-10-22 13:01:20 -07:00
Brad Warren
83a7d4d792 changes += schoen's feedback 2015-10-17 17:26:52 -07:00
Brad Warren
2adcce6b3d Delete code in storage.py 2015-10-17 13:53:22 -07:00
Brad Warren
2239ae9a68 Don't read global renewer config file 2015-10-13 18:39:23 -07:00
Brad Warren
0e6d652ce3 Move ConfigObj parsing inside of RenewableCert.__init__ 2015-10-13 18:25:31 -07:00
Brad Warren
acc44f2b65 Always delete lockfiles in _fix_symlinks 2015-10-12 21:04:40 -07:00
Brad Warren
b90827dc98 Added tests 2015-10-12 20:40:17 -07:00
Brad Warren
f8f80f5392 Added calls to recovery code 2015-10-12 18:39:17 -07:00
Brad Warren
49ba0c05e7 Added recovery function 2015-10-12 18:35:07 -07:00
Brad Warren
15cf1c1a4e Added _lockfiles 2015-10-12 18:23:12 -07:00
Brad Warren
3ee4ee0996 Added lockfiles around link update 2015-10-12 18:07:21 -07:00
Brad Warren
7a49e2bcb3 Merge branch 'master' into automation_is_enabled 2015-10-05 12:09:40 -07:00
Brad Warren
59348ad30c Made methods private and updated tests 2015-10-01 13:33:22 -07:00
Brad Warren
c976c0abdf Removed duplicated code 2015-10-01 13:03:23 -07:00
Brad Warren
6bde83c983 Fixed indentation in storage.py 2015-10-01 11:53:11 -07:00
Peter Eckersley
bde5a1fe17 Merge branch 'treat_duplicate_as_renewal' into kuba_chain 2015-09-15 17:51:58 -07:00
Seth Schoen
a38bb41856 PR cleanup 2015-09-11 13:49:26 -07:00
Seth Schoen
791825151a Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-11 00:42:35 -07:00
James Kasten
b866c2a816 Merge pull request #752 from kuba/lint
pep8 love
2015-09-11 03:37:28 -04:00
Jakub Warmuz
33c2aed021 Merge remote-tracking branch 'github/letsencrypt/master' into lint 2015-09-11 07:15:10 +00:00
James Kasten
1a5f0c434e remove source of abspath problem... not side-effect 2015-09-11 00:02:09 -07:00
James Kasten
63b0d62f7b fix #765 2015-09-10 23:46:02 -07:00
Jakub Warmuz
0275271ecd Multi cert chains (fixes #633). 2015-09-10 20:28:22 +00:00
Seth Schoen
2006c3a067 Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-08 21:02:06 -07:00
Seth Schoen
7aa9fe845a Basic fix for #411 2015-09-08 01:33:03 -07:00
Jakub Warmuz
83185e5553 pep8 letsencrypt 2015-09-06 09:20:11 +00:00
Harlan Lieberman-Berg
dc4cc23377 Fix minor spelling errors in the code. 2015-09-05 22:35:34 -04:00
James Kasten
3088a18f05 finish renewer error handling 2015-08-04 14:54:19 -07:00
James Kasten
3490935733 Generic ValueError -> CertStorageError 2015-08-04 14:45:03 -07:00
Jakub Warmuz
ad79d7c8b6 Adjust client reports to use RenewerConfiguration. Fix docs. 2015-06-12 17:43:19 +00:00
Jakub Warmuz
0b57daf473 Renewer dynamic dirs based on --config-dir/--work-dir (fixes #469). 2015-06-02 12:10:22 +00:00
Jakub Warmuz
a3d452c112 storage.config_with_defaults 2015-05-28 19:27:30 +00:00
Jakub Warmuz
a00dc88ad1 Fix renewer pr docstrings 2015-05-28 07:45:41 +00:00
Seth Schoen
b8a024b65b More generality for renewer config. (Still no CLI flags.) 2015-05-21 16:33:38 -07:00
Seth Schoen
42b3e2180a Check latest, not current cert version. Fixes #423. 2015-05-18 16:50:46 -07:00
Seth Schoen
8f25241170 Introduce proper renewer config via constants.py 2015-05-18 15:57:12 -07:00
Seth Schoen
0f64082f1d Document newly-added functions and methods 2015-05-16 21:27:06 -07:00
Seth Schoen
dd18040e47 Use getattr() instead of .__getattribute__() 2015-05-15 15:55:11 -07:00
Seth Schoen
4a100490a1 Readability improvements for storage.py 2015-05-14 17:36:30 -07:00
Seth Schoen
64d4e6249c Fix some PEP8 issues 2015-05-14 17:01:04 -07:00