Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

July 16 jazzband merge #12

Merged
merged 45 commits into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
a92adef
Fix ES locale translation error (#499)
Pijuli Jan 25, 2022
3071865
chore: test on Django 4.0 (#495)
bertonha Jan 25, 2022
9014f14
Stop deleting blacklist on user delete (#516)
vainu-arto Jan 25, 2022
72dd1a5
[pre-commit.ci] pre-commit autoupdate (#498)
pre-commit-ci[bot] Jan 25, 2022
92124cf
Enable ECDSA algorithms supported by PyJWT (#520)
vainu-arto Jan 28, 2022
1b2e20e
Simplify using custom token classes in serializers (#517)
vainu-arto Jan 29, 2022
4feb37a
[pre-commit.ci] pre-commit autoupdate (#524)
pre-commit-ci[bot] Jan 31, 2022
ed0f7b6
Make the token serializer configurable (#521)
2ykwang Feb 2, 2022
40a7cb1
Update translation files (#526)
2ykwang Feb 2, 2022
dc42547
Add default __getattr__ behavior to models.TokenUser (#528)
oscarychen Feb 6, 2022
5338fd6
Allow overriding access token class (#529)
vainu-arto Feb 7, 2022
1f3e73d
Maintain compatibility with serializer_class overrides (#530)
vainu-arto Feb 8, 2022
1ea72de
Consider leeway when checking expiry (#458)
totycro Feb 10, 2022
6587c2a
Add locale checker to CI (#456)
Andrew-Chen-Wang Feb 28, 2022
d51841e
Update CHANGELOG.md for v5.1.0 (#527)
2ykwang Feb 28, 2022
483d9b8
Fix i18n CI (#538)
2ykwang Feb 28, 2022
fdc7923
Open PR on i18n (#539)
Andrew-Chen-Wang Feb 28, 2022
09d6599
fix small typo (#540)
2ykwang Feb 28, 2022
304819c
Setup initial PyJWT 1.7.1 support (#536)
Andrew-Chen-Wang Mar 1, 2022
06a55ce
Fix release locale checker (#541)
Andrew-Chen-Wang Mar 1, 2022
72000af
Update locale files (#542)
Andrew-Chen-Wang Mar 1, 2022
80848c8
[pre-commit.ci] pre-commit autoupdate (#545)
pre-commit-ci[bot] Mar 14, 2022
3fc9110
Remove the JWTTokenUserAuthentication from the Experimental Features …
byrpatrick Mar 18, 2022
ddd05ca
Change from git protocol to https protocol (#555)
2ykwang Apr 10, 2022
4f223fe
[pre-commit.ci] pre-commit autoupdate (#551)
pre-commit-ci[bot] Apr 10, 2022
28f5087
Fix leeway type error (#554)
2ykwang Apr 10, 2022
d959114
[pre-commit.ci] pre-commit autoupdate (#557)
pre-commit-ci[bot] Apr 12, 2022
c6e6598
Add info on TokenBlacklistView to the docs (#558)
inti7ary Apr 18, 2022
820a576
chore(ci): add informational Codecov status checks (#559)
thomasrockhu-codecov Apr 23, 2022
8e8a08a
Update JWTStatelessUserAuthentication docs (#561)
2ykwang Apr 23, 2022
70b8f84
Allow none jti claim token type claim (#567)
mrdinwiddie May 3, 2022
58b1874
Allow customizing token JSON encoding (#568)
vainu-arto May 4, 2022
5060858
[pre-commit.ci] pre-commit autoupdate (#571)
pre-commit-ci[bot] May 9, 2022
1e20e3f
Update CHANGELOG to 5.2.0 (#573)
Andrew-Chen-Wang May 21, 2022
dfc954c
Locale update (#574)
Andrew-Chen-Wang May 24, 2022
085a3bd
update & correct supported versions in docs (#576)
asaah18 May 24, 2022
2cf3269
Add Swedish translations (#579)
pasindu-pr Jun 3, 2022
4b65afb
Fixed issue #543 (#586)
armenak-baburyan Jun 6, 2022
aa21b20
[pre-commit.ci] pre-commit autoupdate (#587)
pre-commit-ci[bot] Jun 13, 2022
c707cf8
[pre-commit.ci] pre-commit autoupdate (#589)
pre-commit-ci[bot] Jul 6, 2022
cd4ea99
[pre-commit.ci] pre-commit autoupdate (#590)
pre-commit-ci[bot] Jul 11, 2022
6b1ea8c
merged jazzband master into django-ninja-jwt
eadwinCode Jul 16, 2022
d5ae208
removed some unwanted files
eadwinCode Jul 16, 2022
b89480e
removed some unwanted files
eadwinCode Jul 16, 2022
c8cfc97
code lint
eadwinCode Jul 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# not in use yet
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# not used
61 changes: 61 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
hooks:
- id: check-merge-conflict
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
rev: '5.10.1'
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: '22.6.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
hooks:
- id: end-of-file-fixer
exclude: >-
^docs/[^/]*\.svg$
- id: requirements-txt-fixer
- id: trailing-whitespace
types: [python]
- id: file-contents-sorter
files: |
CONTRIBUTORS.txt|
docs/spelling_wordlist.txt|
.gitignore|
.gitattributes
- id: check-case-conflict
- id: check-json
- id: check-xml
- id: check-executables-have-shebangs
- id: check-toml
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: check-added-large-files
- id: check-symlinks
- id: debug-statements
- id: detect-aws-credentials
args: ['--allow-missing-credentials']
- id: detect-private-key
exclude: ^tests/
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.37.1'
hooks:
- id: pyupgrade
args: ['--py37-plus', '--keep-mock']

- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
rev: v1.0.1
hooks:
- id: rst-linter
files: >-
^[^/]+[.]rst$
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
## Unreleased

## Version 5.2.0

* Remove the JWTTokenUserAuthentication from the Experimental Features #546 by @byrpatrick in https://github.com/jazzband/djangorestframework-simplejwt/pull/547
* Fix leeway type error by @2ykwang in https://github.com/jazzband/djangorestframework-simplejwt/pull/554
* Add info on TokenBlacklistView to the docs by @inti7ary in https://github.com/jazzband/djangorestframework-simplejwt/pull/558
* Update JWTStatelessUserAuthentication docs by @2ykwang in https://github.com/jazzband/djangorestframework-simplejwt/pull/561
* Allow none jti claim token type claim by @denniskeends in https://github.com/jazzband/djangorestframework-simplejwt/pull/567
* Allow customizing token JSON encoding by @vainu-arto in https://github.com/jazzband/djangorestframework-simplejwt/pull/568

## Version 5.1.0

* Add back support for PyJWT 1.7.1 ([#536](https://github.com/jazzband/djangorestframework-simplejwt/pull/536))
* Make the token serializer configurable ([#521](https://github.com/jazzband/djangorestframework-simplejwt/pull/521))
* Simplify using custom token classes in serializers ([#517](https://github.com/jazzband/djangorestframework-simplejwt/pull/517))
* Fix default_app_config deprecation ([#415](https://github.com/jazzband/djangorestframework-simplejwt/pull/415))
* Add missing integration instructions for drf-yasg ([#505](https://github.com/jazzband/djangorestframework-simplejwt/pull/505))
* Add blacklist view to log out users ([#306](https://github.com/jazzband/djangorestframework-simplejwt/pull/306))
* Set default verifying key to empty str ([#487](https://github.com/jazzband/djangorestframework-simplejwt/pull/487))
* Add docs about TOKEN_USER_CLASS ([#455](https://github.com/jazzband/djangorestframework-simplejwt/pull/440))

Meta:
* Add auto locale updater ([#456](https://github.com/jazzband/djangorestframework-simplejwt/pull/456))

Translations:

* Added Korean translations ([#501](https://github.com/jazzband/djangorestframework-simplejwt/pull/501))
* Added Turkish translations ([#508](https://github.com/jazzband/djangorestframework-simplejwt/pull/508))

## Version 5.0.0

#### Breaking
Expand All @@ -12,8 +40,7 @@
* Updated import list ([#459](https://github.com/jazzband/djangorestframework-simplejwt/pull/459))
* Repair generation of OpenAPI with Spectacular ([#452](https://github.com/jazzband/djangorestframework-simplejwt/pull/452))
* Add "iat" claim to token ([#192](https://github.com/jazzband/djangorestframework-simplejwt/pull/192))
* Add blacklist view to log out users ([#306](https://github.com/jazzband/djangorestframework-simplejwt/pull/306))
* updated import list in docs ([#459](https://github.com/jazzband/djangorestframework-simplejwt/pull/459))
* Add blacklist view to log out users ([#306](https://github.com/jazzband/djangorestframework-simplejwt/pull/306))

## Version 4.8.0

Expand All @@ -36,6 +63,7 @@
* Fix invalid syntax in docs for `INSTALLED_APPS` ([#416](https://github.com/jazzband/django-rest-framework-simplejwt/pull/416))

Translations:

* Added Dutch translations ([#422](https://github.com/jazzband/django-rest-framework-simplejwt/pull/422))
* Added Ukrainian translations ([#423](https://github.com/jazzband/django-rest-framework-simplejwt/pull/423))
* Added Simplified Chinese translations ([#427](https://github.com/jazzband/django-rest-framework-simplejwt/pull/427))
Expand Down
8 changes: 6 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
coverage:
status:
project: false
patch: false
project:
default:
informational: true
patch:
default:
informational: true
changes: false

comment: off
52 changes: 0 additions & 52 deletions docs/docs/blacklist_app.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/docs/creating_tokens_manually.rst

This file was deleted.

37 changes: 0 additions & 37 deletions docs/docs/customizing_token_claims.rst

This file was deleted.

47 changes: 0 additions & 47 deletions docs/docs/development_and_contributing.rst

This file was deleted.

100 changes: 0 additions & 100 deletions docs/docs/drf_yasg_integration.rst

This file was deleted.

Loading