- 15 Apr, 2020 3 commits
-
-
Ondřej Kuzník authored
-
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
-
- 27 Mar, 2020 2 commits
-
-
Давид Добряков authored
-
Давид Добряков authored
-
- 01 Feb, 2019 1 commit
-
-
Perl Tidy authored
blame jeff
-
- 31 Jan, 2019 1 commit
-
-
Perl Tidy authored
-
- 19 Mar, 2016 1 commit
-
-
Frédéric Buclin authored
r/a=dkl
-
- 22 Dec, 2015 4 commits
-
-
David Lawrence authored
This reverts commit d4470f34.
-
David Lawrence authored
This reverts commit 396ae882.
-
Dylan Hardison authored
-
Dylan Hardison authored
r=dkl,a=dkl
-
- 18 Dec, 2015 1 commit
-
-
Frédéric Buclin authored
r/a=dkl
-
- 16 Dec, 2015 3 commits
-
-
Dylan Hardison authored
r=dkl,a=dkl
-
Dylan Hardison authored
r=dkl,a=dkl
-
Matt Tyson authored
r=dkl,a=dkl
-
- 23 Sep, 2015 1 commit
-
-
Pat Thoyts authored
r=LpSolit a=dkl
-
- 28 Jul, 2015 1 commit
-
-
Frédéric Buclin authored
-
- 10 Jun, 2015 1 commit
-
-
Dylan William Hardison authored
r=dkl,a=glob
-
- 18 May, 2015 1 commit
-
-
Jeff Fearn authored
r=glob,a=glob
-
- 08 May, 2015 1 commit
-
-
Byron Jones authored
Bug 1149055: flag requestees are unable to set an attachment flag via a the update_attachment webservice if they do not have editbugs r=dkl,a=glob
-
- 29 Apr, 2015 1 commit
-
-
Byron Jones authored
r=wicked,a=glob
-
- 26 Apr, 2015 1 commit
-
-
Frédéric Buclin authored
-
- 24 Apr, 2015 1 commit
-
-
Frédéric Buclin authored
Bug 1157405: Bugzilla.parameters is not accessible when requirelogin = 1 and the user is not logged in r=dkl a=glob
-
- 14 Apr, 2015 2 commits
-
-
Matt Tyson authored
r=LpSolit a=glob
-
Byron Jones authored
r=LpSolit,a=glob
-
- 13 Apr, 2015 1 commit
-
-
Byron Jones authored
r=LpSolit,a=glob
-
- 10 Apr, 2015 1 commit
-
-
David Lawrence authored
Bug 1152319: calling /rest/logout results in an internal error and a malformed response to the caller r=glob,a=glob
-
- 07 Mar, 2015 1 commit
-
-
Frédéric Buclin authored
-
- 23 Jan, 2015 1 commit
-
-
David Lawrence authored
Bug 1124716: regression caused by bug 1090275 to whitelist webservice methods causes test failures with t/012throwables.t r=dylan,a=glob
-
- 21 Jan, 2015 1 commit
-
-
David Lawrence authored
Bug 1090275: WebServices modules should maintain a whitelist of methods that are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
-
- 07 Jan, 2015 1 commit
-
-
Frédéric Buclin authored
r=dkl a=glob
-
- 22 Dec, 2014 1 commit
-
-
David Lawrence authored
r=glob,a=glob
-
- 18 Dec, 2014 1 commit
-
-
David Lawrence authored
r=glob,a=glob
-
- 17 Dec, 2014 1 commit
-
-
Frédéric Buclin authored
r/a=dkl
-
- 12 Nov, 2014 1 commit
-
-
David Lawrence authored
Bug 1001462: Bug.search causes error when using simple token auth and specifying 'token' instead of 'Bugzilla_token' r=glob,a=glob
-
- 11 Nov, 2014 1 commit
-
-
Byron Jones authored
Bug 1094858: Create hook in Bugzilla::WebService::Constants to allow overrriding of standard status codes by extensions (fix broken POD)
-
- 10 Nov, 2014 2 commits
-
-
David Lawrence authored
Bug 1093600: REST shouldn't support multiple instances of parameters for resources which only support a single params (eg. POST bug/comment) r=glob,a=glob
-
David Lawrence authored
Bug 1094858: Create hook in Bugzilla::WebService::Constants to allow overrriding of standard status codes by extensions r=gerv,a=glob
-
- 04 Nov, 2014 1 commit
-
-
David Lawrence authored
-