Skip to content

New release #58

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

Merged
merged 69 commits into from
Jul 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
fc02c60
Improved code test coverage.
rohe Jun 22, 2020
0dfb339
Merge pull request #49 from IdentityPython/issuer_test_cov
jschlyter Jun 22, 2020
ec3febe
fix speling
jschlyter Jun 23, 2020
dd1577a
use exceptions from .exception
jschlyter Jun 24, 2020
dba01f7
add MissingIssuer exception
jschlyter Jun 24, 2020
fb19d2b
whitespace
jschlyter Jun 24, 2020
b00882b
add KeyNotFound IssuerNotFound
jschlyter Jun 24, 2020
eff36f6
use IssuerNotFound
jschlyter Jun 24, 2020
4f3aaf6
raise Exception when issuer is not found
jschlyter Jun 24, 2020
72fe817
add tests for missing issuers and keys
jschlyter Jun 24, 2020
e8789c2
Merge pull request #51 from jschlyter/unknown_issuer
jschlyter Jun 24, 2020
e23a869
add isort
jschlyter Jun 25, 2020
43af297
isort everything
jschlyter Jun 25, 2020
08cc50b
build on 3.9-dev
jschlyter Jun 25, 2020
08bf8e5
Merge pull request #52 from jschlyter/isort
rohe Jun 26, 2020
8451dfb
check tests isort as well
jschlyter Jun 26, 2020
955a93f
go black
jschlyter Jun 26, 2020
12e84f2
reformat using black
jschlyter Jun 26, 2020
375647b
pypy3 does not like black
jschlyter Jun 26, 2020
0835139
indent
jschlyter Jun 26, 2020
18b2974
tweek
jschlyter Jun 26, 2020
1da7f4a
drop pypy3
jschlyter Jun 26, 2020
92a6eca
Merge pull request #55 from jschlyter/blackout
rohe Jun 26, 2020
195f2ae
Making the develop branch the default branch for codecov.
rohe Jun 26, 2020
fdc837d
Merge pull request #56 from IdentityPython/codecov
jschlyter Jun 29, 2020
ed6938e
Merge branch 'develop' into python39
jschlyter Jun 29, 2020
44f4221
fix bad merge
jschlyter Jun 29, 2020
17ea8e8
Merge pull request #54 from jschlyter/python39
rohe Jun 29, 2020
3fc4d02
Make pypi contain a source distribution too.
rohe Jun 30, 2020
0717022
Merge branch 'develop' of github.com:IdentityPython/JWTConnect-Python…
rohe Jun 30, 2020
a30ce79
Make X.509 certificate and key handling more alike for RSA and EC keys.
rohe Jul 3, 2020
a6b0cbe
Applied isort and black.
rohe Jul 3, 2020
9f60ffe
Setting usage doesn't make sense if you're importing a JWKS.
rohe Jul 3, 2020
b41059f
Allow setting crv as argument when looking for a key.
rohe Jul 3, 2020
613aa20
Import EC key from certificate.
rohe Jul 3, 2020
17adf6a
Removed unused imports
rohe Jul 3, 2020
92239b4
black
jschlyter Jul 4, 2020
a568a26
force recent isort
jschlyter Jul 4, 2020
f5159ff
add cache
jschlyter Jul 4, 2020
d1b498c
force recent isort
jschlyter Jul 4, 2020
9715269
add cache
jschlyter Jul 4, 2020
496e42e
add black, require isort version
jschlyter Jul 4, 2020
86c33dc
isort
jschlyter Jul 4, 2020
9691962
more isort
jschlyter Jul 4, 2020
70a7ca0
more isort
jschlyter Jul 4, 2020
a87360d
remove diff
jschlyter Jul 4, 2020
a243611
more isort
jschlyter Jul 4, 2020
8d97d58
Merge branch 'develop' into x509_symmetry
jschlyter Jul 4, 2020
e9f9909
always use random
jschlyter Jul 4, 2020
9db6c60
always use random
jschlyter Jul 4, 2020
7d7cbfc
check isort/black last, since they are probably the least of our conc…
jschlyter Jul 4, 2020
cd9ad26
Merge branch 'develop' into x509_symmetry
jschlyter Jul 4, 2020
8b026ff
Include key type in name for type specific function.
rohe Jul 5, 2020
7ef44a5
Include key type in name for type specific function.
rohe Jul 5, 2020
e45d4e8
Text edits.
rohe Jul 5, 2020
169c73c
Getting public cert from Certificate.
rohe Jul 5, 2020
60e2b17
Issuer_id ar argument doesn't make sense.
rohe Jul 5, 2020
ef36170
Merged, blackend and isorted.
rohe Jul 5, 2020
e7e60e1
Updated documentation. Also made sure all examples atually work.
rohe Jul 5, 2020
24d6e24
Get rid of the arguments
rohe Jul 5, 2020
b7e3f56
Isort single line imports.
rohe Jul 5, 2020
13e09d2
Updated my isort.
rohe Jul 5, 2020
e17499e
Black and isort disagreed on line length.
rohe Jul 5, 2020
70e2ed8
A JWT should contain an iss. If it doesn't you can set it by
rohe Jul 8, 2020
20155a3
Maybe I can get isort and black to agree.
rohe Jul 15, 2020
5f10441
Merge pull request #57 from IdentityPython/x509_symmetry
rohe Jul 15, 2020
6c09a10
Just provide a storage instance to a KeyJar.
rohe Jul 16, 2020
78689b3
Run black.
rohe Jul 16, 2020
9937144
Merge branch 'master' into develop
rohe Jul 17, 2020
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
5 changes: 0 additions & 5 deletions .isort.cfg

This file was deleted.

27 changes: 15 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
sudo: false
language: python
cache: pip
python:
- 3.6
- 3.7
- 3.8
- pypy3
- 3.6
- 3.7
- 3.8
- 3.9-dev
addons:
apt:
packages:
-
-
install:
- pip install codecov
- pip install tox
- pip install tox-travis
- pip install codecov
- pip install tox tox-travis
- pip install isort black
script:
- codecov --version
- tox
- codecov --version
- tox
- isort --check src tests
- black -l 100 --check src tests
after_success:
- codecov
- codecov
notifications:
email: true
deploy:
provider: pypi
on:
tags: true
distributions: bdist_wheel
distributions: "sdist bdist_wheel"
skip_existing: true
username: __token__
password:
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
codecov:
branch: develop
Loading