Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-28 | more bits | Dylan William Hardison | 1 | -1/+3 | |
2018-06-21 | Bug 1461379 - use DBIx::Connector to manage database connections | Dylan William Hardison | 1 | -1/+1 | |
2018-05-21 | no bug - update dependencies | Dylan William Hardison | 1 | -1/+1 | |
2018-05-08 | Bug 1413328 - Use tct (tocotrienol on npm) to encrypt bugmail | Dylan William Hardison | 1 | -1/+1 | |
2018-04-25 | Bug 1441732 - Improve missing module error in Bugzilla::Extensions and catch ↵ | Dylan William Hardison | 1 | -0/+1 | |
more compile errors in tests | |||||
2018-04-10 | Bug 1453126 - Bugzilla::Bloomfilter should encourage preserving the input ↵ | Dylan William Hardison | 1 | -1/+1 | |
files for its filters | |||||
2018-03-30 | bump base image to bmo-slim:20180330.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-03-26 | no bug - add interdiff | Dylan William Hardison | 1 | -1/+1 | |
2018-03-14 | Bug 1445700 - apache_size_limit should be 800_000 when Linux::Smaps is not ↵ | Dylan William Hardison | 1 | -1/+1 | |
installed. | |||||
2018-03-13 | Bug 1441181 - Step 9 - use pdeathsig to prevent workers running without ↵ | Dylan William Hardison | 1 | -2/+1 | |
supervision | |||||
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 | -1/+1 | |
2018-02-28 | Bug 1437646 - Add Bugzilla::DaemonControl | Dylan William Hardison | 1 | -0/+4 | |
2018-02-28 | Bug 1403344 - Add command to docker container for schema / data migrations | Dylan William Hardison | 1 | -0/+1 | |
2018-02-05 | no bug - change version.json build setting to match dockerflow ↵ | Bob Micheletto | 1 | -2/+2 | |
specifications (#389) | |||||
2017-12-29 | Add some XS modules that we can use later to make things faster | Dylan William Hardison | 1 | -1/+1 | |
2017-12-23 | no bug - support Devel::NYTProf | Dylan William Hardison | 1 | -1/+1 | |
2017-11-14 | no bug - add demo command and allow PORT to be 80 (#271) | Dylan William Hardison | 1 | -1/+2 | |
2017-10-07 | Bug 1406239 - Pass CircleCI Environmental variables to docker build process | Dylan William Hardison | 1 | -0/+8 | |
2017-10-06 | Bug 1406235 - Cleanup httpd config and expose server limits as env settings | Dylan William Hardison | 1 | -1/+6 | |
2017-09-27 | Bug 1402878 - Add some more sanity-type tests, including perl critic | Dylan William Hardison | 1 | -2/+1 | |
2017-08-28 | Bug 1393643 - Add whitelist to rate limiting code (#220) | Dylan William Hardison | 1 | -1/+1 | |
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading | |||||
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 1 | -21/+11 | |
2017-07-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 1 | -20/+4 | |
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 1361439 - Create dockerflow-compliant container that runs a BMO web head | Dylan William Hardison | 1 | -0/+49 | |