summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
AgeCommit message (Collapse)AuthorFilesLines
2018-10-11Bug 1354589 - Add Mojo::JWT, the oauth stuff, and Linux::Smaps::TinyDylan William Hardison1-396/+344
2018-10-03no bug - make libcmark-gfm optional (#792)Dylan William Hardison1-1/+8
2018-10-03no bug - add chart-clicker dependencyDylan William Hardison1-0/+6
2018-10-02no bug - adopt mojolicious code formatting guidelines (#784)Dylan William Hardison1-0/+1
@kyoshino likes 2-char indent for all the frontend. Mojolicious seems to use 2-space too. Let's just adopt their perltidyrc. Included in this is a script (in scripts/) that will modify files according to these rules.
2018-09-25Bug 1494065 - Add a basic test using Test::MojoDylan William Hardison1-5/+6
2018-09-19no bug - bump Alien::libcmark_gfmDylan William Hardison1-1/+1
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-15/+5
2018-09-13Bug 1490708 - Ensure we always call DBIx::Connector->dbh before any DBI ↵Dylan William Hardison1-0/+1
method (#744) 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.
2018-09-07Bug 1488292 - Remove MozReview extension from BMO code tree as MozReview is ↵dklawren1-1/+1
being decommissioned
2018-08-20Bug 1482145 - add a scope_guard option to set_user()Dylan William Hardison1-0/+1
2018-08-10Bug 1482475 - Add extensive testing frameworkDylan William Hardison1-0/+1
2018-08-02no bug - add dependencies needed for monitoringDylan William Hardison1-0/+16
2018-06-29Revert cereal code as risk mitigation for friday pushDylan William Hardison1-6/+1
2018-06-27Bug 1275545 - Use Sereal for Cache::Memcached::FastHorie Issei1-1/+6
2018-06-21Bug 1461379 - use DBIx::Connector to manage database connectionsDylan William Hardison1-0/+1
2018-05-22no bug - fix deps on non-linux (#580)Dylan William Hardison1-1/+1
2018-05-21no bug - update dependenciesDylan William Hardison1-0/+15
2018-04-25Bug 1456529 - Support SameSite attribute on session cookiesDylan William Hardison1-1/+1
2018-04-10Bug 1453126 - Bugzilla::Bloomfilter should encourage preserving the input ↵Dylan William Hardison1-0/+1
files for its filters
2018-03-28Bug 1449413 - Refactor circleci container building stuffDylan William Hardison1-0/+1
2018-03-22Bug 1399713 - ensure existing production redirects work in a cloud hosted ↵Dylan William Hardison1-0/+1
environment
2018-03-14Bug 1445700 - apache_size_limit should be 800_000 when Linux::Smaps is not ↵Dylan William Hardison1-24/+36
installed.
2018-03-13Bug 1441181 - Step 9 - use pdeathsig to prevent workers running without ↵Dylan William Hardison1-5/+10
supervision
2018-03-08Bug 1441903 - Cleanup Makefile.PLDylan William Hardison1-120/+101
2018-03-01Bug 1437646 - add support for Log::Log4perlDylan William Hardison1-0/+3
2017-12-29Add some XS modules that we can use later to make things fasterDylan William Hardison1-0/+4
2017-12-23no bug - support Devel::NYTProfDylan William Hardison1-0/+1
2017-09-27Bug 1402878 - Add some more sanity-type tests, including perl criticDylan William Hardison1-4/+7
2017-09-27no bug - add dependencies for mozreview/ubuntuDylan William Hardison1-0/+12
2017-08-28Bug 1393643 - Add whitelist to rate limiting code (#220)Dylan William Hardison1-0/+1
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading
2017-08-17no bug - have the test runners start up the httpd (#203)Dylan William Hardison1-1/+1
2017-08-03Bug 1385937 - Add Data::Password::passwdqc to vendor tarballsDylan William Hardison1-0/+1
2017-06-14Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07Dylan William Hardison1-2/+2
* fix order * I mean 7
2017-06-08Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect)Dylan William Hardison1-5/+4
* remove UserAgent from updates
2017-06-01downgrade EU::MM versionDylan William Hardison1-2/+2
2017-05-31Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.jsonDylan William Hardison1-3/+2
2017-04-18Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint()Dylan William Hardison1-0/+1
2017-04-14Makefile.PL can be executableDylan William Hardison1-0/+0
2017-04-13require newer List::MoreUtils in newer perlDylan William Hardison1-1/+1
2017-04-04Bug 1342000 - Incorrect time for Europe/MoscowDylan William Hardison1-1/+1
2017-03-27Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasonsDylan William Hardison1-23/+8
2017-03-08Add ThrowableDylan William Hardison1-0/+1
2017-02-27Bug 1341457 - Add Text::MultiMarkdown as a dependency and regenerate carton ↵David Lawrence1-0/+6
bundle
2017-02-20Bug 1340727 - Add Text::CSV_XS as a dependency and regenerate carton bundleDylan William Hardison1-0/+1
2017-01-04Bug 1307478 - Elasticsearch Indexer / Bulk IndexerDylan William Hardison1-0/+15
2016-11-11Bug 1315326 - Add dependencies for Amazon S3 storage to Makefile.PL and META.*David Lawrence1-0/+12
2016-11-09pin slightly newer versionDylan William Hardison1-2/+2
2016-11-08Bug 1316106 - Pin CGI.pm and JSON::RPC in Makefile.PL to prevent upgradesDylan William Hardison1-3/+3
2016-10-15Bug 1308949 - Keep MYMETA.json up-to-date when checksetup is runmozreviewDylan William Hardison1-0/+7
2016-10-11Bug 1308032 - Cache::Memcached::Fast from bugzilla bug 1189281 and bug 1274764Dylan William Hardison1-1/+1