Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-05 | no bug - reformat all the code using the new perltidy rules | Perl Tidy | 1 | -640/+639 | |
2018-08-26 | remove error pages for now | Dylan William Hardison | 1 | -31/+0 | |
2018-08-26 | Merge remote-tracking branch 'bmo/mojo' | Dylan William Hardison | 1 | -52/+0 | |
2018-08-20 | remove more apache bits | Dylan William Hardison | 1 | -8/+0 | |
2018-08-20 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -125/+2 | |
2018-07-08 | Merge remote-tracking branch 'dylanwh/mojo-poc' | Dylan William Hardison | 1 | -126/+4 | |
2018-07-08 | Merge remote-tracking branch 'bmo/master' | Dylan William Hardison | 1 | -8/+8 | |
2018-06-29 | Bug 1472048 - Remove Metrics Code | Dylan William Hardison | 1 | -1/+0 | |
2018-06-28 | fix mistake | Dylan William Hardison | 1 | -125/+1 | |
2018-06-28 | lots of hacking | Dylan William Hardison | 1 | -1/+1 | |
2018-06-28 | a bit of a quantum leap | Dylan William Hardison | 1 | -1/+2 | |
It's now possible to load the CGIs into a mojolicious controller. Compatibility isn't 100% yet, but it should give a migration path for any random CGI to become a proper controller. | |||||
2018-06-28 | initial proof of concept of mojolicious inside bmo | Dylan William Hardison | 1 | -0/+1 | |
2018-06-28 | Remove metrics stuff | Dylan William Hardison | 1 | -1/+0 | |
2018-04-10 | Bug 1450990 - Refactor a bunch of the logging config files | Dylan William Hardison | 1 | -0/+8 | |
2018-04-10 | Bug 1450679 - Replace custom Sentry integration with Logging | Dylan William Hardison | 1 | -7/+0 | |
2018-04-08 | do not use hostname in error pages | Dylan William Hardison | 1 | -2/+1 | |
2018-04-08 | remove minor mistakes | Dylan William Hardison | 1 | -1/+0 | |
2018-04-01 | Merge branch 'master' into unstable | Dylan William Hardison | 1 | -0/+1 | |
2018-03-19 | fix all the tests | Dylan William Hardison | 1 | -0/+1 | |
2018-03-18 | Bug 1446236 - error pages fixups | Vladimir Panteleev | 1 | -0/+1 | |
2018-03-18 | Bug 1446236 - Generate static error pages | Vladimir Panteleev | 1 | -0/+78 | |
2018-03-16 | Bug 1446236 - fix typo in comment | Vladimir Panteleev | 1 | -1/+1 | |
2018-03-13 | Bug 1441181 - Step 4 - Re-implement subprocess code with IO::Async | Dylan William Hardison | 1 | -0/+1 | |
2018-03-01 | Bug 1437646 - add support for Log::Log4perl | Dylan William Hardison | 1 | -0/+1 | |
2018-03-01 | Bug 1437646 - Refactor entrypoint to use Bugzilla::DaemonControl | Dylan William Hardison | 1 | -3/+1 | |
2018-02-28 | Bug 1437646 - Add confdir to bz_locations | Dylan William Hardison | 1 | -0/+6 | |
2018-02-16 | no bug - add USE_NYTPROF to PerlPassEnv (#395) | Dylan William Hardison | 1 | -7/+10 | |
2017-12-20 | Bug 1361890 - Remove asset concatenation | Dylan William Hardison | 1 | -22/+0 | |
2017-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 1 | -12/+0 | |
2017-11-29 | restore old env for unsafe auth | Dylan William Hardison | 1 | -1/+1 | |
2017-11-27 | no bug - tweaks for conduit/phabricator dev environments | Dylan William Hardison | 1 | -0/+1 | |
* tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors | |||||
2017-10-31 | Bug 1332016 - Integrate the Socorro Lens into Bug Modal | Anthony Hughes | 1 | -0/+2 | |
2017-10-07 | Bug 1404092 - Bugzilla->localconfig should directly use environmental ↵ | Dylan William Hardison | 1 | -1/+13 | |
variables and ignore the localconfig file | |||||
2017-08-08 | Bug 1386336 - Generate robots.txt at checksetup.pl from a template | Mary Umoh | 1 | -3/+15 | |
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 1 | -0/+4 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -16/+16 | |
2017-07-07 | Bug 1377232 - Revert code from bug 1361890 | Dylan William Hardison | 1 | -15/+27 | |
2017-06-23 | Bug 1361890 - Fix problems with current js and css concatenation | Dylan William Hardison | 1 | -27/+15 | |
2017-05-30 | Also truncate the file when writing it out. | Dylan William Hardison | 1 | -1/+1 | |
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 1 | -1/+76 | |
2017-05-15 | fix typo | Dylan William Hardison | 1 | -1/+1 | |
2017-04-28 | Clean up here-docs | Dylan William Hardison | 1 | -69/+64 | |
here-docs should either be at indent level 0 (and stored in constants) or replaced with other forms of quoting that can be idented more readibly. | |||||
2017-04-19 | Bug 1357809 - Add endpoints for future cloud-services integration | Dylan William Hardison | 1 | -5/+5 | |
2017-04-14 | Makefile.PL can be executable | Dylan William Hardison | 1 | -1/+1 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -15/+11 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -11/+15 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -15/+11 | |
local symlink to data/ directory | |||||
2016-08-30 | Bug 1290580 - Rebase docker infra off of CentOS 6 | David Lawrence | 1 | -7/+0 | |
2016-07-13 | Bug 1286012 - file perms | Dylan Hardison | 1 | -0/+1 | |
2015-11-18 | Revert "Bug 1222497 - Refactor the BMO docker image with new file and script ↵ | David Lawrence | 1 | -3/+2 | |
structure while minimizing final image size" This reverts commit a0e7a4ffa25957c994fd0128a3f613758fefcd75. |