summaryrefslogtreecommitdiff
path: root/frontend/client
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Add a checkbox 'exclude "only if needed" labels' to host lists in AFE, checke...showard3-21/+49
2008-11-12Implement sync_count. The primary change here is replacing the job.synch_typ...showard7-65/+99
2008-11-11Disable test type selector when "edit control file" mode is entered.showard1-0/+1
2008-10-27Ensure MachineLabelField never has a null labels list.showard1-1/+1
2008-10-27Handle null values properly in updateObject(). When it's called from TestGro...showard1-0/+3
2008-10-27Fix two bugs with machine label fields.showard1-4/+29
2008-10-27Add help link to create job tab and make it stand out.showard1-0/+5
2008-10-23Add feature to make spreadsheet header fields from combinations of machine la...showard14-113/+576
2008-10-23Add user preferences for reboot options, including simple user preferences ta...showard9-23/+161
2008-10-23Fix the test selector in AFE create job view.showard1-2/+2
2008-10-23TableDecorator needs to create a DynamicTableSelectionManager for "select all...showard2-7/+3
2008-10-21Add options to control reboots before and after a job.showard7-13/+126
2008-10-14Add feature to abort individual host queue entries the job detail and host de...showard17-290/+506
2008-10-08Fix a bug with preserving ordering of group count/status count columns when r...showard1-1/+2
2008-10-07-fix frontend/generate-javadoc script for new (although now quite old) packag...showard2-2/+2
2008-10-03Fix a couple of little bugs in TKO.showard1-4/+3
2008-10-01add support for showing only the latest test run per cell in spreadsheet mode...showard11-53/+125
2008-10-01two new major features:showard3-4/+12
2008-09-30Forgot to add this file, as part of the test attributes filtering patchshoward1-0/+61
2008-09-30add primitive support for fixed header values. fixed headers can be given as...showard6-47/+158
2008-09-30add test attributes to test detail view, in an expandable boxshoward3-0/+49
2008-09-23-added capability to have site-specific urlconfs in TKO Django servershoward14-45/+102
2008-09-22The new code for building condition strings was potentially buggy when using ...showard1-3/+9
2008-09-22Update wiki links to point to new trac thingy.showard1-1/+1
2008-09-19-add feature to filter on test attributes in TKOshoward12-66/+247
2008-09-19Added email_list field to front end. On job completion emails on thisshoward3-1/+11
2008-09-19Attached is a large patch for a powerful and flexible new graphing system for...showard14-51/+1786
2008-09-09Change the "Wiki" links to point to the new trac page.showard2-2/+2
2008-09-04-add easy invalidation functionalityshoward11-66/+103
2008-09-03Change the Clone Job button to show options to keep the specificshoward1-0/+20
2008-09-03Changed some tabs to spaces in TkoClient.html.showard1-26/+26
2008-09-03Fixed copying the control file for a cloned job. A listener wasshoward2-3/+8
2008-09-03Prevent adding of blank one-time host. Blank entry or entry precededshoward1-4/+6
2008-09-03Change mouse selection events to include ctrl-click and meta-click (which is ...showard3-2/+9
2008-08-20-rewrite most of the label management code to be much more efficientshoward1-15/+18
2008-08-19-fix bug with drilldown on null headersshoward3-6/+17
2008-08-19Several small TKO-related bugfixes/improvements:showard4-4/+23
2008-08-18Snazzy new interface for select tests in Create Job view. Tests are now pres...showard11-225/+451
2008-08-15Fixed removing hosts from a cloned job. Hosts can now be removed correctly.showard1-1/+1
2008-08-15-fix bug in spreadsheet view where columns would be misaligned in certain cas...showard3-26/+14
2008-08-15Some AFE/TKO page layout changes:showard4-12/+16
2008-08-13Make these new scripts executable.showard2-0/+0
2008-08-13Make popup stay fixed position, and cleanup related stylesshoward2-7/+6
2008-08-13Added a hint to the benchmark control in the TKO graphing tab. Hintshoward1-0/+2
2008-08-12Minor performance change. Changing an inner class to be static.showard1-1/+1
2008-08-08add spinner image during AFE/TKO loadingshoward2-6/+23
2008-08-08Make query controls collapsible in spreadsheet and table views. This should ...showard11-36/+115
2008-08-07Fixing removing metahosts from the selected hosts in Create Job.showard3-19/+24
2008-08-07Initial checkin of new TKO interface.showard33-22/+3898
2008-07-31Don't call preventDefault() on normal click events. This was breaking links ...showard1-3/+4