lp:~james-w/lava-dashboard/openid

Created by James Westby and last modified
Get this branch:
bzr branch lp:~james-w/lava-dashboard/openid
Only James Westby can upload to this branch. If you are James Westby please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
James Westby
Project:
LAVA Dashboard (deprecated)
Status:
Merged

Recent revisions

72. By James Westby

Add the configuration to use django_openid_auth.

Unfortunately it doesn't override contrib.auth's login view, though
we may be able to work around that.

71. By Zygmunt Krynicki

Make lc-tool.py use DASHBOARD_URL environment variable as a default argument to --dashboard-url

70. By Zygmunt Krynicki

Make some improvements to the index and about pages

69. By Zygmunt Krynicki

Add link to the administrator panel for signed in users with super-user flag

68. By Zygmunt Krynicki

Improve bundle stream detail view

* list all bundles uploaded to the stream
* display basic information about each bundle
* conform to current layout

67. By Zygmunt Krynicki

Improve and enable bundle stream list view:

* list all streams we can access
* conform to current layout

66. By Zygmunt Krynicki

Make dashboard_app tests independent from the project they are in.

Isolate all test cases that depend on template rendering to use only templates
from the application directory (which are empty and will not depend on project
elements). The idea for implementation is taken from
django.contrib.auth.tests.views

I added two new classes:
* DashboardViewsTestCase - for testing regular views
* DashboardXMLRPCViewsTestCase - for testing XML-RPC views

They are loosely based on older DashboardViewTestCase and DashboardAPITestCase
respectively.

As a positive side effect we can purge the mess from dashboard_app.test_urls
where we used to mimic dashboard_server.urls.

65. By Zygmunt Krynicki

Change __unicode__() methods on all dashboard_app models to look better in data browser

64. By Zygmunt Krynicki

Add custom templates for the data browser to match current layout

63. By Zygmunt Krynicki

Add a work around for django ticket 10227

This makes the data browser not crash on the Bundle model when there are no BundleDeserializationError instances. It does so by dropping OneToOne field and using unique ForeignKey field.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:lava-dashboard
This branch contains Public information 
Everyone can see this information.

Subscribers