summaryrefslogtreecommitdiff
path: root/frontend/afe
AgeCommit message (Expand)AuthorFilesLines
2011-06-22frontend.afe.model_logic: Fix incorrect calls to as_sqllmr1-8/+12
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-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-03-10web front end: Change the atomic group pull down menulmr1-1/+5
2011-02-16Fixing utils/unittest_suite.py --fulllmr2-0/+11
2010-11-08Massive permission and indentation fix on the autotest treelmr1-0/+0
2010-10-18Return a better error message when job create fails due to a deps checklmr1-2/+4
2010-07-16Begin adding support for parameterized jobs.jamesren8-114/+564
2010-06-21Switch urllib2 with httplib2 in frontend/afe/views.py.jamesren1-6/+7
2010-06-10From: Shaun Ruffell <sruffell@digium.com>jamesren1-1/+1
2010-06-07Enforce that a drone may appear in at most one drone set. Also hide drones thatjamesren1-0/+13
2010-05-24Initial implementation of Test Planner Test View.jamesren1-1/+1
2010-05-14Replace case-sensitive logic in create_job with case-insensitive logic. Thejamesren1-3/+7
2010-04-21Add ability to associate drone sets with jobs. This restricts a job tojamesren9-13/+173
2010-04-21Various changes to support further high-level automation efforts.jamesren3-139/+60
2010-04-21Fix frontend.afe.rpc_interface_unittest to not require Python >=2.5jamesren1-1/+1
2010-04-19Add an 'owner' param to the Test Planner execution engine and the REST jamesren2-2/+20
2010-04-16Handle the case where keyvals may not be specified on job create. Thisjamesren1-1/+1
2010-04-13Removing references to the 'Dead' host statusjamesren1-1/+1
2010-04-12Implement creation and cloning of hostless jobs from AFE Create Job tabjamesren2-2/+8
2010-03-31Remove useless "noauth" handling from the RPC interface.jamesren1-1/+1
2010-03-11Implementation of Test Planner execution engine. Is currently able tojamesren2-3/+5
2010-03-11Better error handling and message when the (site) authentication didn't work.mbligh1-0/+4
2010-03-02Abstract out common models used in the frontend's models.py so that django is...jamesren7-33/+48
2010-03-02Fix Django's QuerySet.delete() behavior for models that use "invalid"jamesren3-4/+93
2010-02-26* fix a bug in utils.run() when passing stdin as an empty stringjamesren1-8/+0
2010-02-19Add framework for Test Planner execution engine, and the supporting RPCjamesren1-0/+1
2010-02-19Have the description column in AFE admin interface for tests actuallyjamesren1-0/+1
2010-02-16Fix styling of AFE admin interface.jamesren2-1/+8
2010-02-16New, more consistent way of representing relationships in RESTful interface. ...jamesren3-301/+280
2010-02-12Fix debug paths in AFE URLsjamesren1-1/+1
2010-02-12Move the cli RPC authorization_headers code into rpc_client_lib.jamesren1-3/+27
2010-02-04Autotest: Porting all hash operations to use utils.hashlmr1-16/+0
2010-02-03* make RESTful interface use absolute URIs throughout. there's little price ...showard2-64/+75
2010-01-27Properly instantiate the JSON encoder and decoder.jadmanski1-4/+4
2010-01-27Do simplejson imports in json_rpc lazily, so that the library is only neededjadmanski1-7/+8
2010-01-25First version of new RESTful AFE interface. Includes a substantial library (...showard4-10/+1394
2010-01-20Move logic for job reboot before/after defaults from RPC method to job model....showard2-5/+8
2010-01-20don't set the current user to my_user in frontend_test_utils. let it default...showard3-13/+7
2010-01-20New code for performing explicit joins with custom join conditions.showard2-85/+247
2010-01-20Fix error when accessing some pages of the admin interfaceshoward2-2/+3
2010-01-15Support for job keyvalsshoward3-2/+42
2010-01-15Slight change to SpecialTask scheduling code. This is to support my work on ...showard2-11/+15
2010-01-15Fix creation of the autotest_system usershoward1-1/+1
2010-01-13When using Django models from a script, make the current user default to an a...showard4-26/+32
2010-01-12Made AFE doctest Y2K10-compliantshoward1-3/+5
2010-01-11Finish change meant for changeset:4088lmr4-919/+0