summaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2009-02-07Fix two typos, one just a UI typo and one an actual bug due to an incorrect f...showard1-1/+1
2009-02-07Remove the old acl_groups_users and acl_groups_hosts many2many pivotshoward5-14/+36
2009-02-04Up both stack limits to 512, since people have reported problems.showard2-2/+2
2009-02-03-changes to TableView to more transparently treat "special" columns (group co...showard2-96/+110
2009-02-03Filename for rpc_test.txt is wrongmbligh1-1/+1
2009-02-03Add help text for the new reboot before/after rpc params.mbligh1-0/+2
2009-02-03Improved error message to the user when entering a host as a one timembligh1-1/+3
2009-02-03The name field in the labels table was not declared UNIQUE in the initialmbligh1-0/+14
2009-01-31Fix the missing 'os' import.showard1-2/+5
2009-01-26Bypass only_if_needed labels for specifically-requested hosts. This is a wor...showard1-14/+0
2009-01-26Wrap the TKO drop-down log viewers with scroll panels, so that when FF3 cuts ...showard2-3/+6
2009-01-26Add job name search feature to AFE job list tab.showard5-23/+55
2009-01-24Allow control file body text to be supplied as an alternative to a listmbligh3-41/+134
2009-01-22Remove three unused imports added by someone's previous change. Grr.showard1-3/+0
2009-01-20Check synch_count in RPC method, before job gets created. Also remove a call...showard2-7/+9
2009-01-20First pass at an implementation of a message of the day. Decidedshoward5-9/+34
2009-01-16When aborting host queue entries, completely ignore completed entries. They ...showard1-0/+1
2009-01-16Make sure the debug messages from models get printed while the scheduler is r...showard1-2/+2
2009-01-14Fix creation of "Basic Admin" group, at long last.showard1-2/+8
2009-01-08since global config now considers an empty value as a nonexistent value, chan...showard1-4/+7
2009-01-07Change drop-down log viewers in TKO to use JSONP instead of XmlHttpRequests s...showard2-37/+105
2008-12-11Add 'Verifying' to class Job so that View Job allows users to view machinesmbligh2-7/+4
2008-12-05Preparation for adding a widget to edit job dependencies in the create job vi...showard3-3/+29
2008-12-03Add profiler support to the server-side control file generation.jadmanski2-4/+2
2008-12-03gps pointed out that "== and != work in most cases but its better to use ismbligh2-5/+5
2008-12-01Continue to add/remove the valid hosts or users to the label or ACL inmbligh1-2/+3
2008-11-24* allow scheduler email "from" address to be specified in global configshoward1-2/+2
2008-11-24Return a decent error message when an invalid label is passed to create_job()...showard1-0/+3
2008-11-19Eliminate duplicate exception messages for non-requested only_if_needed label...showard1-1/+1
2008-11-19When reading machine label values from history, ensure they get stored correc...showard1-10/+9
2008-11-18Don't reset active bit when setting status to "Abort". The scheduler needs t...showard1-2/+6
2008-11-18Adds the ability for the client.bin.base_job class to keep track of runmbligh3-6/+9
2008-11-15Fix server side control files generated by the autotest front end. kernel is...mbligh2-1/+40
2008-11-14Fix job detail tab to point to the right place for status and debug log links...showard1-5/+5
2008-11-14Fix bug in generation of error message for unauthorized abort that occurs whe...showard1-1/+9
2008-11-14Don't include a kernel version tag prefix when only one kernel was given.mbligh2-4/+4
2008-11-14Fix the frontend unittests for the previous change.mbligh1-3/+3
2008-11-13Fix a typo in rpc_utils.pyshoward1-1/+1
2008-11-13Handle the case where there are no only_if_needed labels in host filtering code.showard1-7/+8
2008-11-13Use quotes instead of underscores in the UI because underscores are ugly.showard1-1/+1
2008-11-13The kernel global needs to be set properly for many existing control files tombligh1-2/+2
2008-11-12Add a user preference for showing experimental tests, disabled by default, an...showard6-3/+35
2008-11-12Add a checkbox 'exclude "only if needed" labels' to host lists in AFE, checke...showard6-35/+132
2008-11-12allow users to abort other users' jobs, but only for machines that are both A...showard2-7/+26
2008-11-12Return an actually useful error when one of the bulk RPCs is called (i.e. lab...showard2-12/+24
2008-11-12Implement sync_count. The primary change here is replacing the job.synch_typ...showard14-131/+302
2008-11-11Disable test type selector when "edit control file" mode is entered.showard1-0/+1
2008-11-05Add support for running a test over a sequence of multiple kernels.mbligh2-19/+71
2008-11-05Add a formal cleanup phase to the scheduler flow.showard1-1/+1
2008-11-04Add two missing status descriptions to the AFE dictionary of status messages,...showard1-1/+3