Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-06-28 | Revert "Bug 1471701 - Remove is_markdown (to be replaced by a new comment type)" | Dylan William Hardison | 1 | -2/+5 | |
2018-06-27 | Bug 1471701 - Remove is_markdown (to be replaced by a new comment type) | Dylan William Hardison | 1 | -5/+2 | |
2018-06-26 | Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵ | Dylan William Hardison | 1 | -10/+3 | |
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a. | |||||
2018-06-20 | Bug 1469920 - Update schema: add fulltext index to profiles.realname | Dylan William Hardison | 1 | -0/+7 | |
2018-06-15 | Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or ↵ | Dylan William Hardison | 1 | -3/+10 | |
/bug/ALIAS. | |||||
2018-06-15 | Bug 1468818 - Re-introduce is_markdown to the Bugzilla::Comment model | Dylan William Hardison | 1 | -0/+5 | |
2018-05-08 | Bug 1413328 - Use tct (tocotrienol on npm) to encrypt bugmail | Dylan William Hardison | 1 | -0/+4 | |
2018-05-04 | no bug - untaint default values in localconfig | Dylan William Hardison | 1 | -0/+1 | |
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-03-21 | Bug 1447669 - Add localconfig parameter for changing shadowdb user and pass | Israel Madueme | 1 | -0/+8 | |
2018-03-13 | Bug 1441181 - Step 4 - Re-implement subprocess code with IO::Async | Dylan William Hardison | 1 | -0/+1 | |
2018-03-12 | Bug 1437238 - Create override parameters for mailer configuration | Dylan William Hardison | 1 | -7/+7 | |
2018-03-02 | Bug 1442520 - move inbound_proxies to localconfig | Dylan William Hardison | 1 | -2/+5 | |
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-27 | Bug 1438206 - Process SES email bounces properly | byron jones | 1 | -1/+9 | |
2018-02-16 | no bug - add USE_NYTPROF to PerlPassEnv (#395) | Dylan William Hardison | 1 | -7/+10 | |
2018-01-31 | Bug 1433833 - Add index to email_rates.message_ts | Dylan William Hardison | 1 | -0/+4 | |
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 | 2 | -16/+15 | |
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 | 2 | -3/+68 | |
variables and ignore the localconfig file | |||||
2017-09-15 | Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵ | Dylan William Hardison | 1 | -0/+1 | |
in that group who have not enabled MFA | |||||
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-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 1 | -4/+9 | |
This is the first (working) iteration of a configuration that allows CircleCI to build 'bmo' docker images that are runnable. Some other changes were required for this: 1. The base image used in Dockerfile was changed from centos:6.7 to mozillabteam/bmo-base:slim. This is a new version of (github) mozilla-bteam/docker-bmo-base which is much smaller, and includes all the system RPMs and other bits that our bmo Dockerfile expects. 2. init.pl mistakenly had '--no-assets' which is not currently a checksetup.pl option. 3. 901-secure-mail-loop.t (which checks for an infinite loop) had to have its timeout increased because CircleCI sometimes is quite slow. 4. version.txt // __version__ now includes build information from CircleCI environmental variables | |||||
2017-07-07 | Bug 1377807 - Move memcached options from data/params to localconfig | Mary Umoh | 1 | -0/+16 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 4 | -195/+195 | |
2017-07-07 | Bug 1377232 - Revert code from bug 1361890 | Dylan William Hardison | 2 | -233/+27 | |
2017-07-07 | Bug 1361439 - Create dockerflow-compliant container that runs a BMO web head | Dylan William Hardison | 1 | -6/+3 | |
2017-07-07 | Bug 1376023 - Undo accidental reversion of bug 1352907 | Dylan William Hardison | 2 | -151/+5 | |
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again | |||||
2017-06-23 | include images dir in asset sources | Dylan William Hardison | 1 | -1/+1 | |
2017-06-23 | Bug 1361890 - Fix problems with current js and css concatenation | Dylan William Hardison | 2 | -27/+233 | |
2017-06-08 | Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect) | Dylan William Hardison | 1 | -1/+0 | |
* remove UserAgent from updates | |||||
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-17 | use non-whimsical string for lbheartbeat | Dylan William Hardison | 2 | -5/+151 | |
2017-05-15 | fix typo | Dylan William Hardison | 1 | -1/+1 | |
2017-05-11 | Bug 1352907 - Simplify extension system for performance | Dylan William Hardison | 2 | -151/+5 | |
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 | |
2017-03-27 | Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasons | Dylan William Hardison | 2 | -27/+2 | |