Add django-preflight
Bug #720690 reported by
Anthony Lenton
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical SSO provider |
Fix Released
|
Undecided
|
David Owen | ||
Ratings and Reviews server |
Fix Released
|
Medium
|
Łukasz Czyżykowski | ||
Software Center Agent |
Fix Released
|
Medium
|
Łukasz Czyżykowski |
Bug Description
Implement a reasonable set of preflight checks and add it to our list of enabled apps and dependencies.
QA:
To verify this is in place, once you've signed in on the site go to /preflight/
You should be presenteed with a list of checks, plus the current list of installed versions of different libraries.
Related branches
lp://staging/~lukasz-czyzykowski/rnr-server/preflight
- Michael Nelson (community): Approve
-
Diff: 298 lines (+91/-89)10 files modifieddebian/control (+2/-1)
django_project/config_dev/config/main.cfg (+1/-0)
django_project/config_dev/urls.py (+6/-0)
setup.py (+1/-0)
src/reviewsapp/preflight.py (+73/-0)
src/reviewsapp/templates/reviewsapp/versions.html (+0/-24)
src/reviewsapp/tests/__init__.py (+1/-1)
src/reviewsapp/tests/test_preflight.py (+6/-6)
src/reviewsapp/urls.py (+1/-5)
src/reviewsapp/views/versions.py (+0/-52)
lp://staging/~canonical-isd-hackers/canonical-identity-provider/sso-preflight
- Ricardo Kirkner (community): Approve
- Łukasz Czyżykowski: Pending requested
-
Diff: 239 lines (+83/-56)8 files modifieddebian/control (+2/-0)
identityprovider/auth.py (+9/-0)
identityprovider/decorators.py (+15/-0)
identityprovider/preflight.py (+42/-0)
identityprovider/tests/test_views_preflight.py (+12/-11)
identityprovider/urls.py (+0/-4)
identityprovider/views/versions.py (+0/-39)
setup.py (+3/-2)
Changed in rnr-server: | |
status: | New → Confirmed |
tags: | added: kb-feature |
Changed in rnr-server: | |
assignee: | nobody → Łukasz Czyżykowski (lukasz-czyzykowski) |
importance: | Undecided → Medium |
status: | Confirmed → In Progress |
Changed in software-center-agent: | |
assignee: | nobody → Łukasz Czyżykowski (lukasz-czyzykowski) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in rnr-server: | |
status: | In Progress → Fix Committed |
Changed in software-center-agent: | |
status: | In Progress → Fix Committed |
Changed in canonical-identity-provider: | |
assignee: | nobody → David Owen (dsowen) |
status: | New → In Progress |
description: | updated |
description: | updated |
Changed in canonical-identity-provider: | |
milestone: | none → 11.03.15 |
status: | In Progress → Fix Committed |
Changed in rnr-server: | |
status: | Fix Committed → Fix Released |
Changed in software-center-agent: | |
status: | Fix Committed → Fix Released |
Changed in canonical-identity-provider: | |
status: | Fix Committed → Fix Released |
assignee: | David Owen (dsowen) → sticks702@yahoo.com (sticks702) |
Changed in canonical-identity-provider: | |
assignee: | sticks702@yahoo.com (sticks702) → David Owen (dsowen) |
To post a comment you must log in.