summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
AgeCommit message (Collapse)AuthorFilesLines
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison1-379/+344
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-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison1-2/+5
2018-08-20update depsDylan William Hardison1-2/+2
2018-08-20with EVDylan William Hardison1-1/+2
2018-08-20Add EVDylan William Hardison1-1/+1
2018-08-20Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-13/+2
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-04Merge branch 'mojo-poc'Dylan William Hardison1-0/+16
2018-08-04with EVDylan William Hardison1-1/+2
2018-08-04Add EVDylan William Hardison1-1/+1
2018-08-04Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-13/+2
2018-08-04Merge branch 'mojo-poc'Dylan William Hardison1-2/+2
2018-08-02no bug - add dependencies needed for monitoringDylan William Hardison1-0/+16
2018-07-31with EVDylan William Hardison1-1/+2
2018-07-31Add EVDylan William Hardison1-1/+1
2018-07-31Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-13/+2
2018-07-08more harmony fixesDylan William Hardison1-2/+0
2018-07-08Merge remote-tracking branch 'dylanwh/mojo-poc'Dylan William Hardison1-12/+2
2018-07-08Merge remote-tracking branch 'bmo/master'Dylan William Hardison1-2/+18
2018-06-29Revert cereal code as risk mitigation for friday pushDylan William Hardison1-6/+1
2018-06-28remove MOD_PERL bitsDylan William Hardison1-12/+0
2018-06-28fix logging and another bugDylan William Hardison1-0/+1
2018-06-28mojo all the thingsDylan William Hardison1-0/+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-04-01Merge branch 'master' into unstableDylan William Hardison1-0/+2
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-18fixup Makefile.PLDylan William Hardison1-46/+31
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-10psgi optionalize until can rebuild vendor bundleDylan William Hardison1-0/+27
2018-03-10initial psgi supportDylan William Hardison1-0/+7
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