Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove security checks from static analysis and add sast job | Dmitriy Zaporozhets | 2017-12-23 | 1 | -2/+0 |
| | |||||
* | Use the --parallel Rubocop flag in the static-analysis and improve the job39790-use-the-parallel-rubocop-option-in-the-static-analysis-ci-job | Rémy Coutable | 2017-11-03 | 1 | -7/+16 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add static analysis job to find invalid YAML in changelogs | Sean McGivern | 2017-09-27 | 1 | -1/+2 |
| | | | | | | | When a changelog has invalid YAML (typically, there is an unquoted @ at the start of the author field), then the entry will be discarded. This script checks all unreleased changelogs for validity, and runs as part of the static-analysis step, so the pipeline will fail if this happens in future. | ||||
* | Add a linter for PO files | Bob Van Landuyt | 2017-08-31 | 1 | -1/+2 |
| | |||||
* | Upgrade mail and nokogiri gems due to security issues | Markus Koller | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Make sure we didn't commit conflicts | Lin Jen-Shin (godfat) | 2017-08-01 | 1 | -1/+2 |
| | |||||
* | Ignore CVE-2017-5029 in Nokogiri | winh | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Include the bundler:audit job into the static-analysis job31824-move-bundler-audit-job-to-static-analysis-job | Rémy Coutable | 2017-05-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move api lint out of static analysis job | Achilleas Pipinellis | 2017-05-03 | 1 | -1/+0 |
| | |||||
* | Add scripts/static-analysis to run all the static analysers in one go31463-group-all-linters | Rémy Coutable | 2017-05-01 | 1 | -0/+40 |
Signed-off-by: Rémy Coutable <remy@rymai.me> |