Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-01 | Bug 1437646 - add support for Log::Log4perl | Dylan William Hardison | 1 | -1/+5 | |
2018-03-01 | Bug 1437646 - Refactor entrypoint to use Bugzilla::DaemonControl | Dylan William Hardison | 1 | -7/+2 | |
2018-02-27 | no bug - only upload latest and tags to dockerhub (#418) | Dylan William Hardison | 1 | -5/+9 | |
2018-02-05 | no bug - change version.json build setting to match dockerflow ↵ | Bob Micheletto | 1 | -1/+1 | |
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-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 2 | -10/+11 | |
2017-11-27 | fix tests | Dylan William Hardison | 1 | -1/+1 | |
2017-11-27 | no bug - tweaks for conduit/phabricator dev environments | Dylan William Hardison | 2 | -4/+5 | |
* tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors | |||||
2017-10-07 | Bug 1406239 - Pass CircleCI Environmental variables to docker build process | Dylan William Hardison | 1 | -1/+6 | |
2017-10-07 | Bug 1404092 - Bugzilla->localconfig should directly use environmental ↵ | Dylan William Hardison | 1 | -10/+8 | |
variables and ignore the localconfig file | |||||
2017-10-03 | get filtering right | Dylan William Hardison | 1 | -9/+12 | |
2017-10-03 | tweak which branches get built | Dylan William Hardison | 1 | -3/+1 | |
2017-10-02 | fix bug | Dylan William Hardison | 1 | -10/+12 | |
2017-10-02 | remove unused parallelism | Dylan William Hardison | 1 | -1/+1 | |
2017-10-02 | make circleci actually work | Dylan William Hardison | 1 | -7/+4 | |
2017-10-02 | use same filters for each job | Dylan William Hardison | 1 | -12/+18 | |
2017-10-02 | change order of tests slightly | Dylan William Hardison | 1 | -3/+11 | |
2017-10-02 | add support for building based on tags/branches | Dylan William Hardison | 1 | -11/+19 | |
2017-09-27 | Bug 1402878 - Add some more sanity-type tests, including perl critic | Dylan William Hardison | 1 | -1/+1 | |
2017-09-15 | Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵ | Dylan William Hardison | 4 | -16/+17 | |
Data::Password::passwdqc | |||||
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-18 | use mozillabteam/bmo-slim:20170818.1 (#208) | Dylan William Hardison | 1 | -1/+1 | |
2017-08-18 | Bug 1388148 - Test password quality checking code | Dylan William Hardison | 2 | -2/+39 | |
2017-08-17 | no bug - have the test runners start up the httpd (#203) | Dylan William Hardison | 3 | -47/+67 | |
2017-08-07 | latest, not $TAG | Dylan William Hardison | 1 | -1/+1 | |
2017-08-07 | Bug 1383355 - nit only push to latest for the master branch | Dylan William Hardison | 1 | -4/+8 | |
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 4 | -4/+212 | |
2017-07-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 1 | -0/+25 | |
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 |