From 019c0629fd98c7ed4005387eb4ece5182995b14f Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Fri, 13 Sep 2024 09:13:25 -0400 Subject: [PATCH 1/2] upgrade allauth (#2555) bypass the migration issue around socialaccount... since we do not use that feature! --- base-requirements.txt | 2 +- pydotorg/settings/base.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/base-requirements.txt b/base-requirements.txt index d63743f4b..2ace94a1d 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -36,7 +36,7 @@ requests[security]>=2.26.0 django-honeypot==1.0.4 # 1.0.4 is first version that supports Django 4.2 django-markupfield==2.0.1 -django-allauth==0.57.2 # 0.55.0 is first version that supports Django 4.2 +django-allauth==64.2.1 django-waffle==2.2.1 diff --git a/pydotorg/settings/base.py b/pydotorg/settings/base.py index 9697a6ea8..30dc8de4a 100644 --- a/pydotorg/settings/base.py +++ b/pydotorg/settings/base.py @@ -230,11 +230,6 @@ 'allauth', 'allauth.account', - 'allauth.socialaccount', - #'allauth.socialaccount.providers.facebook', - #'allauth.socialaccount.providers.github', - #'allauth.socialaccount.providers.openid', - #'allauth.socialaccount.providers.twitter', # Tastypie needs the `users` app to be already loaded. 'tastypie', From 68fa4c10105d3bebb3b8b11a9f4d3e1a92e99091 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 13 Sep 2024 08:24:07 -0500 Subject: [PATCH 2/2] infra: add pr template, codeowners (#2537) --- .github/CODEOWNERS | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..de60a5f44 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Notify @EWDurbin for all opened Issues and Pull Requests +* @EWDurbin @JacobCoffee diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..fa82b4297 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ + +#### Description + +- + + +#### Closes + +- +