Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-08-24 | Bug 1195836 - Remove install-module.pl from bmo | Dylan William Hardison | 2 | -2/+1 | |
2015-08-24 | Bug 1196134 - add ability for admins to force a user to change their ↵ | Byron Jones | 1 | -0/+5 | |
password on next login (schema only) | |||||
2015-08-24 | Bug 1197699 - always store the ip address in the logincookies table (schema ↵ | Byron Jones | 1 | -0/+11 | |
only) | |||||
2015-08-24 | Bug 1196092 - Switch logincookies primary key to auto_incremented id, make ↵ | Dylan William Hardison | 1 | -1/+7 | |
cookie a secondary UNIQUE key | |||||
2015-08-11 | Bug 1192688 - add ip to last used api key information | Dylan William Hardison | 1 | -0/+3 | |
2015-08-11 | Bug 1160929 - add support for storing attachments in s3 | Byron Jones | 1 | -1/+15 | |
2015-07-30 | Bug 1188339 - Backport upstream bug 1179856 (Increase length of all tokens ↵ | Dylan William Hardison | 1 | -4/+6 | |
value for greater security) | |||||
2015-07-28 | no bug - fix permissions of google verification files | Byron Jones | 1 | -0/+3 | |
2015-07-27 | Bug 1186788 - disabling an account should always disable bugmail | Byron Jones | 1 | -0/+7 | |
2015-07-21 | Bug 1184001 - deliver error report to sentry via cron instead of immediately | Byron Jones | 1 | -11/+18 | |