summaryrefslogtreecommitdiffstats
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04Bug 1447028 - Add auth delegation test scriptDylan William Hardison1-0/+16
2018-03-29Bug 1447027 - Change default mail method for vagrant and update READMEIsrael Madueme1-1/+48
Updates the default mail_delivery_method to be Sendmail for vagrant development. This allows developers to connect to the imap server running at bmo-web.vm:143 to view mail using a real mail client. The default method remains the same for docker users, 'Test'. Both methods are described in the README in a new section.
2018-03-12Bug 1437238 - Create override parameters for mailer configurationDylan William Hardison1-0/+9
2018-03-12Revert "test commit"David Lawrence1-1/+0
This reverts commit 9fd98bfe45f1433bcd52cd46898fad8fa0e9360c.
2018-03-12test commitDavid Lawrence1-0/+1
2018-03-01Bug 1437646 - add support for Log::Log4perlDylan William Hardison1-0/+6
2018-02-18Added docs for ensuring the correct Docker setup on UbuntuUpasana1-1/+28
2018-02-18Add docker-compose setup for local developmentDylan William Hardison1-8/+31
2018-02-16no bug - add USE_NYTPROF to PerlPassEnv (#395)Dylan William Hardison1-0/+12
2018-02-15no bug - fix brew instructions in READMEGijs1-1/+1
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-0/+23
2017-11-29restore old env for unsafe authDylan William Hardison1-1/+1
2017-11-27no bug - tweaks for conduit/phabricator dev environmentsDylan William Hardison1-0/+3
* tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors
2017-10-06Bug 1406235 - Cleanup httpd config and expose server limits as env settingsDylan William Hardison1-3/+39
2017-07-25Bug 1380531 - Write initial CircleCI configuration for BMODylan William Hardison1-0/+3
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-21better defaults for re.plDylan William Hardison1-0/+50
2017-07-07Bug 1361439 - Create dockerflow-compliant container that runs a BMO web headDylan William Hardison1-6/+97
2017-06-17Replace the update provision command in README (#107)Sebastin Santy1-2/+7
* A mention about when to use full provision * Added a note on command failure
2017-06-07Fix and improve wording in README.rst. (#93)Mark Côté1-23/+25
This fixes a number of typos, formatting errors, and awkward phrasings.
2017-04-14Bug 1328874 - Add Vagrantfile for production-like development VMsDylan William Hardison1-0/+77