summaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/Constants.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26Bug 1069799 - move the QA repository into the main repositoryDavid Lawrence1-1203/+0
r=LpSolit
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 Jones1-9/+74
the same comment or flag r=LpSolit, a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
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 Buclin1-19/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-05-17Bug 657542: Make the AND/OR tests for xt/search.t function properly andMax Kanat-Alexander1-37/+3
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-Alexander1-3/+132
r=mkanat, a=mkanat (module owner)
2011-05-13Bug 656790 - Create a basic framework for testing custom searchMax Kanat-Alexander1-0/+11
r=mkanat, a=mkanat (module owner)
2011-03-03Bug 240398: Make flagtypes.name work properly with all the boolean chartMax Kanat-Alexander1-83/+0
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-Alexander1-25/+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-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-Alexander1-1/+3
tagging system r=mkanat, a=mkanat (module owner)
2011-03-01Bug 490322: Fix every single keywords, multi_select, and see_also field/operatorMax Kanat-Alexander1-44/+6
combination in Search.pm. r=mkanat, a=mkanat (module owner)
2010-12-15Bug 619466: Make searching by work_time search the total time on the bugMax Kanat-Alexander1-56/+10
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-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-Alexander1-0/+19
r=mkanat, a=mkanat (module owner)
2010-10-05Bug 601848: Fix percentage_complete searches for all operators on both MySQLMax Kanat-Alexander1-45/+53
and PostgreSQL r=mkanat, a=mkanat (module owner)
2010-10-04Bug 601519 - Test pronouns (like %user%, %reporter%, etc.) in xt/search.tMax Kanat-Alexander1-1/+26
r=mkanat, a=mkanat (module owner)
2010-10-03Bug 601513: In xt/search.t, assure that "---" continues to work for theMax Kanat-Alexander1-0/+3
resolution field r=mkanat, a=mkanat (module owner)
2010-10-03Bug 601499 - Make xt/search.t test the email(n)* search query parametersMax Kanat-Alexander1-1/+13
r=mkanat, a=mkanat (module owner)
2010-10-02Bug 600496: Make searching on [Bug creation] work again, by implementingMax Kanat-Alexander1-8/+4
creation_ts for the changedafter and changedbefore operators in Search.pm. r=mkanat, a=mkanat (module owner)
2010-10-02Bug 601376: Test the __all__, __open__, and __closed__ arguments toMax Kanat-Alexander1-0/+14
bug_status in xt/search.t r=mkanat, a=mkanat (module owner)
2010-07-22Bug 580208: Search.pm: Combine all the user search types into one searchMax Kanat-Alexander1-14/+3
function r=mkanat, a=mkanat (module owner)
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-6/+0
r/a=mkanat
2010-07-18Bug 579695: Make xt/search.t do substring tests using a more consistentMax Kanat-Alexander1-9/+20
substring length, thus fixing an intermittent failure that would show up when searching the cf_multi_select field. r=mkanat, a=mkanat (module owner)
2010-07-18Bug 579568: Search.pm: Improve the implementation and performance ofMax Kanat-Alexander1-13/+3
substring and "words" searches, improve the formatting of generated SQL, and use real subselects instead of performing the subselect and using its results in an IN. r=mkanat, a=mkanat (module owner)
2010-07-16Bug 579243: Also test NOT (negated) charts in xt/search.tMax Kanat-Alexander1-0/+265
r=mkanat, a=mkanat (module owner)
2010-07-15Bug 578888: Search.pm: Add and store joins as data structures instead ofMax Kanat-Alexander1-5/+0
raw SQL. r=mkanat, a=mkanat (module owner)
2010-07-14Bug 578531: Move the chfield stuff out of init, and makeMax Kanat-Alexander1-12/+5
the changedbefore/after charts include the date specified (they previously did exclusive searches) r=mkanat, a=mkanat (module owner)
2010-07-09Bug 577538: Mark certain tests in xt/search.t as being broken only on PgMax Kanat-Alexander1-0/+24
(and a few as being not broken at all on Pg). r=mkanat, a=mkanat (module owner)
2010-07-09Pg and MySQL had inconsistent results for flagtypes.name greaterthan,Max Kanat-Alexander1-0/+1
so I changed the values to make them consistent. (I suspect the inconsistency is a bug in Pg itself that is not actually important to normal Bugzilla usage.)
2010-07-09Bug 577588: xt/seach.t was sometimes not properly translating specialMax Kanat-Alexander1-7/+22
<> values into the actual bug value, for searching r=mkanat, a=mkanat (module owner)
2010-07-09Bug 577557: Make xt/search.t skip certain injection tests on PostgreSQL,Max Kanat-Alexander1-0/+22
because they make Pg throw an error and then be unable to run any further tests. It's OK to skip these tests because they still run on MySQL, so we'll still catch any injection vulns. r=mkanat, a=mkanat (module owner)
2010-07-08Update xt/search.t to test that anyexact trims properly.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=575021
2010-07-08Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander1-91/+34
Instead, we pass around a hashref and update the hashref. This patch also includes some cleanup for bugs surrounding percentage_complete, attachments.isobsolete, attachments.ispatch, and owner_idle_time. r=mkanat, a=mkanat
2010-07-08Fix search.t now that negative keyword searches are working.Max Kanat-Alexander1-7/+5
https://bugzilla.mozilla.org/show_bug.cgi?id=562014
2010-07-08Bug 577388: The target milestone tests in xt/search.t were failing,Max Kanat-Alexander1-1/+1
incorrectly. r=mkanat, a=mkanat (module owner)
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+1011
boolean charts r=glob, a=mkanat