Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
d3b74f41e0cbfd603d69f722c3cd99f973e05a2a | 440 | 2021-03-23 21:33:47+01:00 | -3,600 | ['1d7ddb0c0c1b587d56c6cce1d45ae1edceed7254'] | Added missing from typing imports. (#8724) | [{'old_path': 'acme/tests/client_test.py', 'new_path': 'acme/tests/client_test.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ import datetime\n import http.client as http_client\n import json\n import unittest\n+from typing import Dict\n from unittest import mock\n \n import josepy as jose\n'}, {'o... | Python |
f90e93134c94aeef0ffad19bd66752a865201d96 | 288 | 2021-03-24 10:29:12-07:00 | 25,200 | ['d3b74f41e0cbfd603d69f722c3cd99f973e05a2a'] | Upgrade cryptography to 3.4.6 (#8730)
* Upgrade cryptography to 3.4.6
* Fix comment with instructions for how to use hashin
* run tools/rebuild_certbot_constraints.py
* add deps for building cryptography in snaps
* Update cryptography build dependencies for docker
* Update sources for test farm tests
... | [{'old_path': 'snap/snapcraft.yaml', 'new_path': 'snap/snapcraft.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,7 +70,15 @@ parts:\n - python3-pkg-resources\n - python3.8-minimal\n # To build cryptography and cffi if needed\n- build-packages: [gcc, libffi-dev, libssl-dev, git, libaugeas... | Python |
0480959893e173ae45678d76a510dde8f92d0f96 | 225 | 2021-03-24 11:50:34-07:00 | 25,200 | ['f90e93134c94aeef0ffad19bd66752a865201d96'] | use pip in test_sdists.sh (#8737) | [{'old_path': 'tests/letstest/scripts/test_sdists.sh', 'new_path': 'tests/letstest/scripts/test_sdists.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,31 +9,31 @@ VENV_PATH=venv\n . $BOOTSTRAP_SCRIPT\n \n # setup venv\n-# We strip the hashes because the venv creation script includes unhashed\n-# constraints i... | Python |
74f6f734c8100385e395057082acee2926f9a5a9 | 225 | 2021-03-25 08:00:47+11:00 | 25,200 | ['0480959893e173ae45678d76a510dde8f92d0f96'] | remove outdated comment (#8736) | [{'old_path': 'tools/docker/core/Dockerfile', 'new_path': 'tools/docker/core/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,10 +27,6 @@ RUN apk add --no-cache --virtual .certbot-deps \\\n binutils\n \n # Install certbot from sources\n-#\n-# We don't use tools/pip_install.py below so the hash... | Python |
8d8b35b7c0dfe43e997f4bad6c94783508e79251 | 225 | 2021-03-24 15:55:30-07:00 | 25,200 | ['74f6f734c8100385e395057082acee2926f9a5a9'] | update requirements (#8739) | [{'old_path': 'tests/letstest/requirements.txt', 'new_path': 'tests/letstest/requirements.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,23 +1,22 @@\n-awscli==1.18.88\n-bcrypt==3.1.7\n-boto3==1.14.11\n-botocore==1.17.11\n-cffi==1.14.0\n+awscli==1.19.36\n+bcrypt==3.2.0\n+boto3==1.17.36\n+botocore==1.20.36\n+... | Python |
fd62a091973a9beeac721d53249dd4a9d9663269 | 288 | 2021-03-24 16:19:54-07:00 | 25,200 | ['8d8b35b7c0dfe43e997f4bad6c94783508e79251'] | dump test farm failure logs (#8740) | [{'old_path': 'tests/letstest/multitester.py', 'new_path': 'tests/letstest/multitester.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -496,12 +496,17 @@ def main():\n outputs = [outq for outq in iter(outqueue.get, SENTINEL)]\n outputs.sort(key=lambda x: x[0])\n failed = False\n+ r... | Python |
fa25d8356d8b5ae3c454f13ccd3e1d371d873f75 | 288 | 2021-03-24 16:58:15-07:00 | 25,200 | ['fd62a091973a9beeac721d53249dd4a9d9663269'] | Remove references to certbot-auto and letsencrypt-auto that we don't need for the final release (#8738)
Fixes #8661.
As mentioned in https://github.com/certbot/certbot/issues/8661#issuecomment-806168214, there are quite a few remaining references, but until we modify the release script, we still need those. The cha... | [{'old_path': 'certbot/certbot/_internal/cli/__init__.py', 'new_path': 'certbot/certbot/_internal/cli/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,9 +14,6 @@ from certbot._internal.cli.cli_constants import COMMAND_OVERVIEW\n from certbot._internal.cli.cli_constants import DEPRECATED_OPTIONS\n fro... | Python |
018efc241c7fd219b8c3b4d7a52e4c365850060d | 166 | 2021-03-25 14:38:34-07:00 | -3,600 | ['fa25d8356d8b5ae3c454f13ccd3e1d371d873f75'] | Split snap build over three Azure jobs (one per architecture) (#8731)
Fixes #8700
Now that `snapcraft remote-build` truly uses new builds for each call, we can split the builds to have a dedicated Azure job for each target architecture. This PR does that.
* Split snap_build job on each architecture
* Also pa... | [{'old_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -116,13 +116,17 @@ jobs:\n - job: snaps_build\n pool:\n vmImage: ubuntu-18.04\n- timeoutInMinutes: 0\n- variables:\n+ ... | Python |
f4fc3e636d295776f0e6be53763f401e1cf4c41e | 225 | 2021-03-26 07:51:59+01:00 | 25,200 | ['018efc241c7fd219b8c3b4d7a52e4c365850060d'] | Redo the majority of Certbot's pinning system (#8741)
* add initial pyproject.toml
* add extra dependencies
* add simple bash script
* polish
* reuse pipstrap
* add requirements.txt
* temporarily remove hashin dep
* Switch to requirements.txt
* remove hashin check
* update requirements.txt again
* remove unn... | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@ dist*/\n letsencrypt.log\n certbot.log\n letsencrypt-auto-source/letsencrypt-auto.sig.lzma.base64\n+poetry.lock\n \n # coverage\n .coverage\n'}, {'old_path': 'certbot/setup.py', 'new_path': 'certbot/se... | Python |
8759ccaecb69ea93c5b3c95f6af71bb9130117b1 | 288 | 2021-03-29 13:56:08-07:00 | 25,200 | ['f4fc3e636d295776f0e6be53763f401e1cf4c41e'] | Update issue template to list snap as an installation option (#8754) | [{'old_path': 'ISSUE_TEMPLATE.md', 'new_path': 'ISSUE_TEMPLATE.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ questions.\n ## My operating system is (include version):\n \n \n-## I installed Certbot with (certbot-auto, OS package manager, pip, etc):\n+## I installed Certbot with (snap, OS package m... | Python |
24fd4121cfe97478041bd91b654b62b193c7868f | 225 | 2021-03-31 12:41:29-07:00 | 25,200 | ['8759ccaecb69ea93c5b3c95f6af71bb9130117b1'] | use snapcraft login (#8756) | [{'old_path': '.azure-pipelines/templates/stages/deploy-stage.yml', 'new_path': '.azure-pipelines/templates/stages/deploy-stage.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,8 +63,7 @@ stages:\n secureFile: snapcraft.cfg\n - bash: |\n set -e\n- mkdir -p .... | Python |
1ea588d504b7fe413a2b3cb5aed28724cef62a05 | 225 | 2021-03-31 12:42:42-07:00 | 25,200 | ['24fd4121cfe97478041bd91b654b62b193c7868f'] | increase ARM build timeout (#8757) | [{'old_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,9 @@ jobs:\n DOCKER_ARCH: arm32v6\n arm64v8:\n DOCKER_ARCH: arm64v8\n+ # The default time... | Python |
fea0b4e2e5458b0135b3d02791e2152a3ccd3d6f | 166 | 2021-04-01 13:57:03-07:00 | -7,200 | ['1ea588d504b7fe413a2b3cb5aed28724cef62a05'] | Pin pynsist (#8749)
* Pin pynsist
* Update dependencies
* Set windows installer a proper python project
* Optimize usage of the venvs
* Add windows-installer when venv is set up
* Fix call
* Remove env marker | [{'old_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,7 +62,13 @@ jobs:\n versionSpec: 3.8\n architecture: x86\n addToPath: true\n- - script: python wi... | Python |
8a84c88fee4cecec14e63658e283a3e6834a2864 | 166 | 2021-04-02 10:37:19-07:00 | -7,200 | ['fea0b4e2e5458b0135b3d02791e2152a3ccd3d6f'] | Remove wheel hack in windows installer construction script (#8752)
In #8649 we added some code to trick pynsist and make it understand that `abi3` wheels for Windows are forward compatible, meaning that the cryptography wheel tagged `cp36-abi3` is in fact compatible with Python 3.6+, and not only Python 3.6.
Since ... | [{'old_path': 'tools/dev_constraints.txt', 'new_path': 'tools/dev_constraints.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,10 +83,10 @@ PyGithub==1.52\n Pygments==2.2.0\n pyjwt==1.7.1\n pylint==2.4.3\n+pynacl==1.3.0\n # If pynsist version is upgraded, our NSIS template windows-installer/template.nsi\n # ... | Python |
28fac893f4929e9a49f23291c42f74b1aef5665c | 225 | 2021-04-02 10:37:40-07:00 | 25,200 | ['8a84c88fee4cecec14e63658e283a3e6834a2864'] | add and update pynsist template comments (#8759) | [{'old_path': 'windows-installer/assets/template.nsi', 'new_path': 'windows-installer/assets/template.nsi', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n-; This NSIS template is based on the built-in one in pynsist 2.6.\n+; This NSIS template is based on the built-in one in pynsist 2.7.\n ; Added lin... | Python |
584a1a3ecee8c48721167a5d4e25d8726167162b | 225 | 2021-04-02 10:37:48-07:00 | 25,200 | ['28fac893f4929e9a49f23291c42f74b1aef5665c'] | simplify setup.py (#8760)
I recently noticed that we only support versions of `setuptools` that support environment markers which allows us to simplify our `setup.py` files a bit. | [{'old_path': 'certbot-ci/setup.py', 'new_path': 'certbot-ci/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,13 @@ from setuptools import setup\n \n version = \'0.32.0.dev0\'\n \n+# setuptools 36.2+ is needed for support for environment markers\n+min_setuptools_version=\'36.2\'\n+# This conditional... | Python |
06a53cb7df4a9551bf1d087bb221089d596b357a | 166 | 2021-04-02 11:54:40-07:00 | -7,200 | ['584a1a3ecee8c48721167a5d4e25d8726167162b'] | Upgrade to mypy 0.812 (#8748)
Fixes #8425
This PR upgrades mypy to the latest version available, 0.812.
Given the advanced type inference capabilities provided by this newer version, this PRs also fixes various type inconsistencies that are now detected. Here are the non obvious changes done to fix types:
* typ... | [{'old_path': '.azure-pipelines/templates/jobs/standard-tests-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/standard-tests-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,13 +40,13 @@ jobs:\n IMAGE_NAME: ubuntu-18.04\n PYTHON_VERSION: 3.9\n TOXENV: py39-cover\n- ... | Python |
2622a700e0a83e0de0994c970929b624b98dad40 | 225 | 2021-04-02 16:19:30-07:00 | 25,200 | ['06a53cb7df4a9551bf1d087bb221089d596b357a'] | Update a few type ignore comments (#8767)
Some are no longer needed and other's comments are out of date.
For the changes to the acme nonce errors, `Exception` doesn't take kwargs. The error message about this our own classes isn't super helpful:
```
In [2]: BadNonce('nonce', 'error', foo='bar') ... | [{'old_path': 'acme/acme/errors.py', 'new_path': 'acme/acme/errors.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,13 +28,8 @@ class NonceError(ClientError):\n \n class BadNonce(NonceError):\n """Bad nonce error."""\n- def __init__(self, nonce, error, *args, **kwargs):\n- # MyPy complains here ... | Python |
69479b72771fceabc3caa93152c8b2e1a7d1ae6b | 225 | 2021-04-05 10:42:18-07:00 | 25,200 | ['2622a700e0a83e0de0994c970929b624b98dad40'] | use standard errno (#8768)
We were originally using `socket.errno` with a `type: ignore` and a comment suggesting that this attribute needs to be included in the typeshed. This is incorrect.
While it's true that [socket imports errno](https://github.com/python/cpython/blob/43682f1e39a3c61f0e8a638b887bcdcbfef766c5/L... | [{'old_path': 'certbot/certbot/_internal/plugins/standalone.py', 'new_path': 'certbot/certbot/_internal/plugins/standalone.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,8 @@\n """Standalone Authenticator."""\n import collections\n+import errno\n import logging\n import socket\n-# https://github.com/pyt... | Python |
33f177b361bfa5938da0c726dc3ee7582faf878e | 225 | 2021-04-05 11:15:09-07:00 | 25,200 | ['69479b72771fceabc3caa93152c8b2e1a7d1ae6b'] | Upgrade Python to 3.8.9. (#8775)
Over the weekend, Python released new versions of Python 3.8 and Python 3.9 partially in response to the OpenSSL CVEs discussed at https://github.com/certbot/certbot/pull/8741#issuecomment-809644789. You can see this mentioned in their changelog at https://docs.python.org/release/3.8.9... | [{'old_path': 'windows-installer/windows_installer/construct.py', 'new_path': 'windows-installer/windows_installer/construct.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,7 @@ import subprocess\n import sys\n import time\n \n-PYTHON_VERSION = (3, 8, 8)\n+PYTHON_VERSION = (3, 8, 9)\n PYTHON_BITNESS = 32... | Python |
0f9f902b6eb32bab609922cdcc78649d78c7b7c0 | 166 | 2021-04-05 11:53:57-07:00 | -7,200 | ['33f177b361bfa5938da0c726dc3ee7582faf878e'] | Use typing-extensions to ensure certbot dev environment is compatible with Python 3.6/3.7 (#8776)
Fixes #8773
I took option 2 from the issue mentionned above (importing `typing-extensions` on dev dependencies) to avoid modifying certbot runtime requirements given that what needs to be added is useful for mypy only.... | [{'old_path': 'certbot/certbot/plugins/dns_test_common.py', 'new_path': 'certbot/certbot/plugins/dns_test_common.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ from certbot.tests import acme_util\n from certbot.tests import util as test_util\n \n if typing.TYPE_CHECKING:\n- from typing import ... | Python |
c438a397a01659912060e2e4606cb9262f40d29d | 166 | 2021-04-05 15:04:21-07:00 | -7,200 | ['0f9f902b6eb32bab609922cdcc78649d78c7b7c0'] | Enable mypy strict mode (#8766)
Built on top of #8748, this PR reenables mypy strict mode and adds the appropriate corrections to pass the types checks.
* Upgrade mypy
* First step for acme
* Cast for the rescue
* Fixing types for certbot
* Fix typing for certbot-nginx
* Finalize type fixes, configur... | [{'old_path': 'certbot-apache/certbot_apache/_internal/configurator.py', 'new_path': 'certbot-apache/certbot_apache/_internal/configurator.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,7 @@ from typing import cast\n from typing import DefaultDict\n from typing import Dict\n from typing import List\n+... | Python |
a12d91aef6c48765b1783f0741f55202343d7a9b | 181 | 2021-04-06 00:50:12+02:00 | -36,000 | ['c438a397a01659912060e2e4606cb9262f40d29d'] | fix various fd leaks (#8747)
* fix various fd leaks
* use context manager for display provider | [{'old_path': 'certbot/certbot/_internal/main.py', 'new_path': 'certbot/certbot/_internal/main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,9 @@\n import functools\n import logging.handlers\n import sys\n+from contextlib import contextmanager\n+from typing import Generator\n+from typing import IO\n fr... | Python |
f15d10abc827b59d06418926621cd26abfcf8534 | 225 | 2021-04-05 16:02:14-07:00 | 25,200 | ['a12d91aef6c48765b1783f0741f55202343d7a9b'] | Update Dockerfile-dev (#8774)
* switch Dockerfile-dev to Ubuntu Focal
* Make apt noninteractive
* add --no-install-recommends | [{'old_path': 'Dockerfile-dev', 'new_path': 'Dockerfile-dev', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n # This Dockerfile builds an image for development.\n-FROM debian:buster\n+FROM ubuntu:focal\n \n # Note: this only exposes the port to other docker containers.\n EXPOSE 80 443\n@@ -8,8 +8,9 @@ ... | Python |
1b6e4028dcc01ae8f23d83393626e8dbde85fd28 | 224 | 2021-04-06 10:17:01-07:00 | 25,200 | ['f15d10abc827b59d06418926621cd26abfcf8534'] | Update changelog for 1.14.0 release | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.14.0 - master\n+## 1.14.0 - 2021-04-06\n \n ### Added\n \n'}] | Python |
21be290e24ff19b3ae062c6aed3b03deda7e775a | 224 | 2021-04-06 10:24:34-07:00 | 25,200 | ['bf40b81b5abcc4fef0f61770310bd56b529fa27f'] | Add contents to certbot/CHANGELOG.md for next version | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.15.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou... | Python |
459a254aea3a9a5a6ac9f069ba446d93ce307a5c | 225 | 2021-04-07 14:52:15-07:00 | 25,200 | ['c21f277248685277fe2b30bd9595dc5c2f065b91'] | Improve tools/snap/build_remote.py output (#8780)
I think this PR improves tools/snap/build_remote.py's output in a number of ways such as:
* Logs of snap builds were being deleted because they weren't being copied out of the temporary directory added in https://github.com/certbot/certbot/pull/8719.
* The lock sho... | [{'old_path': 'tools/snap/build_remote.py', 'new_path': 'tools/snap/build_remote.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n #!/usr/bin/env python3\n import argparse\n import datetime\n+import functools\n import glob\n from multiprocessing import Manager\n from multiprocessing import Pool\n@@ ... | Python |
7f9857a81b7064d767f694e033b29dc4bb942406 | 225 | 2021-04-08 13:04:51-07:00 | 25,200 | ['459a254aea3a9a5a6ac9f069ba446d93ce307a5c'] | Use Python 3 style super (#8777)
This is one of the things that newer versions of `pylint` complains about.
* git grep -l super\( | xargs sed -i 's/super([^)]*)/super()/g'
* fix spacing | [{'old_path': 'acme/acme/challenges.py', 'new_path': 'acme/acme/challenges.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ class Challenge(jose.TypedJSONObjectWithFields):\n @classmethod\n def from_json(cls, jobj):\n try:\n- return super(Challenge, cls).from_json(jobj)\n... | Python |
06bece36de0898c7cf22046ddc140c7dd5bcc8f5 | 225 | 2021-04-09 14:34:50-07:00 | 25,200 | ['7f9857a81b7064d767f694e033b29dc4bb942406'] | Ensure that mock is pinned (#8786)
* List mock as a dependency in pyproject.toml
* Add a code comment to help us remember to remove it when we can
* Run pin.sh | [{'old_path': 'certbot/certbot/tests/util.py', 'new_path': 'certbot/certbot/tests/util.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,9 @@ from certbot.compat import os\n from certbot.display import util as display_util\n \n try:\n+ # When we remove this deprecated import, we should also remove the... | Python |
e33090f2827558962984e0fa6cd16e653307f412 | 225 | 2021-04-12 13:36:38-07:00 | 25,200 | ['06bece36de0898c7cf22046ddc140c7dd5bcc8f5'] | Fix homebrew (#8791)
The macOS tests run on this PR would fail without this change.
* brew update
* add link to upstream issue | [{'old_path': '.azure-pipelines/templates/steps/tox-steps.yml', 'new_path': '.azure-pipelines/templates/steps/tox-steps.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1,10 @@\n steps:\n+ # We run brew update because we've seen attempts to install an older version\n+ # of a package fail. See\n+ # https... | Python |
0dbe17bbd48b97d41754b9618c302ab3c4aa1421 | 166 | 2021-04-13 11:18:49-07:00 | -7,200 | ['e33090f2827558962984e0fa6cd16e653307f412'] | Define OS options by a dedicated object in Apache configurator (#8778)
In https://github.com/certbot/certbot/pull/8748#discussion_r605457670 we discussed about changing the dict used to set OS options for Apache configurators into a dedicated object.
* Create _OsOptions class to configure the os specific options of... | [{'old_path': 'certbot-apache/certbot_apache/_internal/configurator.py', 'new_path': 'certbot-apache/certbot_apache/_internal/configurator.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,6 @@ import logging\n import re\n import socket\n import time\n-from typing import cast\n from typing import DefaultDi... | Python |
4a404e2a4a251442240896cc985e311f13e283d5 | 325 | 2021-04-14 15:36:14-07:00 | -7,200 | ['0dbe17bbd48b97d41754b9618c302ab3c4aa1421'] | Expand manual DNS challenge instructions to include mention of propagation time and tool to check this (#8770)
* Expand manual DNS challenge instructions
* Less jargon
Co-authored-by: ohemorange <ebportnoy@gmail.com>
* Less is more
Co-authored-by: ohemorange <ebportnoy@gmail.com>
* Make more clear where... | [{'old_path': 'certbot/certbot/_internal/plugins/manual.py', 'new_path': 'certbot/certbot/_internal/plugins/manual.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,13 +43,30 @@ class Authenticator(common.Plugin):\n \'$CERTBOT_REMAINING_CHALLENGES will be equal to the number of challenges that \'\n ... | Python |
fb967fda1532222c555a550c88303f02026e0bb1 | 225 | 2021-04-20 12:12:45-07:00 | 25,200 | ['4a404e2a4a251442240896cc985e311f13e283d5'] | pin cython (#8794) | [{'old_path': 'tools/pinning/pyproject.toml', 'new_path': 'tools/pinning/pyproject.toml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,13 @@ acme = {path = "../../acme", extras = ["dev", "docs"]}\n windows-installer = {path = "../../windows-installer"}\n \n # Extra dependencies\n+# As of writing this, cy... | Python |
9292666b28e0f4159dd4096265e69a58c9930677 | 225 | 2021-04-22 08:55:05+10:00 | 25,200 | ['fb967fda1532222c555a550c88303f02026e0bb1'] | fix ciphers link (#8799) | [{'old_path': 'certbot/docs/ciphers.rst', 'new_path': 'certbot/docs/ciphers.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,11 @@\n+..\n+ Sphinx complains that this file isn't included in any toctree, however, we\n+ currently link to it in the section about installing Certbot through Docker.\n+ Setti... | Python |
e4f5aced1cfddaba4e6816fbafa345b4b6eb9992 | 181 | 2021-04-22 12:38:18-07:00 | -36,000 | ['9292666b28e0f4159dd4096265e69a58c9930677'] | docs: add certbot-dns-azure third-party plugin (#8796) | [{'old_path': 'certbot/docs/using.rst', 'new_path': 'certbot/docs/using.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -284,6 +284,7 @@ dns-ispconfig_ Y N DNS Authentication using ISPConfig as DNS server\n dns-clouddns_ Y N DNS Authentication using CloudDNS API\n dns-lightsail_ Y N ... | Python |
32247b3c89cb44b87f764a21e6deda9168431dec | 288 | 2021-04-22 13:37:46-07:00 | 25,200 | ['e4f5aced1cfddaba4e6816fbafa345b4b6eb9992'] | Remove modifications to certbot-auto from the release script (#8797)
Fixes #8707.
* Remove modifications to certbot-auto from the release script
* Update tools/_release.sh
* Delete tools/eff-pubkey.pem
Co-authored-by: Brad Warren <bmw@users.noreply.github.com> | [{'old_path': 'tools/_release.sh', 'new_path': 'tools/_release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,9 +30,6 @@ echo Releasing production version "$version"...\n nextversion="$2"\n RELEASE_BRANCH="candidate-$version"\n \n-if [ "$RELEASE_OPENSSL_PUBKEY" = "" ] ; then\n- RELEASE_OPENSSL_PUBKEY="`r... | Python |
c06e40dbefadb95c3441af444c552926c5f6c5dd | 225 | 2021-04-26 13:50:10-07:00 | 25,200 | ['32247b3c89cb44b87f764a21e6deda9168431dec'] | Update certbot-auto modification checks (#8805)
* revert changes to letsencrypt-auto-source/le-auto
* update modification tests | [{'old_path': '.azure-pipelines/templates/jobs/standard-tests-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/standard-tests-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,6 +56,8 @@ jobs:\n apache-compat:\n IMAGE_NAME: ubuntu-18.04\n TOXENV: apache_compat\n+ ... | Python |
ba912018f8507e190b5a90611c91201d952efdb9 | 288 | 2021-04-26 15:18:05-07:00 | 25,200 | ['c06e40dbefadb95c3441af444c552926c5f6c5dd'] | Remove pytest run from release script (#8810)
Fixes #8802.
Also removed the unused `kgs` cruft while I was here, since it's leftover from the [initial release commit](https://github.com/certbot/certbot/commit/3c08b512c3b546528880a1353f6b8607307533a3) and I'm pretty sure we don't use that anymore. | [{'old_path': 'tools/_release.sh', 'new_path': 'tools/_release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -177,23 +177,6 @@ cd ~-\n CERTBOT_DOCS=1 certbot --help all > certbot/docs/cli-help.txt\n jws --help > acme/docs/jws-help.txt\n \n-cd ..\n-# freeze before installing anything else, so that we know end-u... | Python |
ac3edc2c1d4ca1098a7d6517f12688e378f965b3 | 225 | 2021-04-26 15:47:49-07:00 | 25,200 | ['ba912018f8507e190b5a90611c91201d952efdb9'] | don't ignore kgs (#8811) | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,6 @@\n build/\n dist*/\n /venv*/\n-/kgs/\n /.tox/\n /releases*/\n /log*\n'}] | Python |
f339d23e54e88e7568251e9436281506b19ac86f | 288 | 2021-04-27 15:27:21-07:00 | 25,200 | ['ac3edc2c1d4ca1098a7d6517f12688e378f965b3'] | Remove further references to certbot-auto in the repo (#8814)
* Move version.py to tests/letstest since it's used by test_sdists.sh
* Delete unused components of certbot-auto
* Remove test_leauto_upgrades.sh and references to it
* Remove test_letsencrypt_auto_certonly_standalone.sh and references to it
* R... | [{'old_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,12 +85,6 @@ jobs:\n IMAGE_NAME: macOS-10.15\n PYTHON_VERSION: 3.8\n TOXENV: test-farm-apache... | Python |
2cf177586497724f0eebbbe85cfcb9432f6963cf | 440 | 2021-04-29 10:45:08+10:00 | -7,200 | ['f339d23e54e88e7568251e9436281506b19ac86f'] | Update assertTrue/False to Python 3 precise asserts (#8792)
* Update assertTrue/False to Python 3 precise asserts
* Fix test failures
* Fix test failures
* More replacements
* Update to Python 3 asserts in acme-module
* Fix Windows test failure
* Fix failures
* Fix test failure
* More replaceme... | [{'old_path': 'acme/tests/challenges_test.py', 'new_path': 'acme/tests/challenges_test.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -292,7 +292,7 @@ class TLSALPN01ResponseTest(unittest.TestCase):\n \n def test_gen_verify_cert_gen_key(self):\n cert, key = self.response.gen_cert(self.domain)\n- ... | Python |
d3d9a05826af027b31de5cb60948dafbf6597873 | 225 | 2021-05-03 12:38:54-07:00 | 25,200 | ['2cf177586497724f0eebbbe85cfcb9432f6963cf'] | fix client email address (#8817)
client-dev@letsencrypt.org is no longer used by the Certbot team so this PR updates the email address in our packages to our current mailing list. | [{'old_path': 'acme/setup.py', 'new_path': 'acme/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,7 @@ setup(\n description=\'ACME protocol implementation in Python\',\n url=\'https://github.com/letsencrypt/letsencrypt\',\n author="Certbot Project",\n- author_email=\'client-dev@lets... | Python |
dd0e590de3095097832051756d13850bf1561d8e | 225 | 2021-05-03 17:42:30-07:00 | 25,200 | ['d3d9a05826af027b31de5cb60948dafbf6597873'] | Make a test farm tests package (#8821)
Fixes https://github.com/certbot/certbot/issues/8781.
This PR makes our test farm tests into a normal package so it and its dependencies can be tracked and installed like our other packages.
Other noteworthy changes in this PR:
* Rather than continuing to place logs in y... | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,12 +30,6 @@ tags\n # auth --cert-path --chain-path\n /*.pem\n \n-# letstest\n-tests/letstest/letest-*/\n-tests/letstest/*.pem\n-tests/letstest/venv/\n-tests/letstest/venv3/\n-\n .venv\n \n # pytest cache\n'}, {'o... | Python |
bb6a076fda04fb26458b9e856878edfba292307a | 224 | 2021-05-04 11:48:09-07:00 | 25,200 | ['dd0e590de3095097832051756d13850bf1561d8e'] | Update changelog for 1.15.0 release | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.15.0 - master\n+## 1.15.0 - 2021-05-04\n \n ### Added\n \n'}] | Python |
484309ed954bdca735cac08b2527ae98530abe42 | 224 | 2021-05-04 11:50:12-07:00 | 25,200 | ['67e3c5474447a20fb8a574be8745c4b2dac0d480'] | Add contents to certbot/CHANGELOG.md for next version | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.16.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou... | Python |
934de48d44e431b01dcf750de88d24ca740119d5 | 225 | 2021-05-05 15:49:06-07:00 | 25,200 | ['e39c7b5233f9a53c22adab6236b20cb116a5c119'] | fix typo (#8828) | [{'old_path': 'certbot-ci/snap_integration_tests/dns_tests/test_main.py', 'new_path': 'certbot-ci/snap_integration_tests/dns_tests/test_main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -44,4 +44,4 @@ def test_dns_plugin_install(dns_snap_path):\n 'certbot:certbot-metadata'])\n subprocess.c... | Python |
7eae058af595f526b42031c646b1febebdcffeca | 225 | 2021-05-07 13:10:02-07:00 | 25,200 | ['934de48d44e431b01dcf750de88d24ca740119d5'] | Remove OS instructions (#8833)
Fixes https://github.com/certbot/certbot/issues/8832.
[These instructions are creating confusion among users](https://github.com/certbot/certbot/issues/8832) and [frustration among packagers](https://pagure.io/fesco/issue/2570) for whom the warning at the top of the OS packaging secti... | [{'old_path': 'certbot/docs/install.rst', 'new_path': 'certbot/docs/install.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -125,117 +125,6 @@ of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`.\n .. _Docker: https://docker.com\n .. _`install Docker`: https://docs.docker.com/engine/installation/\n \n... | Python |
b0552e1939a8a120bf65a1c7caaaebc45b10f040 | 166 | 2021-05-10 12:11:31-07:00 | -7,200 | ['7eae058af595f526b42031c646b1febebdcffeca'] | Fix Sphinx builds (#8838)
Since Saturday the CI pipeline is failing due to several Sphinx errors. See https://dev.azure.com/certbot/certbot/_build/results?buildId=3928&view=logs&j=d74e04fe-9740-597d-e9fa-1d0400037dfd&t=dde413a4-f24c-59a0-9684-e33d79f9aa02
First, the build of certbot-dns-google is failing because of... | [{'old_path': '.azure-pipelines/templates/steps/sphinx-steps.yml', 'new_path': '.azure-pipelines/templates/steps/sphinx-steps.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ steps:\n do\n echo ""\n echo "##[group]Building $doc_path"\n- pip install -q -e $doc_path/..[doc... | Python |
c788820f5dd9fefd3234c42e658d86b54eb06539 | 225 | 2021-05-10 14:32:37-07:00 | 25,200 | ['b0552e1939a8a120bf65a1c7caaaebc45b10f040'] | Fix sphinx followup (#8841)
I think we should use our `pip_install*` scripts wherever we can and I'm not quite sure yet if I'd call `repoze.sphinx.autointerface` unmaintained.
* use pip_install_editable
* update sphinx comment | [{'old_path': '.azure-pipelines/templates/steps/sphinx-steps.yml', 'new_path': '.azure-pipelines/templates/steps/sphinx-steps.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ steps:\n do\n echo ""\n echo "##[group]Building $doc_path"\n- pip install -q -e $doc_path/..[doc... | Python |
c48adc57538f15baf98ef14ea86550015709838c | 181 | 2021-05-11 01:03:35+02:00 | -36,000 | ['c788820f5dd9fefd3234c42e658d86b54eb06539'] | docker: delete CARGO_HOME (#8839) | [{'old_path': 'tools/docker/core/Dockerfile', 'new_path': 'tools/docker/core/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,4 +39,5 @@ RUN apk add --no-cache --virtual .build-deps \\\n && python tools/pip_install.py --no-cache-dir \\\n --editable src/acme \\\n --editable ... | Python |
89396cefa26dc08d369e9836f477e475cc654571 | 225 | 2021-05-11 15:42:52-07:00 | 25,200 | ['c48adc57538f15baf98ef14ea86550015709838c'] | Remove unnecessary release script output (#8820) | [{'old_path': 'tools/_release.sh', 'new_path': 'tools/_release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -189,15 +189,6 @@ while ! git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"; do\n done\n git tag --local-user "$RELEASE_GPG_KEY" --sign --message "Release $version" "$tag"\n \n-cd ..\n-echo... | Python |
db409747888887c779a1640e0f9d15e141e6b367 | 486 | 2021-05-13 09:22:31+10:00 | 14,400 | ['89396cefa26dc08d369e9836f477e475cc654571'] | Add 3rd party certbot-dns-godaddy to the docs (#8844)
* Add 3rd party certbot-dns-godaddy to the docs
* fix up rst syntax for godaddy link
Co-authored-by: alexzorin <alex@zor.io> | [{'old_path': 'certbot/docs/using.rst', 'new_path': 'certbot/docs/using.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -285,6 +285,7 @@ dns-clouddns_ Y N DNS Authentication using CloudDNS API\n dns-lightsail_ Y N DNS Authentication using Amazon Lightsail DNS API\n dns-inwx_ Y Y... | Python |
ee3b3656eae85b0fa029280b36579e934ab809ca | 225 | 2021-05-14 11:27:47-07:00 | 25,200 | ['db409747888887c779a1640e0f9d15e141e6b367'] | Remove old apache tests (#8843)
Apache test farm tests started failing last night due to a change in pyenv. See https://dev.azure.com/certbot/certbot/_build/results?buildId=3948&view=logs&j=f67c2a39-2c4f-5190-915f-6f32a7a4306f&t=96f0f394-f513-5158-f5e7-a26e55aeadbf&l=26943.
I managed to fix that in https://github.c... | [{'old_path': 'letstest/scripts/test_apache2.sh', 'new_path': 'letstest/scripts/test_apache2.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,25 +12,6 @@ then\n # For apache 2.4, set up ServerName\n sudo sed -i \'/ServerName/ s/#ServerName/ServerName/\' $CONFFILE\n sudo sed -i \'/ServerName/ s/www... | Python |
466e437a2065cb117a32bcaa9a875421718ef20d | 440 | 2021-05-14 11:43:58-07:00 | -7,200 | ['ee3b3656eae85b0fa029280b36579e934ab809ca'] | Use new GitHub templates. Add funding link (#8845) | [{'old_path': None, 'new_path': '.github/FUNDING.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+custom: https://supporters.eff.org/donate/support-work-on-certbot\n'}, {'old_path': 'ISSUE_TEMPLATE.md', 'new_path': '.github/issue_template.md', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_pa... | Python |
bc23e07ee5c144aa9b1d5cf9e0ba303d9e91a695 | 618 | 2021-05-16 15:03:53+02:00 | -7,200 | ['466e437a2065cb117a32bcaa9a875421718ef20d'] | Fix incompatibility with lexicon >= v3.6.0 (#8819) | [{'old_path': 'certbot-dns-cloudxns/setup.py', 'new_path': 'certbot-dns-cloudxns/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,7 +9,7 @@ version = '1.16.0.dev0'\n # Remember to update local-oldest-requirements.txt when changing the minimum\n # acme/certbot version.\n install_requires = [\n- 'dns-le... | Python |
5040495741ee924052eb2da3f43e55970a4e1200 | 325 | 2021-05-16 15:17:41+02:00 | -7,200 | ['bc23e07ee5c144aa9b1d5cf9e0ba303d9e91a695'] | Use UTF-8 for renewal configuration file encoding (#8789) | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,6 +46,7 @@ More details about these changes can be found on our GitHub repo.\n * The module `acme.magic_typing` is deprecated and will be removed in a future release.\n Please use the built-... | Python |
352ee258b70290409a8a97494d35a29758bd85b4 | 166 | 2021-05-17 10:22:47-07:00 | -7,200 | ['5040495741ee924052eb2da3f43e55970a4e1200'] | [Windows] Cleanup Certbot pkg dir before installing to avoid dependencies conflicts (#8836)
Fixes #8824
This PR makes the installer first delete (if exist) the previous `pkg` directory in the Certbot installation in order to avoid dependencies conflicts when a new version of Certbot (with new versions of dependenci... | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n ### Changed\n \n * DNS plugins based on lexicon now require dns-lexicon >= v3.1.0\n+* Windows installer now cleans u... | Python |
9e6b406218b32a949e0db845803227a2a2b5300d | 325 | 2021-05-17 11:04:05-07:00 | -7,200 | ['352ee258b70290409a8a97494d35a29758bd85b4'] | Move 5040495 CHANGELOG.md entry to correct version (#8851)
The merge of #8789 left the CHANGELOG.md entry at a previous certbot release. This PR puts the entry at the correct certbot version. | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n ### Changed\n \n * DNS plugins based on lexicon now require dns-lexicon >= v3.1.0\n+* Use UTF-8 encoding for renewal... | Python |
2df279bc5bb30a38e4f9c1c5e44a7b327c56743c | 181 | 2021-05-17 16:39:04-07:00 | -36,000 | ['9e6b406218b32a949e0db845803227a2a2b5300d'] | cli: dont double-print choosing plugins error (#8850) | [{'old_path': 'certbot/certbot/_internal/main.py', 'new_path': 'certbot/certbot/_internal/main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1236,12 +1236,8 @@ def renew_cert(config, plugins, lineage):\n :raises errors.PluginSelectionError: MissingCommandlineFlag if supplied parameters do not pass\n \n ... | Python |
315ddb247f3dcf29eaa0bd357e3e88c9e6465eac | 225 | 2021-05-24 10:02:55-07:00 | 25,200 | ['2df279bc5bb30a38e4f9c1c5e44a7b327c56743c'] | Upgrade pylint (#8855)
This is part of https://github.com/certbot/certbot/issues/8782. I took it on now because the currently pinned version of `pylint` doesn't work with newer versions of `poetry` which I wanted to upgrade as part of https://github.com/certbot/certbot/issues/8787.
To say a bit more about the speci... | [{'old_path': '.pylintrc', 'new_path': '.pylintrc', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,7 +56,18 @@ extension-pkg-whitelist=pywintypes,win32api,win32file,win32security\n # See https://github.com/PyCQA/pylint/issues/1498.\n # 3) Same as point 2 for no-value-for-parameter.\n # See https://github.c... | Python |
099c6c8b240400b928d6b349e023e5e8414611e6 | 225 | 2021-05-24 14:17:11-07:00 | 25,200 | ['315ddb247f3dcf29eaa0bd357e3e88c9e6465eac'] | remove references to certbot-constraints.txt (#8858) | [{'old_path': 'tools/dev_constraints.txt', 'new_path': 'tools/dev_constraints.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n-# Specifies Python package versions for development and building Docker images.\n-# It includes in particular packages not specified in tools/certbot_constraints.txt.\n-# ... | Python |
39b396763aeaee10dcdbda656fa040e2a2f03956 | 181 | 2021-05-25 08:40:18-07:00 | -36,000 | ['6f27c32db1d0c1bb478b645a83b2f8b420be58a3'] | apache/nginx: certbot>=1.10.0 -> 1.10.1 (#8859)
1.10.0 was a bad release and this breaks our oldest Boulder tests.
I bumped the version to 1.10.0 in #8852 to get access to a new public display_util API, but that was the release with the broken deprecation of `--manual-public-ip-logging-ok`. So let's bump it to 1.... | [{'old_path': 'certbot-apache/local-oldest-requirements.txt', 'new_path': 'certbot-apache/local-oldest-requirements.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n # Remember to update setup.py to match the package versions below.\n acme[dev]==1.8.0\n-certbot[dev]==1.10.0\n+certbot[dev]==1.10.1\n... | Python |
7ce86f588b5d0f072a8766dbae0f7ad613b2021f | 181 | 2021-05-26 15:45:40+02:00 | -36,000 | ['39b396763aeaee10dcdbda656fa040e2a2f03956'] | windows: always run with --preconfigured-renewal (#8867)
Adds a Pynsist extra_preamble in the Certbot entry_point for the
Windows installer, ensuring the flag is always set. | [{'old_path': None, 'new_path': 'windows-installer/assets/preamble.py', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,12 @@\n+"""Pynsist extra_preamble for the Certbot entry point.\n+\n+This preamble ensures that Certbot on Windows always runs with the --preconfigured-renewal\n+flag set. Since Pynsist creates ... | Python |
2e31b1ca4158259c0de5ec5d6804218ee499f156 | 288 | 2021-05-27 07:54:04+10:00 | 25,200 | ['7ce86f588b5d0f072a8766dbae0f7ad613b2021f'] | Remove no names found in configuration files because it sounds like an error but actually it is fine (#8866)
* Remove no names found in configuration files because it sounds like an error but actually it is fine
* fix test
* Pose question more grammatically and specifically, and remove extra space
* fix lint
... | [{'old_path': 'certbot/certbot/display/ops.py', 'new_path': 'certbot/certbot/display/ops.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -123,8 +123,7 @@ def choose_names(installer, question=None):\n names = get_valid_domains(domains)\n \n if not names:\n- return _choose_names_manually(\n- ... | Python |
a02223a97fe0c710448fb6028e6c9b4548349ee9 | 181 | 2021-05-26 15:16:12-07:00 | -36,000 | ['2e31b1ca4158259c0de5ec5d6804218ee499f156'] | cli: later printing of renewal and install retry advice (#8860)
* later printing of renewal and install retry advice
Move printing of advice for automated renewal, and retrying installation
in case of failure, towards the end of `run` and `certonly`.
Also adds some renewal advice for the --csr case (no autorene... | [{'old_path': 'certbot/certbot/_internal/client.py', 'new_path': 'certbot/certbot/_internal/client.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -516,11 +516,9 @@ class Client:\n \n return abs_cert_path, abs_chain_path, abs_fullchain_path\n \n- def deploy_certificate(self, cert_name, domains, privke... | Python |
1f94c7db20d1f988e460f84be25c9f1ff99fc4c5 | 225 | 2021-05-27 21:52:46+10:00 | 25,200 | ['a02223a97fe0c710448fb6028e6c9b4548349ee9'] | remove ancient .gitignore (#8864) | [{'old_path': 'certbot-dns-route53/.gitignore', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,62 +0,0 @@\n-# Byte-compiled / optimized / DLL files\n-__pycache__/\n-*.py[cod]\n-*$py.class\n-\n-# C extensions\n-*.so\n-\n-# Distribution / packaging\n-.Python\n-env/\n-build/\n-develop-eggs/\n-dist/... | Python |
3640b8546e137916fd9e6c28b1ecb7b2faaffc1d | 225 | 2021-05-27 22:05:26+10:00 | 25,200 | ['1f94c7db20d1f988e460f84be25c9f1ff99fc4c5'] | remove ancient comment (#8861) | [{'old_path': 'acme/setup.py', 'new_path': 'acme/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,6 @@ from setuptools import setup\n \n version = '1.16.0.dev0'\n \n-# Please update tox.ini when modifying dependency version requirements\n install_requires = [\n 'cryptography>=2.1.4',\n # for... | Python |
a7a9a8480b6f91de475cc7138c90a0f9aa503f5d | 205 | 2021-05-27 10:45:11-07:00 | -7,200 | ['3640b8546e137916fd9e6c28b1ecb7b2faaffc1d'] | [docs/using] Add mention of CentOS as supported by apache plugin (#8871) | [{'old_path': 'certbot/docs/using.rst', 'new_path': 'certbot/docs/using.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -84,7 +84,7 @@ Apache\n \n The Apache plugin currently `supports\n <https://github.com/certbot/certbot/blob/master/certbot-apache/certbot_apache/_internal/entrypoint.py>`_\n-modern OSes based ... | Python |
55d461392a550e9c73d40b2537e7d62a03066535 | 225 | 2021-05-28 06:47:44+10:00 | 25,200 | ['a7a9a8480b6f91de475cc7138c90a0f9aa503f5d'] | Remove unused tools (#8862)
* remove unused tools
* remove deactivate.py | [{'old_path': 'tools/deactivate.py', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,48 +0,0 @@\n-"""\n-Given an ACME account key as input, deactivate the account.\n-\n-This can be useful if you created an account with a non-Certbot client and now\n-want to deactivate it.\n-\n-Private key should ... | Python |
18631b99ef9e03713e6450145f86461c05851877 | 288 | 2021-05-28 16:27:56+10:00 | 25,200 | ['55d461392a550e9c73d40b2537e7d62a03066535'] | Add instructions for setting up a cronjob in the docs (#8870)
* Add instructions for setting up a cronjob in the docs
* Be more specific about where the cron entry will be created
Co-authored-by: alexzorin <alex@zorin.id.au>
* Correct &s to &s
Co-authored-by: alexzorin <alex@zorin.id.au>
* Correct o... | [{'old_path': 'certbot/docs/using.rst', 'new_path': 'certbot/docs/using.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -695,10 +695,50 @@ is done by means of a scheduled task which runs ``certbot renew`` periodically.\n \n If you are unsure whether you need to configure automated renewal:\n \n-1. Review the in... | Python |
3380694fa89f76c010f1f08d73bf4fe7eb70894b | 181 | 2021-05-28 10:36:51-07:00 | -36,000 | ['18631b99ef9e03713e6450145f86461c05851877'] | windows: fix colors and bold text not rendering (#8872)
Fixes #8848. | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n * Fix TypeError due to incompatibility with lexicon >= v3.6.0\n * Installers (e.g. nginx, Apache) were being rest... | Python |
f88105a9529b47b91bb29dbe0e766e63b6911204 | 166 | 2021-05-28 12:17:56-07:00 | -7,200 | ['3380694fa89f76c010f1f08d73bf4fe7eb70894b'] | Deprecate usage of IConfig as a singleton in Certbot (#8869)
* Deprecate usage of IConfig as a singleton in Certbot
* Fix local oldest requirements
* Add changelog
* Add tests for certbot.crypto_util.init_save_* functions
Co-authored-by: Brad Warren <bmw@users.noreply.github.com> | [{'old_path': 'certbot-compatibility-test/certbot_compatibility_test/configurators/nginx/common.py', 'new_path': 'certbot-compatibility-test/certbot_compatibility_test/configurators/nginx/common.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,6 @@ class Proxy(configurators_common.Proxy):\n ... | Python |
e946479b9facf4818c620d8846807a3aab0a0d8e | 288 | 2021-05-28 14:50:59-07:00 | 25,200 | ['f88105a9529b47b91bb29dbe0e766e63b6911204'] | Use shortlink for renewal setup instructions (#8874) | [{'old_path': 'certbot/certbot/_internal/main.py', 'new_path': 'certbot/certbot/_internal/main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -512,8 +512,7 @@ def _report_next_steps(config: interfaces.IConfig, installer_err: Optional[error\n "The certificate will need to be renewed before it exp... | Python |
492b578662f10d9c33b9fc71bf5ee9b48ef2e279 | 225 | 2021-05-31 09:01:01+02:00 | 25,200 | ['e946479b9facf4818c620d8846807a3aab0a0d8e'] | Update coverage and pytest (#8875)
* unpin pytest and update pinnings
* ignore external mock warnings
* fix assertion
* fix test_revoke_mutual_exclusive_flags
* fix output count
* capture stdout and stderr separately
* undouble counts
* rename variable
* don't use capture_output
* fix leaky ... | [{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/context.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/context.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,7 +61,7 @@ class IntegrationTestsContext:\n Execute certbot with given args, not renewing certificates... | Python |
968cc5801b6b4df8ab965f708bbd57b669eb4d42 | 225 | 2021-05-31 09:03:25+02:00 | 25,200 | ['492b578662f10d9c33b9fc71bf5ee9b48ef2e279'] | delete eggs before running poetry (#8865) | [{'old_path': 'tools/pinning/pin.sh', 'new_path': 'tools/pinning/pin.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,12 @@ if ! command -v poetry >/dev/null; then\n exit 1\n fi\n \n+# Old eggs can cause outdated dependency information to be used by poetry so we\n+# delete them before generating the... | Python |
965a403699bd6e00b6c569d5fdc941ecf1d4fd6b | 288 | 2021-06-01 10:49:17-07:00 | 25,200 | ['968cc5801b6b4df8ab965f708bbd57b669eb4d42'] | Update changelog for 1.16.0 release | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.16.0 - master\n+## 1.16.0 - 2021-06-01\n \n ### Added\n \n'}] | Python |
a190480517c6c46edd73f3e9d033d2259f9e0683 | 288 | 2021-06-01 10:52:31-07:00 | 25,200 | ['7e8f22e136f263cf3c331169e441cfd311eaae8e'] | Add contents to certbot/CHANGELOG.md for next version | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.17.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou... | Python |
c372dd8aeef509c193eb1d4615c39b5860b81293 | 225 | 2021-06-01 14:46:06-07:00 | 25,200 | ['01772280c07bbbf90c70298ce31d93f02b2ac577'] | Remove local-oldest-requirements files (#8863)
This is part of https://github.com/certbot/certbot/issues/8787. I got a +1 from our packagers at major distros in https://github.com/certbot/certbot/issues/8761.
* remove local-oldest-requirements files
* fix tests
* fix some oldest tests
* list packages on on... | [{'old_path': '.azure-pipelines/templates/steps/sphinx-steps.yml', 'new_path': '.azure-pipelines/templates/steps/sphinx-steps.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,14 +2,12 @@ steps:\n - bash: |\n FINAL_STATUS=0\n declare -a FAILED_BUILDS\n- python3 -m venv .venv\n- source .... | Python |
2ed4e0a17e784eed8f20bb5c05122f012a5e3c85 | 388 | 2021-06-03 13:42:56-07:00 | 21,600 | ['c372dd8aeef509c193eb1d4615c39b5860b81293'] | Fixed typo in common.py (#8881)
Fixed typo:
exterally -> externally | [{'old_path': 'certbot/certbot/plugins/common.py', 'new_path': 'certbot/certbot/plugins/common.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -119,7 +119,7 @@ class Plugin:\n # This is a fallback hint. Authenticators should implement their own auth_hint that\n # addresses the specific mechanics ... | Python |
78261dbae2571d9a52d6fee7ffc8802f1104aec9 | 485 | 2021-06-06 09:55:24+10:00 | -7,200 | ['2ed4e0a17e784eed8f20bb5c05122f012a5e3c85'] | Fix typo of fulfill in dns_rfc2136 plugin (#8886) | [{'old_path': 'certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py', 'new_path': 'certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,7 @@ DEFAULT_NETWORK_TIMEOUT = 45\n class Authenticator(dns_common.DNSAuthenticator):\n """DNS... | Python |
d7b26c1bb2115b923d8e076fe7de0750ea3c01ce | 181 | 2021-06-09 14:31:15-07:00 | -36,000 | ['78261dbae2571d9a52d6fee7ffc8802f1104aec9'] | cli: dont use argv[0] in user-facing messages (#8857) | [{'old_path': 'certbot/certbot/_internal/main.py', 'new_path': 'certbot/certbot/_internal/main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -202,7 +202,7 @@ def _handle_subset_cert_request(config: configuration.NamespaceConfig,\n "--duplicate option.{br}{br}"\n "For example:{br}{br}{1} --dupli... | Python |
0b08a80dcea2586d9f1d2499f058a91195b8568b | 225 | 2021-06-09 17:01:54-07:00 | 25,200 | ['d7b26c1bb2115b923d8e076fe7de0750ea3c01ce'] | Pin pip & co like our other dependencies (#8868)
* use poetry 1.2.0a1
* pin pip normally
* use normal constraints file with pipstrap
* remove unused STRIP_HASHES var
* Check for old poetry versions
* keep pip, setuptools, and wheel pinned in oldest
* remove strip hashes
* pin back pip
* fix new... | [{'old_path': 'acme/acme/client.py', 'new_path': 'acme/acme/client.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -658,7 +658,10 @@ class ClientV2(ClientBase):\n response = self._post(self.directory['newOrder'], order)\n body = messages.Order.from_json(response.json())\n authorizations =... | Python |
0c637860cd2193d1b988d3752c8abef328a08e65 | 181 | 2021-06-10 15:58:11-07:00 | -36,000 | ['0b08a80dcea2586d9f1d2499f058a91195b8568b'] | cli: improve error messages for enhance errors (#8884)
* cli: improve error messages for enhance errors
* remove status message after enhance config revert | [{'old_path': 'certbot-nginx/certbot_nginx/_internal/configurator.py', 'new_path': 'certbot-nginx/certbot_nginx/_internal/configurator.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -769,9 +769,6 @@ class NginxConfigurator(common.Installer):\n except (KeyError, ValueError):\n raise errors.Pl... | Python |
b48e336554301cf30b134d9b5c38c3173d49ebbd | 288 | 2021-06-11 09:21:52+10:00 | 25,200 | ['0c637860cd2193d1b988d3752c8abef328a08e65'] | Allow nginx parser to handle empty file (#8895)
* Allow parsing empty files
* add unit test
* lint
* update parser_test
* Update configurator_test
* update changelog | [{'old_path': 'certbot-nginx/certbot_nginx/_internal/nginxparser.py', 'new_path': 'certbot-nginx/certbot_nginx/_internal/nginxparser.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,6 @@ from pyparsing import Combine\n from pyparsing import Forward\n from pyparsing import Group\n from pyparsing import Lit... | Python |
c8255dded5d3c86fe8c5f4f084ab7b7c7352c779 | 288 | 2021-06-10 16:45:07-07:00 | 25,200 | ['b48e336554301cf30b134d9b5c38c3173d49ebbd'] | Add --verbose-level flag and fix logging level calculations (#8900)
Also, update `dev-cli.ini` example to use new flag.
Although https://github.com/bw2/ConfigArgParse/pull/216 allowed setting a `count` action value in a config file, our default detection system won't let us use that functionality. While we should e... | [{'old_path': 'certbot/certbot/_internal/cli/__init__.py', 'new_path': 'certbot/certbot/_internal/cli/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,6 +71,11 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):\n default=flag_default("verbose_count"), help="This flag can be ... | Python |
18ea72faf12a64d7efd5206022799594e6f6268e | 225 | 2021-06-11 13:17:50-07:00 | 25,200 | ['c8255dded5d3c86fe8c5f4f084ab7b7c7352c779'] | Split out testing extras (#8893)
* split out test extras
* update extras and regenerate pinnings
* pin back mypy | [{'old_path': 'acme/setup.py', 'new_path': 'acme/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,17 +19,16 @@ install_requires = [\n 'setuptools>=39.0.1',\n ]\n \n-dev_extras = [\n- 'pytest',\n- 'pytest-xdist',\n- 'tox',\n-]\n-\n docs_extras = [\n 'Sphinx>=1.0', # autodoc_member_order... | Python |
d3555623babf9b5edcded705803c3461d14317f4 | 415 | 2021-06-12 17:02:16+10:00 | -19,800 | ['18ea72faf12a64d7efd5206022799594e6f6268e'] | certbot-apache: Add Void Linux overrides (#8891)
* certbot-apache: Add Void Linux overrides
* certbot-apache: Correct distro name to Void Linux | [{'old_path': 'certbot-apache/certbot_apache/_internal/entrypoint.py', 'new_path': 'certbot-apache/certbot_apache/_internal/entrypoint.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,7 @@ from certbot_apache._internal import override_debian\n from certbot_apache._internal import override_fedora\n from ... | Python |
1b025e84e80f697a61614af6d48d90d69c3eb155 | 321 | 2021-06-14 13:23:35-07:00 | -7,200 | ['d3555623babf9b5edcded705803c3461d14317f4'] | Adds njalla, DuckDNS and Porkbun 3rd party plugins (#8907) | [{'old_path': 'certbot/docs/using.rst', 'new_path': 'certbot/docs/using.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -286,6 +286,9 @@ dns-lightsail_ Y N DNS Authentication using Amazon Lightsail DNS API\n dns-inwx_ Y Y DNS Authentication for INWX through the XML API\n dns-azure_ ... | Python |
60a91eb688ab3329dcc8af17cedd5921c887c0ea | 181 | 2021-06-14 14:25:43-07:00 | -36,000 | ['1b025e84e80f697a61614af6d48d90d69c3eb155'] | certonly: hide "NEXT STEPS" for dry-runs (#8901)
* certonly: hide "NEXT STEPS" for dry-runs
* add a test | [{'old_path': 'certbot/certbot/_internal/main.py', 'new_path': 'certbot/certbot/_internal/main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1398,7 +1398,7 @@ def certonly(config, plugins):\n if config.csr:\n cert_path, chain_path, fullchain_path = _csr_get_and_save_cert(config, le_client)\n ... | Python |
bc7c953bcc53fe231b720e2591dcc9278fe3f09e | 181 | 2021-06-17 16:36:54-07:00 | -36,000 | ['60a91eb688ab3329dcc8af17cedd5921c887c0ea'] | cli: vary renewal advice for hookless manual certs (#8914)
* cli: vary renewal advice for hookless manual certs
1. Don't print that the certificate will be automatically renewed,
because it won't be.
2. Add a "NEXT STEP" telling the user that they will need to manually
re-issue the certificate in order to renew ... | [{'old_path': 'certbot/certbot/_internal/main.py', 'new_path': 'certbot/certbot/_internal/main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -507,6 +507,13 @@ def _report_next_steps(config: interfaces.IConfig, installer_err: Optional[error\n "Certificates created using --csr will not be renewed... | Python |
1e114b4ef81bef47cbbfe736a716c86f115447c4 | 181 | 2021-06-21 07:18:29-04:00 | -36,000 | ['bc7c953bcc53fe231b720e2591dcc9278fe3f09e'] | apache: configure nameless vhosts during auth (#8898)
In the apache2 package on Debian-based distros, the default
000-default.conf virtual host does not include a ServerName.
Depending on the FQDN hostname of the machine and DNS setup, Apache
assigns a name to this unnamed vhost at runtime. As a result, the
Apac... | [{'old_path': 'certbot-apache/certbot_apache/_internal/http_01.py', 'new_path': 'certbot-apache/certbot_apache/_internal/http_01.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -95,10 +95,10 @@ class ApacheHttp01(common.ChallengePerformer):\n def _mod_config(self):\n selected_vhosts: List[VirtualHost... | Python |
e5c41e76c5e8edd732555a996f6e27f2eb74d68f | 181 | 2021-06-22 09:24:44+10:00 | -36,000 | ['bc7c953bcc53fe231b720e2591dcc9278fe3f09e'] | standalone: add an auth_hint | [{'old_path': 'certbot/certbot/_internal/plugins/standalone.py', 'new_path': 'certbot/certbot/_internal/plugins/standalone.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ import logging\n import socket\n from typing import DefaultDict\n from typing import Dict\n+from typing import List\n from typing... | Python |
f137d8424e84591f37532d7e7c2dd7e5daedcd42 | 181 | 2021-06-22 09:24:53+10:00 | -36,000 | ['e5c41e76c5e8edd732555a996f6e27f2eb74d68f'] | acme.standalone: expose original socket.error | [{'old_path': 'acme/acme/standalone.py', 'new_path': 'acme/acme/standalone.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ import socket\n import socketserver\n import threading\n from typing import List\n+from typing import Optional\n \n from acme import challenges\n from acme import crypto_util\n@... | Python |
8b610239bfcf7aac06f6e36d09a5abba3ba87047 | 552 | 2021-06-25 14:46:37-04:00 | -7,200 | ['62426caa5a0089b6b1cc64b3a5b4ff4ab3a9d6a2'] | Adds Infonaniak 3rd party plugin (#8923) | [{'old_path': 'certbot/docs/using.rst', 'new_path': 'certbot/docs/using.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -289,6 +289,7 @@ dns-godaddy_ Y N DNS Authentication using Godaddy DNS\n njalla_ Y N DNS Authentication for njalla\n DuckDNS_ Y N DNS Authenticatio... | Python |
667750f3fffc60cec74a387c292e9cdc12dc18af | 181 | 2021-06-28 16:40:24-07:00 | -36,000 | ['8b610239bfcf7aac06f6e36d09a5abba3ba87047'] | docs: explain the situation with --manual renewal (#8911)
* docs: explain the situation with --manual renewal
* note that the non-hook command can't be cronned
* add xref to #renewing-certificates
* update manual description in the plugins table
* redirect manual users towards other plugins
* refer to a... | [{'old_path': 'certbot/docs/using.rst', 'new_path': 'certbot/docs/using.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,10 +57,11 @@ standalone_ Y N | Uses a "standalone" webserver to obtain a certificate.\n | domain. Doing domain validation in this way is\n ... | Python |
d9a1850eaa2b6223f1a0ec3f48fd8f2914464bab | 224 | 2021-07-06 08:41:16-07:00 | 25,200 | ['667750f3fffc60cec74a387c292e9cdc12dc18af'] | Update changelog for 1.17.0 release | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.17.0 - master\n+## 1.17.0 - 2021-07-06\n \n ### Added\n \n'}] | Python |
d94cf0e1d643b272bedd351bfb7114d9976cf85d | 224 | 2021-07-06 08:42:51-07:00 | 25,200 | ['952a296e209780082aa5223e297706df46d0459a'] | Add contents to certbot/CHANGELOG.md for next version | [{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.18.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou... | Python |
2ab7857fa58797ff9cad26b5de067d0f6210a97c | 225 | 2021-07-14 14:11:50-07:00 | 25,200 | ['7ede5c348731558fdd2aacbbf7796c3fea4fa904'] | Do not guess HTTP-01 response encoding (#8942)
* fix http-01 encoding
* improve comment | [{'old_path': 'acme/acme/challenges.py', 'new_path': 'acme/acme/challenges.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -314,6 +314,15 @@ class HTTP01Response(KeyAuthorizationChallengeResponse):\n except requests.exceptions.RequestException as error:\n logger.error("Unable to reach %s: %s"... | Python |
117791b582fcf78d7f5cedf7921f856f5274ab6a | 225 | 2021-07-14 14:34:54-07:00 | 25,200 | ['2ab7857fa58797ff9cad26b5de067d0f6210a97c'] | Remove unneeded certbot-auto files (#8938) | [{'old_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,6 +79,9 @@ jobs:\n TOXENV: integration-dns-rfc2136\n docker-dev:\n TOXENV: docker_dev\n+ ... | Python |
8e29063ba7e110ecf8e43372f2bde8fbd1e82afe | 181 | 2021-07-15 11:03:39-07:00 | -36,000 | ['117791b582fcf78d7f5cedf7921f856f5274ab6a'] | pylint: upgrade pinned verson and fix new lints (#8936)
While bumping pinned packages in #8928, we came across a new version of pylint (2.9.3). Upgrading to this version requires some changes to Certbot's code, which is what this change is about.
* pylint: upgrade pinned verson and fix new lints
* maxsplit shoul... | [{'old_path': 'acme/acme/messages.py', 'new_path': 'acme/acme/messages.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -114,7 +114,7 @@ class Error(jose.JSONObjectWithFields, errors.Error):\n :rtype: unicode\n \n """\n- code = str(self.typ).split(\':\')[-1]\n+ code = str(self.typ).r... | Python |