- 15 Apr, 2020 2 commits
-
-
Dylan William Hardison authored
-
Dylan William Hardison authored
* use base to make merging with bmo easier * Revert "Bug 1497042 - Enclose table names in CREATE queries" This reverts commit 62d5637a. * refactor Bugzilla::DB to not subclass DBI * use DBIx::Connector to manage database connections * Ensure we always call DBIx::Connector->dbh before any DBI method The code didn't allow a way of doing this without a lot of work. So I had to take the following approach: The 'dbh' attribute is now a method that delegates to DBIx::Connector's dbh method. Per the docs, ->dbh() "Returns the connection's database handle. It will use a an existing handle if there is one, if the process has not been forked or a new thread spawned, and if the database is pingable. Otherwise, it will instantiate, cache, and return a new handle." Then there is the matter of the 'handles' on dbh. I've used Package::Stash to insert proxy methods into the class when it is loaded. * Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed row format, and changes charset to utf8mb4) * add deps * add prepare_cached to the list of delegated methods. This was added in bug 340160 * improve the migration to compressed/dynamic rows, skip views * add missing semicolon * remove pre-utf8mb4 emoji support * fix small issue * add debugging fatal error
-
- 01 Feb, 2019 1 commit
-
-
Perl Tidy authored
blame jeff
-
- 31 Jan, 2019 1 commit
-
-
Perl Tidy authored
-
- 24 Jul, 2013 1 commit
-
-
Byron Jones authored
-
- 22 May, 2013 1 commit
-
-
Byron Jones authored
-
- 20 May, 2013 1 commit
-
-
Byron Jones authored
Bug 828344: "contains all of the words" no longer looks for all words within the same comment or flag r=LpSolit, a=LpSolit
-
- 16 Jan, 2013 1 commit
-
-
Frédéric Buclin authored
r=dkl a=LpSolit
-
- 01 Dec, 2012 1 commit
-
-
Matt Selsky authored
r/a=LpSolit
-
- 31 Jan, 2012 1 commit
-
-
- 11 Jan, 2012 1 commit
-
-
Frédéric Buclin authored
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
-
- 26 Dec, 2011 1 commit
-
-
Matt Selsky authored
r/a=LpSolit
-
- 17 May, 2011 1 commit
-
-
Max Kanat-Alexander authored
catch known-broken tests as it's supposed to. r=mkanat, a=mkanat (module owner)
-
- 13 May, 2011 2 commits
-
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
- 03 Mar, 2011 5 commits
-
-
Max Kanat-Alexander authored
operators. r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
the boolean chart operators r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
for "Attachment data" r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
- 02 Mar, 2011 1 commit
-
-
Max Kanat-Alexander authored
wasn't working properly. r=mkanat, a=mkanat (module owner)
-
- 01 Mar, 2011 5 commits
-
-
Max Kanat-Alexander authored
including "nowordssubstr" and "notequals". r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
and "dependson" fields. r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
field in Search.pm. (This also makes OR searches work against the bug_group field.) r=mkanat, a=mkanat
-
Max Kanat-Alexander authored
tagging system r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
combination in Search.pm. r=mkanat, a=mkanat (module owner)
-
- 12 Feb, 2011 1 commit
-
-
- 11 Feb, 2011 1 commit
-
-
Tiago Mello authored
r/a=mkanat
-
- 15 Dec, 2010 1 commit
-
-
Max Kanat-Alexander authored
instead of searching the time on individual comments. r=mkanat, a=mkanat (module owner)
-
- 03 Nov, 2010 1 commit
-
-
Max Kanat-Alexander authored
fixed certain work_time tests in xt/search.t.
-
- 28 Oct, 2010 1 commit
-
-
Frédéric Buclin authored
r=gerv a=LpSolit
-
- 07 Oct, 2010 2 commits
-
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
(Just some missing "this test is OK" bits for longdescs.count injection tests.)
-
- 05 Oct, 2010 2 commits
-
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
and PostgreSQL r=mkanat, a=mkanat (module owner)
-
- 03 Oct, 2010 3 commits
-
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
resolution field r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
- 02 Oct, 2010 2 commits
-
-
Max Kanat-Alexander authored
query parameters r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
tests, so that the Pg tests properly understand that they can't test creation_ts changedafter or changedbefore, *ever*. https://bugzilla.mozilla.org/show_bug.cgi?id=600496
-