Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-02 | no bug - adopt mojolicious code formatting guidelines (#784) | Dylan William Hardison | 1 | -3/+3 | |
@kyoshino likes 2-char indent for all the frontend. Mojolicious seems to use 2-space too. Let's just adopt their perltidyrc. Included in this is a script (in scripts/) that will modify files according to these rules. | |||||
2018-08-20 | no bug - add basic vscode settings | Dylan William Hardison | 1 | -0/+4 | |
2018-01-09 | no bug - Update editorconfig to use 2 space indentation for CSS and ↵ | Kohei Yoshino | 1 | -4/+4 | |
JavaScript (#353) | |||||
2017-07-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 1 | -1/+1 | |
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-11 | Bug-1369521 - 'bmo should include an .editorconfig file that specifies our ↵ | Dipankar Das | 1 | -0/+13 | |
tab/indent policy' |