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
2022-01-24Dns-google: update permissions needed in documentation (#9094)tJouve
2021-12-14Fully type all DNS plugins (#9125)Adrien Ferrand
2021-11-12 Add type annotations to the certbot package (part 1) (#9084)Adrien Ferrand
2021-09-10Upgrade pinned versions of certbot dependencies (josepy in particular) (#9027)Adrien Ferrand
2021-07-29Reimplement Certbot zope.interfaces into abstract base classes (#8950)Adrien Ferrand
2021-05-10Fix Sphinx builds (#8838)Adrien Ferrand
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2020-12-21Fix TTL mismatch leading to HTTP 412 (#8549)Lorenzo Fundaró
2020-12-19Flag that DNS plugins are distributed separately from Certbot (#8479)Warren White
2020-12-17Fix fetch of existing records from Google DNS (#8521)Lorenzo Fundaró
2020-12-04dns-google: improve credentials error message (#8482)alexzorin
2020-02-14Remove useless pylint error suppression directives (#7657)Adrien Ferrand
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 dns plugins (#7599)ohemorange
2019-11-25Make the contents of the DNS plugins private (#7580)ohemorange
2019-04-26Detect private DNS zones in Google and skip them until we get to a public zoneTim White
2019-04-12[Windows] Security model for files permissions - STEP 2 (#6895)Adrien Ferrand
2019-04-02Merge branch 'master' into pylintAdrien Ferrand
2018-11-28Merge branch 'master' into warnings-are-errorsErica Portnoy
2018-11-20Fixed Typo in the examples section since .ini files are not supported.Benjamin Akhras
2018-11-01warn-->warningErica Portnoy
2018-07-12s/assertEquals/assertEqualBrad Warren
2018-05-16Fix Pylint upgrade issuesJames Payne
2018-03-27Google DNS: Mock API discovery to run tests without internet connection. (#5791)Andrew Starr-Bochicchio
2018-03-08Quiet pylint (#5689)Brad Warren
2018-03-07Fallback without dns.resourceRecordSets.list permission (#5678)Brad Warren
2018-03-05Allow Google DNS plugin to write multiple TXT record values (#5652)Joona Hoikkala
2018-02-22Return str rather than bytes (#5585)Marcus LaFerrera
2017-09-25certbot-dns-google: enable automatic credential lookup on google cloud (#5117)Christian Becker
2017-06-23Finish oldest tests (#4857)Brad Warren
2017-06-09fixup! fixup! Add documentation for GoogleZach Shepherd
2017-06-09fixup! Add documentation for GoogleZach Shepherd
2017-06-09Explicitly mention the permissions warning and chmod 600Zach Shepherd
2017-06-09Add documentation for GoogleZach Shepherd
2017-06-06Use certificate instead of cert in DNS plugin descriptions (#4784)Zach Shepherd
2017-05-20DNS plugins: fix whitespace issue in authenticator pydoc (#4699)Zach Shepherd
2017-05-17Google Cloud DNS Authenticator (#4581)Zach Shepherd