Skip to content

Commit

Permalink
Merge branch 'master' into fix-base64
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Dec 13, 2021
2 parents fb1b83f + ad25887 commit 48b2aca
Show file tree
Hide file tree
Showing 538 changed files with 20,556 additions and 11,476 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: pennersr
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Expand Up @@ -4,15 +4,15 @@

- [ ] Make sure you use [semantic commit messages](https://seesparkbox.com/foundry/semantic_commit_messages).
Examples: `"fix(google): Fixed foobar bug"`, `"feat(accounts): Added foobar feature"`.
- [ ] All Python code must be 100% pep8 and isort clean.
- [ ] All Python code must formatted using Black, and clean from pep8 and isort issues.
- [ ] JavaScript code should adhere to [StandardJS](https://standardjs.com).
- [ ] If your changes are significant, please update `ChangeLog.rst`.
- [ ] Feel free to add yourself to `AUTHORS`.
- [ ] If your change is substantial, feel free to add yourself to `AUTHORS`.

## Provider Specifics

In case you add a new provider:

- [ ] Make sure unit tests are available.
- [ ] Add an entry of your provider in `test_settings.py::INSTALLED_APPS` and `docs/installation.rst::INSTALLED_APPS`.
- [ ] Add documentation to `docs/providers.rst`.
Expand Down
96 changes: 96 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,96 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
testenv:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
django-version: ['master', '2.0', '2.1', '2.2', '3.0', '3.1', '3.2', '4.0']
exclude:
- python-version: '3.8'
django-version: '2.0'
- python-version: '3.9'
django-version: '2.0'

- python-version: '3.8'
django-version: '2.1'
- python-version: '3.9'
django-version: '2.1'

- python-version: '3.5'
django-version: '3.0'

- python-version: '3.5'
django-version: '3.1'

- python-version: '3.5'
django-version: '3.2'

- python-version: '3.5'
django-version: '4.0'
- python-version: '3.6'
django-version: '4.0'
- python-version: '3.7'
django-version: '4.0'

- python-version: '3.5'
django-version: 'master'
- python-version: '3.6'
django-version: 'master'
- python-version: '3.7'
django-version: 'master'
- python-version: '3.8'
django-version: 'master'

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions coveralls
- name: Tox Test
run: tox
env:
PYTHON_VER: ${{ matrix.python-version }}
DJANGO: ${{ matrix.django-version }}
- name: Coverage (Coveralls)
if: ${{ success() }}
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

extra:
runs-on: ubuntu-latest
strategy:
matrix:
extra-env: ['docs', 'checkqa', 'standardjs']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
if: ${{ matrix.extra-env == 'standardjs' }}
with:
node-version: '8'
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Tox Test
run: tox
env:
TOXENV: ${{ matrix.extra-env }}
4 changes: 1 addition & 3 deletions .isort.cfg
Expand Up @@ -6,8 +6,6 @@ include_trailing_comma=1
multi_line_output=3
lines_after_imports=2
known_django=django
known_future_library=future
known_standard_library=types,requests
extra_standard_library=types,requests
known_first_party=allauth
default_section=THIRDPARTY
sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
63 changes: 0 additions & 63 deletions .travis.yml

This file was deleted.

21 changes: 21 additions & 0 deletions AUTHORS
Expand Up @@ -7,13 +7,15 @@ Contributors
============

Aaron van Derlip
Abhinav Johri
Abhishek Kumar Jaiswal
Adam McKerlie
Agustin Perez Paladini
Ahmet Emre Aladağ
Aldiantoro Nugroho
Alexander Gaevsky
Andrean Franc
Andrew Chen Wang
Andrey Akolpakov
Andrey Balandin
Andy Matthews
Expand All @@ -25,9 +27,12 @@ Bas ten Berge
Basil Shubin
Ben Timby
Benjamin Jorand
Benjamin Howes
Bhavani Ravi
Biel Massot
Björn Andersson
Bojan Mihelac
Bruno Alla
Chris Beaven
Chris Davis
Christian Carter
Expand All @@ -53,11 +58,14 @@ Fred Palmer
Fábio Santos
George Whewell
Griffith Rees
Guignard Javier
Guilhem Saurel
Guillaume Vincent
Guoyu Hao
Haesung Park
Hatem Nassrat
Hyunwoo Shim
Ignacio Ocampo
J. Erm
J. Fernando Sánchez
Jack Shedd
Expand All @@ -74,20 +82,24 @@ Jesse Gerard Brands
Jihoon Park
Jiyoon Ha
Joe Vanderstelt
Joel Fernandes
John Bazik
John Whitlock
Jonas Aule
JoonHwan Kim
Josh Owen
Josh Wright
Joshua Butler
Joshua Sorenson
Julen Ruiz Aizpuru
Justin Michalicek
Justin Pogrob
Karthikeyan Singaravelan
Kevin Dice
Koichi Harakawa
Kyle Harrison
Lee Semel
Lev Predan Kowarski
Luis Diego García
Luiz Guilherme Pais dos Santos
Luke Burden
Expand All @@ -100,11 +112,15 @@ Marjori Pomarole
Markus Kaiserswerth
Markus Thielen
Martin Bächtold
Matt Nishi-Broach
Mauro Stettler
Morgante Pell
Nariman Gharib
Nathan Strobbe
Niklas A Emanuelsson
Oleg Sergeev
Patrick Paul
Paul Juergen Fischer
Paulo Eduardo Neves
Pavel Savchenko
Peter Bittner
Expand All @@ -122,15 +138,18 @@ Roman Tomjak
Roumen Antonov
Ryan Jarvis
Ryan Verner
Safwan Rahman
Sam Solomon
Sanghyeok Lee
Seizan Shimazaki
Serafeim Papastefanos
Sergey Silaev
Shane Rice
Stuart Ross
Terry Jones
Tiago Loureiro
Tim Gates
Tom Hacohen
Tomas Babej
Tomas Marcik
Trey Corple
Expand All @@ -139,9 +158,11 @@ Udi Oron
Victor Semionov
Volodymyr Yatsyk
Vuong Nguyen
Vlad Dmitrievich
Wendy Edwards
Will Gordon
Will Ross
William Li
Yaroslav Muravsky
Yuri Kriachko
Youcef Mammar

0 comments on commit 48b2aca

Please sign in to comment.