Make sure that SSO runs on Lucid
Bug #595151 reported by
Łukasz Czyżykowski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical SSO provider |
Fix Released
|
High
|
David Owen |
Bug Description
Make sure that SSO code runs without any problems on Lucid. That means Python 2.6.
Related branches
lp://staging/~canonical-isd-hackers/canonical-identity-provider/sso-on-lucid
- Łukasz Czyżykowski (community): Approve
-
Diff: 1048 lines (+175/-582)20 files modifiedconfig.example/settings.py (+1/-1)
debian/changelog (+12/-0)
debian/control (+6/-3)
doctests/setup.py (+1/-1)
identityprovider/backend/base.py (+1/-2)
identityprovider/backend/old/base.py (+1/-1)
identityprovider/management/commands/sqlcachedloaddata.py (+0/-189)
identityprovider/middleware/csrf.py (+0/-188)
identityprovider/tests/test_backend_base.py (+17/-6)
identityprovider/tests/test_backend_old_base.py (+14/-4)
identityprovider/tests/test_captcha.py (+3/-3)
identityprovider/tests/test_command_sqlcachedloaddata.py (+0/-132)
identityprovider/tests/test_middleware.py (+1/-1)
identityprovider/tests/test_readonly.py (+1/-1)
identityprovider/tests/utils.py (+18/-17)
identityprovider/views/server.py (+1/-1)
identityprovider/views/ui.py (+1/-1)
requirements.txt (+64/-26)
scripts/test (+29/-4)
wsgi_test_server.py (+4/-1)
tags: | added: 5sp |
tags: |
added: sp-5 removed: 5sp |
Changed in canonical-identity-provider: | |
status: | New → In Progress |
Changed in canonical-identity-provider: | |
assignee: | nobody → Łukasz Czyżykowski (lukasz-czyzykowski) |
Changed in canonical-identity-provider: | |
assignee: | Łukasz Czyżykowski (lukasz-czyzykowski) → David Owen (dsowen) |
Changed in canonical-identity-provider: | |
assignee: | nobody → David Owen (dsowen) |
status: | Triaged → In Progress |
Changed in canonical-identity-provider: | |
status: | In Progress → Triaged |
assignee: | David Owen (dsowen) → Łukasz Czyżykowski (lukasz) |
assignee: | Łukasz Czyżykowski (lukasz) → Łukasz Czyżykowski (lukasz-czyzykowski) |
Changed in canonical-isd-qa: | |
milestone: | none → canonical-identity-provider+2.7.0 |
Changed in canonical-identity-provider: | |
milestone: | 2.7.0 → 2.7.1 |
Changed in canonical-isd-qa: | |
milestone: | canonical-identity-provider+2.7.0 → canonical-identity-provider+2.7.1 |
Changed in canonical-identity-provider: | |
assignee: | Łukasz Czyżykowski (lukasz-czyzykowski) → David Owen (dsowen) |
status: | Triaged → In Progress |
Changed in canonical-identity-provider: | |
status: | In Progress → Fix Committed |
Changed in canonical-isd-qa: | |
importance: | Undecided → High |
Changed in canonical-identity-provider: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Also means the default versions of software from lucid, such as django, postgres, lazr.restful, etc.