Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-07Backport security-reports fixtures to CELucas Charles
2019-02-15Backport fixture updateOlivier Gonzalez
Sync fixture with EE.
2019-01-10Backport container scanning fixturesOlivier Gonzalez
Fix JSON formating and indent
2019-01-07Use Container Scaning report fixture from EEGilbert Roulot
2019-01-04Support new report syntax for common vulnerabilitiesKamil Trzciński
This MR also removes other reports and uses one common set of fixtures for all test types.
2018-12-04Update dependency scanning report fixturesOlivier Gonzalez
Sync with EE fixtures
2018-12-03Update Dependency Scanning report fixturesOlivier Gonzalez
Sync content with EE fixtures
2018-10-16Make all legacy security reports to use raw formatKamil Trzciński
- This introduces and uses `:raw` format for all legacy reports, the ones that do not have yet proper parsers on Backend - Raw format is needed to make Frontend be able to parse reports, without the need of decompressing, - This also extends fixtures to seed security reports with database, even though parser code is part of EE