Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-14 | Merge remote-tracking branch 'bmo/master' | Dylan William Hardison | 1 | -379/+344 | |
2018-10-11 | Bug 1354589 - Add Mojo::JWT, the oauth stuff, and Linux::Smaps::Tiny | Dylan William Hardison | 1 | -396/+344 | |
2018-10-03 | no bug - make libcmark-gfm optional (#792) | Dylan William Hardison | 1 | -1/+8 | |
2018-10-03 | no bug - add chart-clicker dependency | Dylan William Hardison | 1 | -0/+6 | |
2018-10-02 | no bug - adopt mojolicious code formatting guidelines (#784) | Dylan William Hardison | 1 | -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-25 | Bug 1494065 - Add a basic test using Test::Mojo | Dylan William Hardison | 1 | -5/+6 | |
2018-09-19 | no bug - bump Alien::libcmark_gfm | Dylan William Hardison | 1 | -1/+1 | |
2018-09-19 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -15/+5 | |
2018-09-13 | Bug 1490708 - Ensure we always call DBIx::Connector->dbh before any DBI ↵ | Dylan William Hardison | 1 | -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-07 | Bug 1488292 - Remove MozReview extension from BMO code tree as MozReview is ↵ | dklawren | 1 | -1/+1 | |
being decommissioned | |||||
2018-08-26 | Merge remote-tracking branch 'bmo/mojo' | Dylan William Hardison | 1 | -2/+5 | |
2018-08-20 | update deps | Dylan William Hardison | 1 | -2/+2 | |
2018-08-20 | with EV | Dylan William Hardison | 1 | -1/+2 | |
2018-08-20 | Add EV | Dylan William Hardison | 1 | -1/+1 | |
2018-08-20 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -13/+2 | |
2018-08-20 | Bug 1482145 - add a scope_guard option to set_user() | Dylan William Hardison | 1 | -0/+1 | |
2018-08-10 | Bug 1482475 - Add extensive testing framework | Dylan William Hardison | 1 | -0/+1 | |
2018-08-04 | Merge branch 'mojo-poc' | Dylan William Hardison | 1 | -0/+16 | |
2018-08-04 | with EV | Dylan William Hardison | 1 | -1/+2 | |
2018-08-04 | Add EV | Dylan William Hardison | 1 | -1/+1 | |
2018-08-04 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -13/+2 | |
2018-08-04 | Merge branch 'mojo-poc' | Dylan William Hardison | 1 | -2/+2 | |
2018-08-02 | no bug - add dependencies needed for monitoring | Dylan William Hardison | 1 | -0/+16 | |
2018-07-31 | with EV | Dylan William Hardison | 1 | -1/+2 | |
2018-07-31 | Add EV | Dylan William Hardison | 1 | -1/+1 | |
2018-07-31 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -13/+2 | |
2018-07-08 | more harmony fixes | Dylan William Hardison | 1 | -2/+0 | |
2018-07-08 | Merge remote-tracking branch 'dylanwh/mojo-poc' | Dylan William Hardison | 1 | -12/+2 | |
2018-07-08 | Merge remote-tracking branch 'bmo/master' | Dylan William Hardison | 1 | -2/+18 | |
2018-06-29 | Revert cereal code as risk mitigation for friday push | Dylan William Hardison | 1 | -6/+1 | |
2018-06-28 | remove MOD_PERL bits | Dylan William Hardison | 1 | -12/+0 | |
2018-06-28 | fix logging and another bug | Dylan William Hardison | 1 | -0/+1 | |
2018-06-28 | mojo all the things | Dylan William Hardison | 1 | -0/+1 | |
2018-06-27 | Bug 1275545 - Use Sereal for Cache::Memcached::Fast | Horie Issei | 1 | -1/+6 | |
2018-06-21 | Bug 1461379 - use DBIx::Connector to manage database connections | Dylan William Hardison | 1 | -0/+1 | |
2018-05-22 | no bug - fix deps on non-linux (#580) | Dylan William Hardison | 1 | -1/+1 | |
2018-05-21 | no bug - update dependencies | Dylan William Hardison | 1 | -0/+15 | |
2018-04-25 | Bug 1456529 - Support SameSite attribute on session cookies | Dylan William Hardison | 1 | -1/+1 | |
2018-04-10 | Bug 1453126 - Bugzilla::Bloomfilter should encourage preserving the input ↵ | Dylan William Hardison | 1 | -0/+1 | |
files for its filters | |||||
2018-04-01 | Merge branch 'master' into unstable | Dylan William Hardison | 1 | -0/+2 | |
2018-03-28 | Bug 1449413 - Refactor circleci container building stuff | Dylan William Hardison | 1 | -0/+1 | |
2018-03-22 | Bug 1399713 - ensure existing production redirects work in a cloud hosted ↵ | Dylan William Hardison | 1 | -0/+1 | |
environment | |||||
2018-03-18 | fixup Makefile.PL | Dylan William Hardison | 1 | -46/+31 | |
2018-03-14 | Bug 1445700 - apache_size_limit should be 800_000 when Linux::Smaps is not ↵ | Dylan William Hardison | 1 | -24/+36 | |
installed. | |||||
2018-03-13 | Bug 1441181 - Step 9 - use pdeathsig to prevent workers running without ↵ | Dylan William Hardison | 1 | -5/+10 | |
supervision | |||||
2018-03-10 | psgi optionalize until can rebuild vendor bundle | Dylan William Hardison | 1 | -0/+27 | |
2018-03-10 | initial psgi support | Dylan William Hardison | 1 | -0/+7 | |
2018-03-08 | Bug 1441903 - Cleanup Makefile.PL | Dylan William Hardison | 1 | -120/+101 | |
2018-03-01 | Bug 1437646 - add support for Log::Log4perl | Dylan William Hardison | 1 | -0/+3 | |
2017-12-29 | Add some XS modules that we can use later to make things faster | Dylan William Hardison | 1 | -0/+4 | |