summaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2011-06-23web: Turn django debug mode in global_config.ini optionslmr1-4/+6
2011-06-22Reindentation on the autotest treelmr1-1/+0
2011-06-22Add a new logo for the autotest web interfacelmr1-0/+0
2011-06-22frontend.afe.model_logic: Fix incorrect calls to as_sqllmr1-8/+12
2011-06-22Add Afe special SQLite based DB backendlmr7-1/+52
2011-06-16Planner: remove client applicationlmr44-2282/+0
2011-06-16Planner: add migration script to drop planner tables from autotest_web databaselmr1-0/+443
2011-06-16Planner: remove backend applicationlmr20-3362/+0
2011-06-16frontend: remove planner from django configuration fileslmr2-4/+0
2011-06-06Add primary key id in table afe_hosts_labelslmr1-0/+7
2011-06-06frontend.settings: Change web app to use new DB enginelmr1-1/+2
2011-06-06frontend.db: Adding afe custom database enginelmr8-0/+57
2011-06-06frontend/tko/models.py: Fix calls to as_sql methodlmr1-2/+5
2011-06-06frontend.afe.model_logic: Rename validate_uniquelmr1-2/+2
2011-06-06frontend.afe.model_logic: Removing get_from_clause() from custom query classlmr1-15/+0
2011-06-06web frontend: Update admin site URL dispatcher to Django 1.3lmr1-1/+1
2011-06-01Fix frontend afe readonly connectionlmr1-14/+14
2011-05-06frontend.afe.resources: Fixing undefined variable errorlmr1-3/+4
2011-05-06frontend.afe.models: Fixing undefined variable errorlmr1-1/+1
2011-05-06frontend.shared.rest_client: Fix reference to an undefined variablelmr1-1/+1
2011-03-15Clone the drone setting only if drone sets are enabledlmr1-2/+4
2011-03-10web front end: Change the atomic group pull down menulmr1-1/+5
2011-02-16Fixing utils/unittest_suite.py --fulllmr3-0/+13
2011-01-31frontent/tko/common.py: Remove duplicated codelmr1-16/+0
2010-11-24Removing references to gecko user agent in favor of gecko1_8. gecko referslmr1-1/+1
2010-11-08Massive permission and indentation fix on the autotest treelmr9-3/+3
2010-10-18Return a better error message when job create fails due to a deps checklmr1-2/+4
2010-10-18Add indices on the tko_tests.start_time and afe_jobs.created_onlmr1-0/+10
2010-09-08Add job keyvals to the output dictionary for get_detailed_test_views()jamesren2-0/+19
2010-09-08Refactor the AFE Create Job tab to passive view.jamesren26-609/+1114
2010-07-29Override parameterized_jobs setting for frontend_unittest as welljamesren1-0/+3
2010-07-16Prevent NullPointerException when clicking on a test in Create Job.jamesren1-40/+44
2010-07-16Begin adding support for parameterized jobs.jamesren10-114/+716
2010-07-12This file was missing from the patch.jamesren1-3/+3
2010-06-21Switch urllib2 with httplib2 in frontend/afe/views.py.jamesren1-6/+7
2010-06-11Have embedded spreadsheets follow the passive view design patternjamesren7-183/+252
2010-06-10Add a listener to the embedded spreadsheet, to open the full TKO resultsjamesren4-51/+131
2010-06-10From: Shaun Ruffell <sruffell@digium.com>jamesren1-1/+1
2010-06-09Handle changes in MySQL behavior between migrationsjamesren1-0/+11
2010-06-07Enforce that a drone may appear in at most one drone set. Also hide drones thatjamesren2-0/+53
2010-06-02Fix a race condition in new embedded spreadsheets. Also render a nicer page whenjamesren2-34/+68
2010-06-01Adding missing __init__.py file under frontend/migrationslmr1-0/+0
2010-06-01Create embeddable spreadsheets, and use that on the AFE Job Detail tab.jamesren9-107/+238
2010-05-27Code cleanupjamesren11-96/+103
2010-05-24Initial implementation of Test Planner Test View.jamesren24-314/+778
2010-05-20Removing the last hardcoded reference to python 2.4lmr1-1/+1
2010-05-18Add filter on locked_by user on AFE host listsjamesren3-28/+73
2010-05-18Initial implementation of Test Planner Overview tabjamesren19-48/+738
2010-05-14Replace case-sensitive logic in create_job with case-insensitive logic. Thejamesren1-3/+7
2010-05-07Fix migration 59's handling of a fresh database. The migration did not handlejamesren2-0/+54