Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-12-01 | Bug 1319503 - Backport request_cache optimizations from upstream | Dylan William Hardison | 1 | -9/+1 | |
2016-11-11 | Bug 1315326 - Add dependencies for Amazon S3 storage to Makefile.PL and META.* | David Lawrence | 1 | -0/+1 | |
2016-10-06 | Bug 1293689 - Bring Bugzilla::CGI::ContentSecurityPolicy to BMO (Backport ↵ | Dylan William Hardison | 1 | -0/+1 | |
Bug 1286287) | |||||
2016-09-27 | Bug 1268317 - Add Triage Contact to Components as an Editable Field (DB ↵ | David Lawrence | 1 | -0/+4 | |
schema only) | |||||
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 6 | -1190/+290 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 6 | -290/+1190 | |
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 | 6 | -1190/+290 | |
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 | |
2016-07-08 | Bug 1283664 - Add minimum to Apache2::SizeLimit to ensure better performance | Dylan Hardison | 1 | -1/+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. | |||||
2015-11-10 | Bug 1222497 - Refactor the BMO docker image with new file and script ↵ | David Lawrence | 1 | -2/+3 | |
structure while minimizing final image size | |||||
2015-11-05 | Bug 1221998 - Make sure localconfig is generated deterministically | Philippe M. Chiasson | 1 | -0/+3 | |
2015-11-04 | Bug 1219750 - Allow Apache2::SizeLimit to be configured via params | Dylan Hardison | 1 | -0/+4 | |
2015-10-31 | Bug 1218457 - Allow localconfig to override (force) certain data/params values | Dylan William Hardison | 1 | -0/+12 | |
2015-10-22 | Bug 1217551 - Add File::Copy::Recursive to Bugzilla/Install/Requirements.pm | David Lawrence | 1 | -0/+7 | |
2015-10-15 | Bug 1209599 - group general preferences by category (schema only) | David Lawrence | 1 | -0/+14 | |
2015-10-12 | Bug 1199089 - add support for duo-security | Byron Jones | 1 | -1/+1 | |
2015-10-02 | Bug 1196620: support automatic removal of inactive users from groups (schema ↵ | David Lawrence | 1 | -0/+3 | |
only) | |||||
2015-09-01 | Bug 1196618: add support for group owners (schema only) | David Lawrence | 1 | -0/+10 | |
2015-09-01 | Bug 1197073 - add support for 2fa using totp (eg. google authenticator) | Byron Jones | 1 | -0/+15 | |
2015-08-31 | Bug 1197073 - add support for 2fa using totp (schema-only) | Byron Jones | 1 | -0/+2 | |