lp://staging/~lukasz-czyzykowski/rnr-server/fix-duplicate-consumer
Created by
Łukasz Czyżykowski
and last modified
- Get this branch:
- bzr branch lp://staging/~lukasz-czyzykowski/rnr-server/fix-duplicate-consumer
Only
Łukasz Czyżykowski
can upload to this branch. If you are
Łukasz Czyżykowski
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Michael Nelson (community): Approve
-
Diff: 122 lines (+55/-6)3 files modifiedMakefile (+1/-1)
src/reviewsapp/models/oauthtoken.py (+29/-5)
src/reviewsapp/tests/test_auth.py (+25/-0)
Related bugs
Bug #706035: Duplicate Consumers retrieved during authentication | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 154. By Łukasz Czyżykowski
-
Changed buildout from depending on distribute to setuptools because of
current distribute not working too well. - 153. By Łukasz Czyżykowski
-
Moved logic for finding Consumer object based on the consumer_key to
Consumer class itself, so that other parts of the code can also use it. - 152. By Łukasz Czyżykowski
-
Fixed Bug:706035, failing when there are multiple OAuth consumer objects for the same consumer_key
- 148. By Michael Vogt
-
Optionally extract the token from a OAuth Plaintext signature to make it fully working on a local dev system without the special SSO server account required to call "validate_token()"
- 147. By Michael Nelson
-
[r=zematynnad][bug=729778] Add load test scripts for authenticated api calls.
- 146. By Michael Vogt
-
Trivial fixes for test failures introduced by the change to the SubmitUsefulnes
sHandler and additional tests for the returned content.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/rnr-server