Skip to content

Get all call sites for failures

Thong Kuah requested to merge get_call_sites_for_cross_joins into master

What does this MR do?

Related issue: #339299 (closed)

mkdir call_sites
cd call_sites
../scripts/api/download_pipeline_artifact.rb -p 278964 -a log/ci-cross-join-allowlist.log --pipeline_id <pipeline_id>
cat *.log | cut -d "|" -f 3 | cut -d ":" -f 1 | sort | uniq | ruby -e 'require "yaml"; list=ARGF.read.split("\n"); puts YAML.dump(list)' > unique_files.yml

Add spec/features/merge_request/user_merges_merge_request_spec.rb manually back (see !69037 (comment 666838111))

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Thong Kuah

Merge request reports