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-07-20Deprecate zope.component in favor of an direct calls to functions from `certb...Adrien Ferrand
2021-07-15pylint: upgrade pinned verson and fix new lints (#8936)alexzorin
2021-07-06Bump version to 1.18.0Brad Warren
2021-07-06Release 1.17.0v1.17.01.17.xBrad Warren
2021-06-11Allow nginx parser to handle empty file (#8895)ohemorange
2021-06-11cli: improve error messages for enhance errors (#8884)alexzorin
2021-06-02Remove local-oldest-requirements files (#8863)Brad Warren
2021-06-01Bump version to 1.17.0Erica Portnoy
2021-06-01Release 1.16.0v1.16.01.16.xErica Portnoy
2021-05-28Deprecate usage of IConfig as a singleton in Certbot (#8869)Adrien Ferrand
2021-05-25apache/nginx: certbot>=1.10.0 -> 1.10.1 (#8859)alexzorin
2021-05-25Command-line UX overhaul (#8852)ohemorange
2021-05-24Upgrade pylint (#8855)Brad Warren
2021-05-04Bump version to 1.16.0Brad Warren
2021-05-04Release 1.15.0v1.15.01.15.xBrad Warren
2021-05-03fix client email address (#8817)Brad Warren
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Bump version to 1.15.0Brad Warren
2021-04-06Release 1.14.0v1.14.01.14.xBrad Warren
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
2021-04-02Upgrade to mypy 0.812 (#8748)Adrien Ferrand
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-03-10Deprecate acme.typing_magic module, stop using it in certbot (#8643)Adrien Ferrand
2021-03-03Bump version to 1.14.0Erica Portnoy
2021-03-03Release 1.13.0v1.13.01.13.xErica Portnoy
2021-02-27nginx: authenticate all matching vhosts for HTTP01 (#8663)alexzorin
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2021-02-22Removed backport of unittest.assertLogs (#8673)Mads Jensen
2021-02-09Remove dependency on six (#8650)Brad Warren
2021-02-06Remove mock dependency (#8630)Brad Warren
2021-02-02Bump version to 1.13.0Erica Portnoy
2021-02-02Release 1.12.0v1.12.01.12.xErica Portnoy
2021-01-26Drop Python 2 support (#8591)Adrien Ferrand
2021-01-25Switch oldest tests to Python 3 (#8590)Brad Warren
2021-01-05Bump version to 1.12.0Brad Warren
2021-01-05Release 1.11.0v1.11.01.11.xBrad Warren
2020-12-22Edit certs -> certificates in user-facing text. (#8541)Jacob Hoffman-Andrews
2020-12-01Bump version to 1.11.0Brad Warren
2020-12-01Release 1.10.0v1.10.0Brad Warren
2020-11-27nginx: fix Unicode crash on Python 2 (#8480)alexzorin
2020-11-19Add Python 3.9 support and tests (#8460)Brad Warren
2020-11-19Merge pull request #8444 from certbot/ecdsaBrad Warren
2020-11-13Use better asserts. Added notes to style guide. (#8451)Mads Jensen
2020-11-06Remove python_version setting from mypy.ini (#8426)Brad Warren
2020-10-06Bump version to 1.10.0Erica Portnoy
2020-10-06Release 1.9.0v1.9.01.9.xErica Portnoy
2020-09-23Convert http links to https (#8287)Cameron Steel
2020-09-16nginx: reduced CLI logging when reloading nginx (#8237)alexzorin
2020-09-11Remove deprecated `python setup.py test` call and update packager guide (#8262)Adrien Ferrand