-
- Downloads
Make all legacy security reports to use raw format
- 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
Showing
- spec/lib/gitlab/ci/build/artifacts/adapters/gzip_stream_spec.rb 1 addition, 1 deletion...ib/gitlab/ci/build/artifacts/adapters/gzip_stream_spec.rb
- spec/lib/gitlab/ci/build/artifacts/adapters/raw_stream_spec.rb 47 additions, 0 deletions...lib/gitlab/ci/build/artifacts/adapters/raw_stream_spec.rb
- spec/models/ci/job_artifact_spec.rb 8 additions, 0 deletionsspec/models/ci/job_artifact_spec.rb
- spec/presenters/ci/build_runner_presenter_spec.rb 17 additions, 15 deletionsspec/presenters/ci/build_runner_presenter_spec.rb
Please register or sign in to comment