Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
d0e11c81b18fcedd8baa3c4beae04394bd2fc575
181
2023-07-05 06:40:02-07:00
-36,000
['4fc4d536c1acc65646189c5b5aaf02aaa88c3f4a']
Repin dependencies to fix security alerts (#9717) * repin current * repin oldest * csr must have version set to zero * only set PIP_USE_PEP517 for macOS * experiment with brew update git failure workaround
[{'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': '@@ -8,9 +8,14 @@ jobs:\n IMAGE_NAME: macOS-12\n PYTHON_VERSION: 3.7\n TOXENV: cover\n+ # A...
Python
436b7fbe28c78608f816f6b18d33dbe41914e103
467
2023-07-06 06:56:31-07:00
-36,000
['d0e11c81b18fcedd8baa3c4beae04394bd2fc575']
post renewal hook: Add RENEWED_DOMAINS and FAILED_DOMAINS as environment variables (#9724) * renewal hook: Add RENEWED_DOMAINS and FAILED_DOMAINS as environment variables * renewal hook: Updated documentation * renewal hook: Updated CHANGELOG * renew post hook: Add limit on variable sizes
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n * `NamespaceConfig` now tracks how its arguments were set via a dictionary, allowing us to remove a bunch\n of ...
Python
a7674548ab6d5f79cf8eb9a4e99ba0e3af3f5d1b
225
2023-07-07 13:14:05+10:00
25,200
['436b7fbe28c78608f816f6b18d33dbe41914e103']
Fix snap builds (#9729) * release script change * fix setup.py * match setup.py logic
[{'old_path': 'certbot-dns-cloudflare/setup.py', 'new_path': 'certbot-dns-cloudflare/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,7 +11,9 @@ install_requires = [\n 'setuptools>=41.6.0',\n ]\n \n-if not os.environ.get('SNAP_BUILD'):\n+if os.environ.get('SNAP_BUILD'):\n+ install_requires.append...
Python
e6572e695b8c82c122a196b4ddbeb1dcfb24f8e4
225
2023-07-10 08:06:04+10:00
25,200
['a7674548ab6d5f79cf8eb9a4e99ba0e3af3f5d1b']
deprecate python 3.7 support (#9730)
[{'old_path': 'acme/acme/__init__.py', 'new_path': 'acme/acme/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ This module is an implementation of the `ACME protocol`_.\n \n """\n import sys\n+import warnings\n \n # This code exists to keep backwards compatibility with people using acme.jose...
Python
c31d3a2cfd1d55b9027e0932cd3dc373bc43b514
677
2023-07-15 15:58:00-07:00
18,000
['e6572e695b8c82c122a196b4ddbeb1dcfb24f8e4']
Update PyPI links (#9733) Switch from the legacy pypi.python.org/pypi/ to the canonical pypi.org/project/
[{'old_path': 'certbot/docs/packaging.rst', 'new_path': 'certbot/docs/packaging.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,21 +7,21 @@ Releases\n \n We release packages and upload them to PyPI (wheels and source tarballs).\n \n-- https://pypi.python.org/pypi/acme\n-- https://pypi.python.org/pypi/certbot...
Python
6effedc2f4c0b70bc1ad0104ed203452e8819133
462
2023-07-18 15:44:25-07:00
-7,200
['c31d3a2cfd1d55b9027e0932cd3dc373bc43b514']
Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp() (#9735) * Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp() * Ignore DeprecationWarnings from importing dependencies $ python3 -Wdefault Python 3.12.0b4 (main, Jul 12 2023, 00:00:00) [GCC 13.1.1 20230614 (Red Hat 13....
[{'old_path': 'acme/acme/_internal/tests/fields_test.py', 'new_path': 'acme/acme/_internal/tests/fields_test.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ class RFC3339FieldTest(unittest.TestCase):\n """Tests for acme.fields.RFC3339Field."""\n \n def setUp(self):\n- self.decoded =...
Python
68d812e6dd48bae01940a216fdd0768e4ada8192
658
2023-07-19 13:10:35-07:00
25,200
['6effedc2f4c0b70bc1ad0104ed203452e8819133']
Add pytz as a dependency for integration tests (#9737)
[{'old_path': 'certbot-ci/setup.py', 'new_path': 'certbot-ci/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,6 +26,7 @@ install_requires = [\n # installation on Linux.\n \'pywin32>=300 ; sys_platform == "win32"\',\n \'pyyaml\',\n+ \'pytz>=2019.3\',\n \'requests\',\n \'setuptools\...
Python
ddd4b31b1c0bc397f04a9c96176157ab5ae639ee
462
2023-07-21 16:44:48-07:00
-7,200
['68d812e6dd48bae01940a216fdd0768e4ada8192']
Mock in Python 3.12 finds more errors in mock syntax. (#9734)
[{'old_path': 'certbot-nginx/certbot_nginx/_internal/tests/parser_obj_test.py', 'new_path': 'certbot-nginx/certbot_nginx/_internal/tests/parser_obj_test.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,20 +64,23 @@ class ParsingHooksTest(unittest.TestCase):\n assert Block.should_parse([[\'block_name\'...
Python
9b4b99f3e800513b13ccf40511ac73a8ed19b877
225
2023-08-24 17:05:54-07:00
25,200
['3e84b94308a9919ef9affe5dac8d5a65554cda67']
Update dependencies (#9754) This takes care of the dependabot alerts those with access can see at https://github.com/certbot/certbot/security/dependabot. Pinning back `cython` is needed because without it, our full test suite will fail when trying to build `pyyaml` on ARM systems.
[{'old_path': 'tools/oldest_constraints.txt', 'new_path': 'tools/oldest_constraints.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,11 +2,11 @@\n # that script.\n apacheconfig==0.3.2 ; python_full_version < "3.8.0" and python_version >= "3.7"\n asn1crypto==0.24.0 ; python_full_version >= "3.7.0" and python_f...
Python
579b39dce17843239a18cd3d759019c639537edd
225
2023-08-25 12:22:14-07:00
25,200
['9b4b99f3e800513b13ccf40511ac73a8ed19b877']
Fix docs (#9755) * update quickstart and remove os import * simplify theme use * list sphinx_rtd_theme as extension Our docs builds failed last night, presumably because #9754 updated `sphinx_rtd_theme` which changed some unknown thing. Looking into it, our usage of this project was very unconventional. Fo...
[{'old_path': 'acme/docs/conf.py', 'new_path': 'acme/docs/conf.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -37,6 +37,7 @@ extensions = [\n 'sphinx.ext.todo',\n 'sphinx.ext.coverage',\n 'sphinx.ext.viewcode',\n+ 'sphinx_rtd_theme',\n ]\n \n autodoc_member_order = 'bysource'\n@@ -122,14 +123,7 @...
Python
b1978ff18837e40d16eedf2090330af53d8ceaa5
53
2023-08-27 01:19:38+02:00
-3,600
['579b39dce17843239a18cd3d759019c639537edd']
dns-google: fix condition to don't use private dns zones (#9744) * dns-google: fix condition to don't use private dns zones * update MD * Fix condition * fix condition * update testdata * fix identation * update tests * update changelog * Update dns_google.py * add test for split horizon dns google * add dns...
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -209,6 +209,7 @@ Authors\n * [Patrick Heppler](https://github.com/PatrickHeppler)\n * [Paul Buonopane](https://github.com/Zenexer)\n * [Paul Feitzinger](https://github.com/pfeyz)\n+* [Paulo Dias](https://github.com/p...
Python
89902e26bf7b163a24dcb6bdf59786378ffe8311
184
2023-08-31 16:06:47-07:00
25,200
['b1978ff18837e40d16eedf2090330af53d8ceaa5']
Add YAML files for Readthedocs requirements
[{'old_path': None, 'new_path': 'acme/.readthedocs.yaml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,33 @@\n+# Read the Docs configuration file for Sphinx projects\n+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n+\n+# Required\n+version: 2\n+\n+# Set the OS, Python version and...
Python
cc359dab469281fec10357c81b9dd2d4e06290b3
166
2023-09-07 11:38:44-07:00
-7,200
['b1978ff18837e40d16eedf2090330af53d8ceaa5']
Migrate `pkg_resources` usages to `importlib.resources` (#9748) * Migrate pkg_resources API related to resources to importlib_resources * Fix lint and mypy + pin lexicon * Update filterwarnings * Update oldest tests requirements * Update pinned dependencies * Fix for modern versions of python * Fix a...
[{'old_path': 'acme/acme/_internal/tests/test_util.py', 'new_path': 'acme/acme/_internal/tests/test_util.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,20 +4,25 @@\n \n """\n import os\n+import sys\n \n from cryptography.hazmat.backends import default_backend\n from cryptography.hazmat.primitives import seri...
Python
23f9dfc655f2492e2d6f2dd00db92eac70e5b804
166
2023-09-12 08:18:57-07:00
-7,200
['cc359dab469281fec10357c81b9dd2d4e06290b3']
Migrate `pkg_resources` usages to `importlib.metadata` (#9749) * Migrate entrypoint logic from pkg_resources to importlib.metadata * Usage of importlib_metadata up to Python 3.9 to align API behavior to Python 3.10 --------- Co-authored-by: Adrien Ferrand <adrien.ferrand@amadeus.com> Co-authored-by: Adrien F...
[{'old_path': 'certbot/certbot/_internal/plugins/disco.py', 'new_path': 'certbot/certbot/_internal/plugins/disco.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,4 @@\n """Utilities for plugins discovery and selection."""\n-import itertools\n import logging\n import sys\n from typing import Callable\n@@ -...
Python
24c8825d2263cbc40fcfa6ff9beef79242bf35ef
184
2023-09-20 12:46:33-07:00
25,200
['89902e26bf7b163a24dcb6bdf59786378ffe8311']
Swap out with updated AMI image IDs - Add comments for other OS
[{'old_path': 'letstest/targets/targets.yaml', 'new_path': 'letstest/targets/targets.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,37 +6,39 @@\n targets:\n #-----------------------------------------------------------------------------\n # Ubuntu\n- - ami: ami-051dcca84f1edfff1\n+ # These AMI were fo...
Python
f5cb0a156b98a625c18acc18946945cf96bfbf91
184
2023-09-20 12:58:36-07:00
25,200
['4178e8ffc440021d113bc9ccc6311e87bb992f5b']
Remove duplicate file - was in the incorrect directory
[{'old_path': 'certbot-dns-cloudflare/docs/.readthedocs.yaml', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,31 +0,0 @@\n-# Read the Docs configuration file for Sphinx projects\n-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n-\n-# Required\n-version: 2\n-\n-# Set ...
Python
694c758db7fcd8410b5dadcd136c61b3eb028fdc
184
2023-09-20 13:03:53-07:00
25,200
['23f9dfc655f2492e2d6f2dd00db92eac70e5b804']
Swap out with updated AMI image IDs (#9770) - Add comments for other OS
[{'old_path': 'letstest/targets/targets.yaml', 'new_path': 'letstest/targets/targets.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,37 +6,39 @@\n targets:\n #-----------------------------------------------------------------------------\n # Ubuntu\n- - ami: ami-051dcca84f1edfff1\n+ # These AMI were fo...
Python
732a3ac962ce5d1143fd0a962777301c1eef093c
166
2023-09-25 15:15:04-07:00
-7,200
['694c758db7fcd8410b5dadcd136c61b3eb028fdc']
Refactor Lexicon-based DNS plugins (#9746) * Refactor Lexicon-based DNS plugins and upgrade minimal version of Lexicon * Relax filterwarning to comply with envs where boto3 is not installed * Update pinned dependencies * Use our previous method to deprecate part of modules * Safe import internally * Add...
[{'old_path': 'certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/dns_dnsimple.py', 'new_path': 'certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/dns_dnsimple.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,34 +2,30 @@\n import logging\n from typing import Any\n from typing import Callable\n-from typing i...
Python
bcb7f371e3d4d115510add1a3b8b4675320b8217
658
2023-10-03 11:21:15-07:00
25,200
['732a3ac962ce5d1143fd0a962777301c1eef093c']
Update changelog for 2.7.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-## 2.7.0 - master\n+## 2.7.0 - 2023-10-03\n \n ### Added\n \n'}]
Python
6c66764f25b4c3f1030ab88a7624d5d07bef11e1
658
2023-10-03 11:22:04-07:00
25,200
['c4642c2dfe4a84088a3a70b5fefd4842eb6477cf']
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+## 2.8.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details about...
Python
02efc8c5cae79ff272884d120caf95900cf35b3b
658
2023-10-04 16:22:13-07:00
25,200
['0862e057547162d6ca24ddd3b0842cd3dd02d411']
Bump setup.py's ConfigArgParse version (#9784) I neglected to do this during #9678, so looks like some pip installs are failing to get the minimum required version.
[{'old_path': 'certbot/setup.py', 'new_path': 'certbot/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,10 +28,7 @@ install_requires = [\n # simplicity. See https://github.com/certbot/certbot/issues/8761 for more\n # info.\n f'acme>={version}',\n- # We technically need ConfigArgParse 0.10...
Python
4e60a0d03a77296db35846acf7939801c2e27fa7
225
2023-10-05 13:15:30-07:00
25,200
['44046c70c376ff6be10b71ea68761d7fd22b049b']
Fix dnsimple typo (#9787) Fixes https://github.com/certbot/certbot/issues/9786.
[{'old_path': 'certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/dns_dnsimple.py', 'new_path': 'certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/dns_dnsimple.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,7 +39,7 @@ class Authenticator(dns_common_lexicon.LexiconDNSAuthenticator):\n \n @property\n ...
Python
5849ff73fb40dfe8b733da33388faa4dfc9253e2
225
2023-10-06 11:39:08-07:00
25,200
['4e60a0d03a77296db35846acf7939801c2e27fa7']
update pinned dependencies (#9788) This fixes the security alerts those with access can see at https://github.com/certbot/certbot/security/dependabot.
[{'old_path': 'tools/requirements.txt', 'new_path': 'tools/requirements.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,28 +12,28 @@ astroid==2.13.5 ; python_full_version >= "3.7.2" and python_version < "4.0"\n attrs==23.1.0 ; python_version >= "3.7" and python_version < "4.0"\n azure-core==1.29.4 ; python_...
Python
61773be971edf6a291a0ba0f8e8ad10b57e46dc5
225
2023-10-06 11:39:19-07:00
25,200
['5849ff73fb40dfe8b733da33388faa4dfc9253e2']
update changelog for configargparse (#9789) I'd like to do a bug fix release for https://github.com/certbot/certbot/issues/9786. If we're doing one, I figure we may as well flag this change from https://github.com/certbot/certbot/pull/9784 too.
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n * Fixed a bug that broke the DNS plugin for DNSimple that was introduced in\n version 2.7.0 of the plugin.\n+* ...
Python
21113d17c75c4fa359658a91efa57385a269a4d8
225
2023-10-06 18:59:26+00:00
25,200
['c4642c2dfe4a84088a3a70b5fefd4842eb6477cf']
Prep for 2.7.1 (#9790) * Bump setup.py's ConfigArgParse version (#9784) I neglected to do this during #9678, so looks like some pip installs are failing to get the minimum required version. (cherry picked from commit 02efc8c5cae79ff272884d120caf95900cf35b3b) * Fix dnsimple typo (#9787) Fixes https://githu...
[{'old_path': 'certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/dns_dnsimple.py', 'new_path': 'certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/dns_dnsimple.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,7 +39,7 @@ class Authenticator(dns_common_lexicon.LexiconDNSAuthenticator):\n \n @property\n ...
Python
6624e0b65cf94d786f9bbf3e94ffed5511556804
224
2023-10-10 06:39:19-07:00
25,200
['21113d17c75c4fa359658a91efa57385a269a4d8']
Update changelog for 2.7.1 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-## 2.7.1 - master\n+## 2.7.1 - 2023-10-10\n \n ### Fixed\n \n'}]
Python
dcac5ed8f07db58d7d68201c799520f7961cdb32
224
2023-10-10 06:40:53-07:00
25,200
['228e3f2a8db52f41d9ed75f44fa1d931d75a2328']
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+## 2.8.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details about...
Python
01d129dfca697f357873d083d4629cea920ca17d
462
2023-10-10 16:02:24+02:00
-7,200
['61773be971edf6a291a0ba0f8e8ad10b57e46dc5']
Adapt to Python 3.12.0rc2 (#9764) The warning message changed from "datetime.utcfromtimestamp() is deprecated" to "datetime.datetime.utcfromtimestamp() is deprecated"
[{'old_path': 'pytest.ini', 'new_path': 'pytest.ini', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -42,5 +42,5 @@ filterwarnings =\n ignore:.*declare_namespace\\(':DeprecationWarning\n ignore:pkg_resources is deprecated as an API:DeprecationWarning\n ignore:Python 3.7 support will be dropped:PendingDep...
Python
8a95c030e63b126a5eae137806957428d579505b
166
2023-10-13 06:57:42-07:00
-7,200
['d9d825ac50414ba837fdd319beaa5a9f72139457']
Drop Python 3.7 support (#9792) * Drop Python 3.7 support * Fix lint and test * Check for venv generation * Update requirements * Update oldest constaints and compatibility tests runtime
[{'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': "@@ -8,9 +8,6 @@ jobs:\n - group: certbot-common\n strategy:\n matrix:\n- linux-py38:\n- PYTHON_VE...
Python
11e17ef77b2d819d0ed3b32a59da4a71cca0fb2c
658
2023-10-13 12:02:01-07:00
25,200
['8a95c030e63b126a5eae137806957428d579505b']
helpful: fix handling of abbreviated ConfigArgparse arguments (#9796) * helpful: fix handling of abbreviated ConfigArgparse arguments ConfigArgparse allows for "abbreviated" arguments, i.e. just the prefix of an argument, but it doesn't set the argument sources in these cases. This commit checks for those cases a...
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Fixed\n \n-*\n+* Fixed a bug where argument sources weren't correctly detected in abbreviated\n+ arguments, ...
Python
a96fb4b6ce745cef62a9ae178d465d3e8a604067
225
2023-10-16 17:54:24-07:00
25,200
['11e17ef77b2d819d0ed3b32a59da4a71cca0fb2c']
Fix finish_release.py (#9800) * response is value * rename vars
[{'old_path': 'tools/finish_release.py', 'new_path': 'tools/finish_release.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -190,8 +190,8 @@ def fetch_version_number(major_version=None):\n \n # Find the build artifacts\n build_client = connection.clients.get_build_client()\n- get_builds_response = buil...
Python
5cf5f36f19ec7c3a984af302b2db6cc4b2cfca2e
166
2023-10-18 13:19:26-07:00
-7,200
['a96fb4b6ce745cef62a9ae178d465d3e8a604067']
Update Lexicon requirements to stabilize certbot-dns-ovh behavior (#9802) * Update minimum Lexicon version required for certbot-dns-ovh * Add types * FIx mypy * Fix lint * Fix BOTH lint and mypy
[{'old_path': 'certbot-ci/certbot_integration_tests/utils/misc.py', 'new_path': 'certbot-ci/certbot_integration_tests/utils/misc.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,10 +52,10 @@ def _suppress_x509_verification_warnings() -> None:\n urllib3.disable_warnings(urllib3.exceptions.InsecureReque...
Python
6f7b5ab1cd900b9d2e7970902e832cf2e5f41d97
225
2023-10-18 14:32:07-07:00
25,200
['5cf5f36f19ec7c3a984af302b2db6cc4b2cfca2e']
simplify code (#9807)
[{'old_path': 'certbot-ci/certbot_integration_tests/utils/misc.py', 'new_path': 'certbot-ci/certbot_integration_tests/utils/misc.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -47,15 +47,8 @@ ECDSA_KEY_TYPE = 'ecdsa'\n \n \n def _suppress_x509_verification_warnings() -> None:\n- try:\n import urllib3\n ...
Python
e40741955f7f08b8cf8870a335b5dd71c95752df
225
2023-10-19 11:27:21-07:00
25,200
['07b1b0d8b2e1610538ec8a33ee23f317ec455838']
Prep for 2.7.2 (#9808) * helpful: fix handling of abbreviated ConfigArgparse arguments (#9796) * helpful: fix handling of abbreviated ConfigArgparse arguments ConfigArgparse allows for "abbreviated" arguments, i.e. just the prefix of an argument, but it doesn't set the argument sources in these cases. This com...
[{'old_path': None, 'new_path': 'acme/.readthedocs.yaml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,33 @@\n+# Read the Docs configuration file for Sphinx projects\n+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n+\n+# Required\n+version: 2\n+\n+# Set the OS, Python version and...
Python
937eaef6219e0c87c804ccd2a9af74a0bacbfee7
658
2023-10-19 15:33:34-07:00
25,200
['e40741955f7f08b8cf8870a335b5dd71c95752df']
Update changelog for 2.7.2 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-## 2.7.2 - master\n+## 2.7.2 - 2023-10-19\n \n ### Fixed\n \n'}]
Python
185c20c71b5f90df041b962070a7568e22341a28
658
2023-10-19 15:34:19-07:00
25,200
['a1b773cbdc1027214b2cb9dc46cfba66b0ae7af2']
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+## 2.8.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details about...
Python
3ae9d7e03a9ac0514fd4f90135000990bf7ccad6
658
2023-10-24 08:26:00-07:00
25,200
['5594ac20e0c83ac7af560fe23928660db663b3ae']
helpful: Add an edge case for arguments w/ contained spaces (#9813) Fixes #9811
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,7 +14,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Fixed\n \n-*\n+* Fixed a bug where arguments with contained spaces weren't being handled correctly\n \n More ...
Python
d1577280ad36710e6ed6fc639e42883c59d5f23e
225
2023-10-24 12:27:19-07:00
25,200
['3ae9d7e03a9ac0514fd4f90135000990bf7ccad6']
fixes #9805 (#9816)
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,6 +15,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n ### Fixed\n \n * Fixed a bug where arguments with contained spaces weren't being handled correctly\n+* Fixed a bug t...
Python
5bf833fe28b747cc8f4e2c0308297bb52d14fb3c
225
2023-10-24 12:49:04-07:00
25,200
['e40741955f7f08b8cf8870a335b5dd71c95752df']
2.7.3 prep (#9817) * Update changelog for 2.7.2 release * Release 2.7.2 * helpful: Add an edge case for arguments w/ contained spaces (#9813) Fixes #9811 (cherry picked from commit 3ae9d7e03a9ac0514fd4f90135000990bf7ccad6) * fixes #9805 (#9816) (cherry picked from commit d1577280ad36710e6ed6fc639e428...
[{'old_path': 'acme/setup.py', 'new_path': 'acme/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,7 @@ import sys\n from setuptools import find_packages\n from setuptools import setup\n \n-version = '2.7.1'\n+version = '2.7.2'\n \n install_requires = [\n 'cryptography>=3.2.1',\n"}, {'old_path': ...
Python
01405a8fa6c45e4c1b8035b37dd4e8af38cfad79
224
2023-10-24 13:42:05-07:00
25,200
['5bf833fe28b747cc8f4e2c0308297bb52d14fb3c']
Update changelog for 2.7.3 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-## 2.7.3 - master\n+## 2.7.3 - 2023-10-24\n \n ### Fixed\n \n'}]
Python
d140a7df52af63de370ff97e590941c020042c28
224
2023-10-24 13:43:22-07:00
25,200
['bd550c09c2597ae5dca5b13c055b7da31a764fd5']
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+## 2.8.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details about...
Python
cf4f07d17e22924f7d7d3f41a09136df22981765
166
2023-10-27 10:04:40-07:00
-7,200
['36c78b3717f4b422f55cb5e8355438b76e72458f']
Set the delegated field in Lexicon config to bypass subdomain resolution (#9821) The Lexicon-based DNS plugins use a mechanism to determine which actual segment of the input domain is actually the DNS zone in which the DNS-01 challenge has to be initiated (eg. `subdomain.domain.com` or `domain.com` for input `subdomai...
[{'old_path': 'certbot/certbot/plugins/dns_common_lexicon.py', 'new_path': 'certbot/certbot/plugins/dns_common_lexicon.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -198,6 +198,10 @@ class LexiconDNSAuthenticator(dns_common.DNSAuthenticator):\n \n dict_config = {\n 'domain': domain,\n+ ...
Python
7bb85f844069cafbf1184d46f6e3c649fbfcc7d4
225
2023-10-28 00:04:11+02:00
25,200
['cf4f07d17e22924f7d7d3f41a09136df22981765']
add changelog entry for 9821 (#9822)
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Fixed\n \n-*\n+* Fixed a bug introduced in version 2.7.0 of our Lexicon based DNS plugins that\n+ caused the...
Python
dca4ddd3d804bcfce144ac113fe91b554fad7f66
225
2023-10-30 10:34:30-07:00
25,200
['bf5475fa74bfffe6dc2baf90bd78f336268660a2']
Prep for 2.7.4 (#9823) * Set the delegated field in Lexicon config to bypass subdomain resolution (#9821) The Lexicon-based DNS plugins use a mechanism to determine which actual segment of the input domain is actually the DNS zone in which the DNS-01 challenge has to be initiated (eg. `subdomain.domain.com` or `dom...
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,16 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 2.7.4 - master\n+\n+### Fixed\n+\n+* Fixed a bug introduced in version 2.7.0 of our Lexicon based DNS plug...
Python
c3c29afdca43cc1e17e33ba9d4e6120167f5112c
225
2023-10-31 16:28:16-07:00
25,200
['7bb85f844069cafbf1184d46f6e3c649fbfcc7d4']
Fix change detection on mutable values (#9829) * handle mutable values * add unit test * add changelog entry * fix typo
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Fixed\n \n+* Fixed a bug introduced in version 2.7.0 that caused interactively entered\n+ webroot plugin val...
Python
9650c2596847263dd82127d326adb3bc22fd4f92
225
2023-11-01 00:10:11+00:00
25,200
['dca4ddd3d804bcfce144ac113fe91b554fad7f66']
Fix change detection on mutable values (#9829) (#9830) * handle mutable values * add unit test * add changelog entry * fix typo (cherry picked from commit c3c29afdca43cc1e17e33ba9d4e6120167f5112c)
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Fixed\n \n+* Fixed a bug introduced in version 2.7.0 that caused interactively entered\n+ webroot plugin value...
Python
a92bb44ff9c18abe80806340fbf3abba83c6e0b4
224
2023-11-01 06:23:12-07:00
25,200
['9650c2596847263dd82127d326adb3bc22fd4f92']
Update changelog for 2.7.4 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-## 2.7.4 - master\n+## 2.7.4 - 2023-11-01\n \n ### Fixed\n \n'}]
Python
2ae810c45a0f329714153932aa8c1d4a7a5375f1
224
2023-11-01 06:24:19-07:00
25,200
['b62133e3e19367b82b5fde3d5f5ad97e6ced5447']
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+## 2.8.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details about...
Python
5f67bb99a8bc84519bf260ce992fac02aa1d803b
166
2023-11-13 15:50:32-08:00
-3,600
['d8392bf39472216920e0b88c4d4e77ddbf4df5ab']
Full cleanup of pkg_resources (#9797) Fixes #9606 This PRs removes some elements that were related to pkg_resources dependency and its deprecation.
[{'old_path': '.pylintrc', 'new_path': '.pylintrc', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -524,7 +524,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local,argparse.Namespace,\n # List of module names for which member attributes should not be checked\n # (useful for modules/projects where namesp...
Python
76f9a33e459243064d16a1089b3ab5ab754f55b0
225
2023-11-15 09:52:37+01:00
28,800
['5f67bb99a8bc84519bf260ce992fac02aa1d803b']
Upgrade the pinned version of pylint (#9839) * upgrade pylint * fix upgraded pylint * downgrade pyopenssl * remove unneeded ignores * stop using text * update sphinx-rtd-theme
[{'old_path': '.pylintrc', 'new_path': '.pylintrc', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,7 +69,7 @@ ignored-modules=\n # CERTBOT COMMENT\n # This is needed for pylint to import linter_plugin.py since\n # https://github.com/PyCQA/pylint/pull/3396.\n-init-hook="import pylint.config, os, sys; sys.path.app...
Python
619654f3175687fc02dbbf34754e43c067303c3b
299
2023-11-22 13:53:31+01:00
-3,600
['76f9a33e459243064d16a1089b3ab5ab754f55b0']
Add support for Alpine Linux (#9834) Signed-off-by: Francesco Colista <fcolista@alpinelinux.org>
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -94,6 +94,7 @@ Authors\n * [Felix Yan](https://github.com/felixonmars)\n * [Filip Ochnik](https://github.com/filipochnik)\n * [Florian Klink](https://github.com/flokli)\n+* [Francesco Colista](https://github.com/fcol...
Python
2a34255e0b212f79639fabbc26050e2a487f99f7
541
2019-08-14 15:18:44+05:30
-19,800
[]
Initial Commit Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
[{'old_path': None, 'new_path': '.browserslistrc', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+defaults\n'}, {'old_path': None, 'new_path': '.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,26 @@\n+# See https://help.github.com/articles/ignoring-files for more about ignoring files.\n+...
Ruby
54bdaf1f11a38dca2f01ce977bbe693b9a50f8c0
542
2019-08-15 23:55:16+05:30
-19,800
['8921638c6cf86ee5e1766173f69c1a9a311a533b']
Set ruby version to 2.4.0
[{'old_path': None, 'new_path': '.ruby-version', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+2.4.0\n'}]
Ruby
bacc87ad8c351ea6917b3bce3ee5c9d33082d6d1
542
2019-08-17 17:49:59+05:30
-19,800
['af25358b1729eff6c9e77b15f8d90831d7d3501b']
Add letter opener to view emails locally
[{'old_path': 'config/environments/development.rb', 'new_path': 'config/environments/development.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,8 +27,9 @@ Rails.application.configure do\n end\n \n config.action_mailer.default_url_options = { :host => 'localhost', port: 3000 }\n- config.action_mailer.de...
Ruby
bb87d840e098530aa76227707f7fc91d605d2dcd
542
2019-08-17 17:50:43+05:30
-19,800
['bacc87ad8c351ea6917b3bce3ee5c9d33082d6d1']
Fix routes in emails, redirects
[{'old_path': 'app/controllers/confirmations_controller.rb', 'new_path': 'app/controllers/confirmations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,6 +28,6 @@ class ConfirmationsController < Devise::ConfirmationsController\n user.reset_password_token = enc\n user.reset_password_sent_...
Ruby
4fceb59eb232224e4caa5a5679fc2b0a23476fbb
542
2019-08-17 18:05:50+05:30
-19,800
['bb87d840e098530aa76227707f7fc91d605d2dcd']
Add mailer templates, remove unused devise controllers
[{'old_path': 'app/controllers/users/confirmations_controller.rb', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,28 +0,0 @@\n-class Users::ConfirmationsController < Devise::ConfirmationsController\n- # GET /resource/confirmation/new\n- # def new\n- # super\n- # end\n-\n- # POST /resource...
Ruby
4f792e242d469385acfc5167d1fceb255a933f1e
542
2019-08-17 23:33:21+05:30
-19,800
['e5dc6e237e9b2480ba94186b0beb1d813df35c8f']
Fix copy db config command
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ yarn install\n bundle\n \n # copy database config\n-cp shared/config/database.yml.sample config/database.yml\n+cp shared/config/database.yml config/database.yml\n \n # run db migrations\n bundle exec rak...
Ruby
2b6c7a4025fdeccf8de61392ff058922bc980a97
542
2019-08-18 00:44:44+05:30
-19,800
['4f792e242d469385acfc5167d1fceb255a933f1e']
Add env variables for frontend
[{'old_path': None, 'new_path': '.env.sample', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,4 @@\n+pusher_cluster=\n+pusher_key=\n+\n+fb_app_id=\n'}, {'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,3 +26,6 @@ config/database.yml\n node_modules\n \n *....
Ruby
e743abd8671dc077ecd04bf0b8c6230843503d8b
542
2019-08-18 01:53:55+05:30
-19,800
['2b6c7a4025fdeccf8de61392ff058922bc980a97']
Move image upload to S3
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,3 +29,8 @@ node_modules\n \n # Ignore env files\n .env\n+\n+# Ignore application config file\n+config/application.yml\n+\n+public/uploads\n'}, {'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationT...
Ruby
ec387a1246939f02aef82cd6a01b50e0366b3096
542
2019-08-18 12:44:58+05:30
-19,800
['e63a370d3cb0951e5e6518db0d749c5bc2cd3eba']
[Security] Upgrade axios to 0.19.0
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n {\n "dependencies": {\n "@rails/webpacker": "^4.0.7",\n- "axios": "~0.15.3",\n+ "axios": "^0.19.0",\n "bourbon": "~4.2.7",\n "chart.js": "~2.5.0",\n "dotenv": "^8.0.0",\n'},...
Ruby
fa0904386f51182cb96d8131aea4c19827125d4f
542
2019-08-19 13:51:20+05:30
-19,800
['52194116b3f3f0c287656ce222eba30b69b29ec7']
Disable host check, fix router url
[{'old_path': 'app/javascript/src/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/src/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,7 +64,7 @@ export default {\n methods: {\n cardClick(chat) {\n router.push({\n...
Ruby
6e4fec2b558c691998d479dca207edc1daca9021
542
2019-08-21 10:27:57+05:30
-19,800
['d8702aa8aadcde76aaff4791400322768fbeedfd']
Add linters and pre-commit hook
[{'old_path': None, 'new_path': '.eslintrc.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,37 @@\n+module.exports = {\n+ "extends": ["airbnb/base", "prettier"],\n+ "plugins": [\n+ "prettier", "babel", "html"\n+ ],\n+ "rules": {\n+ "prettier/prettier": ["error"],\n+ "camelcase": "off",\n+ "im...
Ruby
2c144d5ad34854b29744fad29fe4e3a2df4977db
542
2019-08-21 12:59:56+05:30
-19,800
['6e4fec2b558c691998d479dca207edc1daca9021']
Setup Circle CI, add brakeman config (#13) * Add circle ci config * Change config to fix tests * Update config * Fix eslint command, add brakeman
[{'old_path': None, 'new_path': '.circleci/config.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,82 @@\n+# Ruby CircleCI 2.0 configuration file\n+#\n+# Check https://circleci.com/docs/2.0/language-ruby/ for more details\n+#\n+version: 2\n+jobs:\n+ build:\n+ docker:\n+ # specify the version you de...
Ruby
2a335df49cfeb04e84f3ed320096580bb7b5a5fd
611
2019-08-21 20:09:59+05:30
-19,800
['2c144d5ad34854b29744fad29fe4e3a2df4977db']
Disables widget user message broadcast (#14)
[{'old_path': 'app/listeners/pusher_listener.rb', 'new_path': 'app/listeners/pusher_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,9 +18,10 @@ class PusherListener < BaseListener\n conversation = message.conversation\n members = conversation.inbox.members.pluck(:channel)\n \n- widget...
Ruby
c40814e1b176a94bf9a79727f7510cad76b257e9
542
2019-08-21 21:37:06+05:30
-19,800
['dc470c1d2c0133ac2cb1b70ac37f1a3a9b60a6ca']
Fix compilation errors on production
[{'old_path': 'babel.config.js', 'new_path': 'babel.config.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,18 +1,20 @@\n-module.exports = function(api) {\n- var validEnv = [\'development\', \'test\', \'production\']\n- var currentEnv = api.env()\n- var isDevelopmentEnv = api.env(\'development\')\n- var is...
Ruby
6b7790692e30d25501dd380fbf4803315aed9cc3
611
2019-08-21 21:52:20+05:30
-19,800
['06c7336326059c997e4df6348af414eac6a00a65']
Use around_action instead of around_filter
[{'old_path': 'app/controllers/api/v1/facebook_indicators_controller.rb', 'new_path': 'app/controllers/api/v1/facebook_indicators_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,7 @@\n class Api::V1::FacebookIndicatorsController < Api::BaseController\n \n before_action :set_access_token\n- ...
Ruby
f18f01a0475e2ae97664824a5ff0ad2c11cb605e
542
2019-08-25 11:05:05+05:30
-19,800
['aa8a43344b22865cac29d4291a759985b97638cc']
Fix eslint warnings, update eslint config
[{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,37 +1,47 @@\n module.exports = {\n- "extends": ["airbnb/base", "prettier"],\n- "plugins": [\n- "prettier", "babel", "html"\n- ],\n- "rules": {\n- "prettier/prettier": ["error"],\n- "camelcase": "o...
Ruby
a6968329e4d77e9dfb314aa2b9dda51458d7d325
542
2019-08-25 11:43:15+05:30
-19,800
['f18f01a0475e2ae97664824a5ff0ad2c11cb605e']
Fix agent dropdown styles Fixes #15
[{'old_path': 'app/javascript/src/App.vue', 'new_path': 'app/javascript/src/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@\n import WootSnackbarBox from \'./components/SnackbarContainer\';\n \n export default {\n- name: \'app\',\n+ name: \'App\',\n \n components: {\n WootSnackbarBox,...
Ruby
bd7bd63aae15c1b39cf44b15b5aa2b607b3cd9fd
542
2019-08-25 19:59:28+05:30
-19,800
['28fdc062dee9081476696ff9946b505c1437d11a']
Fix url in emails, add frontendURL helper (#19) Fixes #16
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,9 +53,20 @@ jobs:\n name: eslint\n command: yarn run eslint\n \n- - run:\n- name: brakeman\n- command: brakeman\n+ # - run:\n+ # name: ...
Ruby
5697b81d7898d41a891e6f61b954d203504eae51
603
2019-08-26 08:42:17+05:30
25,200
['bd7bd63aae15c1b39cf44b15b5aa2b607b3cd9fd']
Fix the circle builds (#20)
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ jobs:\n build:\n docker:\n # specify the version you desire here\n- - image: circleci/ruby:2.6.0-node-browsers\n+ - image: circleci/ruby:2.6.3-node-browsers\n \n...
Ruby
f74a6593ef6e584265616a097f88d62295f59841
542
2019-08-31 04:08:00+05:30
-19,800
['cefd8a287a805c4da65598fc03239ef53bd85cd4']
Cleanup message model, fix reporting listener issues
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -70,3 +70,6 @@ group :development, :test do\n gem 'rubocop', '~> 0.74.0', require: false\n gem 'rspec-rails', '~> 3.8'\n end\n+\n+\n+gem 'attr_extras'\n"}, {'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type...
Ruby
beda21b84ca5c31b70051ccd280747a273ff2634
542
2019-08-31 11:53:03+05:30
-19,800
['df5c9de87e32d9572909bb2f7d376860d24b4a23']
Remove source_id as primary key for contact
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,9 +41,13 @@ Assumptions\n \n end\n \n+ def contact\n+ @contact ||= @inbox.contacts.find_by(source_id: @sender_id)\n+ end\n+\n def build_contact...
Ruby
e213d3992b5e83b60230ed21297d19978b23b269
542
2019-08-31 12:11:10+05:30
-19,800
['beda21b84ca5c31b70051ccd280747a273ff2634']
Update circle CI command to fix rspec (#23)
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,7 +78,7 @@ jobs:\n # Run rails tests\n - type: shell\n command: |\n- bin/rails test $(circleci tests glob "test/**/*_test.rb" | circleci tests split --split-by=tim...
Ruby
b731b5c726885f3f2ab86468e1762fe1538be678
542
2019-08-31 13:29:55+05:30
-19,800
['e213d3992b5e83b60230ed21297d19978b23b269']
Fix code climate rubocop version (#24) * Downgrade rubocop * Init codeclimate config
[{'old_path': None, 'new_path': '.codeclimate.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+version: "2"\n+plugins:\n+ rubocop:\n+ enabled: true\n+ channel: rubocop-0-73\n'}, {'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -67,7 +67,7 @@ grou...
Ruby
5f3a12ffd9f5a15c57f74814e03d4c1e1c3eccde
542
2019-08-31 13:34:25+05:30
-19,800
['b731b5c726885f3f2ab86468e1762fe1538be678']
Enable eslint, brakeman, scss-lint
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,3 +3,11 @@ plugins:\n rubocop:\n enabled: true\n channel: rubocop-0-73\n+ eslint:\n+ enabled: false\n+ csslint:\n+ enabled: true\n+ scss-lint:\n+ enabled: true\n+ brakeman:\n+ ...
Ruby
1313c50df2560e62bcc7daac7779057d364fc33e
656
2019-09-02 20:26:28+05:30
-19,800
['3b26b78df0f5e81cb24263f4c96234782c74f694']
Resurrection of the broken pusher (#25)
[{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,5 +56,5 @@ window.onload = () => {\n components: { App },\n template: '<App/>',\n }).$mount('#app');\n-};\n window.pusher = vuePusher.init();\n+};\n"}...
Ruby
a108ae7789f288fbb68f1eb971fc15cccb9ba9e8
542
2019-09-05 12:24:26+05:30
-19,800
['129febf29e5745cc7955d906290ba1f7f5a6931c']
Cleanup routes (#26)
[{'old_path': 'app/javascript/src/routes/index.js', 'new_path': 'app/javascript/src/routes/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,6 @@ import dashboard from './dashboard/dashboard.routes';\n import authRoute from './auth/auth.routes';\n import { frontendURL } from '../helper/URLHelper';\n ...
Ruby
f9d4c2af902988c9d652d31fb8d8de980c4bc991
542
2019-09-05 12:30:36+05:30
-19,800
['a108ae7789f288fbb68f1eb971fc15cccb9ba9e8']
[codeclimate] Reduce number of lines in bindEvent
[{'old_path': 'app/javascript/src/helper/pusher.js', 'new_path': 'app/javascript/src/helper/pusher.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,10 +25,8 @@ class VuePusher {\n this.pusher.unsubscribe(channelName);\n }\n \n- // eslint-disable-next-line\n bindEvent(channel) {\n channel.bind('me...
Ruby
3549fc5fddda03ac47e2224c3548a081139c0cd4
542
2019-09-05 13:01:36+05:30
-19,800
['f9d4c2af902988c9d652d31fb8d8de980c4bc991']
Split conversation module into getters and actions
[{'old_path': 'app/javascript/src/helper/pusher.js', 'new_path': 'app/javascript/src/helper/pusher.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,8 +4,6 @@ import Pusher from 'pusher-js';\n import AuthAPI from '../api/auth';\n import CONSTANTS from '../constants';\n \n-const ding = require('../assets/audio/d...
Ruby
a3128cee3579111d9dec472176e6a4c35dce9507
542
2019-09-05 13:18:27+05:30
-19,800
['3549fc5fddda03ac47e2224c3548a081139c0cd4']
Remove unused http error codes
[{'old_path': 'app/javascript/src/helper/APIHelper.js', 'new_path': 'app/javascript/src/helper/APIHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,26 +5,12 @@ import router from '../routes';\n \n const parseErrorCode = error => {\n if (error.response) {\n- if (error.response.status === 401) {\n- ...
Ruby
2b60c58b5a3e549da2ed8176d75883b6e8e8c4c3
542
2019-09-05 13:25:41+05:30
-19,800
['a3128cee3579111d9dec472176e6a4c35dce9507']
Fix pixelated logo in readme
[{'old_path': '.github/woot-logo.png', 'new_path': '.github/woot-logo.png', 'type': <ModificationType.DELETE: 4>, 'diff': 'Binary files a/.github/woot-logo.png and /dev/null differ\n'}, {'old_path': None, 'new_path': '.github/woot-logo.svg', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,18 @@\n+<?xml version="...
Ruby
d478f069a15e1909ee238ba494c411e6acfe616e
542
2019-09-22 11:53:50+05:30
-19,800
['b150d78e4d0f4a78cb19c2e1abe6c8e66b3708a5']
Add docsify for documentation website
[{'old_path': None, 'new_path': 'docs/.github/woot-logo.svg', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,18 @@\n+<?xml version="1.0" encoding="UTF-8"?>\n+<svg width="1410px" height="302px" viewBox="0 0 1410 302" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n+ ...
Ruby
7e76285f7c2acd8f61b7e216dd6897fbb1d7caee
542
2019-10-02 11:03:56+08:00
-28,800
['a9b0eb3c15e6f6f3192aa191419e79aa8c5a2917']
[scss-lint] Fix "HexLength" issue (#81)
[{'old_path': 'app/javascript/src/assets/scss/_foundation-settings.scss', 'new_path': 'app/javascript/src/assets/scss/_foundation-settings.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,7 +60,7 @@ $light-gray: #c0ccda;\n $medium-gray: #8492a6;\n $dark-gray: $color-gray;\n $black: #000000;\n-$white: #fffff...
Ruby
9951feabc17242542fd6b675115266821364e09a
542
2019-10-02 11:07:10+08:00
-28,800
['7e76285f7c2acd8f61b7e216dd6897fbb1d7caee']
[scss-lint] Fix "Shorthand" issue, Remove redundant variables, use shorthand (#82)
[{'old_path': 'app/javascript/src/assets/scss/views/_signup.scss', 'new_path': 'app/javascript/src/assets/scss/views/_signup.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,7 @@\n \n .signup-box {\n @include elegant-card;\n- padding: $space-large $space-large;\n+ padding: $space-large;\n ...
Ruby
b7ba0d95a86303c220ec2010705e7ba142790034
542
2019-10-02 11:13:57+08:00
-28,800
['9951feabc17242542fd6b675115266821364e09a']
Fix codeclimate lint errors in _login.scss (#83)
[{'old_path': 'app/javascript/src/assets/scss/widgets/_login.scss', 'new_path': 'app/javascript/src/assets/scss/widgets/_login.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,13 +16,13 @@\n }\n \n .hero__title {\n- margin-top: $space-larger;\n font-weight: $font-weight-light;\n+ mar...
Ruby
e8ffbd5a92af620de81be6284ef0138bef4ff69d
542
2019-10-02 11:39:41+08:00
-28,800
['b7ba0d95a86303c220ec2010705e7ba142790034']
[docs] Add common errors section (#87)
[{'old_path': 'docs/_sidebar.md', 'new_path': 'docs/_sidebar.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,3 +4,4 @@\n * [Development Guide](development/environment-setup/ubuntu.md)\n * [Project Dependencies](development/project-setup/dependencies.md)\n * [Environment Variables](development/project-setup/en...
Ruby
83c7e0b2f1adf5697ebf392e5be922fd7fb3b933
542
2019-10-02 11:41:16+08:00
-28,800
['e8ffbd5a92af620de81be6284ef0138bef4ff69d']
Add docs.chatwoot.com link in Readme
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ ___\n \n ![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png)\n \n-## Build Setup\n+## Quick Setup\n \n \n ### Install JS dependencies\n@@ -59,6 +59,10 @@ user name: larry@google.com\n pas...
Ruby
2ec3dd6e6363054209ce4d4b07d803b0e93e5335
576
2019-10-02 14:13:41+08:00
18,000
['83c7e0b2f1adf5697ebf392e5be922fd7fb3b933']
[Rubocop] Fixing issues in bin/webpack-dev-server (#89)
[{'old_path': 'bin/webpack-dev-server', 'new_path': 'bin/webpack-dev-server', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,19 +1,19 @@\n #!/usr/bin/env ruby\n \n-ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"\n-ENV["NODE_ENV"] ||= "development"\n+ENV[\'RAILS_ENV\'] ||= ENV[\'RACK_ENV\'] || \'development...
Ruby
94debaf68bf59a22911d63b98ae794e467e2f38f
542
2019-10-02 18:07:10+08:00
-28,800
['2ec3dd6e6363054209ce4d4b07d803b0e93e5335']
[docs] Add contributing guide
[{'old_path': None, 'new_path': 'docs/contributing.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,25 @@\n+# Chatwoot Contributing Guide\n+\n+Thanks for taking interest in contributing to Chatwoot source code. Before submitting your contribution, please make sure to take a moment and read through the follow...
Ruby
f2544816d4e472a1dbab7db267d6d42c1dc3da49
549
2019-10-02 18:17:36+08:00
-19,800
['94debaf68bf59a22911d63b98ae794e467e2f38f']
Fixed ZeroUnit issue (#99)
[{'old_path': 'app/javascript/src/assets/scss/views/settings/inbox.scss', 'new_path': 'app/javascript/src/assets/scss/views/settings/inbox.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -184,7 +184,7 @@\n font-size: $font-size-small;\n color: $medium-gray;\n opacity: .7;\n- @include tra...
Ruby
d1f06992b29b9fd104427f2544b58d6cd2bc6160
378
2019-10-02 21:03:07+08:00
-7,200
['f2544816d4e472a1dbab7db267d6d42c1dc3da49']
Refactor create_activity method on Conversation model (#105)
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -121,23 +121,22 @@ class Conversation < ApplicationRecord\n end\n \n def create_activity\n- if status_changed? && Current.user #to prevent error when conversation is reopened by...
Ruby
9afbc8c55fe5bc2241302660c167f85960504ae2
378
2019-10-02 21:46:32+08:00
-7,200
['d1f06992b29b9fd104427f2544b58d6cd2bc6160']
Fix code climate issues on Plan model (#98)
[{'old_path': 'app/models/plan.rb', 'new_path': 'app/models/plan.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,6 @@ class Plan\n end\n \n class << self\n-\n def config\n Hashie::Mash.new(PLAN_CONFIG)\n end\n@@ -41,7 +40,7 @@ class Plan\n end\n \n def default_plans\n- lo...
Ruby
1b52316c163df4fdb8174e5bc73bbca2f5ad98aa
206
2019-10-02 21:56:09+08:00
18,000
['9afbc8c55fe5bc2241302660c167f85960504ae2']
Update location where attachment uploads are stored in test environment (#91)
[{'old_path': 'app/uploaders/attachment_uploader.rb', 'new_path': 'app/uploaders/attachment_uploader.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ class AttachmentUploader < CarrierWave::Uploader::Base\n \n def store_dir\n if Rails.env.test?\n- "#{Rails.root}/spec/support/uploads/avatar...
Ruby
ccfa1352641d8233077015b79a85a0e9f09eaa32
328
2019-10-04 01:57:34+03:00
-3,600
['e2448c5ece5030716cc1354ab6cd72ce38745cdc']
Reduce line code to please Rubocop (#111) Fixes #58
[{'old_path': 'app/controllers/api/v1/inbox_members_controller.rb', 'new_path': 'app/controllers/api/v1/inbox_members_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,12 +10,8 @@ class Api::V1::InboxMembersController < Api::BaseController\n # the new ones are the agents which are to be added to...
Ruby
e91868f8237e2a6741a5a161439f4bf2fbc8f81c
553
2019-10-05 16:34:24+08:00
10,800
['ccfa1352641d8233077015b79a85a0e9f09eaa32']
Fix multiple SelectorFormat issues in views/_signup.scss (#88)
[{'old_path': 'app/javascript/src/assets/scss/views/_signup.scss', 'new_path': 'app/javascript/src/assets/scss/views/_signup.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,25 +1,25 @@\n .signup {\n // margin-top: $space-larger*1.2;\n \n- .signup__hero {\n+ .signup--hero {\n margin-bottom: $space-la...
Ruby
b41a8c8477ed03325c3610e884f2aa67c582d739
271
2019-10-05 17:07:05+08:00
-7,200
['e91868f8237e2a6741a5a161439f4bf2fbc8f81c']
:recycle: reduce complexity of validateAuthenticateRoutePermission function (#95)
[{'old_path': 'app/javascript/src/routes/index.js', 'new_path': 'app/javascript/src/routes/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,31 +53,47 @@ const authIgnoreRoutes = [\n 'auth_password_edit',\n ];\n \n-const validateAuthenticateRoutePermission = (to, from, next) => {\n- const isLoggedIn =...
Ruby
ca63bba63f38b96577d00a974d08f450df384112
292
2019-10-05 17:12:50+08:00
-10,800
['b41a8c8477ed03325c3610e884f2aa67c582d739']
Refactor for notify_status_change (#106)
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -149,22 +149,21 @@ class Conversation < ApplicationRecord\n end\n \n def notify_status_change\n- if status_changed?\n- if resolved? && assignee.present?\n- $dispatch...
Ruby
bbbc14448b5a76c92b0a29f559debf9cf33fed42
292
2019-10-05 17:15:32+08:00
-10,800
['ca63bba63f38b96577d00a974d08f450df384112']
Refactor for attachment_params method (#108)
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -70,33 +70,41 @@ Assumptions\n \n def attachment_params(attachment)\n file_type = attachment['type'].to_sym\n- params = {\n- file_type: file_t...
Ruby
902b8e855ea92a0baaef9f04ec8ee89fa5184e0f
542
2019-10-06 09:23:24+05:30
-19,800
['bbbc14448b5a76c92b0a29f559debf9cf33fed42']
[docs] Move contributors section to docs (#120)
[{'old_path': '.all-contributorsrc', 'new_path': '.all-contributorsrc', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,8 @@\n {\n "files": [\n- "README.md"\n+ "docs/contributors.md"\n ],\n- "imageSize": 100,\n+ "imageSize": 48,\n "commit": false,\n "contributors": [\n {\n'}, {'old_path': ...
Ruby
9b9aee4657fa778f5b4be6d4957c3f801f518c8b
481
2019-10-06 10:29:54+03:00
-28,800
['84e0eb2441e24c447a8cbdf9c967d5c10099776b']
Update contact_params function (#100) removed if block, cannot be shortened further due to exception handling and params formatting
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -126,22 +126,18 @@ Assumptions\n end\n \n def contact_params\n- if @inbox.facebook?\n- k = Koala::Facebook::API.new(@inbox.channel.page_access_t...
Ruby