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-04-13Define OS options by a dedicated object in Apache configurator (#8778)Adrien Ferrand
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
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-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2021-02-09Remove dependency on six (#8650)Brad Warren
2021-02-06Remove mock dependency (#8630)Brad Warren
2020-11-06Remove python_version setting from mypy.ini (#8426)Brad Warren
2020-09-19Use in dict rather than "in dict.keys()". Fix linting warnings about "not in"...Mads Jensen
2020-09-16certbot-compat: remove dupe random25863 nginx name (#8286)alexzorin
2020-09-10Move compatibility tests off of certbot-auto and Python 2 (#8248)Brad Warren
2020-04-15Do not require mock in Python 3 in certbot-compatibility-test module (#7899)ohemorange
2020-04-13Minor bugfixes (#7891)Karan Suthar
2020-02-14Remove useless pylint error suppression directives (#7657)Adrien Ferrand
2020-01-17Spelling and grammar fixes (#7695)Ville Skyttä
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-26Make the contents of the nginx plugin private (#7589)ohemorange
2019-11-25Make the contents of the apache plugin private (#7579)ohemorange
2019-11-15fixes #7553 (#7560)Brad Warren
2019-11-13Move configuration.py to _internal (#7542)ohemorange
2019-11-12Move constants.py to _internal (#7534)ohemorange
2019-11-01Don't use acme.test_util outside of acme. (#7484)Brad Warren
2019-04-09Update to Pylint 1.9.4 and correctionsAdrien Ferrand
2019-04-02Merge branch 'master' into pylintAdrien Ferrand
2019-03-15Remove tls-sni in compatibility tests (#6854)Adrien Ferrand
2019-02-01Remove IValidator (#6572)Brad Warren
2018-08-02Make Apache control script and binary paths configurable on command line (#6238)Joona Hoikkala
2018-05-22Get mypy passing with check_untyped_defs everywhere (#6021)Brad Warren
2018-05-16Fix Pylint upgrade issuesJames Payne
2018-03-14Fix print() and xrange() for Python 3 (#5590)cclauss
2017-12-11Use josepy instead of acme.jose. (#5203)Jannis Leidel
2017-12-04Distribution specific override functionality based on class inheritance (#5202)Joona Hoikkala
2017-06-21Fix and speed up compatibility-testsBrad Warren
2017-06-21Have validator only test domains without existing redirectsErica Portnoy
2017-06-21Test more in nginx compatibility testsSeth Schoen
2017-03-19Add mypy (#4386)dokazaki
2017-02-01Adding checking name validity to the Apache plugin (#3639)Amjad Mashaal
2017-01-27Spelling (#4101)Josh Soref
2017-01-17encode to bytes as necessary in Validator.certificate (#4026)Brad Warren
2016-09-30Allow validation of cross-domain redirects (#3561)Erica Portnoy
2016-08-11Remove code duplication to make pylint happyBrad Warren
2016-08-11Satisfying some lint complaintsSeth Schoen
2016-08-11Remove old DockerfilesBrad Warren
2016-08-11Rename apache compatibility test tarballBrad Warren
2016-08-11Add nginx compatibility test data tarballBrad Warren
2016-08-11Restart web servers before beginning testsSeth Schoen