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

6699 Commits

Author SHA1 Message Date
Noah Swartz
b64da855a2 lint 2016-06-29 11:55:22 -07:00
Noah Swartz
395843f3f4 fix coverage 2016-06-29 11:06:18 -07:00
Noah Swartz
a9679e2c25 create regression test 2016-06-28 18:08:38 -07:00
Noah Swartz
2884a7fcb7 Merge branch 'master' into issue_2983 2016-06-28 17:57:10 -07:00
Noah Swartz
78b30539fa augeas tests 2016-06-28 17:56:31 -07:00
schoen
adeb39a7f2 Merge pull request #3218 from certbot/nginx-dirty-write-only
Only write nginx config files if they've been modified
2016-06-27 14:07:51 -07:00
schoen
eaf339632a Merge pull request #3184 from certbot/nginx-space-preservation
Nginx space preservation
2016-06-27 12:50:34 -07:00
Peter Eckersley
bdbdd826de Extra comment & concision 2016-06-27 12:50:06 -07:00
Peter Eckersley
3e9bf2f35f Tests for UnspacedList.is_dirty() 2016-06-27 12:50:06 -07:00
Peter Eckersley
6017a6cb6d Only write nginx config files if we've modified them 2016-06-27 12:44:36 -07:00
Peter Eckersley
184f54cbc7 cosmetic improvements 2016-06-27 12:36:28 -07:00
Peter Eckersley
fdbb69930b Tweak the NotImplementedError cases 2016-06-27 12:00:41 -07:00
Peter Eckersley
98d261596c Raise NotImplemented for all problematic list methods 2016-06-24 19:16:05 -07:00
Peter Eckersley
0dc4639cbf Be more explicit about range policing
(rather than doing it in some roundabout crazy way)
2016-06-24 18:56:30 -07:00
Peter Eckersley
880cb03191 Make assertions about index policing 2016-06-24 18:50:18 -07:00
Peter Eckersley
236e3e611a Merge pull request #3208 from certbot/how2plugin
Better document plugins and reversion
2016-06-24 16:54:15 -07:00
Peter Eckersley
fbde8eff18 Merge pull request #3209 from certbot/remove-a-word
Fix typo
2016-06-24 16:53:33 -07:00
Peter Eckersley
6a938f2ee7 Fix docstring nit 2016-06-24 16:52:02 -07:00
Peter Eckersley
8f0a5fdc66 Fix a bug in the new index calculations 2016-06-24 16:48:30 -07:00
Peter Eckersley
20b92a3c1f Add some test coverage 2016-06-24 16:48:22 -07:00
Noah Swartz
d67bc67681 add self 2016-06-24 16:17:09 -07:00
Peter Eckersley
9da533d92e Be more succinct 2016-06-24 16:13:12 -07:00
Noah Swartz
07fb5dd9cc escape and unescape augeas 2016-06-24 15:55:51 -07:00
Peter Eckersley
e415a4d402 For now, instead, consider this NotImplemented 2016-06-24 14:36:23 -07:00
Peter Eckersley
ad13b525b2 For reference, a buggy attempt to implement slicing
but slice assignment seems to mangle the .spaced list in some cases
2016-06-24 14:35:42 -07:00
Peter Eckersley
6930523c14 Refactor to simplify indenation handling 2016-06-23 17:59:26 -07:00
Brad Warren
bac988a404 Fix typo 2016-06-23 17:24:05 -07:00
Brad Warren
02c61cffb7 Consistent capitialization with installer 2016-06-23 17:17:17 -07:00
Brad Warren
7aa6becc5b Suggest reverter for installers 2016-06-23 17:16:58 -07:00
Brad Warren
7e5e016982 Document that only save should make checkpoints 2016-06-23 17:10:03 -07:00
schoen
fd35ca5be4 Merge pull request #3207 from vszakats/patch-1
cli-help: fix spelling
2016-06-23 17:09:11 -07:00
Brad Warren
38feb37d3e Further document reverter 2016-06-23 17:03:01 -07:00
Peter Eckersley
2daa081402 Merge pull request #3204 from certbot/nginx-reversion
Fix Nginx reversion
2016-06-23 16:29:10 -07:00
Brad Warren
cb441606d5 Explictly state assumptions made by certbot 2016-06-23 16:14:34 -07:00
Viktor Szakats
3178a9f0f3 cli-help: fix spelling 2016-06-24 00:24:53 +02:00
Peter Eckersley
a29c6e3102 Try simplifying handling of spacey sublists
- this was causing test failures but they may all have been fixed by other
   changes...
2016-06-23 14:06:32 -07:00
Brad Warren
9514221a6d Merge pull request #3174 from jsachs/log-renewal
Log new cert and cert renewal
2016-06-23 13:44:46 -07:00
Peter Eckersley
db66050a7a Make atomicity comment more accurate 2016-06-23 11:41:31 -07:00
Peter Eckersley
85769844f2 Merge pull request #3191 from joohoi/centos_listen
Don't add wildcard listen if user has more specific configuration
2016-06-23 11:26:05 -07:00
Peter Eckersley
4ef7131a4b Name all of nginxparser's magic regexps 2016-06-23 11:06:11 -07:00
Jacob Sachs
230b09bb15 add logging for keeping existing cert 2016-06-23 08:23:27 -04:00
Brad Warren
975599e9ca Remove bad save in nginx perform 2016-06-22 18:25:09 -07:00
Peter Eckersley
26fdc4683b Merge remote-tracking branch 'origin/master' into nginx-space-preservation 2016-06-22 16:39:27 -07:00
Brad Warren
9b14be3a96 Merge pull request #3196 from certbot/explain-missing-replay-nonce
Explain the most likely cause of a missing replay nonce error
2016-06-22 15:56:01 -07:00
Peter Eckersley
24cc6b208a Avoid newline 2016-06-22 15:24:33 -07:00
Brad Warren
ae9f4dfffc Merge pull request #3199 from certbot/less-warnings
Remove warning about nginx options file
2016-06-22 15:21:00 -07:00
Peter Eckersley
e95faa3630 Merge pull request #3201 from domcleal/2050-augeas-continued-comment
Merge Augeas fix for comment line continuations
2016-06-22 14:36:07 -07:00
Dominic Cleal
1caf3e9935 Merge Augeas fix for comment line continuations
From 64189250e2

Fixes #2050
2016-06-22 10:00:31 +01:00
Peter Eckersley
7ea0ce5a17 Remove warning about nginx options file
- This would be a security issue if we ran as setuid root at the request of
   non-privileged users, but we don't
2016-06-21 15:34:26 -07:00
Peter Eckersley
098d23ac98 Comment a couple of things 2016-06-21 15:33:57 -07:00