zach%zachlipton.com
d0d5b8f455
- Add is_automated_result flag to test_results table to track when results are part of automated testing scripts.
...
- Set machinename field in the db when processing automated test data in XML.pm
- Make automated testing results visually distinct in the UI
2006-06-27 00:39:09 +00:00
mike.morgan%oregonstate.edu
76328ca782
Backing out yet another patch (changing the mappings would break things and we need to have more discussion about the branch vs. minor/subversion problem -- see bug 342797).
2006-06-26 21:55:16 +00:00
mike.morgan%oregonstate.edu
216739aaf7
Checking in modified $branchVersions per cf/preed's request. This is made to mirror changes in tinderbox configuration that adjusted where build data is distributed for aus2.
2006-06-26 21:27:58 +00:00
mozilla%colinogilvie.co.uk
be8a36bd4d
Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugs
...
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
2006-06-26 21:05:32 +00:00
mkanat%bugzilla.org
e85747f2fd
Bug 342528: Undefined subroutine in showdependencytree.cgi in latest CVS
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2006-06-26 16:15:36 +00:00
mkanat%bugzilla.org
56ca7ebeea
Bug 342410: Various modules assume functions are in global scope, when none are
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-26 10:06:47 +00:00
mike.morgan%oregonstate.edu
3d4bf70bfb
Cleaned up comments, variable naming and function names to be less ambiguous. Also reimplemented fixes for the isComplete and isPartial boolean checks there were added on as a part of the bug 342549 patch (but didn't have to be backed out).
2006-06-24 01:05:51 +00:00
mike.morgan%oregonstate.edu
b58e165050
Backing out previous patch for bug 342549, which was not actually needed. Source of the problem was null update information in the build data, and we believe that has been fixed (pending more testing).
2006-06-24 00:41:38 +00:00
mike.morgan%oregonstate.edu
498b026e3a
This and previous checkin for bug 342549. This particular one-liner was just extra code for what already is a boolean value. Removed unnecessary terenary operator.
2006-06-23 21:49:07 +00:00
mike.morgan%oregonstate.edu
a7f485bea3
*** empty log message ***
2006-06-23 21:46:24 +00:00
ccooper%deadsquid.com
84bca34a3e
- allow loading message popu to take a custom message
...
- display loading popup when loading testcases
2006-06-23 18:37:58 +00:00
ccooper%deadsquid.com
f737740207
- allow testcase display template to be re-used in a single testcase display context
...
- in management interface, display testcase as it will appear to the user by default until the admin enters editing mode
2006-06-23 18:21:20 +00:00
cls%seawood.org
3213279080
Create default index for new trees.
2006-06-23 16:25:17 +00:00
cls%seawood.org
179bf8afe5
Indicate the number of days of stored logs and their estimated diskspace cost.
2006-06-23 16:21:53 +00:00
cls%seawood.org
b630f8077a
Cache logfiles for 1hr from viewing time.
...
Use HTTP headers insead of HTML meta flags to set expires & last-modified fields.
2006-06-23 16:17:57 +00:00
cls%seawood.org
46d2cd5cd4
Make the commit info time period a per-tree config option & bump the default to 14 days.
2006-06-23 16:12:41 +00:00
ccooper%deadsquid.com
2f6d289a8c
- update reference to process_test.cgi
...
- for single result submission, set cookies using current state-of-the-art
2006-06-23 15:35:30 +00:00
rhelmer%mozilla.com
8c4a50fc03
add timestamp of build start to quickparse output. b=342483 r=preed
2006-06-23 01:47:44 +00:00
zach%zachlipton.com
bda81d842e
-Web Services: support a web services interface for test result submission. See http://wiki.mozilla.org/Litmus:Web_Services for details.
...
- Make a join table for logs so that test results can have any number of logs and we don't have to have duplicate entries in the log table.
2006-06-22 23:21:38 +00:00
ccooper%deadsquid.com
13dc73a736
- display last added/edited/cloned testcase/subgroup by default
2006-06-22 22:54:02 +00:00
ccooper%deadsquid.com
8aae733420
- rebuild js cache after management activities
2006-06-22 22:05:33 +00:00
ccooper%deadsquid.com
e38fcfc7ce
- fix missing '='
2006-06-22 21:00:39 +00:00
ccooper%deadsquid.com
db8959d250
- fix MochiKit case problem
2006-06-22 20:51:48 +00:00
ccooper%deadsquid.com
70262b93d0
Manage subgroups:
...
- allow json.cgi to return info about subgroups
- add list of Essential columns to Litmus::DB::Subgroup
- add methods to Litmus::DB::Subgroup: clone, delete_from_testgroups, delete_from_testcases, delete_with_refs, update_testgroups, update_testcases
- add EnabledBySubgroup lookup to Litmus::DB::Testgroup
- move generic Form functions to FormValidation.js
- allow product select box to accept onchange param
Manage Testcases
- fix requireField cut-n-paste omission
- also return product_id from Litmus::FormWidget::getTestcases
- fix tyop in Litmus::DB::Testcase comment
- make size static on testcase select box
2006-06-22 20:45:50 +00:00
wclouser%mozilla.com
489be8e04d
got rid of -T
2006-06-21 21:28:53 +00:00
wclouser%mozilla.com
657a779d9e
added incremental updating. Cuts time from 75s -> 10s
2006-06-21 21:07:24 +00:00
wclouser%mozilla.com
57355a4ba2
added a script to build csv files from the db
2006-06-21 19:05:46 +00:00
zach%zachlipton.com
d1c7b23bd4
Move buttons in manage_testcases.cgi to handle smaller monitors. Widen summary field.
2006-06-21 18:16:36 +00:00
zach%zachlipton.com
da1394cc30
Fix a few more missing $sth->finish warnings in DBTools
2006-06-21 17:01:20 +00:00
lpsolit%gmail.com
752b3697fc
Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in editparams.cgi should be listed in a dropdown menu - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Colin r=mkanat a=myk
2006-06-21 01:06:00 +00:00
lpsolit%gmail.com
7d976ba23d
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-21 00:44:48 +00:00
zach%zachlipton.com
482199d0e1
Bustage fix: Litmus has suffered an internal error - testresult is not a column of Litmus::DB::Resultbug
2006-06-20 23:46:18 +00:00
zach%zachlipton.com
1f3b40a15e
Stupid typo...
2006-06-20 23:13:29 +00:00
zach%zachlipton.com
afc63ca5f3
Properly remember the previous build id entered during the current session. This avoids the need to retype it when going to run more tests.
2006-06-20 22:54:19 +00:00
zach%zachlipton.com
51ff8347ca
Add missing $sth->finish() to FormWidget. This should fix the 'statement handle DBIx::ContextualFetch::st=HASH(0x897bda4) still Active' warnings.
2006-06-20 20:23:01 +00:00
vladimir%pobox.com
096cddc554
fix bogus min/max values on selection single click (infinity error); allow single-click in small graph to clear a selection
2006-06-20 20:05:35 +00:00
ccooper%deadsquid.com
c0ead5e763
- fix case in MochiKit inclusion
2006-06-20 20:01:08 +00:00
ccooper%deadsquid.com
34b31d2467
- adding missing template files for testcase management
2006-06-20 19:43:20 +00:00
vladimir%pobox.com
673cb0b446
Add bonsai query support; add bonsaibouncer helper script; add marker support to graphs; disable test select dropdown while the data is loading after a tinderbox switch
2006-06-20 19:41:05 +00:00
ccooper%deadsquid.com
e325e8c6f1
- added table related_testcases to track cloned testcase relations
...
- update/replace enter_test.cgi with complete management interface for testcases
- make all fields Essential in Litmus::DB::Testcase
- added new methods to Litmus::DB::Testcase: clone, delete_from_subgroups, delete_from_related, delete_with_refs, update_subgroups
- added ByTestgroup and ByTestcase sql lookups to Litmus::DB::Subgroup
- added order_by directives to has_many fields in Litmus::DB::Product
- added new Litmus::FormWidget functions getTestcases and getAuthors
- don't try to .select() select fields (FormValidation.js)
- add verifySelected function to FormValidation.ja
- update interface to use manage_testcase.cgi for editing testcases
- remove editing flags/interface from test.html.tmpl
2006-06-20 19:34:53 +00:00
zach%zachlipton.com
9951bda9c5
Fix enter_test.cgi so it sets the author, creation_date, and version fields of new testcases.
2006-06-20 17:41:53 +00:00
vladd%bugzilla.org
740f081460
Patch for bug 342130: don't display a bogus footer anymore when searching for all products with Quick Search; patch by Vlad Dascalu <vladd@bugzilla.org>; r=LpSolit, a=myk.
2006-06-20 10:32:50 +00:00
mkanat%bugzilla.org
a3664063b0
Bug 282623: Remove globals.pl from checksetup
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-20 10:02:27 +00:00
lpsolit%gmail.com
f2c62770e7
Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20 07:55:39 +00:00
lpsolit%gmail.com
4433df7eec
Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20 07:39:01 +00:00
lpsolit%gmail.com
466ff3b3da
Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-06-20 07:32:31 +00:00
mkanat%bugzilla.org
6726c370af
Bug 342060: checksetup fails if no database exists
...
Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=myk
2006-06-20 06:43:53 +00:00
timeless%mozdev.org
1168ce08b0
Bug 338087 Tinderbox 'L' popups are broken in Firefox trunk due to misuse of DOM Range
...
patch by Olli.Pettay@gmail.com r=timeless
2006-06-20 06:28:37 +00:00
mike.morgan%oregonstate.edu
b0b52cb710
Added better checking when attempting to find latest buildId.
2006-06-20 01:21:04 +00:00
zach%zachlipton.com
462cb1e027
Provide better error handling by defining an error handler in Litmus::DBI. When a database error is thrown, this handler will take care of calling Litmus::Error::internalError() and displaying a proper error message to the user. This should do much to prevent 500 Internal Server Errors and the blank pages that previously popped up.
2006-06-19 22:05:16 +00:00