Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-28Deprecate usage of IConfig as a singleton in Certbot (#8869)Adrien Ferrand
2021-05-25Command-line UX overhaul (#8852)ohemorange
2021-05-24Upgrade pylint (#8855)Brad Warren
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-03-23Added missing from typing imports. (#8724)Mads Jensen
2021-03-10Convert Python 2 type hints to Python 3 types annotations (#8640)Adrien Ferrand
2021-02-27nginx: authenticate all matching vhosts for HTTP01 (#8663)alexzorin
2021-02-22Removed backport of unittest.assertLogs (#8673)Mads Jensen
2021-02-09Remove dependency on six (#8650)Brad Warren
2020-11-27nginx: fix Unicode crash on Python 2 (#8480)alexzorin
2020-11-13Use better asserts. Added notes to style guide. (#8451)Mads Jensen
2020-09-16nginx: reduced CLI logging when reloading nginx (#8237)alexzorin
2020-09-09nginx: fix server_name case-sensitivity in parser (#8263)alexzorin
2020-07-27nginx: add --nginx-sleep-seconds (#8163)alexzorin
2020-04-15Do not require mock in Python 3 in nginx module (#7898)ohemorange
2020-04-13Minor bugfixes (#7891)Karan Suthar
2020-03-16Cleanup more pylint issues (#7848)Brad Warren
2020-02-25Update parser test to better assert logging outputcumul0529
2020-02-25Update comment in testdata filecumul0529
2020-02-23Add simple commentscumul0529
2020-02-23Add `TestCase.assertLogs()` backport for Python 2.7cumul0529
2020-02-23Trivial code clean-upcumul0529
2020-02-23Add logging test for `_parse_files()`cumul0529
2020-02-23Add test case for `_parse_ssl_options()`cumul0529
2020-02-23Remove `unicode_support/` path in test casecumul0529
2020-02-23Fix lint problems with long linesSeth Schoen
2020-02-23Added test for valid/invalid unicode characterscumul
2020-02-06Fixing existing testsOsirisInferi
2020-02-06Add test for $hostname parsingOsirisInferi
2019-12-11Lint certbot code on Python 3, and update Pylint to the latest version (#7551)Adrien Ferrand
2019-12-09Reorganize imports (#7616)Adrien Ferrand
2019-11-27Refactor tests out of packaged module for nginx plugin (#7606)ohemorange
2019-05-14 [Unix] Create a framework for certbot integration tests: PART 5-FINAL (#6989)Adrien Ferrand
2019-03-18Remove tls sni in nginx plugin (#6857)Adrien Ferrand
2019-03-14Remove tls-sni integration tests (#6852)Adrien Ferrand
2019-03-02Fix the Nginx configuration during integration tests (#6801)Adrien Ferrand
2019-01-30Forcibly reactivate tls-sni-01 challenges until complete removal. (#6683)Adrien Ferrand
2019-01-20Remove tls-sni-01 challenges in integration tests (#6679)Adrien Ferrand
2019-01-09[Windows|Unix] Avoid to re-execute challenges already validated (#6551)Adrien Ferrand
2018-11-06Stop preferring TLS-SNI in the Apache, Nginx, and standalone plugins (#6461)ohemorange
2018-10-15Add debugging info for Nginx tls-sni and http integration tests purposes (#6414)ohemorange
2018-06-15Separate integration coverage (#6113)Brad Warren
2018-03-28Add integration tests for nginx plugin (#5441)ohemorange
2018-01-12Implement HTTP-01 challenge for Nginx (#5414)ohemorange
2017-06-21Test additional subcommands in integration tests (#4855)Brad Warren
2016-09-26Restructure how Nginx parser re-finds vhosts, and disable creating new server...Erica Portnoy
2016-04-14s/letsencrypt/certbot letsencrypt-nginx testsBrad Warren