COPYING.AGPL-3
HACKING
INSTALL
MANIFEST.in
NEWS
README
setup-dev-env.sh
setup.cfg
setup.py
dashboard_app/__init__.py
dashboard_app/admin.py
dashboard_app/bread_crumbs.py
dashboard_app/extension.py
dashboard_app/forms.py
dashboard_app/helpers.py
dashboard_app/managers.py
dashboard_app/models.py
dashboard_app/patches.py
dashboard_app/signals.py
dashboard_app/urls.py
dashboard_app/views.py
dashboard_app/xmlrpc.py
dashboard_app/fixtures/hacking_admin_user.json
dashboard_app/fixtures/hacking_gcc_bundle_stream.json
dashboard_app/fixtures/hacking_initial_bundle_stream.json
dashboard_app/fixtures/hacking_localhost_site.json
dashboard_app/fixtures/test_run_detail.json
dashboard_app/migrations/0001_initial.py
dashboard_app/migrations/0002_add_index_NamedAttribute_object_id_and_content_type_id_and_name.py
dashboard_app/migrations/0003_add_index_HardwareDevice_device_type.py
dashboard_app/migrations/0004_auto__add_softwarepackagescratch.py
dashboard_app/migrations/0005_auto__chg_field_softwarepackage_version__chg_field_softwarepackage_nam.py
dashboard_app/migrations/0006_auto__chg_field_bundledeserializationerror_bundle.py
dashboard_app/migrations/0007_auto__add_tag.py
dashboard_app/migrations/0008_auto__add_testingeffort.py
dashboard_app/migrations/0009_auto__add_testrundenormalization.py
dashboard_app/migrations/0010_denormalize_test_run.py
dashboard_app/migrations/0011_auto__chg_field_namedattribute_value__chg_field_namedattribute_name.py
dashboard_app/migrations/0012_auto__del_field_bundle_content__add_field_bundle__raw_content__add_fie.py
dashboard_app/migrations/0013_auto__chg_field_testcase_units__chg_field_testcase_test_case_id__chg_f.py
dashboard_app/migrations/__init__.py
dashboard_app/repositories/__init__.py
dashboard_app/repositories/common.py
dashboard_app/repositories/data_report.py
dashboard_app/repositories/data_view.py
dashboard_app/static/css/dashboard.css
dashboard_app/static/css/pygments.css
dashboard_app/static/images/details_close.png
dashboard_app/static/images/details_open.png
dashboard_app/static/images/icon-fail.png
dashboard_app/static/images/icon-pass.png
dashboard_app/static/images/icon-skip.png
dashboard_app/static/images/icon-unknown.png
dashboard_app/static/js/FixedHeader.min.js
dashboard_app/static/js/excanvas.min.js
dashboard_app/static/js/jquery.dashboard.js
dashboard_app/static/js/jquery.flot.axislabels.js
dashboard_app/static/js/jquery.flot.min.js
dashboard_app/static/js/jquery.flot.navigate.min.js
dashboard_app/static/js/jquery.flot.selection.min.js
dashboard_app/static/js/jquery.flot.stack.min.js
dashboard_app/static/js/jquery.rpc.js
dashboard_app/templates/dashboard_app/_ajax_attachment_viewer.html
dashboard_app/templates/dashboard_app/_ajax_bundle_viewer.html
dashboard_app/templates/dashboard_app/_bundle_stream_sidebar.html
dashboard_app/templates/dashboard_app/_content.html
dashboard_app/templates/dashboard_app/_content_with_sidebar.html
dashboard_app/templates/dashboard_app/_extrahead.html
dashboard_app/templates/dashboard_app/_test_run_list_table.html
dashboard_app/templates/dashboard_app/api.html
dashboard_app/templates/dashboard_app/attachment_detail.html
dashboard_app/templates/dashboard_app/attachment_list.html
dashboard_app/templates/dashboard_app/bundle_detail.html
dashboard_app/templates/dashboard_app/bundle_list.html
dashboard_app/templates/dashboard_app/bundle_stream_list.html
dashboard_app/templates/dashboard_app/data_view_detail.html
dashboard_app/templates/dashboard_app/data_view_list.html
dashboard_app/templates/dashboard_app/front_page_snippet.html
dashboard_app/templates/dashboard_app/index.html
dashboard_app/templates/dashboard_app/report_detail.html
dashboard_app/templates/dashboard_app/report_list.html
dashboard_app/templates/dashboard_app/test_detail.html
dashboard_app/templates/dashboard_app/test_list.html
dashboard_app/templates/dashboard_app/test_result_detail.html
dashboard_app/templates/dashboard_app/test_run_detail.html
dashboard_app/templates/dashboard_app/test_run_hardware_context.html
dashboard_app/templates/dashboard_app/test_run_list.html
dashboard_app/templates/dashboard_app/test_run_software_context.html
dashboard_app/templates/dashboard_app/testing_effort_detail.html
dashboard_app/templates/dashboard_app/testing_effort_form.html
dashboard_app/templates/dashboard_app/testing_effort_list.html
dashboard_app/templatetags/__init__.py
dashboard_app/templatetags/call.py
dashboard_app/templatetags/stylize.py
dashboard_app/tests/__init__.py
dashboard_app/tests/call_helper.py
dashboard_app/tests/fixtures.py
dashboard_app/tests/import_prohibitor.py
dashboard_app/tests/utils.py
dashboard_app/tests/models/__init__.py
dashboard_app/tests/models/attachment.py
dashboard_app/tests/models/bundle.py
dashboard_app/tests/models/bundle_deserialization_error.py
dashboard_app/tests/models/bundle_stream.py
dashboard_app/tests/models/data_report.py
dashboard_app/tests/models/hw_device.py
dashboard_app/tests/models/named_attribute.py
dashboard_app/tests/models/sw_package.py
dashboard_app/tests/models/test.py
dashboard_app/tests/models/test_case.py
dashboard_app/tests/models/test_result.py
dashboard_app/tests/models/test_run.py
dashboard_app/tests/other/__init__.py
dashboard_app/tests/other/csrf.py
dashboard_app/tests/other/dashboard_api.py
dashboard_app/tests/other/dataview.py
dashboard_app/tests/other/deserialization.py
dashboard_app/tests/other/login.py
dashboard_app/tests/other/test_client.py
dashboard_app/tests/regressions/LP658917.json
dashboard_app/tests/regressions/LP658917.py
dashboard_app/tests/regressions/__init__.py
dashboard_app/tests/views/__init__.py
dashboard_app/tests/views/bundle_stream_list_view.py
dashboard_app/tests/views/redirects.py
dashboard_app/tests/views/test_run_detail_view.py
dashboard_app/tests/views/test_run_list_view.py
examples/bundles/attachment.json
examples/bundles/big.json
examples/bundles/broken.json
examples/bundles/example_coremark.json
examples/bundles/one-run.json
examples/bundles/source-refs.json
examples/bundles/test_result_detail.json
examples/bundles/two-runs.json
examples/bundles/templates/dummy.json
examples/reports/data-views.html
examples/reports/data-views.xml
examples/reports/hello-world.html
examples/reports/hello-world.xml
examples/reports/query-data-view.html
examples/reports/query-data-view.xml
examples/views/boards.xml
examples/views/bundle-import-queue.xml
examples/views/bundles.xml
examples/views/streams.xml
examples/views/testruns.xml
lava_dashboard.egg-info/PKG-INFO
lava_dashboard.egg-info/SOURCES.txt
lava_dashboard.egg-info/dependency_links.txt
lava_dashboard.egg-info/entry_points.txt
lava_dashboard.egg-info/not-zip-safe
lava_dashboard.egg-info/requires.txt
lava_dashboard.egg-info/top_level.txt