- Apr 06, 2022
-
-
Antoine Lambert authored
pytest-postgresql 3.1.3 and pytest-redis 2.4.0 added support for pytest >= 7 so we can now drop the pytest pinning.
-
Antoine Lambert authored
This reverts commit 4083f796.
-
- Apr 05, 2022
-
-
Antoine Lambert authored
There is an incompatibility between latest django-stubs release (1.10.0) and current release of djangorestframework-stubs. So temporarily pin django-stubs to < 1.10.0 until the issue is fixed.
-
- Feb 07, 2022
-
-
Antoine R. Dumont authored
Related to T3916
-
- Jun 09, 2021
-
-
Antoine Lambert authored
-
- Mar 24, 2021
-
-
Antoine Lambert authored
Add keycloak_oidc_client factory to instantiate KeycloakOpenIDConnect class from the following django settings: - KEYCLOAK_SERVER_URL - KEYCLOAK_REALM_NAME - KEYCLOAK_CLIENT_ID This is required before moving the generic django OIDC auth backends from swh-web to swh-auth.
-
- Mar 23, 2021
-
-
Antoine Lambert authored
Use django stubs for mypy to remove the following error in models.py: "Need type annotation for 'url'".
-
- Mar 09, 2021
-
-
Antoine R. Dumont authored
That class is a custom User proxy model for remote users storing OpenID Connect related data (profile containing authentication tokens, ...). The model is also not saved to database as all users are already stored in the Keycloak one. That class will be used for example by both the webapp and the deposit. Related to T3079
-
- Mar 03, 2021
-
-
Antoine R. Dumont authored
Related to T3079
-
Antoine R. Dumont authored
-