summaryrefslogtreecommitdiffstats
path: root/xt
AgeCommit message (Collapse)AuthorFilesLines
2017-02-27more debugging for the benefit of taskclusterDylan William Hardison1-5/+5
2017-02-27fix one test and add diagnostics to otherDylan William Hardison2-1/+4
2017-02-27fix another errorDylan William Hardison1-1/+1
2017-02-27alias_in_use error message testDylan William Hardison1-1/+1
2016-09-06- Further test suite fixes for email/login changesDavid Lawrence1-3/+3
2016-09-01- Selenium test script fixes to work with recent email/login changesDavid Lawrence9-22/+23
2016-08-31- Fix whitespace issue in xt/webservice/bug_attachments.tDavid Lawrence1-1/+1
2016-08-31- Fixed API tests to work after login/email changesDavid Lawrence5-5/+29
2016-08-30- docker-bugzilla-ci changed location of bugzilla root and runtests.shDavid Lawrence1-2/+2
2016-08-24- Updated CI docker images and test suite to work with new perl deps locationDavid Lawrence62-62/+62
2016-08-23- Fix failing CI tests due to recent login/email changes (more)David Lawrence1-0/+1
2016-08-23- Fix failing CI tests due to recent login/email changesDavid Lawrence2-1/+2
2016-05-05Due to bug 218917, checksetup_answers.txt needs ADMIN_LOGIN to be defined ↵David Lawrence1-0/+1
properly.
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-2/+1
Original patch by Gervase Markham r=gerv a=dkl
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-2/+2
r=dkl
2016-03-05Some more cleanup in xt/Frédéric Buclin4-5/+15
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin71-73/+73
r=dkl
2016-02-26Bug 1069799 - move the QA repository into the main repositoryDavid Lawrence95-3546/+12177
r=LpSolit
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2013-07-24Bug 345194: fix for xt testsByron Jones1-0/+5
2013-05-22Bug 828344: add missing xt broken testsByron Jones1-2/+23
2013-05-20Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones2-16/+99
the same comment or flag r=LpSolit, a=LpSolit
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-6/+5
r=dkl a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky7-7/+7
r/a=LpSolit
2012-01-31Fix TODO tests which now passFrédéric Buclin1-4/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=574577
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin11-212/+58
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-12-26Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky1-1/+0
r/a=LpSolit
2011-05-17Bug 657542: Make the AND/OR tests for xt/search.t function properly andMax Kanat-Alexander6-94/+64
catch known-broken tests as it's supposed to. r=mkanat, a=mkanat (module owner)
2011-05-13Bug 656994: Test custom search more thoroughly in xt/search.t.Max Kanat-Alexander2-6/+135
r=mkanat, a=mkanat (module owner)
2011-05-13Bug 656790 - Create a basic framework for testing custom searchMax Kanat-Alexander3-1/+131
r=mkanat, a=mkanat (module owner)
2011-03-03Bug 240398: Make flagtypes.name work properly with all the boolean chartMax Kanat-Alexander2-84/+1
operators. r=mkanat, a=mkanat (module owner)
2011-03-03Bug 638555: Make the fields in the bugs table that can be NULL work with allMax Kanat-Alexander1-40/+14
the boolean chart operators r=mkanat, a=mkanat (module owner)
2011-03-03Bug 638518: Make all boolean chart operators work with attach_data.thedataMax Kanat-Alexander2-32/+1
r=mkanat, a=mkanat (module owner)
2011-03-03Bug 638509 - Make all boolean charts work with all attachment fields exceptMax Kanat-Alexander1-14/+0
for "Attachment data" r=mkanat, a=mkanat (module owner)
2011-03-03Bug 638489 - Make all boolean charts work with longdescs.isprivateMax Kanat-Alexander1-28/+8
r=mkanat, a=mkanat (module owner)
2011-03-02Bug 617641: Using any of the _realname columns in Search.pm all by themselvesMax Kanat-Alexander1-1/+13
wasn't working properly. r=mkanat, a=mkanat (module owner)
2011-03-01Bug 45862: Make searching comments behave sensibly for all boolean charts,Max Kanat-Alexander1-22/+1
including "nowordssubstr" and "notequals". r=mkanat, a=mkanat (module owner)
2011-03-01Bug 637662: Make all the boolean charts work as expected for the "blocks"Max Kanat-Alexander1-9/+0
and "dependson" fields. r=mkanat, a=mkanat (module owner)
2011-03-01Bug 637426: Fix every boolean chart operator type for the bug_group searchMax Kanat-Alexander1-34/+8
field in Search.pm. (This also makes OR searches work against the bug_group field.) r=mkanat, a=mkanat
2011-03-01Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander3-8/+21
tagging system r=mkanat, a=mkanat (module owner)
2011-03-01Bug 490322: Fix every single keywords, multi_select, and see_also field/operatorMax Kanat-Alexander2-45/+7
combination in Search.pm. r=mkanat, a=mkanat (module owner)
2011-02-12Make the "changedfrom" xt/search.t test work with see_also, again.Max Kanat-Alexander1-3/+7
https://bugzilla.mozilla.org/show_bug.cgi?id=620827
2011-02-11Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello2-4/+7
r/a=mkanat
2010-12-15Bug 619466: Make searching by work_time search the total time on the bugMax Kanat-Alexander3-57/+14
instead of searching the time on individual comments. r=mkanat, a=mkanat (module owner)
2010-11-03The patch that made Bugzilla::Bug use Bugzilla::Comment to add commentsMax Kanat-Alexander1-1/+2
fixed certain work_time tests in xt/search.t.
2010-10-28Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5Frédéric Buclin1-4/+4
r=gerv a=LpSolit
2010-10-07Bug 600495: Make the "chfieldto" query parameter work all by itself, again.Max Kanat-Alexander1-0/+7
r=mkanat, a=mkanat (module owner)
2010-10-07Fix the xt/search.t test to not have a testfail (orange) result on MySQL.Max Kanat-Alexander1-2/+2
(Just some missing "this test is OK" bits for longdescs.count injection tests.)
2010-10-05Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander4-3/+36
r=mkanat, a=mkanat (module owner)
2010-10-05Bug 601848: Fix percentage_complete searches for all operators on both MySQLMax Kanat-Alexander2-51/+56
and PostgreSQL r=mkanat, a=mkanat (module owner)