Merge lp://staging/~fgallina/rnr-server/oauth-cleanup into lp://staging/rnr-server

Proposed by Fabián Ezequiel Gallina
Status: Merged
Approved by: Fabián Ezequiel Gallina
Approved revision: 263
Merged at revision: 266
Proposed branch: lp://staging/~fgallina/rnr-server/oauth-cleanup
Merge into: lp://staging/rnr-server
Diff against target: 946 lines (+278/-390)
10 files modified
django_project/config/main.cfg (+1/-3)
src/clickreviews/models.py (+1/-1)
src/reviewsapp/admin.py (+0/-8)
src/reviewsapp/migrations/0017_auto__del_consumer__del_token__del_nonce.py (+187/-0)
src/reviewsapp/models/__init__.py (+0/-50)
src/reviewsapp/models/oauthtoken.py (+0/-212)
src/reviewsapp/schema.py (+0/-4)
src/reviewsapp/tests/factory.py (+26/-45)
src/reviewsapp/tests/test_auth.py (+62/-66)
src/reviewsapp/tests/test_middleware.py (+1/-1)
To merge this branch: bzr merge lp://staging/~fgallina/rnr-server/oauth-cleanup
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Review via email: mp+229854@code.staging.launchpad.net

Commit message

Removed oauthtoken models

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Overall looks good!

I would advice running flakes8 just in case some unwanted imports are left, suggested command is:

flake8 src/ | /bin/grep -v migrations

263. By Fabián Ezequiel Gallina

Let oauth_data_store setting be handled by piston

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

14:09 < fgallina> nessita: there are several flake8 warnings spread, so I'll create a separate branch for those. Just pushed the oauth_data_store removal.
14:57 < nessita> fgallina, ack!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches