Page MenuHomeSoftware Heritage

auth: Use OIDCUser model from swh-auth
ClosedPublic

Authored by anlambert on Mar 22 2021, 5:05 PM.

Details

Summary

The OIDCUser model has been integrated in swh-auth module so
inherit from it instead of having code duplication.

Related to T3150

Diff Detail

Repository
rDWAPPS Web applications
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D5299 (id=18982)

Rebasing onto cc652d5240...

Current branch diff-target is up to date.
Changes applied before test
commit 65c0037d902060046358436e3bdb4680741776a4
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Mon Mar 22 16:56:29 2021 +0100

    auth: Use OIDCUser model from swh-auth
    
    The OIDCUser model has been integrated in swh-auth module so
    inherit from it instead of having code duplication.
    
    Related to T3150

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/631/ for more details.

This revision is now accepted and ready to land.Mar 22 2021, 5:41 PM
swh/web/auth/migrations/0003_delete_oidcuser.py
13

For the record, that model is deleted from database because previously I did not use the auto_created flag in the OIDCUser meta info.

As the model is never persisted to database, the table can be safely removed,